Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-02 | Ignore String::deleteLastChar when called on an empty string | Max Horn | |
svn-id: r34718 | |||
2008-10-02 | cleanup | Max Horn | |
svn-id: r34717 | |||
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-10-02 | Correct HE version for Putt-Putt Enters the Race (French/Windows). | Travis Howell | |
svn-id: r34715 | |||
2008-09-30 | Fix ThemeBrowser to use FSNodes, not getPath() | Max Horn | |
svn-id: r34713 | |||
2008-09-30 | Fix crash when starting ITE, a regression from commit #34705 | Filippos Karapetis | |
svn-id: r34712 | |||
2008-09-30 | AGI: Simplify WagFileParser by not reading data into a memory stream first ↵ | Max Horn | |
(this was there to improve performance on systems with slow seeking; those systems should use another approach, see scummvm-devel) svn-id: r34711 | |||
2008-09-30 | AGI: Got rid of yet another unwarranted use of FSNode::getPath | Max Horn | |
svn-id: r34710 | |||
2008-09-30 | Modified FilePluginProvider to use FSNodes (instead of raw filenames / ↵ | Max Horn | |
paths) in its API svn-id: r34709 | |||
2008-09-30 | AGI: Another case where it is better to use FSNodes directly, instead of ↵ | Max Horn | |
converting them to path strings svn-id: r34708 | |||
2008-09-30 | Fixing ConfigManager::loadConfigFile | Max Horn | |
svn-id: r34707 | |||
2008-09-30 | Fixed crash when starting IHNM, a regression from commit #34693 | Filippos Karapetis | |
svn-id: r34705 | |||
2008-09-30 | SKY: 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-30 | SAGA: Some code cleanup | Max Horn | |
svn-id: r34703 | |||
2008-09-30 | AdvancedDetector: 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-30 | cleanup | Max Horn | |
svn-id: r34701 | |||
2008-09-30 | Renamed 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-30 | Fixed 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-30 | cleanup | Max Horn | |
svn-id: r34697 | |||
2008-09-30 | Added 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-30 | SAGA: Forgot to commit saga.h | Max Horn | |
svn-id: r34695 | |||
2008-09-30 | SCUMM HE: Use FilesystemNode::openForReading() instead of 'new Common::File' ↵ | Max Horn | |
(didn't cover all instances, though) svn-id: r34694 | |||
2008-09-30 | SAGA: Removed patchesCount from SAGAGameDescription | Max Horn | |
svn-id: r34693 | |||
2008-09-30 | Order alphabetically | Max Horn | |
svn-id: r34692 | |||
2008-09-29 | Ported ZipArchive::getAllNames() implementation from GUI branch. | Vicent Marti | |
svn-id: r34691 | |||
2008-09-29 | Since no one has come up with any better suggestion... this should fix #2123258 | Torbjö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-29 | restrict _heXmapNum to HE versions, should fix #2135822 | Gregory Montoir | |
svn-id: r34688 | |||
2008-09-29 | add 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-29 | Don't use File::name() needlessly (i.e. if you still know which file you ↵ | Max Horn | |
just opened :) svn-id: r34685 | |||
2008-09-29 | Added const qualifiers | Max Horn | |
svn-id: r34684 | |||
2008-09-29 | SCUMM HE: Fixed leak in Win32ResExtractor::extractResource_, use _filename ↵ | Max Horn | |
instead of File::name svn-id: r34683 | |||
2008-09-29 | Added const qualifiers | Max Horn | |
svn-id: r34682 | |||
2008-09-29 | Don'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-29 | File::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-29 | Add priority parameter to the SearchMan API | Max Horn | |
svn-id: r34679 | |||
2008-09-29 | Added FIXME to GP2x port | Max Horn | |
svn-id: r34678 | |||
2008-09-28 | Use 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-28 | Fix bug #2043489: DRASCULA: Cannot disable speech | Eugene Sandulenko | |
svn-id: r34674 | |||
2008-09-28 | Add Italian C64 Zak | Eugene Sandulenko | |
svn-id: r34672 | |||
2008-09-28 | Return 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-27 | SCUMM: Use FilesystemNode::openForReading instead of ↵ | Max Horn | |
Common::File::open(FilesystemNode) in the detector svn-id: r34664 | |||
2008-09-27 | Changed Common::File to use SearchMan | Max Horn | |
svn-id: r34663 | |||
2008-09-27 | Added a spanish floppy version of Lost in Time, as supplied by goodoldgeorg ↵ | Sven Hesse | |
in bug report #2105220 svn-id: r34661 | |||
2008-09-27 | Fixed 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-27 | Modified 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-27 | Slight simplification of last commit. | Torbjörn Andersson | |
svn-id: r34658 | |||
2008-09-27 | Allow quitting or returning to the launcher while cutscenes are playing. | Torbjörn Andersson | |
svn-id: r34657 | |||
2008-09-27 | Fixed typos. | Torbjörn Andersson | |
svn-id: r34656 | |||
2008-09-25 | cleanup | Max Horn | |
svn-id: r34649 |