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
/
sword1
/
animation.cpp
Age
Commit message (
Expand
)
Author
2014-08-22
SWORD1: Change "no DXA support" message.
Ben Castricum
2014-07-05
SWORD1: Tweak MPEG-2 cutscenes error message
Thierry Crozat
2014-02-18
SWORD1: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
SWORD1: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
SWORD1: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2013-06-20
SWORD1: Add back MPEG-2 video support
Matthew Hoops
2013-05-14
SWORD1: Initialize class variables in constructor
Thierry Crozat
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-08-16
VIDEO: Merge AdvancedVideoDecoder into VideoDecoder
Matthew Hoops
2012-08-16
VIDEO: Remove setSystemPalette()
Matthew Hoops
2012-07-24
VIDEO: Convert DXADecoder to the AdvancedVideoDecoder API
Matthew Hoops
2012-07-23
VIDEO: Rewrite SmackerDecoder to use the new API
Matthew Hoops
2012-07-21
VIDEO: Move PSXStreamDecoder to the new VideoDecoder API
Matthew Hoops
2012-06-16
SWORD1: Get rid of casts on OSystem::copyRectToScreen calls.
Johannes Schickel
2012-05-12
VIDEO: Change getElapsedTime() into getTime()
Matthew Hoops
2012-02-23
Merge pull request #171 from clone2727/psx-stream-2
Willem Jan Palenstijn
2012-02-23
SWORD1: Add some TODO's for PSX stream subtitles
Matthew Hoops
2012-02-23
SWORD1: Add support for the PSX demo videos
Matthew Hoops
2012-02-23
VIDEO: Make PSX streams calculate frame timing solely from CD speed
Matthew Hoops
2012-02-23
SWORD1: Add support for PSX stream playback
Matthew Hoops
2012-02-20
COMMON: Move isFoo functions to namespace Common, add doxygen comments
Max Horn
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2012-02-13
SWORD1: Silence some MSVC warnings (conversion from double to float)
Filippos Karapetis
2012-01-18
SWORD1: Do not look for color indexes in cutscenes when there is no subtitles
Thierry Crozat
2012-01-18
SWORD1: Use color for subtitles during cutscene
Thierry Crozat
2011-10-27
SWORD1: Fix crash when using cutscene subtitles with mac version
Thierry Crozat
2011-09-08
SWORD1: Made some static data const.
Johannes Schickel
2011-06-23
ANALYSIS: Add static casts to is* functions
Littleboy
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-13
I18N: Make many more GUI MessageDialog strings translatable
Thierry Crozat
2011-06-02
SWORD1: Replace snprintf() usage with Common::String::format()
D G Turner
2011-05-17
SWORD1: Const correctness, code cleanup & simplification
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-15
SWORD1: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-09
VIDEO: In overloaded methods, invoke correct parent implementation
Max Horn
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2011-01-23
VIDEO: Move video classes to Video:: namespace
Eugene Sandulenko
2010-12-16
VIDEO: Make VideoDecoder::getPalette() return a const byte pointer
Matthew Hoops
2010-12-16
VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer
Matthew Hoops
2010-05-23
Another video player regression: When the palette changes, look up the
Torbjörn Andersson
2010-05-23
Keep the Broken Sword cutscene players from using up all available CPU.
Torbjörn Andersson
2010-05-18
Committing the rest of the VideoDecoder Rewrite from patch #2963496.
Matthew Hoops
2010-05-17
Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th...
Matthew Hoops
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-09
Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...
Max Horn
2010-01-06
- Move openStreamFile from AudioStream to SeekableAudioStream.
Johannes Schickel
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
[next]