Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | WINTERMUTE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-10-06 | WINTERMUTE: Partially fix rotoscale coordinate confusion | Willem Jan Palenstijn | |
This fixes two issues: * The rendering rectangle was not rotated, causing garbage to be drawn if the rotated rectangle did not fully cover the unrotated rectangle, or sprites to be clipped in the opposite case. * The order of mirror/scale/rotation operations was inconsistent. This commit does scaling first, followed by rotation. (This is only an issue because scaling is specified separately in X and Y directions.) For now only FIXMEs are added for mirroring. | |||
2013-08-05 | WINTERMUTE: Fix formatting. | Einar Johan Trøan Sømåen | |
2013-08-01 | WINTERMUTE; Indentation in transform_* | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Various explicit casts | Tobia Tesan | |
* for floor/ceil output in transform_tools.cpp * for projX/Y in transparent_surface.cpp * in transpaprent_surface.cpp | |||
2013-08-01 | WINTERMUTE: #define to const for TransformStruct defaults | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Express 180.0f as float in TransformTools | Tobia Tesan | |
2013-08-01 | WINTERMUTE: #define to const for TransformStruct defaults | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Pass structs by const reference | Tobia Tesan | |
2013-08-01 | WINTERMUTE: // End of namespace Wintermute | Tobia Tesan | |
2013-08-01 | WINTERMUTE: s/*transform/const &transform/ | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Formatting | Tobia Tesan | |
2013-08-01 | WINTERMUTE: *transform as pointer in transform_tools | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Partial fix for mirrored sprites | Tobia Tesan | |
Still weird with rotated + mirrored + scaled sprites. Offset. | |||
2013-07-31 | WINTERMUTE: Introduce TransformTools | Tobia Tesan | |