Age | Commit message (Expand) | Author |
2011-09-15 | CGE: Transform some static and globals into class members | Strangerke |
2011-09-14 | CGE: Rename cave into scene | Strangerke |
2011-09-12 | CGE: Readded a line that was removed by mistake in r94db561 | Filippos Karapetis |
2011-09-12 | CGE: Removed a leftover goto statement | Filippos Karapetis |
2011-09-07 | CGE: Clean up and split snBarrier(), remove progName() | Strangerke |
2011-09-06 | CGE: Replace Hxy by Common::Point | Strangerke |
2011-09-06 | CGE: Remove 'count' static variable from snail | Strangerke |
2011-09-06 | CGE: Take into account some of LordHoto's comments | Strangerke |
2011-09-06 | CGE: Remove various defines and functions from "general" | Strangerke |
2011-09-04 | CGE: Remove two useless callback types | Strangerke |
2011-09-01 | CGE: Fix thumbnails display when a game is loaded. | Strangerke |
2011-08-27 | CGE: Change a couple of static members to non static in Vga class | Strangerke |
2011-08-21 | CGE: Some clean up in Vga class | Strangerke |
2011-08-20 | CGE: Cleanup of snail.cpp. | Alyssa Milburn |
2011-08-19 | CGE: Remove unused snSelect function, and broken config.cpp. | Alyssa Milburn |
2011-08-19 | CGE: Revert previous commit of flags synchronisation | Paul Gilbert |
2011-08-19 | CGE: Changed the Sprite bit-flags into a union, to fix savegame endian issues | Paul Gilbert |
2011-08-13 | CGE: Implement sayTime() | Strangerke |
2011-08-02 | CGE: Rename some more defines | Strangerke |
2011-08-01 | CGE: Clean eventManager | Strangerke |
2011-07-31 | CGE: Replace magic values by defines, rename some defines | Strangerke |
2011-07-31 | CGE: Rename some class members, various clean up | Strangerke |
2011-07-30 | CGE: Remove Heart | Strangerke |
2011-07-30 | CGE: un-static-fy several variables, clean Heart class | Strangerke |
2011-07-29 | CGE: Remove Startup class, set _fx and _sound as dynamic | Strangerke |
2011-07-24 | CGE: Remove DrvInfo, rename some enums | Strangerke |
2011-07-23 | CGE: Rename IOMode and SnCom enums | Strangerke |
2011-07-22 | CGE: Rename some more constants, some cleanup | 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: Remove macro farnew | Strangerke |
2011-07-19 | CGE: Finish adding debugc to CGEEngine class members | Strangerke |
2011-07-18 | CGE: Remove a bunch of useless sound related menus | Strangerke |
2011-07-13 | CGE: Split pathfinding related code into walk.cpp | Paul Gilbert |
2011-07-13 | CGE: Rename some constants | Strangerke |
2011-07-13 | CGE: add a new SNPOST to fix the function pointer issue | Strangerke |
2011-07-12 | CGE: Removed redundant disable/enable calls | Paul Gilbert |
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-09 | CGE: Cleanup: rename a couple of forgotten class members | Strangerke |
2011-07-08 | CGE: Rename Mouse class | Strangerke |
2011-07-07 | CGE: Remove "bitmaps" files | Strangerke |
2011-07-07 | CGE: Cleanup and renaming. Also move some static and global functions to CGEE... | Strangerke |
2011-07-04 | CGE: This ends the first renaming pass. Also move some functions to CGEEngine | Strangerke |
2011-07-03 | CGE: Even more renaming (WIP) | Strangerke |
2011-07-03 | CGE: Some more renaming (WIP) | Strangerke |
2011-07-03 | CGE: Removed C standard library includes | Paul Gilbert |
2011-07-02 | CGE: Some more renaming (WIP) | Strangerke |
2011-07-02 | CGE: Hooked up mouse event handler | Paul Gilbert |
2011-07-02 | CGE: Changed MOUSE class from using static fields to an instantiated class | Paul Gilbert |