aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
AgeCommit message (Expand)Author
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-09-08GROOVIE: Improve sound handling.Jordi Vilalta Prat
2010-07-25Silenced false positive warning in MSVCFilippos Karapetis
2010-07-23GROOVIE: Fix compilation.Jordi Vilalta Prat
2010-07-23GROOVIE: Optimize the VDX player.Jordi Vilalta Prat
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-07-01Add support for the 'fallback' MIDI in T7G's intro when the CD track cannot b...Matthew Hoops
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-22Fix uncompressed MIDI in T7G Mac.Matthew Hoops
2010-06-22Groovie: Add support for the compressed MIDI files of T7G Mac.Jordi Vilalta Prat
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-21Check against the signature of Groovie v2 cursors with MKID_BE, makes it easi...Matthew Hoops
2010-06-17Fixed a few cppcheck errors.Torbjörn Andersson
2010-06-15Surface is a struct, not a classFilippos Karapetis
2010-06-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-14Extended advancedDetector with depth parameter.Eugene Sandulenko
2010-06-07Groovie:Jordi Vilalta Prat
2010-05-20Add initial support for T7G Mac MIDIs. Compressed MIDI is not yet supported.Matthew Hoops
2010-05-20Groovie: Add support for MT-32 custom instrumentsJordi Vilalta Prat
2010-05-20Groovie: Tweak a filename of the Mac version of T7GJordi Vilalta Prat
2010-05-11Add support for loading T7G Mac resources using the MacResManager.Matthew Hoops
2010-05-04Reduce indirect header dependencies furtherMax Horn
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-16cleanupMax Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-09Replace AppendableAudioStream by QueuingAudioStreamMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2010-01-02Move the LZSS code to the Groovie namespace.Jordi Vilalta Prat
2009-12-2411H: Add some more opcode stubsScott Thomas
2009-12-24Tweak Groovie2 video buffer handlingScott Thomas
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-08Fix some MSVC warnings (part of patch #2909981)Max Horn
2009-11-27Brief Groovie namespace commentScott Thomas
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-23GROOVIE: Reduce header interdependencyMax Horn
2009-11-03Capitalize the word Sequel in The 11th Hour's title.Matthew Hoops
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn