aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
AgeCommit message (Expand)Author
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
2009-10-26Groovie: Fix some styling issues pointed by cppcheckJordi Vilalta Prat
2009-10-19Fixed cppcheck warning.Torbjörn Andersson
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-01T7G: Proper fix for #2847539 - remove ambiguity in multi-byte script reads.Scott Thomas
2009-09-24Changed _script to be a pointer, in order to control its creation/destruction...Filippos Karapetis
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-14Wording.Johannes Schickel
2009-09-14Fix valgrind warning.Johannes Schickel
2009-09-13Fixed crash when reaching the end of the movie, riggered by recent StreamTorbjörn Andersson
2009-09-08Fixed some (pedantic) warningsMax Horn
2009-09-08T7G: Fix bug #2853185 where card puzzle doesn't clean up, resulting in a blan...Scott Thomas
2009-08-31Groovie: Handle special case for cursor #4Scott Thomas
2009-08-31Revert revision 43845, to keep configure options for games and game engines c...Travis Howell
2009-08-31Added the --enable-unsupported option to enable the detection of theJordi Vilalta Prat
2009-08-31Add configure option for Groovie 2 games.Travis Howell
2009-08-30Groovie: Initial implementation cursors for Groovie V2Scott Thomas
2009-08-30Groovie: Replace sprintf() usage with String::printf()Jordi Vilalta Prat
2009-08-23T7G: Load VDX frame chunks into a MemoryStream rather than streaming straight...Scott Thomas
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in hereScott Thomas
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au...Johannes Schickel
2009-08-16Fix warning caused by -Wformat-security.Johannes Schickel
2009-08-05T7G: Fix bug #2831041 by implementing opcode responsible for starting music p...Scott Thomas
2009-08-03T7G: Fix bug #2831046 where save names not shown after loading a save from la...Scott Thomas
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel