aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/vdx.cpp
AgeCommit message (Collapse)Author
2010-06-07Groovie:Jordi Vilalta Prat
- Rewritten T7G's font code to subclass Graphics::Font and make it cleaner. - Use theme fonts for the Mac version of T7G (which used ugly system fonts originally). With this the Mac version should be completable. - Cleanup include interdependencies. svn-id: r49487
2010-05-20Groovie: Tweak a filename of the Mac version of T7GJordi Vilalta Prat
svn-id: r49112
2010-05-04Reduce indirect header dependencies furtherMax Horn
svn-id: r48936
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
svn-id: r48821
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
svn-id: r48637
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵Max Horn
sound/decoders/ svn-id: r47579
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
svn-id: r47395
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369
2010-01-09Replace AppendableAudioStream by QueuingAudioStreamMax Horn
svn-id: r47189
2009-10-26Groovie: Fix some styling issues pointed by cppcheckJordi Vilalta Prat
svn-id: r45411
2009-09-13Fixed crash when reaching the end of the movie, riggered by recent StreamTorbjörn Andersson
changes. svn-id: r44052
2009-09-08T7G: Fix bug #2853185 where card puzzle doesn't clean up, resulting in a ↵Scott Thomas
blank menu in special instances svn-id: r44009
2009-08-23T7G: Load VDX frame chunks into a MemoryStream rather than streaming ↵Scott Thomas
straight from disk (Fix #2839528) svn-id: r43671
2009-03-01Remove extra whitespacesJordi Vilalta Prat
svn-id: r39024
2009-01-30Don't use g_engine to access the mixerMax Horn
svn-id: r36147
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
svn-id: r36142
2009-01-30Some more 'special debug levels' tweaksMax Horn
svn-id: r36140
2009-01-30Some work on the 'special debug levels' aka 'engine debug levels' codeMax Horn
svn-id: r36139
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-11-30T7G: Reset origin at end of video: should fix seg fault after losing the ↵Henry Bush
microscope puzzle. Plus cleanup bitflag debugging. svn-id: r35195
2008-11-24T7G: Add a debug level to play movies fast with no pcm sound (unstable)Henry Bush
svn-id: r35165
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-14Patch #2271425: Groovie engineMax Horn
svn-id: r35060