aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/groovie.cpp
AgeCommit message (Expand)Author
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2016-03-13BACKENDS: Only expose one set of functions for AudioCDManagerMatthew Hoops
2016-03-13BACKENDS: Move to an openCD() without parameters as the public APIMatthew Hoops
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2014-06-05GROOVIE: Remove engine-specific "all" debugflag. Minor naming cleanup.D G Turner
2014-06-02GROOVIE: Only compile ROQ when groovie2 is enabledMatthew Hoops
2014-06-01GROOVIE: Switch to 32bpp only in groovie2Matthew Hoops
2014-06-01GROOVIE: Remove groovie2 8bpp modeMatthew Hoops
2014-02-18GROOVIE: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-02GROOVIE: Simplify the movie speed settings and add a GUI optionFilippos Karapetis
2012-09-12GROOVIE: Load the 11H Mac installer file when presentMatthew Hoops
2012-09-12GROOVIE: Add a MusicPlayerMac_v2 for 11H MacMatthew Hoops
2012-09-09GROOVIE: Rename MusicPlayerMac to MusicPlayerMac_t7gMatthew Hoops
2012-03-24GROOVIE: Detect if external music exists for the Music Enhancement Project.Scott Thomas
2011-08-06ALL: Reduce audio/ header dependencyEugene Sandulenko
2011-06-03GROOVIE: Remove Unecessary debugger errorString() function.D G Turner
2011-05-31GROOVIE: Rename MusicPlayerMPEG4 to MusicPlayerIOSMatthew Hoops
2011-05-31Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11Merge remote branch 'upstream/master' into t7g-iosMatthew Hoops
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-11GROOVIE: T7G iOS isn't a CD game - don't check or prompt userScott Thomas
2011-04-07GROOVIE: Add a stub MPEG4 music playerMatthew Hoops
2011-04-08GROOVIE: Fix brace formatting.Scott Thomas
2011-04-07GROOVIE: Add additional play-speed modes to T7G.Scott Thomas
2011-03-19GROOVIE: Set global volume levelsdhewg
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-09-08GROOVIE: Improve sound handling.Jordi Vilalta Prat
2010-07-30Merged from trunk, from Rev 50841 to HEADAlejandro Marzini
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
2010-07-01Add support for the 'fallback' MIDI in T7G's intro when the CD track cannot b...Matthew Hoops
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-06-07Groovie:Jordi Vilalta Prat
2010-05-11Add support for loading T7G Mac resources using the MacResManager.Matthew Hoops
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
2009-11-23GROOVIE: Reduce header interdependencyMax Horn
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-08-21Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in hereScott Thomas
2009-07-05- Refactorized Groovie::MusicPlayer to make it extensibleJordi Vilalta Prat
2009-06-14Fix groovie's GUI game optionsJordi Vilalta Prat
2009-03-10Groovie: Initial support for different opcode setsJordi Vilalta Prat
2009-03-01Groovie: Merged init() and go() into run()Jordi Vilalta Prat