summaryrefslogtreecommitdiff
path: root/src/fixer.h
AgeCommit message (Collapse)Author
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 particle blending.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-20Now in the Data loading phase.Steven Fuller
Converted many '\\' to '/'. Partially implemented win32 file routines. Got texture code to work OK for now (still needs to be reimplemented). Partially implemented the main loop.
2019-08-20Fixed errors in inline.h.Steven Fuller
More compiling. 156 unique undefined references.
2019-08-20More compiling. Things are starting to get hacky (adding stubs, commentingSteven Fuller
out unimplemented windows stuff, and so on).
2019-08-20Added extern "C" where needed.Steven Fuller
2019-08-20More compiling. All 'easy-to-compile' files now do.Steven Fuller
Added the Rebellion license.
2019-08-20Removed headers that were accidently checked in.Steven Fuller
Lots of compiling.
2019-08-20More compilation.Steven Fuller
Moved windows typedefs to a separate file. Included public domain md5 routines (from dpkg).