Age | Commit message (Expand) | Author |
2011-06-02 | DRASCULA: Replace snprintf() usage with Common::String::format() | D G Turner |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-19 | DRASACULA: Init volume levels on startup | dhewg |
2011-03-08 | DRASCULA: Fix a style related warning for WinCE specific code. | Johannes Schickel |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-01-28 | DRASCULA: Fixed Code to allow Quit/RTL Function and avoid Memory Leakage. | David Turner |
2011-01-28 | DRASCULA: Fix uninitialized reads of mouse position variables. | David Turner |
2011-01-27 | DRASCULA: Fix Memory Leak in drascula.dat Loading. | David Turner |
2011-01-27 | DRASCULA: Fix Memory Leaks in Rooms Table. | David Turner |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-06-15 | Drascula: improve responsivity during pauses and palette updates. | Eugene Sandulenko |
2010-06-15 | Drascula: Fix bug #2011470. | Eugene Sandulenko |
2010-06-15 | Drascula: Move more cursor-related blits to cursorSurface. | Eugene Sandulenko |
2010-06-15 | Drascula: Plug memory leak | Eugene Sandulenko |
2010-06-15 | Drascula: Fixed bug #2826608. | Eugene Sandulenko |
2010-06-15 | Drascula: Added debug console. Implemented a (buggy) room comand. | Eugene Sandulenko |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
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-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 | Let ArjFile return a SeekableReadStream instead of implementing | Nicola Mettifogo |
2010-02-08 | Pass the input stream to text parser functions. | Nicola Mettifogo |
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-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
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-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-03 | Applied wjpalenstijn's patch to fix bug #2111826 - "DRASCULA: Inserting save ... | 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 | - 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 | - Moved some includes away from drascula.h | Filippos Karapetis |
2008-09-16 | Assign _lang to the appropriate enum values | Filippos Karapetis |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-13 | Indentation. | Torbjörn Andersson |
2008-09-12 | - Moved more animation data inside drascula.dat | Filippos Karapetis |
2008-09-11 | - The game's cursor is now handled via ScummVM's cursor manager, instead of t... | Filippos Karapetis |
2008-09-10 | Removed the unused variable changeColor | Filippos Karapetis |