TheoryOfNekomata
7556335605
Add net teardown
Encapsulate net teardown logic.
1年前
TheoryOfNekomata
baae003eae
Improve logging
Add context on all log items.
1年前
TheoryOfNekomata
5ce887f3db
Organize mocks
Put mocks to directory structure mimicking project structure.
1年前
TheoryOfNekomata
7fa536895d
Unify memory handling functions
Use abstraction instead of using SDL dependencies.
1年前
TheoryOfNekomata
9eae630cdf
Put config in game directory, fix logging
Ensure game/server configs sit in game directory for easy editing and referencing.
The logging for the network teardown has been put in the appropriate function.
1年前
TheoryOfNekomata
bdbdbec1ce
Add logging abstraction
Come up with our own logging system.
1年前
TheoryOfNekomata
8d67fa3b08
Organize CMake, add safe fopen
Tidy up CMake.
Also provide abstraction to fopen_s only available to Windows.
1年前
TheoryOfNekomata
f11a8ff220
Update standard functions
Include _s wrappers for most standard function calls.
1年前
TheoryOfNekomata
25c7c83370
Add instructions for macOS
Add compatibility for macOS and *NIX files
TODO: inspect building of dependencies
1年前
TheoryOfNekomata
54f13de92a
Put repo config in global config
Ensure every config-backed subsystem can serialize/deserialize config in
a single consistent manner.
2年前
TheoryOfNekomata
57e4a768dc
Update config
Add templates for config item types.
Also updated server's config to use the global config module.
2年前
TheoryOfNekomata
9cde8ff876
Extract common code
Remove symlinks and make codebase use common modules instead.
2年前