Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-23 | Merge pull request #151 from fingolfin/dreamweb-cleanup-rebased | Willem Jan Palenstijn | |
Conflicts: engines/dreamweb/dreamgen.cpp engines/dreamweb/stubs.cpp | |||
2011-12-23 | DREAMWEB: Minor cleanup | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Remove more unnecessary globals | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Remove a few unnecessary globals | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Fix regression from moving ReelRoutines out of data | Willem Jan Palenstijn | |
The struct People still had an old-style pointer to a ReelRoutine. Fix this by converting People to use a real ReelRoutine * and moving the PeopleList from the buffers segment to a Common::List. Thanks to digitall for the assistance with tracking this down. | |||
2011-12-23 | TSAGE: R2R - Implement scene 3250 | Strangerke | |
2011-12-23 | DREAMWEB: Fix regression in sparky | Willem Jan Palenstijn | |
2011-12-23 | TSAGE: Implemented R2R Scene 825 - Autodoc | Paul Gilbert | |
2011-12-23 | DREAMWEB: Add titles.cpp, move some methods to titles.cpp and talk.cpp | Max Horn | |
2011-12-23 | DREAMWEB: Move rest of saveload.cpp to DreamBase | Max Horn | |
2011-12-23 | DREAMWEB: Convert resetLocation and purgeALocation to C++ | Max Horn | |
2011-12-23 | DREAMWEB: Add newplace.cpp | Max Horn | |
2011-12-23 | DREAMWEB: cleanup | Max Horn | |
2011-12-23 | DREAMWEB: Turn RectWithCallback into template | Max Horn | |
Also moves checkCoords to DreamBase, adding a nasty cast to it. This is a temporary HACK, which allows moving functions that use checkCoords to DreamBase one at a time, instead of all at once (and at the same time as checkCoords). This can be undone once everything using checkCoords has been moved to DreamBase. | |||
2011-12-23 | DREAMWEB: Convert fadeDownMon, fadeUpMon, initialMonCols to C++ | Max Horn | |
Note that the two fade methods are currently unused; the only calls to them are commented out in the asm version of the code. This change also removes showGroup() | |||
2011-12-23 | DREAMWEB: Move most of saveload.cpp to DreamBase | Max Horn | |
2011-12-23 | DREAMWEB: Yet more things to DreamBase | Max Horn | |
2011-12-23 | DREAMWEB: Ported 'reminders' to C++ and renamed it to edensFlatReminders() | Filippos Karapetis | |
2011-12-23 | Add patch #3463338 - Detect Macintosh demo of Pajama Sam 1. | Travis Howell | |
2011-12-22 | TSAGE: R2R - Fix a couple of bugs in scene 2000, Fix calls to ↵ | Strangerke | |
disableControl() with parameters Also remove several obsolete warnings | |||
2011-12-22 | TSAGE: Give a default value to the second parameter of disableControl(), as ↵ | Strangerke | |
for enableControl() | |||
2011-12-22 | TSAGE: R2R - Remove obsolete warning | Strangerke | |
2011-12-22 | TSAGE: R2R - Scene 3100 (space port): Fix cursor used in signal(), rename an ↵ | Strangerke | |
object | |||
2011-12-22 | TSAGE: R2R - Implement scene 3245 | Strangerke | |
2011-12-22 | TSAGE: R2R - Implement scene 3240 | Strangerke | |
2011-12-22 | TSAGE: R2R - Implement scene 3230 | Strangerke | |
2011-12-22 | TSAGE: R2R - Implement scene 3220 | Strangerke | |
2011-12-22 | TSAGE: R2R look/use/talk fields are more appropriate in the SceneHotspot class | Paul Gilbert | |
2011-12-22 | TSAGE: Moved look/use/talk descriptions to SceneItem class, and implemented ↵ | Paul Gilbert | |
R2R SceneExt::display | |||
2011-12-22 | TSAGE: Implement R2R 2 parameter versions of Player disableControl and ↵ | Paul Gilbert | |
enableControl | |||
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 | 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 | DREAMWEB: Port 'lookatplace' to C++ | Filippos Karapetis | |
2011-12-18 | DREAMWEB: 'nextcolon' is unused | Filippos Karapetis | |