aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.cpp
AgeCommit message (Expand)Author
2018-05-07TONY: Enforce code formatting guidelinesAdrian Frühwirth
2016-05-09TONY: Removing more redundant checksEugene Sandulenko
2016-05-04TONY: Remove redundant checksEugene Sandulenko
2014-10-28TONY: Fix image loading on BE systems againFilippos Karapetis
2014-06-17TONY: Switch to 565 screen format.Alyssa Milburn
2014-02-28TONY: Reduce the scope of more variablesStrangerke
2014-02-18TONY: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-13TONY: Initialise _buf and _origBuf in second RMGfxBuffer constructorTorbjörn Andersson
2013-07-19TONY: Remove debug message from last commit. Oops.Torbjörn Andersson
2013-07-19TONY: Fix parameter to RMGfxSourceBuffer8RLEWordAA::init()Torbjörn Andersson
2012-11-20TONY: Fix compiler warnings about possible "used before set" variables.D G Turner
2012-11-13TONY: Fix image loading on BE systems.D G Turner
2012-11-12TONY: Cleanup whitespace formatting.D G Turner
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-08TONY: More renaming, reduce some variable scopesStrangerke
2012-09-02TONY: Move code from .h to .cpp filesStrangerke
2012-09-01TONY: Move some more code from .h to .cpp filesStrangerke
2012-08-29TONY: Replace C-style comments by C++-style ones.Strangerke
2012-08-28TONY: Fix some for and if statements with bad coding styleStrangerke
2012-08-28TONY: Get rid of RMDataStream.Alyssa Milburn
2012-08-27TONY: Remove various bits of unused code.Alyssa Milburn
2012-08-27TONY: Fix width of flipped dirty rects.Alyssa Milburn
2012-08-25TONY: Replace copyMemory with memcpy.Alyssa Milburn
2012-08-25TONY: Mark screen dirty in RMGfxClearTask.Alyssa Milburn
2012-08-25TONY: Use the right dirty rects for drawAA.Alyssa Milburn
2012-08-25TONY: Ignore draw attempts with non-positive width/height.Alyssa Milburn
2012-08-01TONY: Clip width to avoid crash when drawing flipped spriteTorbjörn Andersson
2012-07-26TONY: Don't pass uninitialised rect to addDirtyRect()Torbjörn Andersson
2012-07-02TONY: Refactored the Sepia (B & W) mode so the cursor is converted as wellPaul Gilbert
2012-06-23TONY: Merge of dirty rect functionalityPaul Gilbert
2012-06-21TONY: Fix for adding dirty rects for 8-bit RLE imagesPaul Gilbert
2012-06-18TONY: Remove useless void in function declarationStrangerke
2012-06-17TONY: American-ification of English usedStrangerke
2012-06-16TONY: Initial commit of in progress dirty rect handlingPaul Gilbert
2012-06-15TONY: Silent more CppCheck warnings, remove an unused globalStrangerke
2012-06-14TONY: Removed unused global static object and associated methodPaul Gilbert
2012-06-14TONY: Silent some CppCheck warningsStrangerke
2012-06-12TONY: Translate some more comments into EnglishStrangerke
2012-06-11TONY: Rename variables in game.h and gfxcore.hStrangerke
2012-06-11TONY: Rename variables in utils.hStrangerke
2012-06-09TONY: Rename more globalsStrangerke
2012-06-07TONY: Some more renamingStrangerke
2012-06-07TONY: Rename variables and functions in utils.hStrangerke
2012-06-05TONY: Some renamingStrangerke
2012-06-05TONY: Some more renamingStrangerke
2012-05-21TONY: Some more code formattingStrangerke
2012-05-20TONY: Miscellaneous comment translations and comment cleanupPaul Gilbert
2012-05-20TONY: Removal of code that was commented out in the original sourcePaul Gilbert
2012-05-20TONY: Converting Italian comments to English and formattingPaul Gilbert
2012-05-14TONY: Fix some formattingStrangerke