summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2019-08-20Moved LightIntensityAtPoint to a better location.Steven Fuller
Silenced more stub messages.
2019-08-20Fixed the dark opengl screenshots and video mode not being initialized.Steven Fuller
2019-08-20Implemented the Progress Bar during Loading.Steven Fuller
2019-08-20Screenshots in software mode (menus) implemented.Steven Fuller
2019-08-20Many warnings cleaned up (Tim Beckmann)Steven Fuller
Menus.
2019-08-20More work on menus.Steven Fuller
2019-08-20Documentation updates.Steven Fuller
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.