Commit Graph
14 Commits
Author SHA1 Message Date
Willem Jan Palenstijn 057b01951a WINTERMUTE: Add displayTiled function to replace repeatLastDraw
This avoids queueing many tickets for a UITiledImage, replacing
them by a single tiled ticket.
2013-09-30 22:03:48 +02:00
Willem Jan Palenstijn ade516a996 WINTERMUTE: Fix warning 2013-09-26 02:16:20 +02:00
Tobia Tesan c0c3854fe2 WINTERMUTE: Match type of angle constant to struct in TransformStruct, silence warnings 2013-09-23 19:05:58 +02:00
Tobia Tesan 83ea7b7d94 WINTERMUTE: Fix types in transform_struct for coherence; this silences warnings 2013-09-18 18:19:09 +02:00
Einar Johan Trøan Sømåen ea19c4162d WINTERMUTE: Add binary alpha-blitting.
For now, no RLE, or anything, but the infrastructure for it
is put in place here.
2013-08-20 18:00:17 +02:00
Einar Johan Trøan Sømåen 913f03a2ba WINTERMUTE: Avoid doing alpha-blits when image doesn't have alpha.
Also detect images with only binary alpha.
2013-08-20 15:25:01 +02:00
Einar Johan Trøan Sømåen a932e51b14 WINTERMUTE: Fix formatting. 2013-08-05 03:25:22 +02:00
Tobia Tesan 56aa1297d1 WINTERMUTE: Bring consts inside namespace in transform_struct.h 2013-08-01 02:17:29 +02:00
Tobia Tesan 1ecdd2d61a WINTERMUTE: #define to const for TransformStruct defaults 2013-08-01 00:23:51 +02:00
Tobia Tesan d2d72c0110 WINTERMUTE: #define to const for TransformStruct defaults 2013-08-01 00:21:25 +02:00
Tobia Tesan 63b8132ea3 WINTERMUTE: Remove single-argument zoom, rename mirrorX => getMirrorX() in transform_struct.h 2013-08-01 00:14:29 +02:00
Tobia Tesan ab022b1798 WINTERMUTE: // End of namespace Wintermute 2013-08-01 00:06:37 +02:00
Tobia Tesan 0153f762b1 WINTERMUTE: Defaults -> float 2013-08-01 00:03:49 +02:00
Tobia Tesan 03c4b7a240 WINTERMUTE: Introduce TransformStruct and FloatPoint; add operators to Point32 2013-07-31 23:26:09 +02:00