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