Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-03 | Committed slightly modified patch #2034983 "Case-insensitivy and directory ↵ | Johannes Schickel | |
handling for engines". svn-id: r34734 | |||
2008-10-03 | SCUMM: Added french Monkey VGA variant, see bug #2129199 | Max Horn | |
svn-id: r34732 | |||
2008-10-03 | Fixed Engine::hasFeature to use proper types (i.e., ↵ | Max Horn | |
MetaEngine::MetaEngineFeature instead of int) svn-id: r34731 | |||
2008-10-03 | Fixed typos (thanks to Raziel^ for spotting them). | Johannes Schickel | |
svn-id: r34727 | |||
2008-10-02 | Merged loadHotSpotsMads() and loadHotSpotsM4() | Filippos Karapetis | |
svn-id: r34726 | |||
2008-10-02 | typo | Max Horn | |
svn-id: r34725 | |||
2008-10-02 | Forgot to mention yet another Engine class change: mainMenuDialog -> ↵ | Max Horn | |
openMainMenuDialog; and also forgot to commit this related file :/ svn-id: r34722 | |||
2008-10-02 | Add the current dir to the global SearchSet, i.e. to SearchMan (this should ↵ | Max Horn | |
fix the problems on Windows, and maybe other systems, see 'bug' #2137680) svn-id: r34721 | |||
2008-10-02 | Engine class changed: | Max Horn | |
- Moved initCommonGFX() && GUIErrorMessage() out of class Engine - got rid of the _autosavePeriod member (this prevented users from changing the autosave period during runtime) - Got rid of an evil 'using GUI::Dialog' statement - Clarified some Doxygen comments svn-id: r34720 | |||
2008-10-02 | Fix for bug #2142743: Assertion on clicking "Theme" in Options | Max Horn | |
svn-id: r34719 | |||
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 |