Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-22 | SCUMM: Add initial support for AppleII sound player | Tobias Gunkel | |
2011-12-22 | CGE: Added explicit 'PACKED_STRUCT' macro to the HideDesc structure | Paul Gilbert | |
2011-12-22 | TSAGE: R2R - Implement scene 3210 | Strangerke | |
2011-12-22 | TSAGE: Work around a data issue in R2R. | Strangerke | |
The character name doesn't seem case sensitive in R2R | |||
2011-12-22 | TSAGE: R2R - Implement scene 3200 | Strangerke | |
2011-12-21 | TSAGE: R2R - Implement scene 3175 | Strangerke | |
2011-12-20 | TSAGE: R2R - Implement scene 3150 | Strangerke | |
2011-12-20 | DREAMWEB: Fix regression in deleteExObject | Willem Jan Palenstijn | |
(thanks to Fingolfin) | |||
2011-12-19 | MOHAWK: Add another lilmonster demo | Matthew Hoops | |
2011-12-20 | DREAMWEB: Fix regressions in intoInv, outOfInv; cleanup selectOb | Willem Jan Palenstijn | |
2011-12-19 | SKY: Fix warning | Willem Jan Palenstijn | |
2011-12-19 | TSAGE: R2R - Implement scene 3125 | Strangerke | |
2011-12-19 | DREAMWEB: More work on inToInv and outOfInv | Filippos Karapetis | |
2011-12-19 | GRAPHICS: Fix PICT lines with large pitches | Matthew Hoops | |
2011-12-19 | TSAGE: Blue Force is now ready for testing | Tarek Soliman | |
2011-12-19 | TSAGE: Implemented R2R Scene 800 - Sickbay | Paul Gilbert | |
2011-12-18 | Merge pull request #131 from digitall/goto_considered_harmful | David 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-19 | DREAMWEB: Port 'intoinv', 'outofinv' to C++ | Filippos Karapetis | |
2011-12-19 | CINE: Add some comments to the MT-32 instrument code. | Johannes Schickel | |
2011-12-19 | TSAGE: R2R - Implement scene 3100 | Strangerke | |
2011-12-18 | CONFIGURE: Update WinCE compiler host alias naming. | D G Turner | |
This is required to work with the newest tool chain. | |||
2011-12-18 | DREAMWEB: Port 'lookatplace' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: 'nextcolon' is unused | Filippos Karapetis | |
2011-12-18 | DREAMWEB: 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-18 | DREAMWEB: Remove the now unused 'keynum' and 'newlogonum' variables from the ↵ | Filippos Karapetis | |
data blob | |||
2011-12-18 | DREAMWEB: Remove reelRoutines from data blob | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Move all reel functions to DreamBase | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Convert removeObFromInv, deleteExObject, deleteExFrame, deleteExText | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Set es for reel callbacks while it may be necessary | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Fix yet another regression in setPickup | Willem Jan Palenstijn | |
getAnyAd and getEitherAd have different inputs, so can't be interchanged... | |||
2011-12-18 | DREAMWEB: Port 'getkeyandlogo' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Port 'showkeys' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Port 'showdiarykeys' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Move backdrop.cpp and more to DreamBase; remove some dead code | Max Horn | |
2011-12-18 | DREAMWEB: Fix regression in useWinch | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Fix multiple regressions in checkInside and loadCart | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Fix multiple regressions in setPickup | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Fix ReelRoutine terminator saving/loading | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Spacing | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Remove regression from b0a42f1 (duplicate saved reel data) | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Close the file opened in querySaveMetaInfos() when returning | Filippos Karapetis | |
2011-12-18 | TSAGE: Bugfix for Ringworld saving and restoring via options dialog | Paul Gilbert | |
2011-12-18 | TSAGE: Bugfix for using save/load buttons in the Blue Force options dialog | Paul Gilbert | |
2011-12-18 | DREAMWEB: Port 'setpickup' to C++ and added an enum for the object types | Filippos Karapetis | |
2011-12-18 | TSAGE: Implemented dirty rect handling in the engine | Paul Gilbert | |
This should help improve performance when scalers are being used. | |||
2011-12-18 | DREAMWEB: Port 'lookininterface' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Remove an erroneous comment (copy/paste error) | Filippos Karapetis | |
2011-12-18 | DREAMWEB: Add meta information to saved games | Filippos 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-18 | TSAGE: R2R - Scene 2800: Move several objects from scene to action2 | Strangerke | |
2011-12-17 | DREAMWEB: Fix regression in slabdoorb | Willem Jan Palenstijn | |