aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-28AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use itMax Horn
2011-03-28CREDITS: Update Mohawk credits.Alyssa Milburn
2011-03-28NEWS: CleanupMatthew Hoops
2011-03-28NEWS: Mention Living BooksMatthew Hoops
2011-03-28README: Add Living Books gamesMatthew Hoops
2011-03-28CONFIGURE: Enable Mohawk by defaultMatthew Hoops
2011-03-28M4: Corrected incorrect case in cheat key handlerPaul Gilbert
2011-03-28SCI: Renamed restAdjust to r_rest (like r_acc and r_prev)md5
2011-03-28SCI: Error out when kMemorySegment() is requested to save more than 256 bytesmd5
2011-03-28SCI: Set the GC_INTERVAL define to its hexadecimal equivalentmd5
2011-03-27README: Fix typos and cleanupMatthew Hoops
2011-03-27MOHAWK: Correct title of Dr. Seuss's ABCMatthew Hoops
2011-03-27ANDROID: Use the midi gain option for EASdhewg
2011-03-27SCI: Moved some debug functions from vm.cpp to scriptdebug.cppmd5
2011-03-27SCI: Fix default pan value in MIDI driver.Walter van Niftrik
2011-03-26NEWS: Mention Android's MIDI driverdhewg
2011-03-26MOHAWK: Stub off LB mini gamesMatthew Hoops
2011-03-26ANDROID: Maybe working support for EAS DLS soundfontsdhewg
2011-03-26SCI: Removed the READ_VAR and WRITE_VAR wrappersmd5
2011-03-26ANDROID: Add code to dump the EAS stream to a filedhewg
2011-03-26ANDROID: Fix MIDI packet sizedhewg
2011-03-26SCI: Refactored and cleaned up the VM call stack handling codemd5
2011-03-25ANDROID: Use 'our' ASCII codes for special keysdhewg
2011-03-25SAGA: Add missing includedhewg
2011-03-25AUDIO: Document issues with semantics of Audio::MidiPlayer::isPlaying()Max Horn
2011-03-25SAGA: Change Sage to use Audio::MidiPlayerMax Horn
2011-03-25QUEEN: Remove leftover class forward declarationMax Horn
2011-03-25Merge branch 'copysavefile' of https://github.com/Littleboy/scummvm into Litt...Max Horn
2011-03-25SWORD25: more translated comments from gfx/image (patch #3238507)Max Horn
2011-03-25ANDROID: Experimental MIDI Driverdhewg
2011-03-25AUDIO: Move more common code to Audio::MidiPlayerMax Horn
2011-03-25AUDIO: Whitespace fixMax Horn
2011-03-25TINSEL: Remove unused TinselEngine::_musicVolume memberMax Horn
2011-03-25AUDIO: Rename 'channel' to 'ch'Max Horn
2011-03-25PARALLACTION: Move MidiDriver creation into MidiPlayer(_MSC) constructorsMax Horn
2011-03-25HUGO: Move MidiDriver creation into MidiPlayer constructorMax Horn
2011-03-25TOUCHE: Move _gmToRol to midi.cppMax Horn
2011-03-25TOUCHE: Change MidiPlayer to derive from Audio::MidiPlayerMax Horn
2011-03-25SCI: Reordered some functionsmd5
2011-03-25SCI: Cleaned up the BreakpointType enum and documented the bpe commandmd5
2011-03-25SCI: Cleaned up send_selector()md5
2011-03-25SCI: Extended a workaround for KQ7 to apply in all roomsmd5
2011-03-25SCI: Make sure that planeOffsetX is always correctly initializedmd5
2011-03-25SCI: Add two TODOsdhewg
2011-03-25ANDROID: Always set the surface propertiesdhewg
2011-03-24COMMON: Add SaveFileManager::copySavefile() and update SaveFileManager::renam...Littleboy
2011-03-24GPH: Removed some unimplemented and unneeded definitions.David-John Willis
2011-03-24OPENPANDORA: Refactor OpenPandora backend and move events and graphics into m...David-John Willis
2011-03-24SDL/POSIX: Update main guard to add OpenPandora.David-John Willis
2011-03-24BACKENDS: Add GPH event and graphics files to the build.David-John Willis