Age | Commit message (Expand) | Author |
2008-09-30 | cleanup | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-30 | Fixed functionality of ZipArchive::getAllNames(). Now it expects a possibly n... | Vicent Marti |
2008-09-30 | cleanup | Max Horn |
2008-09-30 | Added multiple new open() methods to Common::File, which make it possible to ... | Max Horn |
2008-09-30 | SAGA: Forgot to commit saga.h | Max Horn |
2008-09-30 | SCUMM HE: Use FilesystemNode::openForReading() instead of 'new Common::File' ... | Max Horn |
2008-09-30 | SAGA: Removed patchesCount from SAGAGameDescription | Max Horn |
2008-09-30 | Order alphabetically | Max Horn |
2008-09-29 | Ported ZipArchive::getAllNames() implementation from GUI branch. | Vicent Marti |
2008-09-29 | Since no one has come up with any better suggestion... this should fix #2123258 | Torbjörn Andersson |
2008-09-29 | restrict _heXmapNum to HE versions, should fix #2135822 | Gregory Montoir |
2008-09-29 | add constructor to SearchSet::Node for proper init of structure members with ... | Gregory Montoir |
2008-09-29 | Don't use File::name() needlessly (i.e. if you still know which file you just... | Max Horn |
2008-09-29 | Added const qualifiers | Max Horn |
2008-09-29 | SCUMM HE: Fixed leak in Win32ResExtractor::extractResource_, use _filename in... | Max Horn |
2008-09-29 | Added const qualifiers | Max Horn |
2008-09-29 | Don't subclass ArjFile from Common::File (there seems to be no good reason fo... | Max Horn |
2008-09-29 | File::open no longer falls back to searching the current dir (if this causes ... | Max Horn |
2008-09-29 | Add priority parameter to the SearchMan API | Max Horn |
2008-09-29 | Added FIXME to GP2x port | Max Horn |
2008-09-28 | Use better "silence" without clicks when speech is disabled. | Eugene Sandulenko |
2008-09-28 | - Renamed withVoices to _subtitlesDisabled as it reflect the true meaning. | Eugene Sandulenko |
2008-09-28 | Fix bug #2043489: DRASCULA: Cannot disable speech | Eugene Sandulenko |
2008-09-28 | Add Italian C64 Zak | Eugene Sandulenko |
2008-09-28 | Return 32000 in sfGetCdTime instead of 0; this fixes the Manhole intro/credit... | Benjamin Haisch |
2008-09-27 | SCUMM: Use FilesystemNode::openForReading instead of Common::File::open(Files... | Max Horn |
2008-09-27 | Changed Common::File to use SearchMan | Max Horn |
2008-09-27 | Added a spanish floppy version of Lost in Time, as supplied by goodoldgeorg i... | Sven Hesse |
2008-09-27 | Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor... | Max Horn |
2008-09-27 | Modified Common::SearchSet to take signed integer priorities, for convenience... | Max Horn |
2008-09-27 | Slight simplification of last commit. | Torbjörn Andersson |
2008-09-27 | Allow quitting or returning to the launcher while cutscenes are playing. | Torbjörn Andersson |
2008-09-27 | Fixed typos. | Torbjörn Andersson |
2008-09-25 | cleanup | Max Horn |
2008-09-25 | SCUMM: Moved more stuf from class Actor to ActorHE | Max Horn |
2008-09-25 | SCUMM: Moved Actor::drawActorToBackBuf to class ActorHE | Max Horn |
2008-09-25 | SCUMM: Added a new ActorHE class, as well as a virtual Actor::prepareDrawActo... | Max Horn |
2008-09-24 | Fix bugs #1981081: "ITE: No blinking disk icon" and #1971729: "IHNM: No Anima... | Eugene Sandulenko |
2008-09-24 | Changed builtin Common::String capacity to 24 (on 32 bit systems), to make si... | Max Horn |
2008-09-24 | cleanup | Max Horn |
2008-09-24 | Changed Common::String to use a MemoryPool for its refcounts | Max Horn |
2008-09-24 | Readded missing special case for the storm animation in ITE. Fixes bug #21256... | Filippos Karapetis |
2008-09-23 | Improved updateScreenAndWait; the mouse cursor is less jerky now in some scen... | Benjamin Haisch |
2008-09-23 | Fix for bug #2120780 "GUI: gui-theme command-line option ignored", '-f' and '... | Johannes Schickel |
2008-09-23 | Add another French Windows version of Putt-Putt Enters the Race. | Travis Howell |
2008-09-23 | Fix for bug #1917981: Game crash when finishing Indy3 demo. At the same time,... | Max Horn |
2008-09-23 | Perform error checking when reading from a ZIP file | Max Horn |
2008-09-23 | cleanup | Max Horn |
2008-09-23 | Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to u... | Max Horn |