Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-29 | Reduced memory usage by closing theme files after parsing. Could make things ↵ | Vicent Marti | |
a tad slower. svn-id: r34677 | |||
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 | |||
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 | Changed 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-24 | cleanup | Max Horn | |
svn-id: r34643 | |||
2008-09-24 | Changed Common::String to use a MemoryPool for its refcounts | Max Horn | |
svn-id: r34642 | |||
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 | Fix for bug #2120780 "GUI: gui-theme command-line option ignored", '-f' and ↵ | Johannes Schickel | |
'-g' command line switch behavior. svn-id: r34637 | |||
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-23 | Perform error checking when reading from a ZIP file | Max Horn | |
svn-id: r34634 | |||
2008-09-23 | cleanup | Max Horn | |
svn-id: r34633 | |||
2008-09-23 | Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to ↵ | Max Horn | |
unzip.cpp (to be cleaned up) svn-id: r34632 | |||
2008-09-23 | ImageManager: renamed remArchive() to removeArchive(); switched to using a ↵ | Max Horn | |
SearchSet + ZipArchive to access ZIP files (code is much simpler now yet more flexible, yay) svn-id: r34631 | |||
2008-09-23 | Moved ZipArchive implementation into unzip.cpp, added new ZipArchive::isOpen ↵ | Max Horn | |
method svn-id: r34630 | |||
2008-09-22 | Fix comments for random() funcs (thanks to salty-horse for pointing this out) | Max Horn | |
svn-id: r34628 | |||
2008-09-22 | Fixed full screen toggling via alt+enter. | Johannes Schickel | |
svn-id: r34627 | |||
2008-09-21 | Reflect current team | Eugene Sandulenko | |
svn-id: r34624 | |||
2008-09-21 | Add recent patch contributors. Reflect current ScummVM team in the credits | Eugene Sandulenko | |
svn-id: r34623 | |||
2008-09-21 | Patch #2054467: CRUISE: 64bits fixes | Eugene Sandulenko | |
svn-id: r34622 | |||
2008-09-20 | In the CD filesystem, nothing can be opened for writing, so just | Marcus Comstedt | |
short-circuit any call to openForWriting(). Also, directories and non-existing files can't be opened for reading either, so just return 0 for those. svn-id: r34621 | |||
2008-09-20 | game.h is now in engines, not base. | Marcus Comstedt | |
svn-id: r34620 | |||
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 for bug #2120602: 5ALL: Starting the launcher with -f triggers assertion | Max Horn | |
svn-id: r34617 | |||
2008-09-20 | Fixed text alignment in Global ingame menu. | Vicent Marti | |
svn-id: r34616 | |||
2008-09-20 | Little readability tweak | Max Horn | |
svn-id: r34615 | |||
2008-09-20 | fix drawing order in saveload choosers (draw container before contents) | Willem Jan Palenstijn | |
svn-id: r34614 | |||
2008-09-20 | Updated theme file version, to reflect latest addition of new required ↵ | Johannes Schickel | |
entries/files. svn-id: r34613 | |||
2008-09-20 | Added missing BMP resource. | Vicent Marti | |
svn-id: r34612 |