index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
groovie
/
vdx.cpp
Age
Commit message (
Expand
)
Author
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2014-06-05
GROOVIE: Remove engine-specific "all" debugflag. Minor naming cleanup.
D G Turner
2014-02-18
GROOVIE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
GROOVIE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-01-02
GROOVIE: Simplify the movie speed settings and add a GUI option
Filippos Karapetis
2011-05-31
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-11
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-14
ALL: colour -> color
Max Horn
2011-04-08
GROOVIE: Fix brace formatting.
Scott Thomas
2011-04-07
GROOVIE: Add additional play-speed modes to T7G.
Scott Thomas
2011-02-14
GROOVIE: Adapt to setPalette/grabPalette RGBA->RGB change.
Johannes Schickel
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2010-07-25
Silenced false positive warning in MSVC
Filippos Karapetis
2010-07-23
GROOVIE: Fix compilation.
Jordi Vilalta Prat
2010-07-23
GROOVIE: Optimize the VDX player.
Jordi Vilalta Prat
2010-06-07
Groovie:
Jordi Vilalta Prat
2010-05-20
Groovie: Tweak a filename of the Mac version of T7G
Jordi Vilalta Prat
2010-05-04
Reduce indirect header dependencies further
Max Horn
2010-04-27
COMMON: Move DebugChannel stuff into a new DebugMan singleton
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
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-09
Replace AppendableAudioStream by QueuingAudioStream
Max Horn
2009-10-26
Groovie: Fix some styling issues pointed by cppcheck
Jordi Vilalta Prat
2009-09-13
Fixed crash when reaching the end of the movie, riggered by recent Stream
Torbjörn Andersson
2009-09-08
T7G: Fix bug #2853185 where card puzzle doesn't clean up, resulting in a blan...
Scott Thomas
2009-08-23
T7G: Load VDX frame chunks into a MemoryStream rather than streaming straight...
Scott Thomas
2009-03-01
Remove extra whitespaces
Jordi Vilalta Prat
2009-01-30
Don't use g_engine to access the mixer
Max Horn
2009-01-30
Renamed SpecialDebugLevel to DebugChannel
Max Horn
2009-01-30
Some more 'special debug levels' tweaks
Max Horn
2009-01-30
Some work on the 'special debug levels' aka 'engine debug levels' code
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-11-30
T7G: Reset origin at end of video: should fix seg fault after losing the micr...
Henry Bush
2008-11-24
T7G: Add a debug level to play movies fast with no pcm sound (unstable)
Henry Bush
2008-11-16
T7G: Two leftover commits from t7gre: fix broken palette on intro video, and ...
Henry Bush
2008-11-14
Patch #2271425: Groovie engine
Max Horn