Age | Commit message (Expand) | Author |
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-29 | CGE: Remove code related to demos, and tag demos as unsupported | Strangerke |
2011-08-28 | CGE: Fix ending animation - Game is now completable | Strangerke |
2011-08-28 | CGE: Fix glitch in previous commit | Strangerke |
2011-08-27 | CGE: Fix level when restoring a game | Strangerke |
2011-08-27 | CGE: Change a couple of static members to non static in Vga class | Strangerke |
2011-08-27 | CGE: remove jbw.h, some clean up | Strangerke |
2011-08-27 | CGE: Remove user first name input, used originally for savegame names | Strangerke |
2011-08-27 | CGE: Merge talk.cpp and gettext.cpp | Strangerke |
2011-08-27 | CGE: Move IO classes to a separated source file | Strangerke |
2011-08-22 | CGE: Fix compilation after thumbnail changes. | Alyssa Milburn |
2011-08-21 | CGE: Some clean up in Vga class | Strangerke |
2011-08-21 | CGE: Remove mixer | Strangerke |
2011-08-20 | CGE: Suppress some debug code present in the original | 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: 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-18 | CGE: Remove unused _intStackPtr. | Alyssa Milburn |
2011-08-13 | CGE: Fix for HLINE not being available for demo | Paul Gilbert |
2011-08-12 | CGE: Work on implementing MIDI music playback. | Paul Gilbert |
2011-08-10 | CGE: Further fixes to savegames. | Paul Gilbert |
2011-08-10 | CGE: Fixes for saving games | Paul Gilbert |
2011-08-10 | CGE: Save the game if the game is quit via closing the window | Paul Gilbert |
2011-08-10 | CGE: Decrease delay amounts to give better precision for frame execution | Paul Gilbert |
2011-08-07 | CGE: Remove JBW flag (useless) | Strangerke |
2011-08-07 | CGE: Fix a couple of warnings reported by cppcheck | Strangerke |
2011-08-06 | CGE: Fix memory leaks in pocket list | Paul Gilbert |
2011-08-06 | CGE: Removed the _mini data block originally used to hold inventory shapes in... | Paul Gilbert |
2011-08-06 | CGE: Fixed up freeing of caveValues data | Paul Gilbert |
2011-08-06 | CGE: Fix memory leak with savegame thumbnails | Paul Gilbert |
2011-08-06 | CGE: Fixed non-portability in loading _heroXY array | Paul Gilbert |
2011-08-06 | CGE: Fix another shadowed variable warning | Paul Gilbert |
2011-08-06 | Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into soltys_wip2 | Strangerke |
2011-08-05 | CGE: Fixed compiler warning of shadowed variable | Paul Gilbert |
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: Move some conditional defines to variables | Strangerke |
2011-07-30 | CGE: Remove Heart | Strangerke |
2011-07-29 | CGE: Remove Startup class, set _fx and _sound as dynamic | Strangerke |
2011-07-28 | CGE: Janitorial: remove trailing spaces | Strangerke |
2011-07-28 | CGE: Remove summa variable, formerly used for the protection check | Strangerke |
2011-07-25 | CGE: Remove _core from Startup class | Strangerke |
2011-07-25 | CGE: Remove EMM and EMS classes | Strangerke |