summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2019-08-20Month old OpenAL changes (Pitch changing, currently disabled).Steven Fuller
2019-08-20Fixed water drawing.Steven Fuller
Added a better hack to the Text loader (for Alien demo). Fixed water texture paths for Alien Demo.
2019-08-20Removed more unused stuff.Steven Fuller
Finally finished ingame OpenGL code (I hope). Fixed another mistake in mathline.c.
2019-08-20Added a README.Steven Fuller
Added the HUD font drawing code. now stubs2.cpp is no longer needed.
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-20Fixed AvP_GameStats_Stored struct finally.Steven Fuller
Cleaned up some warnings. (unhandled enum in switch)
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.