Age | Commit message (Expand) | Author |
2008-09-17 | Patch #2060517: SCUMM: engine sets incorrect talkspeed value | Max Horn |
2008-09-16 | Added support for SCUMM savestates date/time and playtime info in the launche... | Johannes Schickel |
2008-09-14 | Little cleanup. | Johannes Schickel |
2008-09-14 | Added thumbnail support for launcher to SCUMM engine. | Johannes Schickel |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SCUMM | Max Horn |
2008-08-20 | Cleanup of thumbnail saving/loading code. | Johannes Schickel |
2008-08-20 | - Committed Max' compressed save backseeking support from patch #2050337 "KYR... | Johannes Schickel |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |
2008-08-06 | SCUMM: Renamed inventoryScript -> inventoryScriptIndy3Mac | Max Horn |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-08-04 | Turned InSaveFile & OutSaveFile into simple typedefs | Max Horn |
2008-08-02 | Fix for bug #1945335: "SCUMM: Invalid charset id can be stored". | Eugene Sandulenko |
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-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-06-02 | GID_WATER is no longer required. | Travis Howell |
2008-04-28 | Fix Kanji text positioning in DIG. Constants based on disassembly, but | Eugene Sandulenko |
2008-03-09 | Add hack to skip the faulty credits script in Russian HE99 version of Freddi ... | Travis Howell |
2008-02-04 | Commited updated version of my own patch #1868402: Basic savestate plugin API | Max Horn |
2008-02-01 | Change InSaveFile -> SeekableReadStream where possible | Max Horn |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
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 | Workaround for bug #1804278: "MONKEY: Mouse is invisible after loading" | Eugene Sandulenko |
2007-12-24 | cleanup | Max Horn |
2007-11-06 | Add support for original load/save system in HE games. | Travis Howell |
2007-10-28 | Refactored ScummEngine*::checkExecVerbs method | Max Horn |
2007-09-08 | Some cleanup (yay for whomever had the brilliant idea to let SVN work over HT... | Max Horn |
2007-07-10 | Preliminary (and buggy) Kanji support. | Eugene Sandulenko |
2007-07-08 | SCUMM: hercules gfx code cleanup | Max Horn |
2007-06-30 | Split Engine::pauseEngine: It now does pauseLevel handling, while engines can... | Max Horn |
2007-06-30 | Added Engine::pauseEngine method (allows outside code, like the backend, to p... | Max Horn |
2007-06-29 | Introduced ClickArea enum, some related cleanup in runInputScript and checkEx... | Max Horn |
2007-06-23 | Made SCUMM use Common::KeyState, too (but implemented almost no fixes/optimiz... | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-27 | Renamed plugin.cpp to detection.cpp in all engines | Max Horn |
2007-04-15 | Added code for decodeParseString.SO_PRINT_WRAP and rewrote the CHARSET_1 func... | Gregory Montoir |
2007-04-01 | Reverted my roomoffs changes (broke the Loom intro), and instead added the co... | Max Horn |
2007-03-31 | Got rid of some 0xFFFF -> 0xFFFFFFFF conversions and similiar nonsense by usi... | Max Horn |
2007-03-24 | Cleaning up various issues with the Indy3 IQ patch | Max Horn |
2007-03-24 | Add patch #1687026 - Indy3: Series IQ-Points. | Travis Howell |
2007-03-11 | A long time ago, in a virtual machine far, far away... | Max Horn |
2007-03-10 | SCUMM: got rid of the _bompActorPalettePtr member var (which was only used as... | Max Horn |
2007-02-24 | Removed the (useless, thanks to resTypeFromId) 'name' parameter from readResT... | Max Horn |
2007-02-10 | Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA | Max Horn |
2007-02-05 | 'fixed' o_blastText and updated a comment | Gregory Montoir |
2007-02-04 | Switch SCUMM engine to use the common special debug flags support (thus makin... | Max Horn |
2007-02-04 | Removed GF_NO_SCALING | Max Horn |
2007-01-28 | Moved some stuff from CharsetRenderer (back) to ScummEngine, added comments | Max Horn |