scummvm/scumm
2003-09-09 19:30:25 +00:00
..
smush removed pauseMixer method from mixer, and renamed stop to stopChannel 2003-09-06 10:47:30 +00:00
.cvsignore
actor.cpp fix for bug #749970 (FT: Animation glitch at the fuel tower) 2003-09-09 17:33:29 +00:00
actor.h fix for bug #782086 (COMI: a long walk) 2003-09-09 19:30:25 +00:00
akos.cpp Updated globals access for PalmOS 2003-08-18 10:59:21 +00:00
akos.h
base-costume.cpp C64 costumes work now enough to be recognizable 2003-07-13 10:35:05 +00:00
base-costume.h #include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) 2003-08-01 12:21:04 +00:00
bomp.cpp some changes for smush codec 1 and 3, handled by bomp decompression 2003-08-18 15:13:15 +00:00
bomp.h some changes for smush codec 1 and 3, handled by bomp decompression 2003-08-18 15:13:15 +00:00
boxes.cpp replaced all use of scale items with scale slots. This allowed me to get rid of two big FIXME's, and might fix other scaling bugs in FT/DIG 2003-09-09 17:29:22 +00:00
boxes.h
bundle.cpp Updated globals access for PalmOS 2003-08-18 10:59:21 +00:00
bundle.h #include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) 2003-08-01 12:21:04 +00:00
camera.cpp
charset.cpp Fix from Hibernatus, indy3 has black shadows 2003-09-01 15:40:16 +00:00
charset.h
costume.cpp Revert v1 zak face costume color nack to 8, since palette is fixed. 2003-08-26 16:09:09 +00:00
costume.h Enabled the v1 costume palette tables Kirben and Hoenicke added earlier. 2003-08-17 16:53:00 +00:00
debugger.cpp make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume 2003-09-08 17:06:44 +00:00
debugger.h Expanded iMuse debugger commands. All iMuse 2003-08-11 14:48:21 +00:00
dialogs.cpp make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume 2003-09-08 17:06:44 +00:00
dialogs.h Change Amiga palette option to Amiga version 2003-08-20 14:01:39 +00:00
gfx.cpp Remove color table for C64 maniac/zak since it isn't needed. 2003-09-06 15:15:29 +00:00
gfx.h fixed a warning from the IBM C++ compiler 2003-09-05 20:18:20 +00:00
help.cpp get rid of GF_INDY3 again, and also remove GID_INDY3_256 and GID_INDY3_TOWNS 2003-08-06 12:04:27 +00:00
help.h Patch #768260: Help Dialog Update (with some tweaks by me to make the dialog a little smaller -> looks much better, IMO) 2003-07-15 00:20:04 +00:00
imuse_digi.cpp make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume 2003-09-08 17:06:44 +00:00
imuse_digi.h make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume 2003-09-08 17:06:44 +00:00
imuse_internal.h cleanup/refactoring 2003-09-07 19:28:45 +00:00
imuse_player.cpp some cleanup; clarified isSoundInUse semantics and the difference between IMuse::get_sound_active and IMuse::getSoundStatus; added lots of const qualifiers to IMuse; rewrote IMuseInternal::getSoundStatus (hopefully not breaking it); added MusicEngine::getSoundStatus 2003-09-07 17:14:56 +00:00
imuse.cpp make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume 2003-09-08 17:06:44 +00:00
imuse.h make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume 2003-09-08 17:06:44 +00:00
instrument.cpp Added GM-to-MT32 program mapping. Allows 2003-08-12 06:58:11 +00:00
instrument.h
intern.h cleanup and make script_v2 use o5_saveLoadGame 2003-08-31 15:39:27 +00:00
midiparser_ro.cpp More corrections to the VAR_MUSIC_TIMER 2003-08-16 17:08:22 +00:00
module.mk Add music player for Amiga versions of indy3ega/loom from unused. 2003-09-07 07:23:20 +00:00
music.h make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume 2003-09-08 17:06:44 +00:00
nut_renderer.cpp added support for codec1 in nut renderer 2003-09-06 16:42:28 +00:00
nut_renderer.h added support for codec1 in nut renderer 2003-09-06 16:42:28 +00:00
object.cpp more sanity checks 2003-07-28 01:09:54 +00:00
object.h
player_v1.cpp added common base class MusicEngine for iMuse/iMuseDigital/Player_V123 (initial stab, more work to follow) 2003-09-07 16:16:19 +00:00
player_v1.h some cleanup; clarified isSoundInUse semantics and the difference between IMuse::get_sound_active and IMuse::getSoundStatus; added lots of const qualifiers to IMuse; rewrote IMuseInternal::getSoundStatus (hopefully not breaking it); added MusicEngine::getSoundStatus 2003-09-07 17:14:56 +00:00
player_v2.cpp Reduce PalmOS data segement 2003-09-08 08:54:37 +00:00
player_v2.h cleanup/refactoring 2003-09-07 19:28:45 +00:00
player_v3a.cpp some cleanup 2003-09-08 11:29:57 +00:00
player_v3a.h some cleanup 2003-09-08 11:29:57 +00:00
resource_v2.cpp overlooked one 'new Player_V2' 2003-09-08 16:50:54 +00:00
resource_v3.cpp Fix room palette issues in small_header games. 2003-08-27 01:12:18 +00:00
resource_v4.cpp
resource.cpp some initial work on Mac0 support. Everybody feel free to pick up here and implement the rest <g> 2003-09-09 01:21:42 +00:00
resource.h
saveload.cpp replaced all use of scale items with scale slots. This allowed me to get rid of two big FIXME's, and might fix other scaling bugs in FT/DIG 2003-09-09 17:29:22 +00:00
saveload.h replaced all use of scale items with scale slots. This allowed me to get rid of two big FIXME's, and might fix other scaling bugs in FT/DIG 2003-09-09 17:29:22 +00:00
script_v2.cpp OOps 2003-09-06 08:57:19 +00:00
script_v5.cpp replaced all use of scale items with scale slots. This allowed me to get rid of two big FIXME's, and might fix other scaling bugs in FT/DIG 2003-09-09 17:29:22 +00:00
script_v6.cpp fix for bug #782086 (COMI: a long walk) 2003-09-09 19:30:25 +00:00
script_v8.cpp Implement the ACTOR_PAN opcode. The only place I know of where it's used is 2003-09-03 17:00:33 +00:00
script.cpp implemented FOA keyboard fighting 2003-09-06 23:29:35 +00:00
scumm.h replaced all use of scale items with scale slots. This allowed me to get rid of two big FIXME's, and might fix other scaling bugs in FT/DIG 2003-09-09 17:29:22 +00:00
scummvm.cpp replaced all use of scale items with scale slots. This allowed me to get rid of two big FIXME's, and might fix other scaling bugs in FT/DIG 2003-09-09 17:29:22 +00:00
sound.cpp another fix for bug #802396 (LOOMCD: Sound often causes lock up) 2003-09-09 17:50:20 +00:00
sound.h removed the seperate 'MP3' CD methods in class Sound (besides being misnamed, merging them into their parent functions actually seems clearer to me, reading wise) 2003-09-07 19:47:58 +00:00
string.cpp fix for bug #782086 (COMI: a long walk) 2003-09-09 19:30:25 +00:00
usage_bits.cpp
usage_bits.h
vars.cpp fixed VAR_TALKSTOP_KEY for V7 games (descumm6.cpp had it right all the time :-) 2003-08-05 12:23:26 +00:00
verbs.cpp Patch #790433: Fix potential buffer overflow 2003-09-06 20:36:29 +00:00
verbs.h V1 preposition support, but broken. 2003-08-05 16:43:33 +00:00