aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2011-12-22TSAGE: R2R - Remove obsolete warningStrangerke
2011-12-22TSAGE: R2R - Scene 3100 (space port): Fix cursor used in signal(), rename an ↵Strangerke
object
2011-12-22TSAGE: R2R - Implement scene 3245Strangerke
2011-12-22TSAGE: R2R - Implement scene 3240Strangerke
2011-12-22TSAGE: R2R - Implement scene 3230Strangerke
2011-12-22TSAGE: R2R - Implement scene 3220Strangerke
2011-12-22TSAGE: R2R look/use/talk fields are more appropriate in the SceneHotspot classPaul Gilbert
2011-12-22TSAGE: Moved look/use/talk descriptions to SceneItem class, and implemented ↵Paul Gilbert
R2R SceneExt::display
2011-12-22TSAGE: Implement R2R 2 parameter versions of Player disableControl and ↵Paul Gilbert
enableControl
2011-12-22CGE: Added explicit 'PACKED_STRUCT' macro to the HideDesc structurePaul Gilbert
2011-12-22TSAGE: R2R - Implement scene 3210Strangerke
2011-12-22TSAGE: Work around a data issue in R2R.Strangerke
The character name doesn't seem case sensitive in R2R
2011-12-22TSAGE: R2R - Implement scene 3200Strangerke
2011-12-21TSAGE: R2R - Implement scene 3175Strangerke
2011-12-20TSAGE: R2R - Implement scene 3150Strangerke
2011-12-20DREAMWEB: Fix regression in deleteExObjectWillem Jan Palenstijn
(thanks to Fingolfin)
2011-12-19MOHAWK: Add another lilmonster demoMatthew Hoops
2011-12-20DREAMWEB: Fix regressions in intoInv, outOfInv; cleanup selectObWillem Jan Palenstijn
2011-12-19SKY: Fix warningWillem Jan Palenstijn
2011-12-19TSAGE: R2R - Implement scene 3125Strangerke
2011-12-19DREAMWEB: More work on inToInv and outOfInvFilippos Karapetis
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-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