summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
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-20Moved TranslatePoint into a separate file.Steven Fuller
Implemented most of the main loop in main.c. Game now seems to run OK. Need to write texture code and then add OpenGL.
2019-08-20'Undid' stubbing of IndexedFont::IndexedFont and IndexedFont::GetFont().Steven Fuller
Initialized ScreenDescriptorBlock to some default values. Now AvP runs and exits with no errors with current main()
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-20Forgot to ci yesterday.Steven Fuller
Now links.
2019-08-20Fixed errors in inline.h.Steven Fuller
More compiling. 156 unique undefined references.
2019-08-20More compiling.Steven Fuller
2019-08-20More compiling. Things are starting to get hacky (adding stubs, commentingSteven Fuller
out unimplemented windows stuff, and so on).