Age | Commit message (Expand) | Author |
2012-12-01 | DREAMWEB: Check for exFrame data corruption on load | Willem Jan Palenstijn |
2012-11-06 | DREAMWEB: Fix bug #3582582 - "GUI: "Grid View" Loader Triggers Immediately in... | Filippos Karapetis |
2012-06-10 | GUI: Add helper to SaveLoadChooser, which uses the currently active target. | Johannes Schickel |
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel |
2012-05-31 | DREAMWEB: Objectify Sound functions & data into DreamWebSound class. | D G Turner |
2012-05-30 | DREAMWEB: Replaced vsync() function with waitForVSync(). | D G Turner |
2012-05-21 | DREAMWEB: Fix bug #3528160 - "DREAMWEB: graphical glitch on UKV CD version lo... | Filippos Karapetis |
2012-03-25 | DREAMWEB: Rename the dreamweb_originalsaveload option to originalsaveload | Filippos Karapetis |
2012-02-24 | DREAMWEB: Migrate loadGraphicsFile() to using datafile prefix variable. | D G Turner |
2012-02-23 | DREAMWEB: Remove shared temp graphics variables. | Alyssa Milburn |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-01-12 | DREAMWEB: Rewrite a comment, since the old one could be misread | Torbjörn Andersson |
2012-01-11 | DREAMWEB: Change selectSaveLoadPage()'s command type to be unique | Torbjörn Andersson |
2012-01-08 | DREAMWEB: Extend the number of saveslots from 7 to 21 in the original | Torbjörn Andersson |
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 |
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 Drea... | Filippos Karapetis |
2011-12-28 | DREAMWEB: Move all saved variables to a GameVars struct | Willem Jan Palenstijn |
2011-12-28 | DREAMWEB: Remove a lot of unused/duplicate constants and move some of them to... | Filippos Karapetis |
2011-12-28 | DREAMWEB: Mass-move variables out of data | Willem Jan Palenstijn |
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 |
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 |
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 |
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 |
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 |
2011-12-11 | DREAMWEB: Do savefile reading directly in loadPosition() / scanForNames() | Max Horn |