Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a few more os-win32.h definitions for later | 2022-05-12 | 1 | -0/+3 | |
| | | | | | This is part of some other WIP but might be useful in general so might as well be committed on its own. | ||||
* | Add auto VDF installation | 2022-03-24 | 1 | -0/+2 | |
| | | | | Breaks the Linux build because I can't file paths brain I need sleeping | ||||
* | Clean up gameinfo_init() and other random stuff | 2022-03-24 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | - Just ask the engine for the game directory instead of doing the stupid argv sniffing hacks from the early days of trying to get the damn thing working. - Also add some other path variables, functions and whatnot, and do some other minor tidying up. - Also also, another damn copyright year, somebody please help me. Unfortunate negative effect off this change: con_init() no longer reports the game name, because it has to happen before gameinfo_init(). I've decided I don't really care, though. | ||||
* | Spruce up text and fix some copyright years | 2022-03-19 | 1 | -2/+2 | |
| | | | | Sometimes, you just want to Unicode. | ||||
* | Split up os.h, inline functions and fix some typos | 2021-12-30 | 1 | -0/+100 | |