Age | Commit message (Expand) | Author |
2011-08-28 | SCUMM: Add basic support for setOffHeap resource flag in HE90+ games. | Travis Howell |
2011-08-16 | SCUMM: Make the default cursor for all v80+ games be the Windows cursor | Matthew Hoops |
2011-08-16 | SCUMM: Set the default moonbase cursor to be the default Windows cursor | Matthew Hoops |
2011-05-13 | SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ... | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-05 | SCUMM: Move _heV7RoomIntOffsets from ScummEngine to ScummEngine_v70he | Max Horn |
2011-04-05 | SCUMM: Move _heV7DiskOffsets from ScummEngine to ScummEngine_v70he | Max Horn |
2011-04-05 | SCUMM: Split ScummEngine::generateFilename, move HE specifics to class ScummE... | Max Horn |
2011-04-05 | SCUMM: Move ActorHE into its own header, move some HE specific stuff out of s... | Max Horn |
2010-05-12 | Fix missing songs in the HE73 version of Putt-Putt Saves the Zoo. | Travis Howell |
2010-01-26 | Let's Explore the Jungle with Buzzy uses VAR_PLATFORM variabletoo, but with d... | Travis Howell |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-07-23 | Fix bug #1726909 - HE Games: Glitches after loading saved games, by restircti... | Travis Howell |
2009-07-13 | Merged revisions 42433-42434,42436,42439-42441,42443-42446,42455-42456,42458-... | Travis Howell |
2009-07-13 | Fix bug #2820472 - MAZE: Keyboard input fault. | Travis Howell |
2009-06-04 | Add 16bit color support for later HE games. | Travis Howell |
2009-04-16 | SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it) | Max Horn |
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-01-05 | Add support for RIFF sound format in createSound(). | Travis Howell |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-09-25 | SCUMM: Moved more stuf from class Actor to ActorHE | Max Horn |
2008-09-06 | Add debugInput opcode for HE 100 games. | Travis Howell |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-01-11 | Fixed bug #1861582 (COMI: Banjo duel seems harder than in the original) by ch... | Max Horn |
2007-12-28 | Move more HE code to HE71, to reduce code size, when using DISABLE_HE option. | Travis Howell |
2007-12-28 | Move more HE code to HE71, to reduce code size, when using DISABLE_HE option. | Travis Howell |
2007-12-27 | Enable Windows version of early HE games by default, to match already enabled... | Travis Howell |
2007-10-28 | Refactored ScummEngine*::checkExecVerbs method | Max Horn |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-08 | Rename setFilePath opcode to createDirectory, in order to reflect the opcodes... | Travis Howell |
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson |
2007-01-21 | added handler for sfx sync (abc-slideshow.cup, bda-slideshow.cup) and sfx loo... | Gregory Montoir |
2006-11-24 | Add findBox opcode for Hebrew version of Freddi Fish 1 | Travis Howell |
2006-11-22 | Fix MSVC2005 warnings. Please, review the changes. | Eugene Sandulenko |
2006-11-06 | Add support for HE CUP demos based on cyx's standalone player. | Eugene Sandulenko |
2006-10-20 | SCUMM: ArrayHeader related cleanup | Max Horn |
2006-10-18 | SCUMM: walbox related cleanup | Max Horn |
2006-10-07 | Removed 'smushMode' param from processInput and processKeyboard in favor of a... | Max Horn |
2006-10-07 | Renemaed ScummEngine::processKbd to processInput (as it also deals with the m... | Max Horn |
2006-10-07 | some HE related cleanup | Max Horn |
2006-09-17 | renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c... | Max Horn |
2006-09-17 | Moved stored flobjects to class ScummEngine_v70he | Max Horn |
2006-09-01 | Add HE72+ specific version of convertMessageToString(), to reduce filtering a... | Travis Howell |
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson |
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at least... | Max Horn |
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now... | Max Horn |
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | Max Horn |
2006-07-08 | Rename VAR_WINDOWS_VERSION to VAR_PLATFORM_VERSION | Travis Howell |