summaryrefslogtreecommitdiff
path: root/src/maths.c
AgeCommit message (Collapse)Author
2019-08-20Made sin/cos tables const.Steven Fuller
Made the sin/cos/arcsin/arccos tables const and removed the redundant externs that were scattered about.
2019-08-20More Warning cleanups (Tim Beckmann)Steven Fuller
2019-08-20Moved inline assembly to a separate file for debugging.Steven Fuller
Implemented GetTickCount/timeGetTime. Added basic SDL/OpenGL support. Draws something with no optimizations, but draws nothing with -O2. (What is drawn looks like garbage.)
2019-08-20More warning cleanups.Steven Fuller
Removed a few unused files.
2019-08-20Few more files compile.Steven Fuller
2019-08-20Initial revisionSteven Fuller