scummvm/engines/gob
2007-05-30 17:44:52 +00:00
..
cdrom.cpp - Minor cleanup 2007-04-05 13:37:20 +00:00
cdrom.h Major clean-up, including: 2007-03-20 14:51:57 +00:00
dataio.cpp Possible fix for bug #1709124 ("GOB3: (dos/russian) just dont run") 2007-04-28 21:16:13 +00:00
dataio.h "char *" -> "byte *" where appropriate 2007-04-02 11:05:09 +00:00
detection.cpp Add Italian versions as supplied in bug #1722142: "GOB: italian md5 of Ween 2007-05-26 15:28:31 +00:00
draw_bargon.cpp Major clean-up, including: 2007-03-20 14:51:57 +00:00
draw_v1.cpp Made the collisionAreas' coordinates unsigned. This should fix bug #1706988 2007-05-01 14:49:13 +00:00
draw_v2.cpp Made the collisionAreas' coordinates unsigned. This should fix bug #1706988 2007-05-01 14:49:13 +00:00
draw.cpp "char *" -> "byte *" where appropriate 2007-04-02 11:05:09 +00:00
draw.h Made the collisionAreas' coordinates unsigned. This should fix bug #1706988 2007-05-01 14:49:13 +00:00
driver_vga.cpp Some fixes for the Gob3 demos 2007-04-09 14:00:23 +00:00
driver_vga.h Major clean-up, including: 2007-03-20 14:51:57 +00:00
game_v1.cpp Made the collisionAreas' coordinates unsigned. This should fix bug #1706988 2007-05-01 14:49:13 +00:00
game_v2.cpp Made the collisionAreas' coordinates unsigned. This should fix bug #1706988 2007-05-01 14:49:13 +00:00
game.cpp - Added a workaround for bug #1705338 (Seg fault when trying to switch screen in music land) which is actually a script bug. 2007-05-30 10:20:21 +00:00
game.h - Added a workaround for bug #1705338 (Seg fault when trying to switch screen in music land) which is actually a script bug. 2007-05-30 10:20:21 +00:00
global.cpp Implemented fast modes: CTRL-f for double and CTRL-g for triple speed 2007-04-13 19:55:09 +00:00
global.h Implemented fast modes: CTRL-f for double and CTRL-g for triple speed 2007-04-13 19:55:09 +00:00
gob.cpp Removing useless common/fs.h includes 2007-05-30 17:44:52 +00:00
gob.h Restructured saving/loading. Should work for Gob3 now, too... 2007-04-08 00:08:26 +00:00
goblin_v1.cpp Major clean-up, including: 2007-03-20 14:51:57 +00:00
goblin_v2.cpp Small glitch/different goblin handling fix for Gob3 2007-04-09 15:40:10 +00:00
goblin_v3.cpp Small glitch/different goblin handling fix for Gob3 2007-04-09 15:40:10 +00:00
goblin.cpp That should fix another segfault when clicking outside of the screen (bug #1708863) 2007-04-27 21:25:03 +00:00
goblin.h Removed some more superfluous semicolons in the gob engine 2007-04-25 19:52:26 +00:00
imd.cpp Some more MSVC8 uninitialed variable warning (see bug #1700986) 2007-04-15 14:12:11 +00:00
imd.h - Fixed another IMD drawing glitch (noticeable when becoming a giant) 2007-04-14 15:13:45 +00:00
init_v1.cpp Major clean-up, including: 2007-03-20 14:51:57 +00:00
init_v2.cpp Major clean-up, including: 2007-03-20 14:51:57 +00:00
init_v3.cpp Bargon Attack uses wide surfaces, but shouldn't scroll in-game regardless 2007-04-16 05:04:41 +00:00
init.cpp - Minor cleanup 2007-04-05 13:37:20 +00:00
init.h Removed some more superfluous semicolons in the gob engine 2007-04-25 19:52:26 +00:00
inter_bargon.cpp Added save/load stub for Gob3, recognizing the use of "INTRO.$$$" as an extra background buffer 2007-04-05 16:04:59 +00:00
inter_v1.cpp Some more small fixes. Gob3 is completable now :) 2007-04-21 20:13:15 +00:00
inter_v2.cpp - Added a workaround for bug #1705338 (Seg fault when trying to switch screen in music land) which is actually a script bug. 2007-05-30 10:20:21 +00:00
inter_v3.cpp Some more MSVC8 uninitialed variable warning (see bug #1700986) 2007-04-15 14:12:11 +00:00
inter.cpp "char *" -> "byte *" where appropriate 2007-04-02 11:05:09 +00:00
inter.h Removed some more superfluous semicolons in the gob engine 2007-04-25 19:52:26 +00:00
map_v1.cpp "char *" -> "byte *" where appropriate 2007-04-02 11:05:09 +00:00
map_v2.cpp "char *" -> "byte *" where appropriate 2007-04-02 11:05:09 +00:00
map.cpp - Minor cleanup 2007-04-05 13:37:20 +00:00
map.h "char *" -> "byte *" where appropriate 2007-04-02 11:05:09 +00:00
module.mk Bargon Attack uses wide surfaces, but shouldn't scroll in-game regardless 2007-04-16 05:04:41 +00:00
mult_v1.cpp Major clean-up, including: 2007-03-20 14:51:57 +00:00
mult_v2.cpp - Added a workaround for bug #1705338 (Seg fault when trying to switch screen in music land) which is actually a script bug. 2007-05-30 10:20:21 +00:00
mult.cpp Fixed a bug that crept in during clean-up 2007-04-17 05:57:17 +00:00
mult.h Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel) 2007-04-25 19:31:23 +00:00
music.cpp Major clean-up, including: 2007-03-20 14:51:57 +00:00
music.h Fixing curly bracket style 2007-03-29 21:03:32 +00:00
palanim.cpp - Minor cleanup 2007-04-05 13:37:20 +00:00
palanim.h Major clean-up, including: 2007-03-20 14:51:57 +00:00
parse_v1.cpp "char *" -> "byte *" where appropriate 2007-04-02 11:05:09 +00:00
parse_v2.cpp - Minor cleanup 2007-04-05 13:37:20 +00:00
parse.cpp Some more small fixes. Gob3 is completable now :) 2007-04-21 20:13:15 +00:00
parse.h Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel) 2007-04-25 19:31:23 +00:00
saveload_v2.cpp Restructured saving/loading. Should work for Gob3 now, too... 2007-04-08 00:08:26 +00:00
saveload_v3.cpp Restructured saving/loading. Should work for Gob3 now, too... 2007-04-08 00:08:26 +00:00
saveload.cpp Actually use the palette after loading 2007-04-13 07:48:55 +00:00
saveload.h Removed some more superfluous semicolons in the gob engine 2007-04-25 19:52:26 +00:00
scenery_v1.cpp Major clean-up, including: 2007-03-20 14:51:57 +00:00
scenery_v2.cpp Major clean-up, including: 2007-03-20 14:51:57 +00:00
scenery.cpp Fixed the background glitch 2007-04-09 16:56:47 +00:00
scenery.h Removing lots of superfluous semicola (see mail by David Weinehall on scummvm-devel) 2007-04-25 19:31:23 +00:00
sound.cpp Fixed regression that was added when making it compile with MSVC8 2007-04-16 05:03:52 +00:00
sound.h Removed some more superfluous semicolons in the gob engine 2007-04-25 19:52:26 +00:00
util.cpp Possible fix for bug #1709124 ("GOB3: (dos/russian) just dont run") 2007-04-28 21:16:13 +00:00
util.h Possible fix for bug #1709124 ("GOB3: (dos/russian) just dont run") 2007-04-28 21:16:13 +00:00
video_v1.cpp Major clean-up, including: 2007-03-20 14:51:57 +00:00
video_v2.cpp Major clean-up, including: 2007-03-20 14:51:57 +00:00
video.cpp - Fixed handling of the case split screen + vertical scrolling area 2007-04-19 13:51:57 +00:00
video.h Removed some more superfluous semicolons in the gob engine 2007-04-25 19:52:26 +00:00