Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-06 | Fix warnings about Event::synthetic being undefined | Max Horn | |
svn-id: r34754 | |||
2008-10-05 | Fixed ambiguous 'else' | Max Horn | |
svn-id: r34750 | |||
2008-10-05 | Changed NPC schedules to be loaded when an NPC is activated - this avoids an ↵ | Paul Gilbert | |
issue with the Castle Skorl's pre-activation room number being invalid room #99 svn-id: r34748 | |||
2008-10-04 | - Declared all stack functions as inline | Benjamin Haisch | |
- Sleep some ms after 500 opcodes to reduce CPU load - Fixed odd bug in LGoP2 where text disappeared quickly without waiting for user input by returning 0x38 in sfShowPage svn-id: r34746 | |||
2008-10-04 | Renamed some MetaEngine feature flags; removed explicit numbers from this ↵ | Max Horn | |
feature flag list (nothing should rely on their specific values, anyway); added a note that Engine::hasFeature should become independant of MetaEngine::hasFeature svn-id: r34738 | |||
2008-10-04 | Bugfix to prevent NPC characters managing to walk beyond room exits without ↵ | Paul Gilbert | |
leaving the room, and thus getting stuck svn-id: r34737 | |||
2008-10-03 | Cleanup. | Johannes Schickel | |
svn-id: r34736 | |||
2008-10-03 | Check all 'kyra.dat' files in setup paths instead of only the first one found. | Johannes Schickel | |
svn-id: r34735 | |||
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 |