F1F7Y

Results 20 issues of F1F7Y

Adds logging to AI spawn functions Mainly need this because I encountered a couple servers where AI stops spawning mid-game. This'll allow me to read from logs where exactly it...

gamemode

On a dedicated server FFA tries to change gamemode to a 2 teams based one which causes an error crashing the server The same issue does not happen on a...

- [x] Rename `docs` folder to `docs_old` - [ ] Create a css stylesheet - [ ] Document radiant installation - [ ] Document shaders - [ ] Document bsp...

documentation
enhancement
help wanted

![image](https://user-images.githubusercontent.com/64418963/233835227-23aa5d6a-9371-4bea-a57d-853927e519be.png) ### TODO: - [x] Add filtering - [ ] Agree on a way of sorting modes - [x] Allow custom modes to set their own category - [x] Localization...

merge conflicts
READY TO MERGE
commits vanilla file

Adds docs with guidelines for contributing.

feedback wanted

Fixes a NULL dereference crash in `ReadFileAsync` This seems to be very rare, there's currently an open [ticket](https://discord.com/channels/920776187884732556/1134199951971332096) where this occurs. This version hasnt been tested yet. I also promised...

needs testing

## Why 1. We need to hook `GetCommandLineA` to support these `.txt` files, but before doing so we already read the commandline meaning some args dont work in the .txt....

feature request
feedback wanted

Removes `ns_startup_args*.txt` functionality as discussed at #507 Main reason for doing this is getting rid of having to hook `GetCommandLineA`, which meant some args would only work when passed directly...

needs testing
needs code review
merge conflicts

Refactor to logging to make it more readable ( eg currently you can use both `spdlog::info` and `NS::log::NS->info`, this is bad ) Rough list of things: - [x] Refactor logging...

needs testing
needs code review
merge conflicts
primedev