Age | Commit message (Expand) | Author |
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 |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-05 | Got rid of updateAnim2() | Filippos Karapetis |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-03 | Removed unused variable. | Torbjörn Andersson |
2008-12-03 | Applied wjpalenstijn's patch to fix bug #2111826 - "DRASCULA: Inserting save ... | Filippos Karapetis |
2008-12-03 | Make sure that savegame names are 0-terminated | Filippos Karapetis |
2008-12-03 | Simplify line reading with the simpler readLine(), instead of readLine_NEW | Filippos Karapetis |
2008-12-03 | readLine_OLD -> readLine_NEW | Filippos Karapetis |
2008-11-16 | Fixed various g++ warnings ("format not a string literal and no format argume... | Johannes Schickel |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-06 | Switched various Engine APIs to use Common::Error | 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-16 | Removed tons of unused 'length' variables, to silence compiler warnings | Max Horn |
2008-09-16 | - Moved some includes away from drascula.h | Filippos Karapetis |
2008-09-16 | Fixed some glitches in the last part of Von Braun's story | Filippos Karapetis |
2008-09-16 | Cleaned up and fixed the cutscene with Von Braun's story. Fixes bugs #2111804... | Filippos Karapetis |
2008-09-16 | Removed the confirmation speech when a game is saved - it's "99.als" instead ... | Filippos Karapetis |
2008-09-16 | Assign _lang to the appropriate enum values | Filippos Karapetis |
2008-09-16 | Added a workaround to skip the silence in the beginning and end of file 3.als... | Filippos Karapetis |
2008-09-16 | - Fixed centerText() to print text at the correct height | Filippos Karapetis |
2008-09-15 | Fixed compiler warnings | Max Horn |
2008-09-15 | Show the blind man's dialog text at a bit better place | Filippos Karapetis |
2008-09-15 | Remove a workaround in textFitsCentered(). The blind man's dialog is a bit be... | Filippos Karapetis |
2008-09-15 | Fixed the phrase told by the protagonist when he talks to the blind man the s... | Filippos Karapetis |
2008-09-15 | Rewrote the very confusing centerText() function into something that makes mo... | Filippos Karapetis |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-14 | Slight cleanup of centerText() | Filippos Karapetis |