summaryrefslogtreecommitdiff
path: root/shared-module/_eve/__init__.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2021-01-22Change from fixed-point integer arguments to floating point in EVE API functionsJames Bowman
Changed calls: PointSize(), LineWidth(), VertexTranslateX() and VertexTranslateY() Units for all the above are now pixels, not fixed-point integers. This matches OpenGL. Docstrings updated accordingly
2020-11-24Fix opcode typo in VertexFormat()James Bowman
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2020-02-10Correct the BitmapTransform operations.James Bowman
Correct argument order better argument naming fix copypaste bug on C and F arguments
2020-02-07Split into shared-module and shared-bindingsJames Bowman