summaryrefslogtreecommitdiff
path: root/src/mathline.c
AgeCommit message (Expand)Author
2019-08-20Replaced the i386 inline assembly with C equivalents.Steven Fuller
2019-08-20disabled some more assembly.Steven Fuller
2019-08-20compile fixes for gcc 4.0 / osx.Steven Fuller
2019-08-20removed nasm support.Steven Fuller
2019-08-20Converted TranslatePoint to C.Steven Fuller
2019-08-20misc changesSteven Fuller
2019-08-20Removed more unused stuff.Steven Fuller
2019-08-20Removed/disabled some unused code.Steven Fuller
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
2019-08-20Fixed FPU assembly. (fistp is 16bit, fistpl is 32bit)Steven Fuller
2019-08-20Added simple key event processing.Steven Fuller
2019-08-20Fixed major bug in TranslatePoint (was accidently loading a value to edxSteven Fuller
2019-08-20Moved inline assembly to a separate file for debugging.Steven Fuller