scummvm/engines/gob
Arnaud Boutonné 7e166d1ad6 clean-up : forgot commented code
svn-id: r47869
2010-02-03 22:20:33 +00:00
..
demos Fixed some more warnings about unreachable code 2009-09-24 10:02:13 +00:00
save Implementing saving/loading for Fascination. Tested in the DOS floppy versions and the Amiga version 2010-02-03 09:32:16 +00:00
sound Minor style-related changes 2010-02-03 03:25:50 +00:00
dataio.cpp gob - Fix a Valgrind warning occuring in CD games 2009-10-08 08:10:57 +00:00
dataio.h When opening a data stream, don't read the whole file into memory if not necessary. This vastly improves the loading times of Gob3 on small devices 2009-08-08 02:23:04 +00:00
detection.cpp Get rid of kGameTypeAdibouUnknown (which is a mix of other versions), and Add kGameTypeAdibou1. 2010-01-22 23:44:43 +00:00
draw_bargon.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
draw_fascin.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
draw_playtoons.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
draw_v1.cpp Fixing the text input in Gob1 (the loading code wasn't printed as you typed anymore) 2009-07-21 12:14:36 +00:00
draw_v2.cpp Fixed warning about missing newline 2009-09-18 21:34:34 +00:00
draw.cpp Fascination - Cleanup: suppress some noisy debug output, suppress some obsolete and commented code. 2010-02-03 12:57:47 +00:00
draw.h Minor style-related changes 2010-02-03 03:25:50 +00:00
driver_vga.cpp Giving Font its own real class 2009-07-09 02:54:10 +00:00
driver_vga.h Giving Font its own real class 2009-07-09 02:54:10 +00:00
expression.cpp Fixed some more warnings about unreachable code 2009-09-24 10:02:13 +00:00
expression.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
game.cpp Fascination - Fix screen transition 2010-02-03 00:51:09 +00:00
game.h Playtoons uses a variable space that exceeds 32767 bytes. Changing a few variables to unsigned makes the construction mode not crash anymore (though it now hangs in a loop) 2009-08-24 22:37:09 +00:00
global.cpp Playtoons - implement some functions related to hotspot texts 2009-09-29 22:43:30 +00:00
global.h Switch Mixer::playInputStream to use DisposeAfterUse::Flag 2010-01-08 22:09:43 +00:00
gob.cpp Implementing saving/loading for Fascination. Tested in the DOS floppy versions and the Amiga version 2010-02-03 09:32:16 +00:00
gob.h Get rid of kGameTypeAdibouUnknown (which is a mix of other versions), and Add kGameTypeAdibou1. 2010-01-22 23:44:43 +00:00
goblin_v1.cpp Fixing an out of array bounds read 2009-12-30 23:21:33 +00:00
goblin_v2.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
goblin_v3.cpp
goblin_v4.cpp Some minor clean-up 2009-04-27 18:56:28 +00:00
goblin.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
goblin.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
helper.h GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDescPtr (a Common::SharedPtr); and changed many SurfaceDesc pointers to references 2009-06-06 20:03:13 +00:00
hotspots.cpp clean-up : forgot commented code 2010-02-03 22:20:33 +00:00
hotspots.h Fascination - based on the theoritical values of flag, use getWindow instead of the code I added. Suppress shr 8 in getWindow and switched from int8 to uint16, in order to match the executable. 2010-02-03 22:14:06 +00:00
init_v1.cpp Moved the decision whether subtitles should be displayed, so that the broken subtitles in The Last Dynasty aren't shown 2009-07-25 16:08:31 +00:00
init_v2.cpp Moved the decision whether subtitles should be displayed, so that the broken subtitles in The Last Dynasty aren't shown 2009-07-25 16:08:31 +00:00
init_v3.cpp Moved the decision whether subtitles should be displayed, so that the broken subtitles in The Last Dynasty aren't shown 2009-07-25 16:08:31 +00:00
init_v4.cpp Moved the decision whether subtitles should be displayed, so that the broken subtitles in The Last Dynasty aren't shown 2009-07-25 16:08:31 +00:00
init_v6.cpp Moved the decision whether subtitles should be displayed, so that the broken subtitles in The Last Dynasty aren't shown 2009-07-25 16:08:31 +00:00
init.cpp Playtoons - implement some functions related to hotspot texts 2009-09-29 22:43:30 +00:00
init.h Playtoons - implement some functions related to hotspot texts 2009-09-29 22:43:30 +00:00
inter_bargon.cpp Added a Key and ShortKey enum 2009-07-05 11:27:11 +00:00
inter_fascin.cpp Minor style-related changes 2010-02-03 03:25:50 +00:00
inter_playtoons.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
inter_v1.cpp Minor style-related changes 2010-02-03 03:25:50 +00:00
inter_v2.cpp Playtoons uses a variable space that exceeds 32767 bytes. Changing a few variables to unsigned makes the construction mode not crash anymore (though it now hangs in a loop) 2009-08-24 22:37:09 +00:00
inter_v3.cpp Playtoons - implement some functions related to hotspot texts 2009-09-29 22:43:30 +00:00
inter_v4.cpp Changed the scroll-handling to be more like the original. This fixes bug #2832362 ("GOB3: Scrolling locked after cutscene") 2009-08-08 21:43:07 +00:00
inter_v5.cpp Modify warning message for o5_deleteFile as it's not only used by Dynasty, and Add oPlaytoons_copyFile. The latest will need to be completed if a call requires it. For the moment, it only fixes the crash at the end of the 3rd video of the construction kit. 2009-08-30 23:39:25 +00:00
inter_v6.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
inter.cpp Introduce a new struct TimeDate, replacing struct tm in client code. May lead to compilation issues in ports, which should be trivial to fix, though 2009-10-08 19:41:38 +00:00
inter.h Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
map_v1.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
map_v2.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
map.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
map.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
module.mk Implementing saving/loading for Fascination. Tested in the DOS floppy versions and the Amiga version 2010-02-03 09:32:16 +00:00
mult_v1.cpp Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own class 2009-06-24 21:49:37 +00:00
mult_v2.cpp gob - fix valgrind warning: invalid read when animKeysCount equals 0 2009-10-06 19:57:17 +00:00
mult.cpp Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
mult.h GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDescPtr (a Common::SharedPtr); and changed many SurfaceDesc pointers to references 2009-06-06 20:03:13 +00:00
palanim.cpp The error() and warning() functions add ! and newline automatically. (I didn't 2009-05-31 10:02:16 +00:00
palanim.h
resources.cpp Properly deleting the TOT resource table again when loading failed 2010-01-31 13:18:32 +00:00
resources.h Added a method to easily dump resources to file 2009-07-24 21:34:43 +00:00
scenery_v1.cpp
scenery_v2.cpp
scenery.cpp Changing stuff around a bit so alignment requirements won't increase 2009-07-28 15:19:55 +00:00
scenery.h
script.cpp Make sure that enough data is read out of the script 2009-12-31 00:06:28 +00:00
script.h Added a skipBlock() method 2009-07-05 11:27:26 +00:00
totfile.cpp Added the scriptEnd property 2009-06-24 21:48:27 +00:00
totfile.h Added the scriptEnd property 2009-06-24 21:48:27 +00:00
util.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
util.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
variables.cpp More alignment-related changes 2009-07-28 16:28:32 +00:00
variables.h Minor style-related changes 2010-02-03 03:25:50 +00:00
video_v1.cpp GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDescPtr (a Common::SharedPtr); and changed many SurfaceDesc pointers to references 2009-06-06 20:03:13 +00:00
video_v2.cpp Hooking up the v2 spriteUncompressor into the v6 one 2009-08-22 13:11:30 +00:00
video_v6.cpp Hooking up the v2 spriteUncompressor into the v6 one 2009-08-22 13:11:30 +00:00
video.cpp Minor style-related changes 2010-02-03 03:25:50 +00:00
video.h Giving Font its own real class 2009-07-09 02:54:10 +00:00
videoplayer.cpp Gob - Fix animations without extension 2009-10-23 21:48:28 +00:00
videoplayer.h CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete notifyPaused() 2009-07-24 21:36:42 +00:00