Age | Commit message (Expand) | Author |
2010-07-05 | Cleanup and documentation. | Alejandro Marzini |
2010-07-03 | Fixed "declared class seen before as struct" warning on MSVC. | Alejandro Marzini |
2010-07-01 | Add support for the 'fallback' MIDI in T7G's intro when the CD track cannot b... | Matthew Hoops |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-22 | Fix uncompressed MIDI in T7G Mac. | Matthew Hoops |
2010-06-22 | Groovie: Add support for the compressed MIDI files of T7G Mac. | Jordi Vilalta Prat |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-21 | Check against the signature of Groovie v2 cursors with MKID_BE, makes it easi... | Matthew Hoops |
2010-06-17 | Fixed a few cppcheck errors. | Torbjörn Andersson |
2010-06-15 | Surface is a struct, not a class | Filippos Karapetis |
2010-06-15 | AdvancedDetector: Add new parameter directoryGlobs. | Eugene Sandulenko |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-14 | Extended advancedDetector with depth parameter. | Eugene Sandulenko |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-06-07 | Groovie: | Jordi Vilalta Prat |
2010-05-20 | Add initial support for T7G Mac MIDIs. Compressed MIDI is not yet supported. | Matthew Hoops |
2010-05-20 | Groovie: Add support for MT-32 custom instruments | Jordi Vilalta Prat |
2010-05-20 | Groovie: Tweak a filename of the Mac version of T7G | Jordi Vilalta Prat |
2010-05-11 | Add support for loading T7G Mac resources using the MacResManager. | Matthew Hoops |
2010-05-04 | Reduce indirect header dependencies further | Max Horn |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-16 | cleanup | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-09 | Replace AppendableAudioStream by QueuingAudioStream | Max Horn |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2010-01-02 | Move the LZSS code to the Groovie namespace. | Jordi Vilalta Prat |
2009-12-24 | 11H: Add some more opcode stubs | Scott Thomas |
2009-12-24 | Tweak Groovie2 video buffer handling | Scott Thomas |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-12-08 | Fix some MSVC warnings (part of patch #2909981) | Max Horn |
2009-11-27 | Brief Groovie namespace comment | Scott Thomas |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-23 | GROOVIE: Reduce header interdependency | Max Horn |
2009-11-03 | Capitalize the word Sequel in The 11th Hour's title. | Matthew Hoops |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-26 | Groovie: Fix some styling issues pointed by cppcheck | Jordi Vilalta Prat |
2009-10-19 | Fixed cppcheck warning. | Torbjörn Andersson |