Age | Commit message (Expand) | Author |
2013-02-26 | DREAMWEB: Make some static arrays const | Thierry Crozat |
2013-02-26 | DREAMWEB: Add localised commands in the network terminal | Thierry Crozat |
2012-11-30 | DREAMWEB: Fix usage of defines, rather than values for screen size. | D G Turner |
2012-11-30 | DREAMWEB: Remove dead code functions and minor formatting cleanup. | D G Turner |
2012-11-29 | DREAMWEB: Further cleanup to keyboard input buffer code. | D G Turner |
2012-11-29 | DREAMWEB: Simplify _lastHardKey usage and migrate to Common::KeyCode. | D G Turner |
2012-11-15 | DREAMWEB: Add an extra line showing the available terminal commands | Filippos Karapetis |
2012-09-14 | DREAMWEB: Increase _operand1 buffer size | Torbjörn Andersson |
2012-07-03 | JANITORIAL: Remove extra semicolons | Ori Avtalion |
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-08 | DREAMWEB: Add _speechDirName to remove duplication of Directory name. | D G Turner |
2012-04-16 | DREAMWEB: Minor style fixes | Thierry Crozat |
2012-04-15 | DREAMWEB: Support opening data files from ES and FR CD version | Thierry Crozat |
2012-03-04 | DREAMWEB: Clean up the palette brightness code | Filippos Karapetis |
2012-02-24 | DREAMWEB: Migrate loadTextFile() to using datafile prefix variable. | D G Turner |
2012-02-24 | DREAMWEB: Migrate loadGraphicsFile() to using datafile prefix variable. | D G Turner |
2012-02-24 | DREAMWEB: Migrate loadSounds() to using datafile prefix variable. | D G Turner |
2012-02-24 | DREAMWEB: Migrate loadTempText() to using datafile prefix variable. | D G Turner |
2012-02-24 | DREAMWEB: Add datafile name prefix to engine and modify showPCX() to it. | D G Turner |
2012-02-23 | Merge pull request #189 from fingolfin/cleanup | Eugene Sandulenko |
2012-02-23 | DREAMWEB: Dynamically allocate GraphicsFile::_frames. | Alyssa Milburn |
2012-02-23 | DREAMWEB: Remove shared temp graphics variables. | Alyssa Milburn |
2012-02-22 | DREAMWEB: Avoid including advancedDetector.h from dreamweb.h | Max Horn |
2012-02-12 | DREAMWEB: Fix missing subtitle lines in speech+subtitle mode | Willem Jan Palenstijn |
2012-02-08 | DREAMWEB: Remove uneeded duplicate function "printUnderMon". | D G Turner |
2012-01-08 | DREAMWEB: Extend the number of saveslots from 7 to 21 in the original | Torbjörn Andersson |
2011-12-29 | DREAMWEB: Minor clean up | Willem Jan Palenstijn |
2011-12-28 | DREAMWEB: Minor clean up and removal of goto usage in dreamweb(). | D G Turner |
2011-12-28 | DREAMWEB: Added commandOnlyCond() method | Max Horn |
2011-12-28 | DREAMWEB: Mark some member vars as only being used in keypad.cpp; cleanup | Max Horn |
2011-12-28 | DREAMWEB: Remove global file handle | Max Horn |
2011-12-28 | DREAMWEB: Clean up checkCoords | Willem Jan Palenstijn |
2011-12-28 | Merge pull request #154 from fingolfin/dreamweb-cleanup | Filippos Karapetis |
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: Rename getEitherAdCPP to getEitherAd, use obj type enums | Max Horn |
2011-12-28 | DREAMWEB: Remove unused Sprite fields | Willem Jan Palenstijn |
2011-12-28 | DREAMWEB: Clean up Sprite::_updateCallback | Willem Jan Palenstijn |
2011-12-28 | DREAMWEB: Completely remove all of the runtime, and move everything into Drea... | Filippos Karapetis |
2011-12-27 | DREAMWEB: Streamline graphics file access | Willem Jan Palenstijn |
2011-12-18 | DREAMWEB: Add meta information to saved games | Filippos Karapetis |
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 |
2011-12-11 | DREAMWEB: Add DreamWebEngine::getSavegameFilename | Max Horn |
2011-12-07 | DREAMWEB: Move g_lineData to DreamBase::_lineDaata | Max Horn |
2011-12-07 | DREAMWEB: Avoid accessing DreamWebEngine::_context whenever possible | Max Horn |
2011-12-07 | DREAMWEB: Merge DreamWeb::fadeDos into DreamGenContext::fadeDOS | Max Horn |
2011-12-07 | DREAMWEB: Merge DreamWebEngine::setPalette into DreamGenContext::showGroup | Max Horn |
2011-12-06 | DREAMWEB: Declare namespace *after* all #includes | Max Horn |