Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-24 | DREAMWEB: Fix typo in incRyanPage() | Filippos Karapetis | |
2011-12-24 | DREAMWEB: Port 'incryanpage' to C++ | Filippos Karapetis | |
2011-12-23 | DREAMWEB: Move sprite table out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move changes out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move backgrounds, zoom space, initial vars out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move rainlist out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move mapflags out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move ObjPos lists out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move palettes out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Fix broken merge for pull request #151 | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Use the C++ versions of getAnyAd and makeWorn in some places | Filippos Karapetis | |
This allows us to remove the ASM style version of makeWorn() | |||
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 | DREAMWEB: Fix regression in sparky | Willem Jan Palenstijn | |
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-20 | DREAMWEB: Fix regression in deleteExObject | Willem Jan Palenstijn | |
(thanks to Fingolfin) | |||
2011-12-20 | DREAMWEB: Fix regressions in intoInv, outOfInv; cleanup selectOb | Willem Jan Palenstijn | |
2011-12-19 | DREAMWEB: More work on inToInv and outOfInv | Filippos Karapetis | |
2011-12-19 | DREAMWEB: Port 'intoinv', 'outofinv' to C++ | Filippos Karapetis | |
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 | |