-
I don't know where to put this, but file name encoding seems to fail with non-ASCII characters, as you can see in this screenshot:
![image](https://user-images.githubusercontent.com/11993538/22322…
-
Some notes:
- We should also pin the DiscordRPC plugin version so builds are reproducible.
- ~~This will cause a warning to be displayed when NS tries to load discord_game_sdk.dll as a plugin, but t…
-
Apparently we still run DiscordRPC on dedicated servers which is not what it was defined for and can impact performance of dedicated servers.
-
Unlike vanilla, gameservers in Northstar are considered "untrusted". As such we have to vet commands sent to client by server.
When fixed our previously broken client command restriction with https…
-
### Bug
There are reports of frag grenades being thrown prematurely. The cause of this needs to be investigated still.
### Steps to reproduce
Not clear yet
### Specifications
- Norths…
-
This mod enables players to teleport themselves to the opposite side of the map. However the teams' spawns are also placed on opposite sides of the map. In other words, this allows a player from team …
-
## Introduction
In cases where you cannot 100% guarantee code correctness (i.e. for most code projects), having a fast feedback loop helps a lot with catching bugs/regressions introduced by code ch…
-
Currently making a mod required on client basically dooms it to never have a playerbase, this would allow for more complicated mods that do not require the client to have the mod before joining. Eg. m…
-
### Bug
Ions Vortex shield flashes and makes the equip sound each time user shoots with full energy
### Steps to reproduce
1.have full energy as iion
2.shoot
### Specifications
…
-
Json files do not have to be an object (`table`).
They can be just an array, which we don't (and can't) handle atm because we return a `table` instead of a `var`
This usecase of JSON is perfectly …