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
Age
Commit message (
Expand
)
Author
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-28
JANITORIAL: Format forward declarations to follow convention
Ori Avtalion
2011-04-24
AUDIO: Cleanup MS IMA handling
Matthew Hoops
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-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-09
LASTEXPRESS: Refactor inventory handling
Julien Templier
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-17
ENGINES: Change 'colour' to 'color'
Max Horn
2010-11-15
LASTEXPRESS: Update Animation::process()
Julien Templier
2010-11-11
LASTEXPRESS: Use SAFE_DELETE for class variables
Julien Templier
2010-11-11
LASTEXPRESS: Fix some memory leaks
Julien Templier
2010-11-01
COMMON: Rename String::printf() to String::format()
Max Horn
2010-10-27
JANITORIAL: Remove unnecessary semicolons
Torbjörn Andersson
2010-10-24
LASTEXPRESS: Fix crash in subtitle handling
Julien Templier
2010-10-19
LASTEXPRESS: Fix some space formatting.
Jordi Vilalta Prat
2010-10-18
LASTEXPRESS: Check for a valid sequence in SequenceFrame::getName
Julien Templier
2010-10-18
LASTEXPRESS: Fix GCC warnings
Julien Templier
2010-10-18
LASTEXPRESS: Merge in the engine.
Eugene Sandulenko