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
/
wintermute
/
graphics
/
transform_struct.h
Age
Commit message (
Collapse
)
Author
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-09-30
WINTERMUTE: Add displayTiled function to replace repeatLastDraw
Willem Jan Palenstijn
This avoids queueing many tickets for a UITiledImage, replacing them by a single tiled ticket.
2013-09-26
WINTERMUTE: Fix warning
Willem Jan Palenstijn
2013-09-23
WINTERMUTE: Match type of angle constant to struct in TransformStruct, ↵
Tobia Tesan
silence warnings
2013-09-18
WINTERMUTE: Fix types in transform_struct for coherence; this silences warnings
Tobia Tesan
2013-08-20
WINTERMUTE: Add binary alpha-blitting.
Einar Johan Trøan Sømåen
For now, no RLE, or anything, but the infrastructure for it is put in place here.
2013-08-20
WINTERMUTE: Avoid doing alpha-blits when image doesn't have alpha.
Einar Johan Trøan Sømåen
Also detect images with only binary alpha.
2013-08-05
WINTERMUTE: Fix formatting.
Einar Johan Trøan Sømåen
2013-08-01
WINTERMUTE: Bring consts inside namespace in transform_struct.h
Tobia Tesan
2013-08-01
WINTERMUTE: #define to const for TransformStruct defaults
Tobia Tesan
2013-08-01
WINTERMUTE: #define to const for TransformStruct defaults
Tobia Tesan
2013-08-01
WINTERMUTE: Remove single-argument zoom, rename mirrorX => getMirrorX() in ↵
Tobia Tesan
transform_struct.h
2013-08-01
WINTERMUTE: // End of namespace Wintermute
Tobia Tesan
2013-08-01
WINTERMUTE: Defaults -> float
Tobia Tesan
2013-07-31
WINTERMUTE: Introduce TransformStruct and FloatPoint; add operators to Point32
Tobia Tesan