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
/
toon
/
movie.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
TOON: Make GPL headers consistent in themselves.
Johannes Schickel
2013-10-30
TOON: Fix CID 1004156
Strangerke
2013-08-03
TOON: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
TOON: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2012-08-16
VIDEO: Remove setSystemPalette()
Matthew Hoops
2012-07-23
VIDEO: Rewrite SmackerDecoder to use the new API
Matthew Hoops
2012-07-07
TOON: Remove unecessary getSystem() function.
D G Turner
2012-06-16
TOON: Get rid of casts on OSystem::copyRectToScreen calls.
Johannes Schickel
2011-11-27
TOON: Clean up Common::String usage
Willem Jan Palenstijn
2011-07-09
TOON: Fix rare palette glitch during one frame after cutscene
sylvaintv
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
TOON: Prefer Surface::create taking a PixelFormat over the one taking a byte ...
Johannes Schickel
2011-03-10
TOON: Cleanup
strangerke
2011-03-10
TOON: Janitorial: Suppress blanks at end of lines
strangerke
2011-03-08
TOON: Decrease CPU usage
sylvaintv
2011-02-27
TOON: Avoid hiding overloaded virtual methods
Ori Avtalion
2011-02-07
TOON: Added workaround for obvious glitch in first intro video.
David Turner
2011-01-30
TOON: Fixes two movie issues
Sylvain Dupont
2011-01-29
TOON: Fix some palette issues
Sylvain Dupont
2011-01-23
VIDEO: Move video classes to Video:: namespace
Eugene Sandulenko
2011-01-21
TOON: Always reset video playback to lowRes when loading new movie
Sylvain Dupont
2011-01-21
TOON: Fix double declaration warning
Sylvain Dupont
2011-01-21
TOON: Fix all the glitches in smacker video playback
Sylvain Dupont
2010-12-16
VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer
Matthew Hoops
2010-11-12
TOON: Fix audio crashs and more memory leaks
Sylvain Dupont
2010-11-10
TOON: Even more corrections to close memory leaks.
David Turner
2010-10-16
TOON: Added most of the remaining Advanced Engine Features
Sylvain Dupont
2010-10-09
VIDEO: Remove useless references in handleAudioTrack function
Sylvain Dupont
2010-10-08
TOON: Normalized include paths
Eugene Sandulenko
2010-10-08
TOON: Merged Toon engine to ScummVM trunk
Eugene Sandulenko