aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.cpp
AgeCommit message (Expand)Author
2009-05-13Normalized types for several variables. FormattingEugene Sandulenko
2009-05-12Replace verb numbers with constants in selectVerb() callEugene Sandulenko
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-03Applied wjpalenstijn's patch to fix bug #2111826 - "DRASCULA: Inserting save ...Filippos Karapetis
2008-11-16Fixed various g++ warnings ("format not a string literal and no format argume...Johannes Schickel
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-09-28- Renamed withVoices to _subtitlesDisabled as it reflect the true meaning.Eugene Sandulenko
2008-09-28Fix bug #2043489: DRASCULA: Cannot disable speechEugene Sandulenko
2008-09-16- Moved some includes away from drascula.hFilippos Karapetis
2008-09-16Assign _lang to the appropriate enum valuesFilippos Karapetis
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-13Indentation.Torbjörn Andersson
2008-09-12- Moved more animation data inside drascula.datFilippos Karapetis
2008-09-11- The game's cursor is now handled via ScummVM's cursor manager, instead of t...Filippos Karapetis
2008-09-10Removed the unused variable changeColorFilippos Karapetis
2008-09-10Merged all the methods to assign and set default palettesFilippos Karapetis
2008-09-10Reduced game memory usage by about 400KB by only loading the current language...Filippos Karapetis
2008-09-09- Cleanup and simplificationFilippos Karapetis
2008-08-26Simplified several calls to copyBackground()Filippos Karapetis
2008-08-26CleanupFilippos Karapetis
2008-08-25Fix for original game bug with the wall plug in chapter 5.Filippos Karapetis
2008-08-24Fix inventory.Eugene Sandulenko
2008-08-19Fix for bug #2057664 - "DRASCULA: No GUI warning when playing from CD"Filippos Karapetis
2008-08-19Fixed regression from commit #33576. Fixes bug #2056282 - "DRASCULA: can't us...Filippos Karapetis
2008-08-10Fixed a bunch of Valgrind warnings (mostly uninitialised variables, but also anTorbjörn Andersson
2008-08-10address the ignored events and bad inventory screen handling 'features'Kostas Nakos
2008-08-03Fix bug #2011470: "DRASCULA: slowdown when you hold mouse buttons"Eugene Sandulenko
2008-08-02Fix crash when drascula.dat file is missingEugene Sandulenko
2008-06-10The static arrays in drascula.dat contain signed integers as wellFilippos Karapetis
2008-06-10Fixed character walking in room 14 (the bar, right after BJ is kidnapped). Th...Filippos Karapetis
2008-06-10drawSurface1 -> bgSurfaceFilippos Karapetis
2008-06-09Fixed regression from commit #32636, leading to a crashFilippos Karapetis
2008-06-09Properly initialize and free memory for textsEugene Sandulenko
2008-06-09Properly initialize and destroy the different arrays read from drascula.dat. ...Filippos Karapetis
2008-06-09Bugfix to read the first array element correctly by sevFilippos Karapetis
2008-06-09- drascula.dat is now read completelyFilippos Karapetis
2008-06-08Load all texts from drascula.datEugene Sandulenko
2008-06-08quitGame() -> endChapter()Filippos Karapetis
2008-06-08The pendulumSurface pointer is only used in update_102()Filippos Karapetis
2008-06-08Use _system->quit() instead of exit(0).Torbjörn Andersson
2008-06-08Initialize _charMap to avoid crash when drascula.dat doesn't existFilippos Karapetis
2008-06-07Add stubs for .dat file loadingEugene Sandulenko
2008-06-07WIP of drascula.dat loading. Eugene Sandulenko
2008-06-07Shuffled around more code. Now the files look more manageable.Eugene Sandulenko
2008-06-07Patch #1986992: "DRASCULA: correcting errors"Eugene Sandulenko
2008-06-06Fix apostrophe rendering in conversation texts.Eugene Sandulenko
2008-06-06Slighly modified patch #1985341: "DRASCULA: Hopefully my last batch of englis...Eugene Sandulenko
2008-06-06Partially reverted the changes to for loops in my last commit. It's not wise ...Filippos Karapetis