Age | Commit message (Expand) | Author |
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 |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-01 | T7G: Proper fix for #2847539 - remove ambiguity in multi-byte script reads. | Scott Thomas |
2009-09-24 | Changed _script to be a pointer, in order to control its creation/destruction... | Filippos Karapetis |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-09-14 | Wording. | Johannes Schickel |
2009-09-14 | Fix valgrind warning. | Johannes Schickel |
2009-09-13 | Fixed crash when reaching the end of the movie, riggered by recent Stream | Torbjörn Andersson |
2009-09-08 | Fixed some (pedantic) warnings | Max Horn |
2009-09-08 | T7G: Fix bug #2853185 where card puzzle doesn't clean up, resulting in a blan... | Scott Thomas |
2009-08-31 | Groovie: Handle special case for cursor #4 | Scott Thomas |
2009-08-31 | Revert revision 43845, to keep configure options for games and game engines c... | Travis Howell |
2009-08-31 | Added the --enable-unsupported option to enable the detection of the | Jordi Vilalta Prat |
2009-08-31 | Add configure option for Groovie 2 games. | Travis Howell |
2009-08-30 | Groovie: Initial implementation cursors for Groovie V2 | Scott Thomas |
2009-08-30 | Groovie: Replace sprintf() usage with String::printf() | Jordi Vilalta Prat |
2009-08-23 | T7G: Load VDX frame chunks into a MemoryStream rather than streaming straight... | Scott Thomas |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-21 | Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in here | Scott Thomas |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |
2009-08-16 | Fix warning caused by -Wformat-security. | Johannes Schickel |
2009-08-05 | T7G: Fix bug #2831041 by implementing opcode responsible for starting music p... | Scott Thomas |
2009-08-03 | T7G: Fix bug #2831046 where save names not shown after loading a save from la... | Scott Thomas |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-20 | Fix gcc warning (hopefully this is correct). | Johannes Schickel |
2009-07-20 | Proper implementation of microscope puzzle. | Eugene Sandulenko |
2009-07-15 | Got rid of two more ioFailed uses | Max Horn |
2009-07-06 | Groovie: Improve ROQ timing and audio sync (noticeable at least in the Clande... | Jordi Vilalta Prat |
2009-07-05 | - Refactorized Groovie::MusicPlayer to make it extensible | Jordi Vilalta Prat |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |