aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-19TSAGE: R2R - Implement scene 3125Strangerke
2011-12-19DREAMWEB: More work on inToInv and outOfInvFilippos Karapetis
2011-12-19GRAPHICS: Fix PICT lines with large pitchesMatthew Hoops
2011-12-19TSAGE: Blue Force is now ready for testingTarek Soliman
2011-12-19TSAGE: Implemented R2R Scene 800 - SickbayPaul Gilbert
2011-12-18Merge pull request #131 from digitall/goto_considered_harmfulDavid Turner
Goto Considered Harmful... The following commits should improve the ScummVM code structure by reducing the number of gotos used in various engine code. They should implement identical functionality, but without using goto and without the result being less readable/maintainable than the version with goto.
2011-12-19DREAMWEB: Port 'intoinv', 'outofinv' to C++Filippos Karapetis
2011-12-19CINE: Add some comments to the MT-32 instrument code.Johannes Schickel
2011-12-19TSAGE: R2R - Implement scene 3100Strangerke
2011-12-18CONFIGURE: Update WinCE compiler host alias naming.D G Turner
This is required to work with the newest tool chain.
2011-12-18DREAMWEB: Port 'lookatplace' to C++Filippos Karapetis
2011-12-18DREAMWEB: 'nextcolon' is unusedFilippos Karapetis
2011-12-18DREAMWEB: Rewrite signOn into C++, and remove the users and passwords from ↵Filippos Karapetis
the data blob Note that the string processing logic in signOn is a bit different from the original, but the end result is the same (with cleaner code)
2011-12-18DREAMWEB: Remove the now unused 'keynum' and 'newlogonum' variables from the ↵Filippos Karapetis
data blob
2011-12-18DREAMWEB: Remove reelRoutines from data blobWillem Jan Palenstijn
2011-12-18DREAMWEB: Move all reel functions to DreamBaseWillem Jan Palenstijn
2011-12-18DREAMWEB: Convert removeObFromInv, deleteExObject, deleteExFrame, deleteExTextWillem Jan Palenstijn
2011-12-18DREAMWEB: Set es for reel callbacks while it may be necessaryWillem Jan Palenstijn
2011-12-18DREAMWEB: Fix yet another regression in setPickupWillem Jan Palenstijn
getAnyAd and getEitherAd have different inputs, so can't be interchanged...
2011-12-18DREAMWEB: Port 'getkeyandlogo' to C++Filippos Karapetis
2011-12-18DREAMWEB: Port 'showkeys' to C++Filippos Karapetis
2011-12-18DREAMWEB: Port 'showdiarykeys' to C++Filippos Karapetis
2011-12-18DREAMWEB: Move backdrop.cpp and more to DreamBase; remove some dead codeMax Horn
2011-12-18DREAMWEB: Fix regression in useWinchWillem Jan Palenstijn
2011-12-18DREAMWEB: Fix multiple regressions in checkInside and loadCartWillem Jan Palenstijn
2011-12-18DREAMWEB: Fix multiple regressions in setPickupWillem Jan Palenstijn
2011-12-18DREAMWEB: Fix ReelRoutine terminator saving/loadingWillem Jan Palenstijn
2011-12-18DREAMWEB: SpacingFilippos Karapetis
2011-12-18DREAMWEB: Remove regression from b0a42f1 (duplicate saved reel data)Filippos Karapetis
2011-12-18DREAMWEB: Close the file opened in querySaveMetaInfos() when returningFilippos Karapetis
2011-12-18TSAGE: Bugfix for Ringworld saving and restoring via options dialogPaul Gilbert
2011-12-18TSAGE: Bugfix for using save/load buttons in the Blue Force options dialogPaul Gilbert
2011-12-18DREAMWEB: Port 'setpickup' to C++ and added an enum for the object typesFilippos Karapetis
2011-12-18TSAGE: Implemented dirty rect handling in the enginePaul Gilbert
This should help improve performance when scalers are being used.
2011-12-18DREAMWEB: Port 'lookininterface' to C++Filippos Karapetis
2011-12-18DREAMWEB: Remove an erroneous comment (copy/paste error)Filippos Karapetis
2011-12-18DREAMWEB: Add meta information to saved gamesFilippos Karapetis
This information includes savegame versioning and the saved game's date/time, played time and game thumbnail. This information is stored into an unused data block of the original save format, so the generated ScummVM saves are (hopefully) fully compatible with the original ones and can be loaded in the original interpreter
2011-12-18TSAGE: R2R - Scene 2800: Move several objects from scene to action2Strangerke
2011-12-17DREAMWEB: Fix regression in slabdoorbWillem Jan Palenstijn
2011-12-17DREAMWEB: Fix regressions in findExObject, findSetObjectWillem Jan Palenstijn
2011-12-17DREAMWEB: Convert clearBuffers, clearChangesWillem Jan Palenstijn
2011-12-17DREAMWEB: Add disabled reelRoutine conversion workWillem Jan Palenstijn
2011-12-17DREAMWEB: Use serializer for ReelRoutinesWillem Jan Palenstijn
2011-12-17DREAMWEB: Name some DynObject/SetObject fieldsWillem Jan Palenstijn
Also change getAnyAd() behaviour to be consistent between Free/Ex and Set objects, diverging from the original.
2011-12-17DREAMWEB: Fix regression in getOpenedSizeWillem Jan Palenstijn
2011-12-17DREAMWEB: Convert checkForExitWillem Jan Palenstijn
2011-12-17DREAMWEB: Remove dead codeFilippos Karapetis
2011-12-17DREAMWEB: Use ScummVM's save/load dialogs by defaultFilippos Karapetis
2011-12-17DREAMWEB: Fix two off-by-one errors in saveGame(), rewrite scanForNames() to ↵Filippos Karapetis
use listSavefiles() and use Common::strlcopy instead of strncpy
2011-12-17DREAMWEB: Implement removeSaveState()Filippos Karapetis