aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19SCUMM: Fix AdLib output in (MI2/)Indy4 Amiga.Johannes Schickel
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-19TEST: Add a very tiny and simple unit test for intLog2.Johannes Schickel
2011-08-19BASE: Remove leftover include for testing.Johannes Schickel
2011-08-19COMMON: intLog2 uses _BitScanReverse on MSVCBertrand Augereau
2011-08-18SDL: Fix typo.Johannes Schickel
2011-08-18COMMON: Slight formatting fix.Johannes Schickel
2011-08-18DREAMWEB: Pathfind routines go to pathfind.cppBertrand Augereau
2011-08-18DREAMWEB: Ported 'findxyfrompath' to C++Bertrand Augereau
2011-08-18DREAMWEB: Ported 'blocknametext', 'walktotext', 'personnametext',Bertrand Augereau
2011-08-18DREAMWEB: 'findlen' is unusedBertrand Augereau
2011-08-18DREAMWEB: No need to generate unused C++ for 'makename'Bertrand Augereau
2011-08-18DREAMWEB: 'calcmapad' ported to C++Bertrand Augereau
2011-08-18DREAMWEB: 'getposition' ported to C++Bertrand Augereau
2011-08-18I18N: Update the catalan and spanish translations.Jordi Vilalta Prat
2011-08-18I18N: Split some original messages to allow translation reusability.Jordi Vilalta Prat
2011-08-18SCUMM: Fix cursor palette in the HE80+ default cursorMatthew Hoops
2011-08-18SCUMM: Hopefully fix DS compilationSven Hesse
2011-08-17Merge pull request #74 from fuzzie/soccerclone2727
2011-08-18DREAMWEB: Fix compile on non-GNU compilersSven Hesse
2011-08-18CGE: Remove unused _intStackPtr.Alyssa Milburn
2011-08-18DREAMWEB: Enable 100 savegamesWillem Jan Palenstijn
2011-08-18DREAMWEB: Add/fix loading from launcherWillem Jan Palenstijn
2011-08-18DREAMWEB: Hook up ScummVM save/load menuWillem Jan Palenstijn
2011-08-18DREAMWEB: Move several load/save functions out of dreamgenWillem Jan Palenstijn
2011-08-18DREAMWEB: Reorder modifiers for consistency (cosmetic)Willem Jan Palenstijn
2011-08-18DREAMWEB: Emit symbolic constants for data offsetsWillem Jan Palenstijn
2011-08-18DREAMWEB: StyleWillem Jan Palenstijn
2011-08-17DREAMWEB: Fix crash when loading some savesWillem Jan Palenstijn
2011-08-18DREAMWEB: 'commandonly' ported to C++Bertrand Augereau
2011-08-17DREAMWEB: 'doblocks' moves to backdrops.cppBertrand Augereau
2011-08-17DREAMWEB: Drawing of background objects ported to C++Bertrand Augereau
2011-08-17CGE: Remove unused Rgb/Trgb/mkRgb.Alyssa Milburn
2011-08-17CGE: Preserve const in cast.Alyssa Milburn