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
/
saga
/
introproc_saga2.cpp
Age
Commit message (
Expand
)
Author
2014-07-20
SAGA: Add support for MIDI music in SAGA2 games
Filippos Karapetis
2014-02-18
SAGA: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
SAGA: Take advantage of Sufrace::getPixels.
Johannes Schickel
2013-08-03
SAGA: 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-06-16
SAGA: Get rid of casts on OSystem::copyRectToScreen calls.
Johannes Schickel
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-01-23
VIDEO: Move video classes to Video:: namespace
Eugene Sandulenko
2011-01-23
GRAPHICS: Move graphics/video/ to video/. Step 1/2
Eugene Sandulenko
2010-12-16
VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer
Matthew Hoops
2010-05-18
Added back video skipping in SAGA2 with the escape key or left mouse button
Filippos Karapetis
2010-05-18
Committing the rest of the VideoDecoder Rewrite from patch #2963496.
Matthew Hoops
2009-10-16
Added a new convenience method to the video player, which adds the event of s...
Filippos Karapetis
2009-05-21
Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're...
Filippos Karapetis
2009-03-09
Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s...
Max Horn
2009-03-08
- Reworked the different file types a bit
Filippos Karapetis