Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-12-03 | DREAMWEB: Move 'scanForNames' out of dreamgen | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Move roomData out of opaque data segment | Willem Jan Palenstijn | |
2011-12-02 | DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ↵ | Bertrand Augereau | |
this) | |||
2011-12-01 | DREAMWEB: Fix compilation due to dreamgen.* function renaming. | D G Turner | |
2011-11-26 | DREAMWEB: Reduce code completion for scummvm save/load gui | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Convert 'loadposition' | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Convert 'saveposition' | Willem Jan Palenstijn | |
Also inline and remove 'saveseg', 'savefilewrite', 'makeheader'. | |||
2011-11-26 | DREAMWEB: Move 'loadposition' and 'saveposition' from dreamgen | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Convert 'actualload' | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Convert 'actualsave' | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Move 'actualsave' and 'actualload' from dreamgen | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: 'showdiscops' ported to C++ | Bertrand Augereau | |
2011-11-21 | DREAMWEB: 'showmainops' ported to C++ | Bertrand Augereau | |
2011-11-21 | DREAMWEB: Misc cleanings in saveload.cpp | Bertrand Augereau | |