| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Add separate text for main menu version if versions don't match
* move mods over to dev version strings, surely this wont break the release pipeline :clueless:
* Change wording of menu text a little
* Rename nativefuncs.json to natives.json
* Update native JSON file path in compile-check.yml
* Add constants
* Remove vanilla compile steps as they didn't work anyway
---------
Co-authored-by: Rémy Raes <contact@remyraes.com>
|
|
* Fix server and player counts displaying incorrectly
|
|
* Increase talk slots from 9 > 10
* Change voice HUD color regarding players' team
|
|
|
|
|
|
|
|
* Add `GetCampaignMapDisplayName`
* Fix rich presence not getting the proper names for campaign maps
|
|
* Update Russian translation
|
|
* feat: Add visual+audio feedback to bleedout feature
|
|
color and alpha (#896)
* A color picker UI component allows for fine grain (separate control for red/green/blue/alpha components) color selection;
* An slider component allows for alpha selection;
* `GetConVarColor` helper method allows handling colors stored in the 0-255 int range.
|
|
* fix: Do not download mods if password is incorrect
|
|
* feat: `NSSetModEnabled` now takes mod version as argument
|
|
* Allows client-side mods to register for crosshair target state changes
|
|
* Translated using Weblate (Russian)
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-authored-by: sigmoid <sigmoid@users.noreply.translate.harmony.tf>
|
|
|
|
* Let mods access PrecacheRes function to create custom vgui screens
|
|
Add missing trailing commas for some enums
|
|
|
|
|
|
|
|
as Northstar does not make use of it anyway
|
|
Hacky fix that adds an extra check if the weapon in question is a thunderbolt
|
|
Translated using Weblate (Russian)
Currently translated at 92.9% (304 of 327 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/ru/
Co-authored-by: WofWca <wofwca@protonmail.com>
|
|
Translated using Weblate (Russian)
Currently translated at 92.9% (304 of 327 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/ru/
Co-authored-by: WofWca <wofwca@protonmail.com>
|
|
Translated using Weblate (Japanese)
Currently translated at 95.9% (310 of 323 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/ja/
Co-authored-by: Akinasu333 <akinasu@users.noreply.translate.harmony.tf>
|
|
Adds button and logic to allow players to switch teams. This is a feature used in FSU and popular on many servers.
Team switch is disabled via script for some gamemodes where switching teams does not make sense.
|
|
Mod counterpart to the launcher PR that makes a mod download via MAD cancellable.
|
|
Mod counterpart to the launcher PR.
Adds a struct containing mod information instead of getting every field with its own dedicated function
|
|
|
|
By adding a sanity check to see if the passed string is empty or not.
|
|
by setting alignment property to "north"
|
|
|
|
|
|
Translated using Weblate (Italian)
Currently translated at 96.2% (311 of 323 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/it/
Co-authored-by: Rémy Raes <Alystrasz@users.noreply.translate.harmony.tf>
|
|
Documentation was moved from GitBook to MkDocs so the links to the wiki should updated accordingly.
|
|
Translated using Weblate (Portuguese)
Currently translated at 100.0% (323 of 323 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 (French)
Currently translated at 100.0% (323 of 323 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/fr/
Co-authored-by: DragonLordGON <DragonLordGON@users.noreply.translate.harmony.tf>
|
|
|
|
Add MP/SP check to prevent running logic that would script error on SP.
Also gives more accurate playercount now.
|
|
Invert previously incorrect logic in check to lock gamemode.
|
|
Translated using Weblate (Russian)
Currently translated at 92.5% (299 of 323 strings)
Translation: Northstar/Northstar Client Localisation
Translate-URL: https://translate.harmony.tf/projects/northstar/client/ru/
Co-authored-by: WofWca <wofwca@protonmail.com>
|
|
Turns mode list from page based into a scrollable list that is categorised and supports filtering.
|
|
LF vs CRLF
|
|
|
|
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...
|
|
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>
|