summaryrefslogtreecommitdiff
path: root/src/kshape.c
AgeCommit message (Collapse)Author
2019-08-20More Warning cleanups (Tim Beckmann)Steven Fuller
2019-08-20Many warnings cleaned up (Tim Beckmann)Steven Fuller
Menus.
2019-08-20Removed some unused code.Steven Fuller
Added some of the level drawing hacks (water, rain).
2019-08-20Removed more unused code.Steven Fuller
Implemented console input.
2019-08-20Added simple key event processing.Steven Fuller
2019-08-20Fixed major bug in TranslatePoint (was accidently loading a value to edxSteven Fuller
instead of edi). Failed to get anything comprehendible on screen.
2019-08-20Moved TranslatePoint into a separate file.Steven Fuller
Implemented most of the main loop in main.c. Game now seems to run OK. Need to write texture code and then add OpenGL.
2019-08-20Forgot to ci yesterday.Steven Fuller
Now links.
2019-08-20Few more files compile.Steven Fuller
2019-08-20lots of small changes that didn't get checked inSteven Fuller
2019-08-20Initial revisionSteven Fuller