Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-28 | DREAMWEB: Added commandOnlyCond() method | Max Horn | |
2011-12-28 | DREAMWEB: Clean up checkCoords | Willem Jan Palenstijn | |
2011-12-28 | DREAMWEB: Replaced most isCD calls with calls checking for speech | Filippos Karapetis | |
This is quite useful for devices with limited storage, where the user can use the CD version without its speech files | |||
2011-12-28 | DREAMWEB: Clean up some constants | Willem Jan Palenstijn | |
2011-12-28 | DREAMWEB: Completely remove all of the runtime, and move everything into ↵ | Filippos Karapetis | |
DreamWebEngine Also, remove dead code (allocateMem/deallocateMem) | |||
2011-12-28 | DREAMWEB: Move all saved variables to a GameVars struct | Willem Jan Palenstijn | |
The data segment is now completely unused. | |||
2011-12-28 | DREAMWEB: Remove a lot of unused/duplicate constants and move some of them ↵ | Filippos Karapetis | |
to dreambase.h | |||
2011-12-28 | DREAMWEB: Mass-move variables out of data | Willem Jan Palenstijn | |
This has been done by an automated search/replace, culling unused variables in the process. The remaining variables in data are all stored in savegames. | |||
2011-12-27 | DREAMWEB: Convert exText into TextFile | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Remove Extras segment | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Streamline graphics file access | Willem Jan Palenstijn | |
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 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-26 | DREAMWEB: Move the roomsCanGo array out of the data blob | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Rename workToScreenCPP to workToScreen | Max Horn | |
2011-12-23 | DREAMWEB: Move changes out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Move rest of saveload.cpp to DreamBase | 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-18 | DREAMWEB: Remove reelRoutines from data blob | 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: 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-17 | DREAMWEB: Add disabled reelRoutine conversion work | Willem Jan Palenstijn | |
2011-12-17 | DREAMWEB: Use serializer for ReelRoutines | Willem Jan Palenstijn | |
2011-12-17 | DREAMWEB: Remove dead code | Filippos Karapetis | |
2011-12-17 | DREAMWEB: Fix two off-by-one errors in saveGame(), rewrite scanForNames() to ↵ | Filippos Karapetis | |
use listSavefiles() and use Common::strlcopy instead of strncpy | |||
2011-12-15 | DREAMWEB: Move even more stuff to DreamBase | Max Horn | |
2011-12-11 | DREAMWEB: Move Savenames out of opaque data blob | Willem Jan Palenstijn | |
2011-12-11 | DREAMWEB: Convert checkInput | Willem Jan Palenstijn | |
2011-12-11 | DREAMWEB: Convert 'showNames' | Willem Jan Palenstijn | |
2011-12-11 | DREAMWEB: Fix namesToOld/oldToNames | Willem Jan Palenstijn | |
They only saved the first four savegame descriptions. (Bug from the original game.) | |||
2011-12-11 | DREAMWEB: Do savefile reading directly in loadPosition() / scanForNames() | Max Horn | |
2011-12-11 | DREAMWEB: Move savefile creation into DreamGenContext::savePosition | Max Horn | |
Also, make sure the save file is properly finalized before being closed. | |||
2011-12-11 | DREAMWEB: Add DreamWebEngine::getSavegameFilename | Max Horn | |
2011-12-11 | DREAMWEB: Remove DreamGenContext::closeFile, stop using kHandle | Max Horn | |
2011-12-09 | DREAMWEB: Use the C++ version of workScreen() in C++ code | Filippos Karapetis | |
2011-12-07 | DREAMWEB: Replace cs by data (outside of dreamgen.cpp) | Max Horn | |
2011-12-06 | DREAMWEB: Cleanup end of namespace comments | Max Horn | |
2011-12-05 | DREAMWEB: 'loadSaveBox' ported to C++ | Bertrand Augereau | |
2011-12-03 | DREAMWEB: Move temporary room for loading out of data segment | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Convert 'loadOld' and clean up 'doLoad' calls | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Move 'loadOld' from dreamgen | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Clean up | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Don't use Madeuproomdat as a global when not necessary | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Create and use FileHeader struct | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Convert 'scanForNames' | Willem Jan Palenstijn | |