Age | Commit message (Collapse) | Author |
|
|
|
Reorder functions to prepare for refactor and add big ASCII text comments for wayfinding using common IDE minimap
|
|
on player team switch.
Adds a check whether player is in a default team (IMC/Milita) before calling `GetOtherTeam()`
|
|
|
|
Adds "needs code review" and "needs testing" to all new PRs
Co-authored-by: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>
|
|
When playing Frontier Defense it will show when the player is in a Wave Break or which Wave they are currently through
Whenever the server is NOT at the Playing gamestate, the plugin will report the respective states instead such as Selecting Titan screen, Prematch, Epilogue, Postmatch, etc...
|
|
Overhauls the spawning logic to primarily use native functions and with Squirrel only doing refining on the selected spawns.
|
|
Translated using Weblate (German)
Currently translated at 98.4% (308 of 313 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/de/
Co-authored-by: NeighbourVadim <NeighbourVadim@users.noreply.translate.harmony.tf>
|
|
Translated using Weblate (English)
Currently translated at 100.0% (313 of 313 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/en/
Co-authored-by: Rémy Raes <Alystrasz@users.noreply.translate.harmony.tf>
|
|
Adds `npc_gunship` and `npc_pilot_elite` to the target list.
|
|
previous version mixed tabs and spaces
|
|
Adds initial docs with guidelines for contributing
|
|
Function is not necessary anymore, the reworked spawning logic at #829 uses playlistvars to control spawnzones creation on minimap.
|
|
|
|
Refactors CTF script that was dearly needed for a while
|
|
Actually not even vanilla does this, but this is just a fancied effect for when the match is over, the flags simply vanish together with their bases. So this adds some effects on top of it to not look so bland.
|
|
Add validity check to player validity as the thread of that function might end on via OnDestroy signal by disconnection, and by that point, the player is no longer valid.
|
|
|
|
|
|
This needs to be threaded as there's a `waitthread` further below on that function, which will cause an error if not threaded.
|
|
to prevent potential script crash
Co-authored-by: Zanieon <william-millennium@hotmail.com>
|
|
Co-authored-by: Zanieon <william-millennium@hotmail.com>
|
|
as part of the refactoring effort in #830
|
|
as part of the refactoring effort in #830
|
|
as part of the refactoring effort in #830
|
|
as part of the refactoring effort in #830
|
|
in an effort to have all related functions close to each other
Part of the refactor in #830
|
|
in an effort to have all related functions close to each other
|
|
Co-authored-by: Zanieon <william-millennium@hotmail.com>
|
|
Translated using Weblate (German)
Currently translated at 99.0% (310 of 313 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/de/
Co-authored-by: Maya <RoyalBlue1@users.noreply.translate.harmony.tf>
|
|
|
|
As they are supposed to be disabled unless joining a server that requires that mod.
|
|
Translated using Weblate (Polish)
Currently translated at 100.0% (313 of 313 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/pl/
Co-authored-by: p0358 <p0358@users.noreply.github.com>
|
|
from v3 which is being deprecated
|
|
The quotation marks caused file parsing to end early and break
|
|
Translated using Weblate (Polish)
Currently translated at 100.0% (313 of 313 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/pl/
Co-authored-by: eve <eve@users.noreply.translate.harmony.tf>
|
|
Adds file for Polish translations as well as the translations themselves.
|
|
Adds an `IsAlive()` check to temporarily handle a rare crash
|
|
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (313 of 313 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/zh_Hant/
Co-authored-by: RainTrap341 <RainTrap341@users.noreply.translate.harmony.tf>
|
|
Translated using Weblate (Italian)
Currently translated at 99.6% (312 of 313 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/it/
Co-authored-by: Nostromo <Nostromo@users.noreply.translate.harmony.tf>
|
|
Replace all spaces
|
|
Translated using Weblate (French)
Currently translated at 100.0% (313 of 313 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/fr/
Co-authored-by: Rémy Raes <Alystrasz@users.noreply.translate.harmony.tf>
|
|
|
|
so that labels can easily be updated if need be
|
|
Revert "Add a generic "JoinServer" function (#693)" as it causes issues with MAD due to duplicated server join logic as discussed on Discord
This reverts commit e4b3cc7d3ee17488053cae24c8a8c981dbe95eab.
|
|
This parameter is a leftover of a previous refactor, and isn't used anywhere in the function.
|
|
Translated using Weblate (Portuguese)
Currently translated at 100.0% (313 of 313 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/pt/
Co-authored-by: William Miller <Zanieon@users.noreply.translate.harmony.tf>
|
|
Translated using Weblate (Russian)
Currently translated at 94.8% (297 of 313 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/ru/
Co-authored-by: WofWca <wofwca@protonmail.com>
|
|
See pull request description for highly detailed changelog.
|
|
Adds a function that allows the client to join a server from a `ServerInfo` struct.
This also changes the server browser to use this function.
|