summaryrefslogtreecommitdiff
path: root/src/winapi.c
AgeCommit message (Collapse)Author
2020-05-30Const correct (most) stringsTimotej Lazar
At least those cases that are reported by gcc and/or clang.
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-20Silenced most of the debug messages.Steven Fuller
Vidmode changing should work now.
2019-08-20Added Screenshot code.Steven Fuller
Moved some net stuff around.
2019-08-20Implemented a part of CreateFile so save games work.Steven Fuller
2019-08-20Added ctrl+g mouse grab toggle and alt+enter fullscreen toggle.Steven Fuller
Mouse now works during game. Escape currently exits game (since there is no menu).
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.