aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/groovie.h
AgeCommit message (Collapse)Author
2009-11-27Brief Groovie namespace commentScott Thomas
svn-id: r46161
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly ↵Max Horn
without details; help filling these out is welcome) svn-id: r46128
2009-11-23GROOVIE: Reduce header interdependencyMax Horn
svn-id: r46116
2009-09-24Changed _script to be a pointer, in order to control its ↵Filippos Karapetis
creation/destruction, like the rest of the groovie engine parts, and resolve a potential issue that Microsoft claims to be severe (warning C4355, read more here: http://msdn.microsoft.com/en-us/library/3c594ae3.aspx) svn-id: r44303
2009-08-21Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in hereScott Thomas
svn-id: r43598
2009-03-10Groovie: Initial support for different opcode setsJordi Vilalta Prat
svn-id: r39282
2009-03-01Groovie: Merged init() and go() into run()Jordi Vilalta Prat
svn-id: r39023
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently ↵Max Horn
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002
2009-02-15Fixed compiler warning about loss of precisionPaul Gilbert
svn-id: r38222
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
svn-id: r36132
2009-01-08T7G: Stage one of move to ScummVM's CursorMan: rename groovie one so it ↵Henry Bush
doesn't have same name svn-id: r35793
2008-11-24T7G: Add a debug level to play movies fast with no pcm sound (unstable)Henry Bush
svn-id: r35165
2008-11-24T7G: AI in microscope puzzle is "complete" (ie good enough for now)Henry Bush
svn-id: r35164
2008-11-16T7G: Two leftover commits from t7gre: fix broken palette on intro video, and ↵Henry Bush
add scriptvar debug flag svn-id: r35095
2008-11-15Simplify error debugging by implementing GroovieEngine::errorString()Jordi Vilalta Prat
svn-id: r35087
2008-11-14Patch #2271425: Groovie engineMax Horn
svn-id: r35060