aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-30Fixed crash when starting IHNM, a regression from commit #34693Filippos Karapetis
svn-id: r34705
2008-09-30SKY: Fix detector to not (ab)use FSNode::getPath; if you want to open a ↵Max Horn
FSNode, just pass it to File::open svn-id: r34704
2008-09-30SAGA: Some code cleanupMax Horn
svn-id: r34703
2008-09-30AdvancedDetector: Do not (ab)use paths to keep track of files, rather, use ↵Max Horn
FSNodes -- partial (?) fix for bug #2137680 svn-id: r34702
2008-09-30cleanupMax Horn
svn-id: r34701
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵Max Horn
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700
2008-09-30Fixed functionality of ZipArchive::getAllNames(). Now it expects a possibly ↵Vicent Marti
non-empty string list and returns the amount of new filenames added to it. svn-id: r34698
2008-09-30cleanupMax Horn
svn-id: r34697
2008-09-30Added multiple new open() methods to Common::File, which make it possible to ↵Max Horn
use this class as a generic convenience wrapper around all kinds of SeekableReadStream; also renamed the name() method to the less confusing getName() svn-id: r34696
2008-09-30SAGA: Forgot to commit saga.hMax Horn
svn-id: r34695
2008-09-30SCUMM HE: Use FilesystemNode::openForReading() instead of 'new Common::File' ↵Max Horn
(didn't cover all instances, though) svn-id: r34694
2008-09-30SAGA: Removed patchesCount from SAGAGameDescriptionMax Horn
svn-id: r34693
2008-09-30Order alphabeticallyMax Horn
svn-id: r34692
2008-09-29Ported ZipArchive::getAllNames() implementation from GUI branch.Vicent Marti
svn-id: r34691
2008-09-29Since no one has come up with any better suggestion... this should fix #2123258Torbjörn Andersson
("COMI: Crash after video (SAN) play"). The eos() function won't return true until we've tried to read *past* the end of the stream. svn-id: r34689
2008-09-29restrict _heXmapNum to HE versions, should fix #2135822Gregory Montoir
svn-id: r34688
2008-09-29add constructor to SearchSet::Node for proper init of structure members with ↵Gregory Montoir
gcc 3.4.x (see tracker items #2120595, #2106292) svn-id: r34686
2008-09-29Don't use File::name() needlessly (i.e. if you still know which file you ↵Max Horn
just opened :) svn-id: r34685
2008-09-29Added const qualifiersMax Horn
svn-id: r34684
2008-09-29SCUMM HE: Fixed leak in Win32ResExtractor::extractResource_, use _filename ↵Max Horn
instead of File::name svn-id: r34683
2008-09-29Added const qualifiersMax Horn
svn-id: r34682
2008-09-29Don't subclass ArjFile from Common::File (there seems to be no good reason ↵Max Horn
for it). BTW, this code is an abomination and should be replaced by an Archive/SearchSet approach svn-id: r34681
2008-09-29File::open no longer falls back to searching the current dir (if this causes ↵Max Horn
any regressions, please report them; don't work around them, don't revert this change, without discussing it first) svn-id: r34680
2008-09-29Add priority parameter to the SearchMan APIMax Horn
svn-id: r34679
2008-09-29Added FIXME to GP2x portMax Horn
svn-id: r34678
2008-09-28Use better "silence" without clicks when speech is disabled.Eugene Sandulenko
svn-id: r34676
2008-09-28- Renamed withVoices to _subtitlesDisabled as it reflect the true meaning.Eugene Sandulenko
- Allowed to disable subtitles from options dialogs including RTL. svn-id: r34675
2008-09-28Fix bug #2043489: DRASCULA: Cannot disable speechEugene Sandulenko
svn-id: r34674
2008-09-28Add Italian C64 ZakEugene Sandulenko
svn-id: r34672
2008-09-28Return 32000 in sfGetCdTime instead of 0; this fixes the Manhole ↵Benjamin Haisch
intro/credits (until the function is actually implemented) svn-id: r34671
2008-09-27SCUMM: Use FilesystemNode::openForReading instead of ↵Max Horn
Common::File::open(FilesystemNode) in the detector svn-id: r34664
2008-09-27Changed Common::File to use SearchManMax Horn
svn-id: r34663
2008-09-27Added a spanish floppy version of Lost in Time, as supplied by goodoldgeorg ↵Sven Hesse
in bug report #2105220 svn-id: r34661
2008-09-27Fixed a nasty bug in SearchManager::addDirectory; made the 'char' ↵Max Horn
constructor of Common::String explicit, to avoid such bugs in the future svn-id: r34660
2008-09-27Modified Common::SearchSet to take signed integer priorities, for ↵Max Horn
convenience (so that one can add archives with less-than-default priority) svn-id: r34659
2008-09-27Slight simplification of last commit.Torbjörn Andersson
svn-id: r34658
2008-09-27Allow quitting or returning to the launcher while cutscenes are playing.Torbjörn Andersson
svn-id: r34657
2008-09-27Fixed typos.Torbjörn Andersson
svn-id: r34656
2008-09-25cleanupMax Horn
svn-id: r34649
2008-09-25SCUMM: Moved more stuf from class Actor to ActorHEMax Horn
svn-id: r34648
2008-09-25SCUMM: Moved Actor::drawActorToBackBuf to class ActorHEMax Horn
svn-id: r34647
2008-09-25SCUMM: Added a new ActorHE class, as well as a virtual ↵Max Horn
Actor::prepareDrawActorCostume() method svn-id: r34646
2008-09-24Fix bugs #1981081: "ITE: No blinking disk icon" and #1971729: "IHNM: No ↵Eugene Sandulenko
Animation of Disk Icon" svn-id: r34645
2008-09-24Changed builtin Common::String capacity to 24 (on 32 bit systems), to make ↵Max Horn
sizeof(String) 32; reduces overall memory req by 200k on my system; overall # of mallocs after this + the refcount memory pool change is almost unchanged svn-id: r34644
2008-09-24cleanupMax Horn
svn-id: r34643
2008-09-24Changed Common::String to use a MemoryPool for its refcountsMax Horn
svn-id: r34642
2008-09-24Readded missing special case for the storm animation in ITE. Fixes bug ↵Filippos Karapetis
#2125675 - "ITE: Game locks up in storm clouds scene" svn-id: r34639
2008-09-23Improved updateScreenAndWait; the mouse cursor is less jerky now in some ↵Benjamin Haisch
scenes in Manhole:N&E svn-id: r34638
2008-09-23Fix for bug #2120780 "GUI: gui-theme command-line option ignored", '-f' and ↵Johannes Schickel
'-g' command line switch behavior. svn-id: r34637
2008-09-23Add another French Windows version of Putt-Putt Enters the Race.Travis Howell
svn-id: r34636