scummvm/engines/draci
Robert Špalek 4e830d821c Fix SIGSEGV found by ValGrind
svn-id: r46142
2009-11-26 00:09:17 +00:00
..
animation.cpp Fix SIGSEGV found by ValGrind 2009-11-26 00:09:17 +00:00
animation.h Fix positioning of one-time hero animations. 2009-11-22 05:10:31 +00:00
barchive.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
barchive.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
detection.cpp DRACI: Reduce header interdependency 2009-11-23 23:54:20 +00:00
draci.cpp Only enable changing rooms by left/right arrows when debugging 2009-11-22 05:42:46 +00:00
draci.h Added Doxygen comments for the various engine namespaces (currently mostly without details; help filling these out is welcome) 2009-11-24 22:10:14 +00:00
font.cpp Remove trailing whitespaces 2009-09-30 16:04:21 +00:00
font.h Removed almost all TODOs from the header files 2009-11-08 21:49:40 +00:00
game.cpp Move setIsReloaded(false) in enterNewRoom() to the right place. 2009-11-22 21:27:30 +00:00
game.h Remove obsolete and unneeded logic bypassing reloading a location. 2009-11-22 21:12:23 +00:00
module.mk Move WalkingMap into new module. 2009-10-30 00:52:05 +00:00
mouse.cpp Huge refactoring of data structures. 2009-11-10 05:16:34 +00:00
mouse.h Huge refactoring of data structures. 2009-11-10 05:16:34 +00:00
music.cpp Implemented "Mute All" 2009-11-12 22:52:00 +00:00
music.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
saveload.cpp Handled loading/saving from the map location 2009-11-12 23:33:22 +00:00
saveload.h Fixed svn:keywords 2009-10-30 05:21:44 +00:00
screen.cpp Documented palette shift 2009-11-11 00:27:08 +00:00
screen.h Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +00:00
script.cpp Fixed breaking long lines instead of using smaller font (which is sometimes not enough) 2009-11-23 06:44:40 +00:00
script.h Added runWrapper() calling run() and some actions around it. 2009-11-12 00:45:28 +00:00
sound.cpp Removed 2 old TODOs 2009-11-12 22:57:01 +00:00
sound.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sprite.cpp Fixed breaking long lines instead of using smaller font (which is sometimes not enough) 2009-11-23 06:44:40 +00:00
sprite.h Fixed breaking long lines instead of using smaller font (which is sometimes not enough) 2009-11-23 06:44:40 +00:00
surface.cpp Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +00:00
surface.h Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +00:00
walking.cpp Added runWrapper() calling run() and some actions around it. 2009-11-12 00:45:28 +00:00
walking.h Fix SIGSEGV by an absolutely brutally horrible hack 2009-11-22 09:13:05 +00:00