aboutsummaryrefslogtreecommitdiff
path: root/src/sfml/graphics
AgeCommit message (Collapse)Author
2021-10-30Switched to tracking zig-sfml-wrapper as submoduletslil clingman
2021-10-27Update SFML wrappertslil clingman
2021-09-22Colour blendingtslil clingman
Some amount of work went into finding appropriate integer arithmetic formulae that were reasonably accurate. At this point i've settled for the incorrect-but-faster version. The better-though-slower formulas are still there in case i change my mind. It would help to have an assumption such as, but not limited to, the surfaces are always going to be fully opaque.
2021-09-09Added ceilings and pos_z to sprites (they can now be on the ceiling)tslil clingman
2021-09-05In response to issue #9629, correct usingnamespace usagetslil clingman
2021-09-01Inittslil clingman