F1F7Y

Results 81 comments of F1F7Y

> Respawning in Titan causes spawning in South base, when own base is North side (**EDIT:** Only observed on Boomtown) We could modify the spawns in the .ents > Zones...

> I mean we can just ship the modified file, no? Or do you mean something else? ^^ Yeah. It's just that the download size will go up by a...

As far as I remember only one user had this issue ( this PR fixed it for them ) but they stopped replying. This PR is more of a band...

> Can we really avoid using enabledmods here? Yes > Maybe a server leave callback wouldn't be triggered if players rage quit the game during a match 😄 Simply dont...

> cant the `{}` formatting be archived with `std::make_format_args` and `std::vformat` we are on cpp 20 anyways The `{}` formatting comes from fmtlib which spdlog uses so you can very...

If i was working on refactoring logging now I'd probably have `Msg`, `DevMsg`, `Warning`, `Error`, `FatalError` functions where `DevMsg` would be stubbed in release. Also having logging levels behind a...

As this has been getting quite some attention I'd like to clear some things up: Only custom systems ( eg Atlas ) and northstar helper functions ( plugin inform helpers,...

@GeckoEidechse @BigSpice @0neGal

> What's your issue with smart pointers? The fact we don't use them anywhere else ( apart from logging, but that dont count ). Also the fact that a few...

NorthstarMods makes more sense as the file originates from there I suppose. I'm just more used to hard crashes originating from launcher