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
/
lastexpress
/
data
/
animation.cpp
Age
Commit message (
Expand
)
Author
2014-03-30
ALL: Resolve multiple clang warnings
Max Horn
2014-02-18
LASTEXPRESS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
LASTEXRPESS: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
LASTEXPRESS: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2012-07-27
LASTEXPRESS: Add IgnoreSubtype option to AnimFrame
Littleboy
2012-07-27
LASTEXPRESS: Switch some warnings to debug console output
Julien
2012-07-14
LASTEXPRESS: Remove duplicated include statements
Littleboy
2012-06-16
LASTEXPRESS: Get rid of casts on OSystem::copyRectToScreen calls.
Johannes Schickel
2011-06-28
LASTEXPRESS: Cleanup comments
Littleboy
2011-06-03
ENGINES: Remove some uses of g_engine
Max Horn
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
LASTEXPRESS: Use RGB555 PixelFormat for surfaces instead of screen format.
Johannes Schickel
2011-04-17
LASTEXPRESS: Prefer Surface::create taking a PixelFormat over the one taking ...
Johannes Schickel
2011-01-25
LASTEXPRESS: Fixed Memory Leak in Subtitles.
David Turner
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-19
LASTEXPRESS: Simplify current frame calculation in Animation::process
Julien Templier
2010-11-19
ALL: Push down deps on stream.h from .h to .cpp files
Max Horn
2010-11-15
LASTEXPRESS: Update Animation::process()
Julien Templier
2010-11-11
LASTEXPRESS: Use SAFE_DELETE for class variables
Julien Templier
2010-10-18
LASTEXPRESS: Merge in the engine.
Eugene Sandulenko