summaryrefslogtreecommitdiff
path: root/src/fixer.h
AgeCommit message (Collapse)Author
2019-08-20fix pov defaultSteven Fuller
2019-08-20basic joystick supportSteven Fuller
2019-08-20misc changesSteven Fuller
2019-08-20Redid the most of the file loading/saving. Now uses $HOME/.avp/ andSteven Fuller
$AVP_DIR to look for files.
2019-08-20More Warning cleanups (Tim Beckmann)Steven Fuller
2019-08-20Better error checking in winapi.c. (Tim Beckmann)Steven Fuller
Keep track of profile timestamps. (Tim Beckmann) Implemented a few other missing bits.
2019-08-20Added Screenshot code.Steven Fuller
Moved some net stuff around.
2019-08-20Removed more unused code.Steven Fuller
Implemented console input.
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).