scummvm/engines/draci
Johannes Schickel e3d1d914ac Attempt to fix MSVC warning C4121.
svn-id: r46299
2009-12-08 22:07:17 +00:00
..
animation.cpp Fixed bug with exhausting sound handles 2009-11-28 00:07:22 +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 For consistency, make F5 bring up the main menu in the Draci engine too, just 2009-12-07 20:32:54 +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 Removed <cmath> includes since a) not a part of Symbian OS b) Compiles fine without it (at least with Symbian OS GCCE 3.4.3 and CW 2) 2009-11-30 08:09:39 +00:00
game.h Hopefully fix switching to the map right after switching the location 2009-11-28 00:57:42 +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 Attempt to fix MSVC warning C4121. 2009-12-08 22:07:17 +00:00
script.h Attempt to fix MSVC warning C4121. 2009-12-08 22:07:17 +00:00
sound.cpp Fixed bug with exhausting sound handles 2009-11-28 00:07:22 +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 Removed <cmath> includes since a) not a part of Symbian OS b) Compiles fine without it (at least with Symbian OS GCCE 3.4.3 and CW 2) 2009-11-30 08:09:39 +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