aboutsummaryrefslogtreecommitdiff
path: root/engines/cge
AgeCommit message (Expand)Author
2011-08-29CGE: Little cleanup of the English data file and update the detectionStrangerke
2011-08-28CGE: Fix ending animation - Game is now completableStrangerke
2011-08-28CGE: Fix glitch in previous commitStrangerke
2011-08-27CGE: Fix level when restoring a gameStrangerke
2011-08-27CGE: Change a couple of static members to non static in Vga classStrangerke
2011-08-27CGE: Set slot #0 as write protected as it's an automatic savegameStrangerke
2011-08-27CGE: remove jbw.h, some clean upStrangerke
2011-08-27CGE: Remove GetText class, which was used to enter the usernameStrangerke
2011-08-27CGE: Remove user first name input, used originally for savegame namesStrangerke
2011-08-27CGE: Merge talk.cpp and gettext.cppStrangerke
2011-08-27CGE: Move IO classes to a separated source fileStrangerke
2011-08-26CGE: Remove useless functionStrangerke
2011-08-22CGE: Fix compilation after thumbnail changes.Alyssa Milburn
2011-08-22CGE: Fix error reported by fuzzieStrangerke
2011-08-21CGE: Some clean up in Vga classStrangerke
2011-08-21CGE: Remove mixerStrangerke
2011-08-21CGE: Get rid of IOMode since it's always 'read'Strangerke
2011-08-21CGE: Remove a useless pragma, and any code related to writing dataStrangerke
2011-08-20CGE: Suppress some debug code present in the originalStrangerke
2011-08-20CGE: Another few formatting tweaks.Alyssa Milburn
2011-08-20CGE: More misc cleanup.Alyssa Milburn
2011-08-20CGE: Cleanup of snail.cpp.Alyssa Milburn
2011-08-20Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into soltys_wip2Strangerke
2011-08-20CGE: Another fix for the pathfindingStrangerke
2011-08-19CGE: More cleanup.Alyssa Milburn
2011-08-19Merge branch 'soltys_wip2' of https://github.com/Strangerke/scummvm into solt...Alyssa Milburn
2011-08-19CGE: clean up bitmap class. Suppress useless methods, functions, defines...Strangerke
2011-08-19CGE: fix some warnings reported by cppcheckStrangerke
2011-08-19CGE: Mass re-style/cleanup.Alyssa Milburn
2011-08-19CGE: Remove unused snSelect function, and broken config.cpp.Alyssa Milburn
2011-08-19CGE: Remove (empty) ems.cpp.Alyssa Milburn
2011-08-19CGE: Portability fix for syncing sprite flags.Alyssa Milburn
2011-08-19CGE: Endian-swap VBM headers on load if needed.Alyssa Milburn
2011-08-19CGE: Endian-swap the contents of block descriptions.Alyssa Milburn
2011-08-19CGE: Fix problem with being able to walk into protected areasPaul Gilbert
2011-08-19CGE: Revert previous commit of flags synchronisationPaul Gilbert
2011-08-19CGE: Changed the Sprite bit-flags into a union, to fix savegame endian issuesPaul Gilbert
2011-08-19CGE: Suppress some dead codeStrangerke
2011-08-18CGE: Remove unused _intStackPtr.Alyssa Milburn
2011-08-17CGE: Remove unused Rgb/Trgb/mkRgb.Alyssa Milburn
2011-08-17CGE: Preserve const in cast.Alyssa Milburn
2011-08-17CGE: Fix gcc shadowed member warning.Alyssa Milburn
2011-08-13CGE: Remove useless functions related to data file creation (unused)Strangerke
2011-08-13CGE: Fix loading of vol.cat file to be endian safePaul Gilbert
2011-08-13CGE: Implement sayTime()Strangerke
2011-08-13CGE: silent valgrind warningsStrangerke
2011-08-13CGE: Fix for HLINE not being available for demoPaul Gilbert
2011-08-13CGE: Got rid of stub warnings for things that don't need to be implemented in...Paul Gilbert
2011-08-12CGE: Cleanup: remove useless classesStrangerke
2011-08-12CGE: Properly implemented MIDI music playbackPaul Gilbert