aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod/scripts/vscripts/ui
AgeCommit message (Collapse)Author
2023-04-21Improve server connection error messages (#598)pg9182
* Also show masterserver error for server connections It's already used for self auth and is available for both, but we currently only show it for the former. * Don't localize server connection errors It never fully worked, and it's more useful to have non-localized detailed error messages. * Don't prepend NS_SERVERBROWSER_CONNECTIONFAILED to server conn err msg The message always contains something like it, and it's always right after a connectiom anyways. * NSGetAuthFailReason always returns a string, so don't make it untyped
2023-04-11New presence code for plugins v2 (#532)Emma Miler
* test * Update cl_presence.nut * Update Northstar.Client/mod/scripts/vscripts/presence/ui_presence.nut * Apply suggestions from code review * New scripts * fix playlist and add native funcs to build * remove snake cases from GameStateStruct * I forgor --------- Co-authored-by: cat_or_not <41955154+catornot@users.noreply.github.com>
2023-04-05Add menu_ingame.nut from englishclient_frontendRespawn
2023-03-08Add _menus.nut from englishclient_frontendRespawn
2022-12-04Display server region in serverbrowser (#479)GeckoEidechse
* Replace latency column with region in serverbrowser * Add English and German localisation * Mark remaining localisations as TODOs * Enable filtering by region using search field * Update tchinese translation for display server region in serverbrowser (#484) * Add French translation * Add Japanese translation * Add Portuguese translation * Add Russian translation * Add Spanish translation * Add Italian translation * Add Mexican Spanish translation
2022-11-10Improve mouse capture handling in menus (#520)Jack
* rework mouse capture handling * small improvement to comment * move to new script file * refactor to use only the capturePanel * refactor part 2 * github please commit everything * remove non-implemented global function * cleanup * rename variable * formatting and a comment * run callbacks for menus * update comment accordingly * small formatting change * slight refactor to avoid duplicate code * improve comment * pass correct parameters * newline at end of file :)
2022-10-08Modlist Hotfixes (#510)v1.9.8-rc3v1.9.8-rc2v1.9.8-rc1uniboi
* fix mod list overflow * better offset validation
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-06-16Include server description in search (#388)v1.8.1-rc5v1.8.1-rc4v1.8.1-rc3F1F7Y
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-13Unlock SP when Coop is selected (#383)F1F7Y
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 default sort method for server browser (#303)Emma Miler
* Add default sort method * Do gecko's change * Fixed it * Set default sort mode when opening browser * Update Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * remove trailing space <3 gecko Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
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-26Make mod button in main menu accessible when running with -dev (#320)Kami Kaze
2022-04-19Fix a freeze in stats menu (#307)Emma Miler
2022-04-19Server browser fix + formatting (#315)F1F7Y
* Fixes #314 * Updates formatting to project style
2022-04-13Open wiki link in external browser (#297)GeckoEidechse
2022-04-11Server Browser: QOL and hide server info if no server focused (#295)Kami Kaze
* Serverbrowser QOL + Minor Fixes * Fix server info hidden on mouse hover * Retain focus on connect + cancel
2022-03-31Fix maps menu mode lock and slider (#283)F1F7Y
2022-03-27Add mod code for updating state for discord RPC (#274)v1.6.0-rc3Emma Miler
2022-03-06Add ability to have custom private match settings menus (#226)Neoministein
2022-02-28Add arrow nav to maps menu + fix server browser nav (#248)F1F7Y
2022-02-23Set `communities_hostname` on main menu (#243)Emma Miler
2022-02-16Update private match map select menu (#194)F1F7Y
2022-02-10Update panel_mainmenu.nutEmmaM
2022-02-10Fix resetting communities_hostname to stryderGeckoEidechse
Seems like loading screen counts as a "main menu", hence resetting communities_hostname
2022-02-10forcibly disable communities on northstar due to security issuesBobTheBob
2022-02-03Fix mod menu slider (#178)F1F7Y
* lookey nicer * fix slider
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-24Add dialogs and status messagesWill Castro
2022-01-20Fix crash when changing remote from an empty masterserverBarichello
2022-01-20Fix serverbrowser crash on empty server listBarichello
2022-01-19Rework mods menuF1F7Y
2022-01-19Fix JOIN buttonF1F7Y
2022-01-17Fix controller promptsBarichello
Closes #126
2022-01-13Make arrow nav wrap around againKami Kaze
2022-01-10Add a warning when disabling core mods (#98)F1F7Y
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-08Fix main menu controller promptsBarichello
Fixes https://github.com/R2Northstar/Northstar/issues/106
2022-01-08Make map and gamemode searchable with searchbar. (#54)laundmo
* extend search term to include map and gamemode
2022-01-03ensure game is fully authenticated before unlocking launch northstar buttonBobTheBob
2021-12-31Merge pull request #44 from F1F7Y/mainBobTheBob
Delete printt info table; spams console
2021-12-31fix private match modes being affected by server browserBobTheBob
2021-12-30Merge branch 'R2Northstar:main' into mainF1F7Y
2021-12-30Remove printt refresh table; spams consoleF1F7Y
2021-12-30fix modes being offset in private matchBobTheBob
2021-12-30prevent script error in server browserBobTheBob
2021-12-30Merge pull request #37 from F1F7Y/mainBobTheBob
Fix minor bugs in server browser
2021-12-30Fix out of range array access; add server countF1F7Y