Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 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 | 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 | 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 | 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 | 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 | 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 | 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-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 | 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 | 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 | |||
2008-09-25 | SCUMM: Moved more stuf from class Actor to ActorHE | Max Horn | |
svn-id: r34648 | |||
2008-09-25 | SCUMM: Moved Actor::drawActorToBackBuf to class ActorHE | Max Horn | |
svn-id: r34647 | |||
2008-09-25 | SCUMM: Added a new ActorHE class, as well as a virtual ↵ | Max Horn | |
Actor::prepareDrawActorCostume() method svn-id: r34646 | |||
2008-09-24 | Fix bugs #1981081: "ITE: No blinking disk icon" and #1971729: "IHNM: No ↵ | Eugene Sandulenko | |
Animation of Disk Icon" svn-id: r34645 | |||
2008-09-24 | cleanup | Max Horn | |
svn-id: r34643 | |||
2008-09-24 | Readded 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-23 | Improved updateScreenAndWait; the mouse cursor is less jerky now in some ↵ | Benjamin Haisch | |
scenes in Manhole:N&E svn-id: r34638 | |||
2008-09-23 | Add another French Windows version of Putt-Putt Enters the Race. | Travis Howell | |
svn-id: r34636 | |||
2008-09-23 | Fix for bug #1917981: Game crash when finishing Indy3 demo. At the same ↵ | Max Horn | |
time, added a new paranoia check svn-id: r34635 | |||
2008-09-21 | Patch #2054467: CRUISE: 64bits fixes | Eugene Sandulenko | |
svn-id: r34622 | |||
2008-09-20 | I think this is the correct fix for bug #2081347 ("MM: Charset out of | Torbjö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-20 | fix drawing order in saveload choosers (draw container before contents) | Willem Jan Palenstijn | |
svn-id: r34614 | |||
2008-09-19 | Changed tinsel's volume range (0-127) to match ScummVM's (0-255) | Filippos Karapetis | |
svn-id: r34603 | |||
2008-09-17 | Patch #2060517: SCUMM: engine sets incorrect talkspeed value | Max Horn | |
svn-id: r34596 |