aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-09-16Fix sign warnings in unit testsMax Horn
2008-09-16Removed assert leftover.Johannes Schickel
2008-09-16Merged common/gzip-stream.* and common/zlib.*Max Horn
2008-09-16- Moved some includes away from drascula.hFilippos Karapetis
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ...Max Horn
2008-09-16Fixed some glitches in the last part of Von Braun's storyFilippos Karapetis
2008-09-16Cleaned up and fixed the cutscene with Von Braun's story. Fixes bugs #2111804...Filippos Karapetis
2008-09-16Removed the confirmation speech when a game is saved - it's "99.als" instead ...Filippos Karapetis
2008-09-16Assign _lang to the appropriate enum valuesFilippos Karapetis
2008-09-16Added a workaround to skip the silence in the beginning and end of file 3.als...Filippos Karapetis
2008-09-16- Fixed centerText() to print text at the correct heightFilippos Karapetis
2008-09-15DS: Backported 0.12 changes to trunkMax Horn
2008-09-15Fixed compiler warningsMax Horn
2008-09-15Turned compressed savefile wrapper into a generic stream wrapperMax Horn
2008-09-15also check for premature end-of-stream when loadingWillem Jan Palenstijn
2008-09-15fix eos() behaviour for CompressedInSaveFileWillem Jan Palenstijn
2008-09-15Show the blind man's dialog text at a bit better placeFilippos Karapetis
2008-09-15Remove a workaround in textFitsCentered(). The blind man's dialog is a bit be...Filippos Karapetis
2008-09-15Fixed the phrase told by the protagonist when he talks to the blind man the s...Filippos Karapetis
2008-09-15Rewrote the very confusing centerText() function into something that makes mo...Filippos Karapetis
2008-09-15Replace ioFailed by err.Travis Howell
2008-09-15Corrected and shortened some file opening related warningsMax Horn
2008-09-15Fix SubReadStream by initing _eos to false in the constructor (spotted thanks...Max Horn
2008-09-15Proper check for eos(), after the latest changes to OSystemFilippos Karapetis
2008-09-15replace ioFailed by errWillem Jan Palenstijn