aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.cpp
AgeCommit message (Expand)Author
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
2012-05-14TONY: Remove original headerStrangerke
2012-05-13TONY: Beginnings of refactoring Globals into their own classPaul Gilbert
2012-05-13TONY: Disabled target buffer mutex which isn't needed anymorePaul Gilbert
2012-05-12TONY: Conversion of more methods to coroutinesPaul Gilbert
2012-05-12TONY: Explicitly initialise fields of various objects in their constructorsPaul Gilbert
2012-05-05TONY: Fixed some memory leaks identified by ValgrindPaul Gilbert
2012-05-05TONY: Fix some Valgrind identified warningsPaul Gilbert
2012-05-04TONY: Some formatting fixesPaul Gilbert
2012-05-04TONY: Implemented some missing and incorrect init codePaul Gilbert
2012-05-03TONY: Formatting fixesPaul Gilbert
2012-05-03TONY: Engine is now compiling and linking againPaul Gilbert
2012-05-03TONY: Added GfxCoreInline.hpp methodsPaul Gilbert
2012-05-03TONY: Implemented gfxcore.cpp methodsPaul Gilbert
2012-04-30TONY: Added include files for graphics engine and all dependent classesPaul Gilbert