scummvm/engines/draci
Robert Špalek abbb3dccd7 Items put into inventory are placed correctly.
Also, named correctly GPL2 parameter types.

This fixes all FIXMEs

svn-id: r45762
2009-11-08 21:26:04 +00:00
..
animation.cpp Silence gcc warning by putting parentheses around an && expression nested in an || expression. 2009-11-08 18:55:18 +00:00
animation.h Implement QuickHero walking. 2009-11-08 06:46:24 +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 Fix memory leaks when reading thumbnails 2009-10-16 00:09:20 +00:00
draci.cpp Implemented and debugged the walking framework. 2009-11-04 00:42:37 +00:00
draci.h Debugged smooth walking except for 1 bug. 2009-11-08 03:16:22 +00:00
font.cpp Remove trailing whitespaces 2009-09-30 16:04:21 +00:00
font.h Remove most of default parameter values. 2009-10-30 01:41:57 +00:00
game.cpp Items put into inventory are placed correctly. 2009-11-08 21:26:04 +00:00
game.h Debugged updating the position of the hero during walking. 2009-11-07 11:45:13 +00:00
module.mk Move WalkingMap into new module. 2009-10-30 00:52:05 +00:00
mouse.cpp Don't change mouse cursors so ridiculously often. 2009-10-27 23:51:32 +00:00
mouse.h Remove most of default parameter values. 2009-10-30 01:41:57 +00:00
music.cpp Fixed svn:keywords 2009-10-30 05:21:44 +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 Brought back one old line, just to be sure. 2009-11-04 22:54:14 +00:00
saveload.h Fixed svn:keywords 2009-10-30 05:21:44 +00:00
screen.cpp Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +00:00
screen.h Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +00:00
script.cpp Items put into inventory are placed correctly. 2009-11-08 21:26:04 +00:00
script.h Items put into inventory are placed correctly. 2009-11-08 21:26:04 +00:00
sound.cpp Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +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 Debugged smooth walking except for 1 bug. 2009-11-08 03:16:22 +00:00
sprite.h Get rid of doubling memory allocation and a lot of copying. 2009-11-01 10:03:37 +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 Do not immediately clear the path when it has just 1 vertex. 2009-11-08 06:30:10 +00:00
walking.h Do not immediately clear the path when it has just 1 vertex. 2009-11-08 06:30:10 +00:00