4 Commits

Author SHA1 Message Date
Aaron Suen
e582177905 Add feature flags for hotfix mods
For the specific mods that work around engine-level
bugs but should not be applied redundantly, add
feature flags, and don't apply the fix if the feature
flag is already present.

This should allow these fixes to be included in
base games without them interfering if the modular
versions from szutilpack are also enabled.

Ideally, games should optionally depend on the
szutilpack implementations to ensure one of them
always takes precedence, so that server owners will
know ahead of time which configuration settings
they should apply, and the more configurable
version (which should ideally be szutilpack) will
apply.
2023-12-02 11:36:06 -05:00
Aaron Suen
7c813dc4d2 Basic conversion of readmes to markdown format 2023-11-21 22:00:21 -05:00
Aaron Suen
86957cf569 Auth caching invalidation fix from NodeCore 2023-10-28 20:20:40 -04:00
Aaron Suen
859c513c32 Seprate authcache hack, extracted from NodeCore for other game use 2023-06-20 18:24:15 -04:00