aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.h
AgeCommit message (Expand)Author
2018-02-21DRASCULA: Added support for Russian fan translationEugene Sandulenko
2017-11-15Revert "DRASCULA: Revert range 4dbed774..1f1d8607"Filippos Karapetis
2017-11-14DRASCULA: Revert range 4dbed774..1f1d8607Willem Jan Palenstijn
2017-11-14DRASCULA: Make remaining static texts translatableEugene Sandulenko
2017-11-11DRASCULA: Merge the floor coordinates into _walkRectFilippos Karapetis
2017-11-11DRASCULA: Rename gotoObject() to walkToPoint() and simplify itFilippos Karapetis
2017-11-11DRASCULA: Clean up room variables, and simplify some related checksFilippos Karapetis
2017-11-11DRASCULA: Reduce the scope of framesWithoutActionFilippos Karapetis
2017-11-11DRASCULA: walkToObject is a boolean variableFilippos Karapetis
2017-11-11DRASCULA: Simplify the drawing code in BJ's roomFilippos Karapetis
2017-11-11DRASCULA: characterMoved and characterVisible are boolean variablesFilippos Karapetis
2017-04-22DRASCULA: Add possibility to load and save games using GMMThierry Crozat
2017-02-11DRASCULA: Fix sound volume synchronizationThierry Crozat
2017-02-11DRASCULA: Add handling of the master volumeThierry Crozat
2016-05-17ALL: Change main engine header guard defines to <directory>_<engine>_HEugene Sandulenko
2016-04-11DRASCULA: Fix typo in variable nameThierry Crozat
2016-04-11DRASCULA: Rename variable to clarify its meaningThierry Crozat
2014-02-18DRASCULA: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-06DRASCULA: Hookup up debug console correctly.D G Turner
2013-08-19DRASCULA: Some renaming. Also, get rid of some extraneous globalsFilippos Karapetis
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-01-06DRASCULA: Fix shadowing warnings (thanks LordHoto), and rename some variablesFilippos Karapetis
2013-01-04DRASCULA: More animation cleanup. Separate subfunction of animation_12_5()Filippos Karapetis
2013-01-04DRASCULA: Merge some animation functions and document all animationsFilippos Karapetis
2013-01-04DRASCULA: Add advanced savegame functionalityFilippos Karapetis
2011-12-08DRASCULA: Replace usage of 'goto'.D G Turner
2011-08-24DRASCULA: Separated the save name syncing code, and added a TODOFilippos Karapetis
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-06-02DRASCULA: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-05DRASCULA: Handle pitch in code using lockScreen()Marcus Comstedt
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-28DRASCULA: Fixed Code to allow Quit/RTL Function and avoid Memory Leakage.David Turner
2011-01-28DRASCULA: Remove unecessary destructor from ArchiveMan.David Turner
2011-01-27DRASCULA: Fix Memory Leaks in Rooms Table.David Turner
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-06-15Drascula: Fixed bug #2826608.Eugene Sandulenko
2010-06-15Drascula: Added debug console. Implemented a (buggy) room comand.Eugene Sandulenko
2010-04-28Committed my proposed fix for bug #2970211 ("DRASCULA: missing germanTorbjörn Andersson
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-09DRASCULA: Simplify playFLI and its subroutinesMax Horn
2010-03-09DRASCULA: Some cleanup; turn some global C++ objects into members of Drascula...Max Horn
2010-02-09Moved text parsing to a new class.Nicola Mettifogo
2010-02-08Reduce header interdependenciesMax Horn
2010-02-08Renamed ArjFile to ArchiveMan, and _arj to _archives.Nicola Mettifogo
2010-02-08Moved ArjFile to drascula.Nicola Mettifogo
2010-02-08Let ArjFile return a SeekableReadStream instead of implementingNicola Mettifogo
2010-02-08Reduced references to _arj to the minimum. It is passed as aNicola Mettifogo
2010-02-08Pass the input stream to text parser functions.Nicola Mettifogo
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn