Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 |