Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-27 | DREAMWEB: Remove dead code | Filippos Karapetis | |
2011-12-27 | DREAMWEB: Move kRoomssample out of data blob. | D G Turner | |
N.B. Last commit was kForeignRelease, not kSubtitles. | |||
2011-12-27 | DREAMWEB: Move kSubtitles out of data blob. | D G Turner | |
2011-12-27 | DREAMWEB: Move kSubtitles out of data blob. | D G Turner | |
2011-12-27 | DREAMWEB: Move kQuitRequested out of data blob. | D G Turner | |
2011-12-27 | DREAMWEB: Move all of the functions to DreamBase and remove stubs.h | Filippos Karapetis | |
2011-12-27 | DREAMWEB: Remove dead code | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Move some functions to DreamBase, remove dead code | Filippos Karapetis | |
2011-12-26 | Revert "DREAMWEB: Remove dead code and move most functions to DreamBase" | Filippos Karapetis | |
This reverts commit 4c66f74b58e9a2c191f22a37f485047dd19be131. These functions aren't ready to be moved yet till the remaining two are finished, and they're so crossreferenced that the safest thing to do is revert this commit and break it down to smaller chunks | |||
2011-12-26 | DREAMWEB: Remove dead code and move most functions to DreamBase | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Convert 'parser' | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Reduce dependency on globals and move functions to DreamBase | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Convert pickupConts | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Remove now unused Buffers segment | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Update deallocatemem for moved sprite table | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Remove the now unused ASM style versions of getanyad, getexad, ↵ | Filippos Karapetis | |
getfreead and getsetad | |||
2011-12-26 | DREAMWEB: Move even more use-related functions to DreamBase | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Move the roomsCanGo array out of the data blob | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Port 'findpathofpoint' to C++ | D G Turner | |
2011-12-26 | DREAMWEB: Moved the two rollEndCredits functions together in print.cpp and ↵ | Filippos Karapetis | |
renamed them to rollEndCreditsGameWon and rollEndCreditsGameLost | |||
2011-12-26 | DREAMWEB: Move titles.cpp to DreamBase | Max Horn | |
2011-12-26 | DREAMWEB: Rename workToScreenCPP to workToScreen | Max Horn | |
2011-12-26 | DREAMWEB: Remove some dead code | Max Horn | |
2011-12-25 | DREAMWEB: Port 'purgeanitem' to C++, some cleanup | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'emergencypurge' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Port 'locationpic', 'reexfrominv' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Name the return values of getAnyAd | Filippos Karapetis | |
2011-12-24 | DREAMWEB: Minor cleanup | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Move more functions to DreamBase | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Move many use-related functions to DreamBase | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Convert getObTextStart | Willem Jan Palenstijn | |
2011-12-24 | DREAMWEB: Minor cleanup | Willem Jan Palenstijn | |
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 ObjPos lists out of buffers | Willem Jan Palenstijn | |
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: 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: 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: 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-18 | DREAMWEB: Port 'lookatplace' to C++ | Filippos Karapetis | |