Age | Commit message (Expand) | Author |
2013-07-19 | TONY: Remove debug message from last commit. Oops. | Torbjörn Andersson |
2013-07-19 | TONY: Fix parameter to RMGfxSourceBuffer8RLEWordAA::init() | Torbjörn Andersson |
2012-11-20 | TONY: Fix compiler warnings about possible "used before set" variables. | D G Turner |
2012-11-13 | TONY: Fix image loading on BE systems. | D G Turner |
2012-11-12 | TONY: Cleanup whitespace formatting. | D G Turner |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-09-08 | TONY: More renaming, reduce some variable scopes | Strangerke |
2012-09-02 | TONY: Move code from .h to .cpp files | Strangerke |
2012-09-01 | TONY: Move some more code from .h to .cpp files | Strangerke |
2012-08-29 | TONY: Replace C-style comments by C++-style ones. | Strangerke |
2012-08-28 | TONY: Fix some for and if statements with bad coding style | Strangerke |
2012-08-28 | TONY: Get rid of RMDataStream. | Alyssa Milburn |
2012-08-27 | TONY: Remove various bits of unused code. | Alyssa Milburn |
2012-08-27 | TONY: Fix width of flipped dirty rects. | Alyssa Milburn |
2012-08-25 | TONY: Replace copyMemory with memcpy. | Alyssa Milburn |
2012-08-25 | TONY: Mark screen dirty in RMGfxClearTask. | Alyssa Milburn |
2012-08-25 | TONY: Use the right dirty rects for drawAA. | Alyssa Milburn |
2012-08-25 | TONY: Ignore draw attempts with non-positive width/height. | Alyssa Milburn |
2012-08-01 | TONY: Clip width to avoid crash when drawing flipped sprite | Torbjörn Andersson |
2012-07-26 | TONY: Don't pass uninitialised rect to addDirtyRect() | Torbjörn Andersson |
2012-07-02 | TONY: Refactored the Sepia (B & W) mode so the cursor is converted as well | Paul Gilbert |
2012-06-23 | TONY: Merge of dirty rect functionality | Paul Gilbert |
2012-06-21 | TONY: Fix for adding dirty rects for 8-bit RLE images | Paul Gilbert |
2012-06-18 | TONY: Remove useless void in function declaration | Strangerke |
2012-06-17 | TONY: American-ification of English used | Strangerke |
2012-06-16 | TONY: Initial commit of in progress dirty rect handling | Paul Gilbert |
2012-06-15 | TONY: Silent more CppCheck warnings, remove an unused global | Strangerke |
2012-06-14 | TONY: Removed unused global static object and associated method | Paul Gilbert |
2012-06-14 | TONY: Silent some CppCheck warnings | Strangerke |
2012-06-12 | TONY: Translate some more comments into English | Strangerke |
2012-06-11 | TONY: Rename variables in game.h and gfxcore.h | Strangerke |
2012-06-11 | TONY: Rename variables in utils.h | Strangerke |
2012-06-09 | TONY: Rename more globals | Strangerke |
2012-06-07 | TONY: Some more renaming | Strangerke |
2012-06-07 | TONY: Rename variables and functions in utils.h | Strangerke |
2012-06-05 | TONY: Some renaming | Strangerke |
2012-06-05 | TONY: Some more renaming | Strangerke |
2012-05-21 | TONY: Some more code formatting | Strangerke |
2012-05-20 | TONY: Miscellaneous comment translations and comment cleanup | Paul Gilbert |
2012-05-20 | TONY: Removal of code that was commented out in the original source | Paul Gilbert |
2012-05-20 | TONY: Converting Italian comments to English and formatting | Paul Gilbert |
2012-05-14 | TONY: Fix some formatting | Strangerke |
2012-05-14 | TONY: Remove original header | Strangerke |
2012-05-13 | TONY: Beginnings of refactoring Globals into their own class | Paul Gilbert |
2012-05-13 | TONY: Disabled target buffer mutex which isn't needed anymore | Paul Gilbert |
2012-05-12 | TONY: Conversion of more methods to coroutines | Paul Gilbert |
2012-05-12 | TONY: Explicitly initialise fields of various objects in their constructors | Paul Gilbert |
2012-05-05 | TONY: Fixed some memory leaks identified by Valgrind | Paul Gilbert |
2012-05-05 | TONY: Fix some Valgrind identified warnings | Paul Gilbert |
2012-05-04 | TONY: Some formatting fixes | Paul Gilbert |