Age | Commit message (Expand) | Author |
2011-03-29 | MOHAWK: Destroying an LBGroupItem destroys the whole group. | Alyssa Milburn |
2011-03-29 | MOHAWK: Don't fail to delete consecutive items. | Alyssa Milburn |
2011-03-29 | MOHAWK: Fix LB debug message to use the right name. | Alyssa Milburn |
2011-03-29 | MOHAWK: comment text after #endif | Alyssa Milburn |
2011-03-29 | GOB: Use memmove instead of memcpy in Surface::blit() | Sven Hesse |
2011-03-28 | MOHAWK: Don't compile RivenOptionsDialog when Riven isn't enabled | Matthew Hoops |
2011-03-28 | MOHAWK: Allow disabling of Riven compilation | Matthew Hoops |
2011-03-28 | MOHAWK: Allow disabling compiling cstime | Matthew Hoops |
2011-03-28 | MOHAWK: Allow disabling compilation of Myst | Matthew Hoops |
2011-03-28 | SCI: Fix Compilation with --enable-release set. | D G Turner |
2011-03-28 | SCI: Add detection entry for my GK1 floppy version. | Johannes Schickel |
2011-03-28 | AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it | Max Horn |
2011-03-28 | M4: Corrected incorrect case in cheat key handler | Paul Gilbert |
2011-03-28 | SCI: Renamed restAdjust to r_rest (like r_acc and r_prev) | md5 |
2011-03-28 | SCI: Error out when kMemorySegment() is requested to save more than 256 bytes | md5 |
2011-03-28 | SCI: Set the GC_INTERVAL define to its hexadecimal equivalent | md5 |
2011-03-27 | MOHAWK: Correct title of Dr. Seuss's ABC | Matthew Hoops |
2011-03-27 | SCI: Moved some debug functions from vm.cpp to scriptdebug.cpp | md5 |
2011-03-27 | SCI: Fix default pan value in MIDI driver. | Walter van Niftrik |
2011-03-26 | MOHAWK: Stub off LB mini games | Matthew Hoops |
2011-03-26 | SCI: Removed the READ_VAR and WRITE_VAR wrappers | md5 |
2011-03-26 | SCI: Refactored and cleaned up the VM call stack handling code | md5 |
2011-03-25 | SAGA: Add missing include | dhewg |
2011-03-25 | SAGA: Change Sage to use Audio::MidiPlayer | Max Horn |
2011-03-25 | QUEEN: Remove leftover class forward declaration | Max Horn |
2011-03-25 | SWORD25: more translated comments from gfx/image (patch #3238507) | Max Horn |
2011-03-25 | AUDIO: Move more common code to Audio::MidiPlayer | Max Horn |
2011-03-25 | TINSEL: Remove unused TinselEngine::_musicVolume member | Max Horn |
2011-03-25 | PARALLACTION: Move MidiDriver creation into MidiPlayer(_MSC) constructors | Max Horn |
2011-03-25 | HUGO: Move MidiDriver creation into MidiPlayer constructor | Max Horn |
2011-03-25 | TOUCHE: Move _gmToRol to midi.cpp | Max Horn |
2011-03-25 | TOUCHE: Change MidiPlayer to derive from Audio::MidiPlayer | Max Horn |
2011-03-25 | SCI: Reordered some functions | md5 |
2011-03-25 | SCI: Cleaned up the BreakpointType enum and documented the bpe command | md5 |
2011-03-25 | SCI: Cleaned up send_selector() | md5 |
2011-03-25 | SCI: Extended a workaround for KQ7 to apply in all rooms | md5 |
2011-03-25 | SCI: Make sure that planeOffsetX is always correctly initialized | md5 |
2011-03-25 | SCI: Add two TODOs | dhewg |
2011-03-24 | SCI: Close Memory Leak from kAnimate Calls. | D G Turner |
2011-03-24 | HUGO: Turn FileManager::getBootCypher into a const static variable | Max Horn |
2011-03-24 | SAGA: Rename some MusicDriver members to match Audio::MidiPlayer | Max Horn |
2011-03-24 | QUEEN: Rename some MidiMusic members to match Audio::MidiPlayer | Max Horn |
2011-03-24 | TINSEL: Change MidiMusicPlayer to derive from Audio::MidiPlayer | Max Horn |
2011-03-24 | PARALLACTION: Change MidiPlayer impls to derive from Audio::MidiPlayer | Max Horn |
2011-03-24 | MADE: Change MusicPlayer to derive from Audio::MidiPlayer | Max Horn |
2011-03-24 | M4: Change MidiPlayer to derive from Audio::MidiPlayer | Max Horn |
2011-03-24 | HUGO: Change MidiPlayer to derive from Audio::MidiPlayer | Max Horn |
2011-03-24 | DRACI: Change MusicPlayer to derive from Audio::MidiPlayer | Max Horn |
2011-03-24 | AGI: Change SoundGenMIDI to derive from Audio::MidiPlayer | Max Horn |
2011-03-24 | DRACI: Fix incorrect 'all notes off' handling | Max Horn |