scummvm/engines
2011-03-25 13:37:00 +02:00
..
agi AGI: Change SoundGenMIDI to derive from Audio::MidiPlayer 2011-03-24 16:46:46 +01:00
agos ENGINES: Remove unused MIDI pass-through code 2011-03-23 17:07:48 +01:00
cine CINE: Init volume levels on startup 2011-03-19 15:34:57 +01:00
cruise CRUISE: Cleanup syncSoundSettings() 2011-03-19 16:04:50 +01:00
draci DRACI: Change MusicPlayer to derive from Audio::MidiPlayer 2011-03-24 16:46:46 +01:00
drascula DRASACULA: Init volume levels on startup 2011-03-19 16:04:52 +01:00
gob GOB: Add another US version of Urban Runner 2011-03-20 10:14:31 +01:00
groovie ENGINES: Further simplify pseudo MidiDrivers; fix some regressions 2011-03-23 16:49:41 +01:00
hugo HUGO: Turn FileManager::getBootCypher into a const static variable 2011-03-24 16:46:49 +01:00
kyra AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses 2011-03-23 15:25:47 +01:00
lastexpress LASTEXPRESS: Fix sound timer to only run every 17 milliseconds 2011-03-22 16:46:31 -04:00
lure ENGINES: Remove unused MIDI pass-through code 2011-03-23 17:07:48 +01:00
m4 M4: Change MidiPlayer to derive from Audio::MidiPlayer 2011-03-24 16:46:47 +01:00
made MADE: Change MusicPlayer to derive from Audio::MidiPlayer 2011-03-24 16:46:47 +01:00
mohawk MOHAWK: Use direct access on the hashmap for Riven variables now 2011-03-23 23:14:59 -04:00
parallaction PARALLACTION: Change MidiPlayer impls to derive from Audio::MidiPlayer 2011-03-24 16:46:47 +01:00
queen QUEEN: Rename some MidiMusic members to match Audio::MidiPlayer 2011-03-24 16:46:48 +01:00
saga SAGA: Rename some MusicDriver members to match Audio::MidiPlayer 2011-03-24 16:46:48 +01:00
sci SCI: Cleaned up the BreakpointType enum and documented the bpe command 2011-03-25 13:37:00 +02:00
scumm AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses 2011-03-23 15:25:47 +01:00
sky ENGINES: Use Common::StackLock in more places 2011-03-23 15:25:46 +01:00
sword1 SWORD1: Cleanup syncSoundSettings() 2011-03-19 16:49:15 +01:00
sword2 SWORD2: Cleanup syncSoundSettings() 2011-03-19 16:49:16 +01:00
sword25 SWORD25: Commit submitted patch of German comments translated to English 2011-03-24 20:48:58 +11:00
teenagent TEENAGENT: Adapt to setPalette RGBA->RGB change. 2011-02-14 17:08:33 +01:00
testbed AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses 2011-03-23 15:25:47 +01:00
tinsel TINSEL: Change MidiMusicPlayer to derive from Audio::MidiPlayer 2011-03-24 16:46:48 +01:00
toon TOON: Fix more dirty rect issues 2011-03-14 23:28:15 +01:00
touche ENGINES: Further simplify pseudo MidiDrivers; fix some regressions 2011-03-23 16:49:41 +01:00
tucker TUCKER: add missing code for kSupportsLoadingDuringStartup 2011-03-20 18:31:18 +01:00
advancedDetector.cpp COMMON: Only take the md5 of the resource fork data section 2011-02-04 15:27:56 +00:00
advancedDetector.h DETECTOR: Get rid of ADGF_KEEPMATCH 2010-11-07 17:15:27 +00:00
dialogs.cpp MOHAWK: Fix MohawkEngine_Myst::runLoadDialog 2011-02-07 22:58:42 +00:00
dialogs.h
engine.cpp ENGINES: Mute kPlainSoundType in Engine::syncSoundSettings() 2011-03-19 17:58:17 +01:00
engine.h ENGINES: Mute kPlainSoundType in Engine::syncSoundSettings() 2011-03-19 17:58:17 +01:00
engines.mk CONFIGURE: Plug in Last Express engine 2010-10-18 19:18:06 +00:00
game.cpp
game.h ENGINES: Do not include engines/savestate.h from engines/game.h 2010-11-07 17:15:46 +00:00
metaengine.h PLUGINS: switched plugin manager to inheritance rather than #defines 2010-12-23 13:38:37 +00:00
module.mk
savestate.cpp ENGINE: Add a setPlayTime to SaveStateDescriptor taking an ms value. 2010-10-29 16:41:30 +00:00
savestate.h ENGINE: Add a setPlayTime to SaveStateDescriptor taking an ms value. 2010-10-29 16:41:30 +00:00
util.h