Age | Commit message (Expand) | Author |
2010-05-24 | Fix bug #2827172: DRASCULA: Cursor appears ontop of ending and credits | Eugene Sandulenko |
2010-05-24 | Fix crash when there is no drascula.dat file | Eugene Sandulenko |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-04-29 | Fixed a glitch when a one-word text (e.g. "TOTENKOPF" in the first room, when | Torbjörn Andersson |
2010-04-28 | Committed my proposed fix for bug #2970211 ("DRASCULA: missing german | Torbjörn Andersson |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-03-09 | DRASCULA: Simplify playFLI and its subroutines | Max Horn |
2010-03-09 | DRASCULA: Simplified some code, cleanup | Max Horn |
2010-03-09 | DRASCULA: Some cleanup; turn some global C++ objects into members of Drascula... | Max Horn |
2010-02-09 | Moved text parsing to a new class. | Nicola Mettifogo |
2010-02-08 | Reduce header interdependencies | Max Horn |
2010-02-08 | Introduce factory function makeArjArchive, hide ArjArchive class implementation | Max Horn |
2010-02-08 | Renamed variable to fix warning. | Torbjörn Andersson |
2010-02-08 | Renamed ArjFile to ArchiveMan, and _arj to _archives. | Nicola Mettifogo |
2010-02-08 | Moved ArjFile to drascula. | Nicola Mettifogo |
2010-02-08 | Let ArjFile return a SeekableReadStream instead of implementing | Nicola Mettifogo |
2010-02-08 | Reduced references to _arj to the minimum. It is passed as a | Nicola Mettifogo |
2010-02-08 | Pass the input stream to text parser functions. | Nicola Mettifogo |
2010-02-08 | The text parser functions can create their temporary buffers on the stack. | Nicola Mettifogo |
2010-02-08 | Close the FLI file only from the routine that opened it. | Nicola Mettifogo |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Convert more engines from Mixer::playRaw to Mixer::playInputStream | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2009-12-25 | Consistency change: Use uniform copyright strings in getOriginalCopyright. | Johannes Schickel |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-10-24 | Change "=" to ":=" in some module.mk files for consistency. | Johannes Schickel |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |
2009-08-04 | Cleanup | Filippos Karapetis |
2009-08-04 | Removed the superfluous VGA buffer, replacing it with direct writes to the vi... | Filippos Karapetis |
2009-07-26 | 78 bytes isn't enough for some of the longer conversation options. 128 might | Torbjörn Andersson |
2009-07-25 | Make sure that "buf" is properly terminated. Actually, we could probably get | Torbjörn Andersson |
2009-07-25 | Don't hog the CPU while waiting for the player to pick a conversation option. | Torbjörn Andersson |
2009-07-25 | Added word-wrapping to Drascula's conversation options. Fixes bug #2826607. | Torbjörn Andersson |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-13 | Normalized types for several variables. Formatting | Eugene Sandulenko |
2009-05-12 | Replace verb numbers with constants in selectVerb() call | Eugene Sandulenko |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-02-14 | ignore any keypresses in the volume control dialog | Willem Jan Palenstijn |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |