aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod/resource
AgeCommit message (Collapse)Author
2022-09-27Update Japanese Translation (#499)CYakigasi
Translated the untranslated text (game modes, UI, error messages, etc.)
2022-09-26Add some missing translations (#508)Rémy Raes
* feat: add missing spanish entries * feat: add missing french entry * feat: add missing chinese entry * feat: add missing italian entries * feat: add missing german entries
2022-09-21Change modlist interface (#401)uniboi
* Change modlist interface * add the settings file * new current mod enabled indicator * Only show requiredOnClient warning when required * filter by required on client status * fix ONLY_REQUIRED instead of ONLY_NOT_REQUIRED * update list slider position when reopening * colorblind colors * convar for reversed list and allow unicode search * better colors for the blind * Update filtered modlist after changing mod status * fix some things * mod enabled color blind icon * move enabled icon
2022-08-07Support to input other languages in the search box (#477)zxcPandora
Support to input other languages in the search box
2022-07-22Fix missing fonts under Linux (#437)Kyle Gospodnetich
* Replace Arial and Lucidia fonts with Lato and Fira Code respectively, this fixes Linux users needing to install proprietary fonts to use the in-game console. * Clean up gitattributes and encoding.yml to be more specific about the txt files it checks against. UTF-16LE-BOM will crash the game with a division by zero error if it's not expecting the file to be encoded as such. * Replace Fira Code with Northstar Mono (Modified Fira Mono Regular)
2022-06-16Localize masterserver errors (#333)Emma Miler
* Dependent commit * Add english localization * Update northstar_client_localisation_mspanish.txt * Add more localizations * Update northstar_client_localisation_spanish.txt * Adhere to code style
2022-06-01Display Northstar version on title screen (#346)v1.8.0-rc2BotchedRPR
* Create main.menu for showing NS version on title screen * Display Northstar version on main menu. Pulling data from Northstar.Custom, now the version of Northstar is displayed on the main menu, above the Respawn logo. * Get version data from Northstar.Client instead of Northstar.Custom * formatted main.menu
2022-04-29Add Attrition (#321)F1F7Y
* Skyshow * Attrition score stuff * DropShip and DropPod spawn funcs * Attrition intro * Reaper spawn func * Attrition assault point logic * Cleanup * Match logic + basic spawn algo * Fix crash * Improve ai ? * Add AI weapon setter funcs * Bounty hunt score basics * code cleanup * add cleanup for bored ai * fix issue with failedChecks not being reset properly in cleanup * more cleanup * stop ai spawns on epilogue * don't run aitdm spawning code if we don't have ains/nms * Fix missing nodes crash * initial bounty hunt stuff * oops forgot to push this * me when i'm a competent developer * formatting and such * cap score + proper mp_rise spawns fix * Better squad handler * comment reaper out; needs to be checked out * Fix crash site crash * reapers * minor visual change is what Id call this * bh basic damage scoring * going to push this so there's a base to work with, still doesn't work * fix funny suicide bug :) * I hate crash site + score funnies * comlpex skill issue * final score fix, lets hope so * Hacked spectre fix * 1p npc executions fix * stalkers * Archer Grunts :) * minor fixing * Skyshow * Attrition score stuff * DropShip and DropPod spawn funcs * Attrition intro * Reaper spawn func * Attrition assault point logic * Cleanup * Match logic + basic spawn algo * Fix crash * Improve ai ? * Add AI weapon setter funcs * Bounty hunt score basics * code cleanup * add cleanup for bored ai * fix issue with failedChecks not being reset properly in cleanup * more cleanup * stop ai spawns on epilogue * don't run aitdm spawning code if we don't have ains/nms * Fix missing nodes crash * initial bounty hunt stuff * oops forgot to push this * me when i'm a competent developer * formatting and such * cap score + proper mp_rise spawns fix * Better squad handler * comment reaper out; needs to be checked out * Fix crash site crash * reapers * minor visual change is what Id call this * bh basic damage scoring * going to push this so there's a base to work with, still doesn't work * fix funny suicide bug :) * I hate crash site + score funnies * comlpex skill issue * final score fix, lets hope so * Hacked spectre fix * 1p npc executions fix * stalkers * Archer Grunts :) * minor fixing * Unlock attrition in mode select menu * move archer grunts settings Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
2022-04-13Update portuguese localisation filesBarichello
2022-03-28Fix russian localization files (#271)Barnaby
Co-authored-by: Barichello <artur@barichello.me>
2022-03-27Add mod code for updating state for discord RPC (#274)v1.6.0-rc3Emma Miler
2022-03-13Fix Spanish Translation + Add mspanish variant (#209)PANCHO7532
2022-03-01Minor changes to italian translation (#254)lapaxx
i propose to edit gungame name string was "gioco d'armi" however "gioco delle armi" could be better because it is the actual game mode name in most italian localizations the abbreviation for hide&seek was still HS so i changed to NS for "nascondino" promode was called pro-mode, changed to "modalità competitiva" as it means "competitive mode" in italian Hp (as health points) was still named HP, changed to PS ( for punti salute)
2022-02-28Add arrow nav to maps menu + fix server browser nav (#248)F1F7Y
2022-02-26Reformat .res filesNorthstar
2022-02-26Reformat .menu filesNorthstar
2022-02-26Update northstar_client_localisation_tchinese.txtOrpheus
Add translations for authentication messages, map menu option and chat prefix. Update tokens for sticks and stones. Remove redundant spaces and comments.
2022-02-21Advanced chat: custom messages and client hooks (#217)Tom Barham
Co-authored-by: EmmaM <27428383+emma-miler@users.noreply.github.com>
2022-02-18Update French translations (#229)Rémy Raes
2022-02-16Update portuguese translationsBarichello
2022-02-16Update private match map select menu (#194)F1F7Y
2022-02-15Add respawn protection match setting (#167)zxcPandora
2022-01-28Optimized localization for server browser (#168)Emma Miler
Condensed and optimized the localisation of the player and server-count labels in the server browser. Hopefully the localization got encoded correctly.
2022-01-25adds prefix to Sticks & Stones playlist vars (#144)Coopyy
* added gamer weapon to sticks & stones * playlist var prefixes
2022-01-24Update northstar_client_localisation_tchinese.txtOrpheus
Add translation for sticks and stones, gun game earn meter settings and mods menu filter. Adjust hider and seeker names. Delete redundant tabs.
2022-01-24Add dialogs and status messagesWill Castro
2022-01-20Update portuguese translationsBarichello
2022-01-19Why does Atom do this to meF1F7Y
2022-01-19Rework mods menuF1F7Y
2022-01-19Convert italian and french loc files to CRLFBarichello
2022-01-19Merge branch 'main' into attributes-localisationWill Castro
2022-01-19Update northstar_client_localisation_english.txtWill Castro
2022-01-19Add functioning diffing for localisation files (#130)Will Castro
2022-01-19Revert loc changesWill Castro
2022-01-19Add diff testing commentWill Castro
2022-01-19Update diffsWill Castro
2022-01-19Test part 42Will Castro
2022-01-17Added Sticks & Stones Configuration as Playlist Vars (#115)Coopyy
* added mode config options in menu
2022-01-15Added a percentage meter to gungame, that also displays the next weapon!Connie Price
- New gungame meter, by default acts exactly like before, just adds some visual flair. - Support for varying reward percentages for Kills, Assists and Executions so to let server owners mix up their gungames a bit more. - Actual assist support, by default providing no points, but the option is now there. - Replaced the Archer with a primary enabled melee, finally no more Archer blocking half the screen.
2022-01-13Make arrow nav wrap around againKami Kaze
2022-01-13Add Gamemode: Sticks & Stones (#107)Coopyy
* added Sticks and Stones Co-authored-by: Barichello <artur@barichello.me>
2022-01-13Update french localisation (#112)Rémy Raes
2022-01-12Update tchinese translation (#110)Orpheus
* Update northstar_client_localisation_tchinese.txt Unknown mode. Co-authored-by: Barichello <artur@barichello.me>
2022-01-10Add a warning when disabling core mods (#98)F1F7Y
2022-01-09Added Unknown Mode and Titan FFA translationsDistion55x
2022-01-09Updated northstar_client_localisation_german.txtDistion55x
-added translations for The Hidden and One in the Chamber -added translations for the now implemented BetterServerBrowser -made slight adjustments to existing translations
2022-01-09Improve server browser backend; fix error (#58)F1F7Y
Improves sort backend Fixes crash when TAB is pressed while console is open Improves MouseDelta handler logic Increases doubleclick from 0.2 to 0.3 Fixes issue Pasting does not work for server passwords #91 Fix issue #91
2022-01-09Add missing translation key "unknown mode"Barichello
2022-01-08Add TFFAWill Castro
2022-01-07Northstar Italian translation (#79)Mttw_
* Northstar Italian translation