Age | Commit message (Expand) | Author |
2014-03-02 | CGE: Add a comment about an intended fall-through | Strangerke |
2014-02-18 | CGE: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-17 | CGE: Further alignment fixes to Bitmap class. | D G Turner |
2013-04-17 | CGE: Fix uninitialized variables | Strangerke |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-07-05 | CGE: Silent some CppCheck warnings | Strangerke |
2012-03-13 | JANITORIAL: Do not convert false to a null pointer. | Christoph Mallon |
2012-02-24 | CGE: Use WRITE_LE_UINT16 for unaligned writes. | Alyssa Milburn |
2011-11-27 | CGE: Fix mismatched free() / delete / delete [] Valgrind warning. | Torbjörn Andersson |
2011-11-27 | CGE: Remove unused functions, moveVmap() and moveShapes(). | Torbjörn Andersson |
2011-09-17 | CGE: Move some more globals to CGEEngine | Strangerke |
2011-09-17 | CGE: Move some more globals to CGEEngine | Strangerke |
2011-09-16 | CGE: Move _vga to CGEEngine | Strangerke |
2011-09-15 | CGE: Transform some static and globals into class members | Strangerke |
2011-09-14 | CGE: Rewrite fileIO | Strangerke |
2011-09-12 | CGE: Remove VFile class | Strangerke |
2011-09-11 | CGE: Fix formatting of operator overloading | Strangerke |
2011-09-09 | CGE: Remove some static variables from fileIO | Strangerke |
2011-09-09 | CGE: Remove XFile, rename some members | Strangerke |
2011-09-06 | CGE: Take into account some of LordHoto's comments | Strangerke |
2011-08-27 | CGE: remove jbw.h, some clean up | Strangerke |
2011-08-27 | CGE: Move IO classes to a separated source file | Strangerke |
2011-08-21 | CGE: Remove a useless pragma, and any code related to writing data | Strangerke |
2011-08-20 | CGE: Another few formatting tweaks. | Alyssa Milburn |
2011-08-19 | Merge branch 'soltys_wip2' of https://github.com/Strangerke/scummvm into solt... | Alyssa Milburn |
2011-08-19 | CGE: clean up bitmap class. Suppress useless methods, functions, defines... | Strangerke |
2011-08-19 | CGE: Mass re-style/cleanup. | Alyssa Milburn |
2011-08-19 | CGE: Endian-swap VBM headers on load if needed. | Alyssa Milburn |
2011-08-19 | CGE: Endian-swap the contents of block descriptions. | Alyssa Milburn |
2011-08-13 | CGE: silent valgrind warnings | Strangerke |
2011-08-06 | CGE: Fix mismatched delete in Bitmap::_v | Paul Gilbert |
2011-08-06 | Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into soltys_wip2 | Strangerke |
2011-08-05 | CGE: Fix mismatched memory free. | Paul Gilbert |
2011-08-02 | CGE: Rename some more defines | Strangerke |
2011-07-31 | CGE: Rename some class members, various clean up | Strangerke |
2011-07-25 | CGE: Replace 'no core' checks by asserts | Strangerke |
2011-07-21 | CGE: Rename some more constants, remove some useless ones | Strangerke |
2011-07-20 | CGE: Rename Debug channel constants | Strangerke |
2011-07-19 | CGE: rename constants in bitmap | Strangerke |
2011-07-19 | CGE: Remove macro farnew | Strangerke |
2011-07-18 | CGE: Add debug channels (WIP) | Strangerke |
2011-07-12 | CGE: Suppress isVga() and memType() | Strangerke |
2011-07-12 | CGE: Implement snGhost by splitting _m field in two. Some cleanup. | Strangerke |
2011-07-10 | CGE: Fixed more free/delete[] mismatches identified by Valgrind | Paul Gilbert |
2011-07-07 | CGE: Cleanup and renaming. Also move some static and global functions to CGEE... | Strangerke |
2011-07-03 | CGE: Fix some memory leaks | Paul Gilbert |
2011-07-03 | CGE: Fixed code using memory overruns to do duplication | Paul Gilbert |
2011-07-03 | CGE: Fixed GCC compiler warnings | Paul Gilbert |
2011-07-03 | CGE: Removed C standard library includes | Paul Gilbert |
2011-07-02 | CGE: Fix for crash in BITMAP::solidAt when negative co-ordinates passed | Paul Gilbert |