Age | Commit message (Expand) | Author |
2008-09-25 | SCUMM: Moved Actor::drawActorToBackBuf to class ActorHE | Max Horn |
2008-09-25 | SCUMM: Added a new ActorHE class, as well as a virtual Actor::prepareDrawActo... | Max Horn |
2008-09-24 | Fix bugs #1981081: "ITE: No blinking disk icon" and #1971729: "IHNM: No Anima... | Eugene Sandulenko |
2008-09-24 | Changed builtin Common::String capacity to 24 (on 32 bit systems), to make si... | Max Horn |
2008-09-24 | cleanup | Max Horn |
2008-09-24 | Changed Common::String to use a MemoryPool for its refcounts | Max Horn |
2008-09-24 | Readded missing special case for the storm animation in ITE. Fixes bug #21256... | Filippos Karapetis |
2008-09-23 | Improved updateScreenAndWait; the mouse cursor is less jerky now in some scen... | Benjamin Haisch |
2008-09-23 | Fix for bug #2120780 "GUI: gui-theme command-line option ignored", '-f' and '... | Johannes Schickel |
2008-09-23 | Add another French Windows version of Putt-Putt Enters the Race. | Travis Howell |
2008-09-23 | Fix for bug #1917981: Game crash when finishing Indy3 demo. At the same time,... | Max Horn |
2008-09-23 | Perform error checking when reading from a ZIP file | Max Horn |
2008-09-23 | cleanup | Max Horn |
2008-09-23 | Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u... | Max Horn |
2008-09-23 | ImageManager: renamed remArchive() to removeArchive(); switched to using a Se... | Max Horn |
2008-09-23 | Moved ZipArchive implementation into unzip.cpp, added new ZipArchive::isOpen ... | Max Horn |
2008-09-22 | Fix comments for random() funcs (thanks to salty-horse for pointing this out) | Max Horn |
2008-09-22 | Fixed full screen toggling via alt+enter. | Johannes Schickel |
2008-09-21 | Reflect current team | Eugene Sandulenko |
2008-09-21 | Add recent patch contributors. Reflect current ScummVM team in the credits | Eugene Sandulenko |
2008-09-21 | Patch #2054467: CRUISE: 64bits fixes | Eugene Sandulenko |
2008-09-20 | In the CD filesystem, nothing can be opened for writing, so just | Marcus Comstedt |
2008-09-20 | game.h is now in engines, not base. | Marcus Comstedt |
2008-09-20 | I think this is the correct fix for bug #2081347 ("MM: Charset out of | Torbjörn Andersson |
2008-09-20 | Fix for bug #2120602: 5ALL: Starting the launcher with -f triggers assertion | Max Horn |
2008-09-20 | Little readability tweak | Max Horn |
2008-09-20 | fix drawing order in saveload choosers (draw container before contents) | Willem Jan Palenstijn |
2008-09-20 | Updated theme file version, to reflect latest addition of new required entrie... | Johannes Schickel |
2008-09-20 | Fixed "empty control statement" warning in FSDirectory::matchPattern(). | Vicent Marti |
2008-09-19 | Changed tinsel's volume range (0-127) to match ScummVM's (0-255) | Filippos Karapetis |
2008-09-19 | Updated MSVC project files with the latest changes (moved base/game.* to engi... | Filippos Karapetis |
2008-09-18 | Added 'native' implementations for FSDirectory::matchPattern & SearchSet::get... | Max Horn |
2008-09-17 | Simplified & fixed SearchManager | Max Horn |
2008-09-17 | Added some noteworthy improvements due to Chris Page & GSoC 2008 | Max Horn |
2008-09-17 | Patch #2060517: SCUMM: engine sets incorrect talkspeed value | Max Horn |
2008-09-17 | Patch #2043093 (again - new patch): OS/2 patches for posix-fs | Max Horn |
2008-09-17 | Patch #2112604: Update for the man page | Max Horn |
2008-09-17 | Fixed bug in SaveLoadChooser reflowLayout, which prevented widgets from being... | Johannes Schickel |
2008-09-17 | Moved base/game.* to engines/game.* | Max Horn |
2008-09-17 | DS: Removing some dead code; merged (parts of) std_cwd into GBAMPSaveFileMana... | Max Horn |
2008-09-16 | Removed tons of unused 'length' variables, to silence compiler warnings | Max Horn |
2008-09-16 | Added whitespace in playtime textfield. | Johannes Schickel |
2008-09-16 | Added support for SCUMM savestates date/time and playtime info in the launche... | Johannes Schickel |
2008-09-16 | Cleanup. | Johannes Schickel |
2008-09-16 | Added "querySaveMetaInfos" to MetaEngine. | Johannes Schickel |
2008-09-16 | Fix sign warnings in unit tests | Max Horn |
2008-09-16 | Removed assert leftover. | Johannes Schickel |
2008-09-16 | Merged common/gzip-stream.* and common/zlib.* | Max Horn |
2008-09-16 | - Moved some includes away from drascula.h | Filippos Karapetis |
2008-09-16 | Modified uncompress in common/zlib.h to return a bool, so that we don't have ... | Max Horn |