aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/rooms.cpp
AgeCommit message (Expand)Author
2017-11-19DRASCULA: Clean up logic in enterRoom()Filippos Karapetis
2017-11-19DRASCULA: Document several updateVisible() callsFilippos Karapetis
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: Simplify the drawing code in BJ's roomFilippos Karapetis
2017-11-11DRASCULA: characterMoved and characterVisible are boolean variablesFilippos Karapetis
2016-04-16DRASCULA: Swap extraSurface and tableSurface use in chapter 6 for Spanish ver...Thierry Crozat
2016-04-12DRASCULA: Fix wrong background for inventory in chapter 6Thierry Crozat
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-08-19DRASCULA: Some renaming. Also, get rid of some extraneous globalsFilippos Karapetis
2013-01-06DRASCULA: Fix shadowing warnings (thanks LordHoto), and rename some variablesFilippos Karapetis
2013-01-04DRASCULA: Merge some animation functions and document all animationsFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-24DRASCULA: Avoid crash in engine destructor after it failed to start.Thierry Crozat
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-01-27DRASCULA: Fix Memory Leaks in Rooms Table.David Turner
2010-10-15DRASCULA: Fix some code analysis warnings (bug #3087830)Eugene Sandulenko
2010-06-15Drascula: hid room updater-related debug output to deeper levelEugene Sandulenko
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-08Renamed ArjFile to ArchiveMan, and _arj to _archives.Nicola Mettifogo
2010-02-08Let ArjFile return a SeekableReadStream instead of implementingNicola Mettifogo
2010-02-08Pass the input stream to text parser functions.Nicola Mettifogo
2010-02-08The text parser functions can create their temporary buffers on the stack.Nicola Mettifogo
2009-08-04CleanupFilippos Karapetis
2009-08-04Removed the superfluous VGA buffer, replacing it with direct writes to the vi...Filippos Karapetis
2009-05-13Normalized types for several variables. FormattingEugene Sandulenko
2009-05-12Replace verb numbers with constants in selectVerb() callEugene Sandulenko
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-09-12- Moved more animation data inside drascula.datFilippos Karapetis
2008-09-11CleanupFilippos Karapetis
2008-09-11- Merged openDoor() and closeDoor()Filippos 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-09-09Cleanup of exitRoom()Filippos Karapetis
2008-08-26talk_dr_grande -> talk_drascula_bigFilippos Karapetis
2008-08-26Simplified several calls to copyBackground()Filippos Karapetis