Age | Commit message (Expand) | Author |
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 |
2008-09-10 | Merged all the methods to assign and set default palettes | Filippos Karapetis |
2008-09-10 | Reduced game memory usage by about 400KB by only loading the current language... | Filippos Karapetis |
2008-09-09 | - Cleanup and simplification | Filippos Karapetis |
2008-08-26 | Simplified several calls to copyBackground() | Filippos Karapetis |
2008-08-26 | Cleanup | Filippos Karapetis |
2008-08-25 | Fix for original game bug with the wall plug in chapter 5. | Filippos Karapetis |
2008-08-24 | Fix inventory. | Eugene Sandulenko |
2008-08-19 | Fix for bug #2057664 - "DRASCULA: No GUI warning when playing from CD" | Filippos Karapetis |
2008-08-19 | Fixed regression from commit #33576. Fixes bug #2056282 - "DRASCULA: can't us... | Filippos Karapetis |
2008-08-10 | Fixed a bunch of Valgrind warnings (mostly uninitialised variables, but also an | Torbjörn Andersson |
2008-08-10 | address the ignored events and bad inventory screen handling 'features' | Kostas Nakos |
2008-08-03 | Fix bug #2011470: "DRASCULA: slowdown when you hold mouse buttons" | Eugene Sandulenko |
2008-08-02 | Fix crash when drascula.dat file is missing | Eugene Sandulenko |
2008-06-10 | The static arrays in drascula.dat contain signed integers as well | Filippos Karapetis |
2008-06-10 | Fixed character walking in room 14 (the bar, right after BJ is kidnapped). Th... | Filippos Karapetis |
2008-06-10 | drawSurface1 -> bgSurface | Filippos Karapetis |
2008-06-09 | Fixed regression from commit #32636, leading to a crash | Filippos Karapetis |
2008-06-09 | Properly initialize and free memory for texts | Eugene Sandulenko |
2008-06-09 | Properly initialize and destroy the different arrays read from drascula.dat. ... | Filippos Karapetis |
2008-06-09 | Bugfix to read the first array element correctly by sev | Filippos Karapetis |
2008-06-09 | - drascula.dat is now read completely | Filippos Karapetis |