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
/
sludge
/
sprites.cpp
Age
Commit message (
Collapse
)
Author
2017-07-13
SLUDGE: use read/writeSint16LE instead of get/putSigned
yinsimei
2017-07-13
SLUDGE: replace int types to scummvm defined ones
yinsimei
2017-07-13
SLUDGE: use Common/debug instead of sludge debug
yinsimei
2017-07-13
SLUDGE: remove #ifdef HAVE_GLES2 and clean code in graphics
yinsimei
2017-07-13
SLUDGE: remove shader-related files
yinsimei
2017-07-13
SLUDGE: check point to non transparent part of a character
yinsimei
2017-07-13
SLUDGE: kill a sprite bank
yinsimei
2017-07-13
SLUDGE: correct text color for png font
yinsimei
2017-07-13
SLUDGE: add channel to debug text
yinsimei
2017-07-13
SLUDGE: read headless png sprites
yinsimei
2017-07-13
SLUDGE: free resource when finish reading png sprite
yinsimei
2017-07-13
SLUDGE: use Common::List to reproduce layer effects
yinsimei
2017-07-13
SLUDGE: formatting code in sprites.cpp
yinsimei
2017-07-13
SLUDGE: paste image to background
yinsimei
2017-07-13
SLUDGE: fix error that chracter has no click effect
yinsimei
2017-07-13
SLUDGE: remove #ifndef of cursor display and formatting code
yinsimei
2017-07-13
SLUDGE: remove value setting loop by memset
yinsimei
2017-07-13
SLUDGE: change pixel formats to pointers and fix seg fault
yinsimei
2017-07-13
SLUDGE: replace sludge colours by pixelformat
yinsimei
2017-07-13
SLUDGE: header formatting
yinsimei
2017-07-13
SLUDGE: align increment operator
yinsimei
2017-07-13
SLUDGE: text display
yinsimei
2017-07-13
SLUDGE: fix sprite flickering by using a full screen surface
yinsimei
2017-07-13
SLUDGE: display sprites with TransparentSurface
yinsimei
2017-07-13
SLUDGE: fix sprite loading error
yinsimei
2017-07-13
SLUDGE: complete sprite loading
yinsimei
2017-07-13
SLUDGE: Replace sludge stream reading functions by scummvm ones
yinsimei
2017-07-13
SLUDGE: code formatting
yinsimei
2017-07-13
SLUDGE: Replace standard file reading functions by Common functions
yinsimei
2017-07-13
SLUDGE: Add namespace
yinsimei
2017-07-13
SLUDGE: Add sludge files and make it compile
yinsimei