summaryrefslogtreecommitdiff
path: root/shared-bindings/_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-08-07Modify some Python stubsTaku Fukada
2020-07-27Fix several type hintsTaku Fukada
2020-07-03Added type hints to _evedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-02Removed all 'self, )'dherrada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-07Did _eve, fontio, framebufferio, and frequencyiodherrada
2020-02-13Split ROMDECLS for readabilityJames Bowman
2020-02-10Correct the BitmapTransform operations.James Bowman
Correct argument order better argument naming fix copypaste bug on C and F arguments
2020-02-10Remove unused codeJames Bowman
2020-02-07Move _eve module declarations into shared-bindings headerJames Bowman
2020-02-07Add doc strings, inline mod_eve-gen.h and remove itJames Bowman
2020-02-07Split into shared-module and shared-bindingsJames Bowman
2020-02-06Add method VertexFormat() and variable fixed-point scaling in Vertex2f()James Bowman
2020-02-05Rename eveL to _eve, EVEL to _EVEJames Bowman