aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-29- Merged 75 revisions from trunk.Vicent Marti
2008-09-29add constructor to SearchSet::Node for proper init of structure members with ...Gregory Montoir
2008-09-29Don't use File::name() needlessly (i.e. if you still know which file you just...Max Horn
2008-09-29Added const qualifiersMax Horn
2008-09-29SCUMM HE: Fixed leak in Win32ResExtractor::extractResource_, use _filename in...Max Horn
2008-09-29Added const qualifiersMax Horn
2008-09-29Don't subclass ArjFile from Common::File (there seems to be no good reason fo...Max Horn
2008-09-29File::open no longer falls back to searching the current dir (if this causes ...Max Horn
2008-09-29Add priority parameter to the SearchMan APIMax Horn
2008-09-29Added FIXME to GP2x portMax Horn
2008-09-29Reduced memory usage by closing theme files after parsing. Could make things ...Vicent Marti
2008-09-28Use better "silence" without clicks when speech is disabled.Eugene Sandulenko
2008-09-28- Renamed withVoices to _subtitlesDisabled as it reflect the true meaning.Eugene Sandulenko
2008-09-28Fix bug #2043489: DRASCULA: Cannot disable speechEugene Sandulenko
2008-09-28Add Italian C64 ZakEugene Sandulenko
2008-09-28Return 32000 in sfGetCdTime instead of 0; this fixes the Manhole intro/credit...Benjamin Haisch
2008-09-27SCUMM: Use FilesystemNode::openForReading instead of Common::File::open(Files...Max Horn
2008-09-27Changed Common::File to use SearchManMax Horn
2008-09-27Added a spanish floppy version of Lost in Time, as supplied by goodoldgeorg i...Sven Hesse
2008-09-27Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor...Max Horn
2008-09-27Modified Common::SearchSet to take signed integer priorities, for convenience...Max Horn
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