summaryrefslogtreecommitdiff
path: root/src/mathline.c
AgeCommit message (Collapse)Author
2019-08-20Removed more unused stuff.Steven Fuller
Finally finished ingame OpenGL code (I hope). Fixed another mistake in mathline.c.
2019-08-20Removed/disabled some unused code.Steven Fuller
Readded second pass specular drawing. Fixed particle drawing (lights had mysteriously stopped showing up for a while).
2019-08-20Fixed crash on the Subway DM level. (something wrong with CMP_LL)Steven Fuller
2019-08-20Fixed particle colors for real this time.Steven Fuller
Worked around a crash (DIV_FIXED by zero) that happens when the Alien level FERARCO starts.
2019-08-20Fixed FPU assembly. (fistp is 16bit, fistpl is 32bit)Steven Fuller
Game displays now.
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 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.)