aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-21Patch #2054467: CRUISE: 64bits fixesEugene Sandulenko
svn-id: r34622
2008-09-20In the CD filesystem, nothing can be opened for writing, so justMarcus Comstedt
short-circuit any call to openForWriting(). Also, directories and non-existing files can't be opened for reading either, so just return 0 for those. svn-id: r34621
2008-09-20game.h is now in engines, not base.Marcus Comstedt
svn-id: r34620
2008-09-20I think this is the correct fix for bug #2081347 ("MM: Charset out ofTorbjörn Andersson
bounds!"). If I understand correctly, version <= 2 games only have one (hard- coded) font, so when that's initialised we can set _curId to 0. svn-id: r34619
2008-09-20Fix for bug #2120602: 5ALL: Starting the launcher with -f triggers assertionMax Horn
svn-id: r34617
2008-09-20Little readability tweakMax Horn
svn-id: r34615
2008-09-20fix drawing order in saveload choosers (draw container before contents)Willem Jan Palenstijn
svn-id: r34614
2008-09-20Updated theme file version, to reflect latest addition of new required ↵Johannes Schickel
entries/files. svn-id: r34613
2008-09-20Fixed "empty control statement" warning in FSDirectory::matchPattern().Vicent Marti
svn-id: r34605
2008-09-19Changed tinsel's volume range (0-127) to match ScummVM's (0-255)Filippos Karapetis
svn-id: r34603
2008-09-19Updated MSVC project files with the latest changes (moved base/game.* to ↵Filippos Karapetis
engines/game.*) svn-id: r34602
2008-09-18Added 'native' implementations for FSDirectory::matchPattern & ↵Max Horn
SearchSet::getAllNames (untested) svn-id: r34599
2008-09-17Simplified & fixed SearchManagerMax Horn
svn-id: r34598
2008-09-17Added some noteworthy improvements due to Chris Page & GSoC 2008Max Horn
svn-id: r34597
2008-09-17Patch #2060517: SCUMM: engine sets incorrect talkspeed valueMax Horn
svn-id: r34596
2008-09-17Patch #2043093 (again - new patch): OS/2 patches for posix-fsMax Horn
svn-id: r34595
2008-09-17Patch #2112604: Update for the man pageMax Horn
svn-id: r34592
2008-09-17Fixed bug in SaveLoadChooser reflowLayout, which prevented widgets from ↵Johannes Schickel
being properly hidden. svn-id: r34590
2008-09-17Moved base/game.* to engines/game.*Max Horn
svn-id: r34589
2008-09-17DS: Removing some dead code; merged (parts of) std_cwd into ↵Max Horn
GBAMPSaveFileManager::listSavefiles svn-id: r34587
2008-09-16Removed tons of unused 'length' variables, to silence compiler warningsMax Horn
svn-id: r34585
2008-09-16Added whitespace in playtime textfield.Johannes Schickel
svn-id: r34584
2008-09-16Added support for SCUMM savestates date/time and playtime info in the ↵Johannes Schickel
launcher load dialog. svn-id: r34583
2008-09-16Cleanup.Johannes Schickel
svn-id: r34582
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
-> Allows easy addition of save state specific infos like playtime, save date atc. -> Removed MetaEngine::loadThumbnailFromSlot, superseded by meta infos -> Changed SCUMM / KYRA to implement the newly added functionallity -> Removed hack in KYRAs listSavefiles, which is now handled via meta infos svn-id: r34581
2008-09-16Fix sign warnings in unit testsMax Horn
svn-id: r34580
2008-09-16Removed assert leftover.Johannes Schickel
svn-id: r34579
2008-09-16Merged common/gzip-stream.* and common/zlib.*Max Horn
svn-id: r34578
2008-09-16- Moved some includes away from drascula.hFilippos Karapetis
- Moved grr() to talk.cpp - Removed the unnecessary parameter length from isTalkFinished() svn-id: r34577
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ↵Max Horn
to #include the real zlib.h; fixed PSP backend to not run uncompress inside an assert (which would cause it to not be invoked when turning off asserts) svn-id: r34576
2008-09-16Fixed some glitches in the last part of Von Braun's storyFilippos Karapetis
svn-id: r34575
2008-09-16Cleaned up and fixed the cutscene with Von Braun's story. Fixes bugs ↵Filippos Karapetis
#2111804 - "DRASCULA: Cut scene bugs" and #2059648 - "DRASCULA: VonBraun's song" svn-id: r34574
2008-09-16Removed the confirmation speech when a game is saved - it's "99.als" instead ↵Filippos Karapetis
of "s99.als", but the main problem is that it's not translated in the English version and it's in Spanish (plus it's creepy and annoying...) svn-id: r34573
2008-09-16Assign _lang to the appropriate enum valuesFilippos Karapetis
svn-id: r34572
2008-09-16Added a workaround to skip the silence in the beginning and end of file ↵Filippos Karapetis
3.als. Fixes bug #2111815 - "DRASCULA: Voice delayed" svn-id: r34571
2008-09-16- Fixed centerText() to print text at the correct heightFilippos Karapetis
- Removed some duplicate code svn-id: r34569
2008-09-15DS: Backported 0.12 changes to trunkMax Horn
svn-id: r34568
2008-09-15Fixed compiler warningsMax Horn
svn-id: r34567
2008-09-15Turned compressed savefile wrapper into a generic stream wrapperMax Horn
svn-id: r34566
2008-09-15also check for premature end-of-stream when loadingWillem Jan Palenstijn
svn-id: r34563
2008-09-15fix eos() behaviour for CompressedInSaveFileWillem Jan Palenstijn
svn-id: r34562
2008-09-15Show the blind man's dialog text at a bit better placeFilippos Karapetis
svn-id: r34561
2008-09-15Remove a workaround in textFitsCentered(). The blind man's dialog is a bit ↵Filippos Karapetis
better placed now svn-id: r34560
2008-09-15Fixed the phrase told by the protagonist when he talks to the blind man the ↵Filippos Karapetis
second time svn-id: r34559
2008-09-15Rewrote the very confusing centerText() function into something that makes ↵Filippos Karapetis
more sense, and matches the way that the original printed text on screen (in most cases) Fixes bugs #2102657 - "DRASCULA: Crash when talking to the piano player" and #2111820 - "DRASCULA: Dialog texts too long" svn-id: r34558
2008-09-15Replace ioFailed by err.Travis Howell
svn-id: r34557
2008-09-15Corrected and shortened some file opening related warningsMax Horn
svn-id: r34556
2008-09-15Fix SubReadStream by initing _eos to false in the constructor (spotted ↵Max Horn
thanks to our unit tests) svn-id: r34555
2008-09-15Proper check for eos(), after the latest changes to OSystemFilippos Karapetis
svn-id: r34554
2008-09-15replace ioFailed by errWillem Jan Palenstijn
svn-id: r34553