* fix some global vars
* make sound support optional
* removes LOG_TRACE calls
* now compiles under msvc 4.2
* removes unused functions, adds ignored functions to report
* bump BRender dependency
* adds docker container for running msvc 4.2
---------
Co-authored-by: Jeff Harris <jeff@1amstudios.com>
* Remove 'SCRATCH' file
* cmake: move as much as variable assignments after project()
* Embed version in dethrace executable
* Allow installing DethRace + create binary archive
* Use ashutoshvarma/setup-ninja github action for getting ninja
* cmake: group user configurable options
* cmake: building in debug mode will add -g
* cmake: provide dethrace_werror interface target + DETHRACE_WERROR cmake option
* Update SDL2 to latest release
* Rename dethrace_werror target to compile_with_werror
* Also add -Werror to dethrace