Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-17 | DREAMWEB: Make location array sizes more consistent | Willem Jan Palenstijn | |
While location 15 doesn't actually exist, this makes roomPics more consistent with the roomsCanGo array. | |||
2012-05-31 | DREAMWEB: Objectify Sound functions & data into DreamWebSound class. | D G Turner | |
This change should have no functional change, but makes the sound code more decoupled, modular and readable, prior to attempting a fix for bug #3528164 - "DREAMWEB: missing sound effects/music cues during main title". | |||
2012-05-30 | DREAMWEB: Replaced vsync() function with waitForVSync(). | D G Turner | |
As a call to waitForVSync() was the only contents of vsync(), there should be no functional change. | |||
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 | |
Instead, have a different variable for each use. | |||
2011-12-28 | DREAMWEB: Remove unnecessary DreamWebEngine:: uses | Max Horn | |
2011-12-28 | DREAMWEB: Added commandOnlyCond() method | Max Horn | |
2011-12-28 | DREAMWEB: Clean up checkCoords | 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: 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: Streamline graphics file access | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Streamline text file handling | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Remove mapStore segment | Willem Jan Palenstijn | |
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-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-25 | DREAMWEB: Move all of the functions in newplace.cpp into DreamBase | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Remove getdestinfo() and access the roomPics array directly in ↵ | Filippos Karapetis | |
locationPic() | |||
2011-12-25 | DREAMWEB: Remove getDestInfo() from locationPic | Filippos Karapetis | |
This allows to move some more functions into DreamBase | |||
2011-12-25 | DREAMWEB: Port 'locationpic', 'reexfrominv' to C++ | Filippos Karapetis | |
2011-12-25 | DREAMWEB: Move some functions to DreamBase | Filippos Karapetis | |
2011-12-23 | DREAMWEB: Move rest of saveload.cpp to DreamBase | Max Horn | |
2011-12-23 | DREAMWEB: Add newplace.cpp | Max Horn | |