Age | Commit message (Expand) | Author |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-16 | Remove unneeded code, as _musicEngine is already set to NULL by default. | Travis Howell |
2009-02-16 | Limit platforms to specific SCUMM versions, when selecting the music engine t... | Travis Howell |
2009-02-13 | Revert talkspeed changes, while still only using the game specific talkspeed ... | Travis Howell |
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn |
2009-01-11 | Fix talkspeed settings again. | Travis Howell |
2009-01-05 | Add support for RIFF sound format in createSound(). | Travis Howell |
2009-01-04 | Use cache when converting 16bit colors, for faster conversions. | Travis Howell |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2008-12-29 | Add Blue's Treasure Hunt. | Travis Howell |
2008-12-15 | Add Moonbase Commander target again, for testing only. | Travis Howell |
2008-12-09 | Removed some dead code, clarified comments, cleanup | Max Horn |
2008-11-15 | Fixed strncpy usage. | Johannes Schickel |
2008-11-15 | Paranoia: Add destination buffer size to Engine::errorString to help avoiding... | Johannes Schickel |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-10-02 | typo | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-25 | SCUMM: Added a new ActorHE class, as well as a virtual Actor::prepareDrawActo... | Max Horn |
2008-09-17 | Patch #2060517: SCUMM: engine sets incorrect talkspeed value | Max Horn |
2008-09-14 | Little cleanup. | Johannes Schickel |
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)... | Max Horn |
2008-09-06 | Add debugInput opcode for HE 100 games. | Travis Howell |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-01 | Silence MSVC warning about empty switch statement | Filippos Karapetis |
2008-07-14 | AGOS: Got rid of _masterVolume and replaced with _musicVolume and _sfxVolume ... | Christopher Page |
2008-07-11 | SCUMM works with new GMM implementation | Christopher Page |
2008-07-07 | Changed the name of the Scumm menu dialog class MainMenuDialog to ScummMenuDi... | Christopher Page |
2008-07-07 | SCUMM: syncSoundSettings() now updates kPlainSoundType | Christopher Page |
2008-06-30 | Scumm sound settings can now be changed from the gmm | Christopher Page |
2008-06-25 | Scumm and sky now use the new _quit flag | Christopher Page |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-05-04 | Fix bug #1957165 - MM: render_mode is broken. | Travis Howell |
2008-04-24 | Comment patch #1949695 | Eugene Sandulenko |
2008-04-24 | Patch #1949695: "set defaultTo1XScaler depending on width with CJK mode" | Eugene Sandulenko |
2008-04-08 | First attempt to support Japanese DIG | Eugene Sandulenko |
2008-04-04 | Properly *init* the _fmtownsBuf variable, and properly release the memory it ... | Max Horn |
2008-04-04 | Revert revision 31256, since _textSurfaceMultiplier isn't set at that point. | Travis Howell |
2008-03-26 | Init the _fmtownsBuf in the constructor, not in setupScumm() (fixes a leak, a... | Max Horn |
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-13 | not need call refreshScripts in demo version of comi | Paweł Kołodziejski |
2008-01-11 | Fixed bug #1861582 (COMI: Banjo duel seems harder than in the original) by ch... | Max Horn |
2008-01-05 | VAR_TMR_4 has a special role from VAR_TMR_1 till 3 (in particular, it exists ... | Max Horn |
2008-01-02 | Fix for bug #896489: "DIG: Missing subtitles when talking to Brink" | Eugene Sandulenko |
2008-01-02 | Oops. Moved too much code in the last commit. | Eugene Sandulenko |
2008-01-02 | Workaround for bug #1804278: "MONKEY: Mouse is invisible after loading" | Eugene Sandulenko |
2008-01-01 | SCUMM: Moved tick duration into a constant | Max Horn |
2007-12-31 | Removed obsolete _insaneRunning flag | Max Horn |