scummvm/gob
2005-05-07 13:40:06 +00:00
..
.cvsignore Added .cvsignore 2005-04-05 16:30:44 +00:00
anim.cpp Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this 2005-04-09 19:19:54 +00:00
anim.h Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this 2005-04-09 19:19:54 +00:00
cdrom.cpp o Switch track on each new scene. 2005-04-15 00:07:14 +00:00
cdrom.h Support for Red Book audio in CD version of gob1. 2005-04-13 18:27:29 +00:00
dataio.cpp Use File::size() instead of stat() to find the size of a file. 2005-05-03 08:37:04 +00:00
dataio.h Use File::size() instead of stat() to find the size of a file. 2005-05-03 08:37:04 +00:00
draw.cpp Support for Red Book audio in CD version of gob1. 2005-04-13 18:27:29 +00:00
draw.h Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this 2005-04-09 19:19:54 +00:00
driver_vga.cpp We need to use unsigned chars here to be able to print accented characters, 2005-04-26 06:34:52 +00:00
driver_vga.h We need to use unsigned chars here to be able to print accented characters, 2005-04-26 06:34:52 +00:00
game.cpp Cleanup 2005-05-05 11:11:49 +00:00
game.h Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this 2005-04-09 19:19:54 +00:00
global.cpp Enable perfect timer so intro runs in sync now. Matches disassembly 2005-04-13 22:32:59 +00:00
global.h Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this 2005-04-09 19:19:54 +00:00
gob.cpp Added MD5 for The Bizarre Adventures of Woodruff and the Schnibble. 2005-05-07 13:40:06 +00:00
gob.h Replaced rand()/srand() with RandomSource. Of course, util_getRandom() is a 2005-04-29 15:01:03 +00:00
goblin.cpp Patch #1196638 'GOB: Simple "beeper"'. Thanks eriktorbjorn. 2005-05-06 15:59:33 +00:00
goblin.h This should fix the negative frequency bug that caused some sound effects 2005-05-01 10:15:30 +00:00
init.cpp Cleanup 2005-05-05 11:11:49 +00:00
init.h Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this 2005-04-09 19:19:54 +00:00
inter.cpp Patch #1196638 'GOB: Simple "beeper"'. Thanks eriktorbjorn. 2005-05-06 15:59:33 +00:00
inter.h Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this 2005-04-09 19:19:54 +00:00
map.cpp This should fix the negative frequency bug that caused some sound effects 2005-05-01 10:15:30 +00:00
map.h This should fix a crash which could happen when placing several objects too 2005-04-28 10:34:48 +00:00
module.mk Support for Red Book audio in CD version of gob1. 2005-04-13 18:27:29 +00:00
mult.cpp Cleanup 2005-05-05 11:11:49 +00:00
mult.h The mult_playSound() function makes absolutely no sense at all to me, so 2005-05-04 07:32:12 +00:00
pack.cpp Get rid of debug.cpp/.h -- it wasn't used anyway, and contained bad code (open/write/close to access a log file? yuck) 2005-04-09 19:32:29 +00:00
pack.h Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this 2005-04-09 19:19:54 +00:00
palanim.cpp Cleanup 2005-05-05 11:11:49 +00:00
palanim.h Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this 2005-04-09 19:19:54 +00:00
parse.cpp Oops. 2005-05-05 14:38:32 +00:00
parse.h Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this 2005-04-09 19:19:54 +00:00
scenery.cpp Keep track per piece whether or not it was dynamically allocated, otherwise 2005-04-25 19:03:13 +00:00
scenery.h Keep track per piece whether or not it was dynamically allocated, otherwise 2005-04-25 19:03:13 +00:00
sound.cpp Patch #1196638 'GOB: Simple "beeper"'. Thanks eriktorbjorn. 2005-05-06 15:59:33 +00:00
sound.h Patch #1196638 'GOB: Simple "beeper"'. Thanks eriktorbjorn. 2005-05-06 15:59:33 +00:00
timer.cpp Get rid of debug.cpp/.h -- it wasn't used anyway, and contained bad code (open/write/close to access a log file? yuck) 2005-04-09 19:32:29 +00:00
timer.h Fix legal header. Be careful when doing global search and replace! Better use full-word regex, to avoid problems like this 2005-04-09 19:19:54 +00:00
util.cpp Patch #1196638 'GOB: Simple "beeper"'. Thanks eriktorbjorn. 2005-05-06 15:59:33 +00:00
util.h Fix from wjp for redraws and input during delays 2005-04-14 21:53:37 +00:00
video.cpp We need to use unsigned chars here to be able to print accented characters, 2005-04-26 06:34:52 +00:00
video.h We need to use unsigned chars here to be able to print accented characters, 2005-04-26 06:34:52 +00:00