aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/rooms.cpp
AgeCommit message (Expand)Author
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
2008-08-25Fix for original game bug with the wall plug in chapter 5.Filippos Karapetis
2008-06-25Possible fix for (for the drascula engine) for bug #2001583 - "WINCE: CRUISE ...Filippos Karapetis
2008-06-10Fixed regression in the pendulum room, preventing the player from selecting J...Filippos Karapetis
2008-06-10Use the array sizes loaded from drascula.dat, instead of ARRAYSIZEFilippos Karapetis
2008-06-10drawSurface1 -> bgSurfaceFilippos Karapetis
2008-06-09- drascula.dat is now read completelyFilippos Karapetis
2008-06-08The pendulumSurface pointer is only used in update_102()Filippos Karapetis
2008-06-07Shuffled around more code. Now the files look more manageable.Eugene Sandulenko
2008-06-06- CleanupFilippos Karapetis
2008-06-06Move more room code into roomActions[].Eugene Sandulenko