Age | Commit message (Expand) | Author |
2017-10-07 | BACKENDS: Fix window sizing of games that switch between multiple resolutions | Colin Snover |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2014-02-19 | DREAMWEB: Some British to American english | Strangerke |
2014-02-18 | DREAMWEB: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-04-26 | I18N: Workaround to fix spelling in French command 3 | Thierry Crozat |
2012-11-30 | DREAMWEB: Change various loop variables to uint, rather than size_t. | D G Turner |
2012-11-30 | DREAMWEB: Migrate object/inventory related functions out of stubs. | 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-07-01 | DREAMWEB: Fix minor regression with Ryan's watch. | D G Turner |
2012-05-31 | DREAMWEB: Remove irrelevant additions in SFX id 62 usage. | D G Turner |
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-04-22 | DREAMWEB: Move all of the mouse cursor related code into a separate file | Filippos Karapetis |
2012-04-15 | DREAMWEB: Support opening data files from ES and FR CD version | Thierry Crozat |
2012-03-27 | DREAMWEB: Slight cleanup of DreamWebEngine::animPointer() | Filippos Karapetis |
2012-03-04 | DREAMWEB: Clean up the palette brightness code | Filippos Karapetis |
2012-02-24 | DREAMWEB: Migrate remaining minor functions to using datafile prefix variable. | D G Turner |
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-23 | DREAMWEB: Dynamically allocate GraphicsFile::_frames. | Alyssa Milburn |
2012-02-23 | DREAMWEB: Remove shared temp graphics variables. | Alyssa Milburn |
2012-02-16 | DREAMWEB: Document some locations | Max Horn |
2012-02-12 | DREAMWEB: Fix missing subtitle lines in speech+subtitle mode | Willem Jan Palenstijn |
2011-12-29 | DREAMWEB: Minor clean up | Willem Jan Palenstijn |
2011-12-29 | DREAMWEB: Simplify finalization call in dreamweb main function. | D G Turner |
2011-12-28 | DREAMWEB: Minor clean up and removal of goto usage in dreamweb(). | D G Turner |
2011-12-29 | DREAMWEB: Minor cleanup | Max Horn |
2011-12-28 | DREAMWEB: Use ObjectType enums in more places | Max Horn |
2011-12-28 | DREAMWEB: Added commandOnlyCond() method | Max Horn |
2011-12-28 | DREAMWEB: Fix crash when loading a room without reels | Willem Jan Palenstijn |
2011-12-28 | DREAMWEB: Remove global file handle | Max Horn |
2011-12-28 | DREAMWEB: Clean up checkCoords | Willem Jan Palenstijn |
2011-12-28 | DREAMWEB: Move more methods to keypad.cpp, reorder them to match ASM | Max Horn |
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: Cleanup | Max Horn |
2011-12-28 | DREAMWEB: Rename a member of SetObject & DynObject to objId | Max Horn |
2011-12-28 | DREAMWEB: Rename getEitherAdCPP to getEitherAd, use obj type enums | Max Horn |
2011-12-28 | DREAMWEB: Mark all of the differences between the floppy and CD versions | Filippos Karapetis |
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: Move all zoom-related functions to vgagrafx.cpp, and remove a lot o... | Filippos Karapetis |
2011-12-28 | DREAMWEB: Remove more global variables | Filippos Karapetis |
2011-12-28 | DREAMWEB: Move checkCoords templated implementation to Dreambase header. | D G Turner |