aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-10I have changed these 4 lines 3 times, sadWill Castro
2022-01-10Fix more formatting jesusWill Castro
2022-01-10Fix formattingWill Castro
2022-01-10Add assist medals and scoringWill Castro
2022-01-08Fix main menu controller promptsBarichello
Fixes https://github.com/R2Northstar/Northstar/issues/106
2022-01-08proper pvp spawnpoint rating algorithm implementationBobTheBob
2022-01-08Make map and gamemode searchable with searchbar. (#54)laundmo
* extend search term to include map and gamemode
2022-01-08Merge branch 'main' of https://github.com/R2Northstar/NorthstarModsBobTheBob
2022-01-08add GetWinningTeamWithFFASupport for timeout winning checksBobTheBob
2022-01-08Merge pull request #81 from x3Karma/patch-5BobTheBob
ClearLastAttacker added after respawning
2022-01-08Merge pull request #84 from hummusbird/playlist_patchBobTheBob
fix playlist_v2 - Causing issues with OITC (?)
2022-01-08Merge pull request #89 from VITALISED/tffaBobTheBob
Add Titan Free for All
2022-01-08Add TFFAWill Castro
2022-01-08Merge pull request #76 from theroylee/mainBobTheBob
Add Fastball spawns for Crash Site and Rise
2022-01-07Merge pull request #72 from RoyalBlue1/mainBarichello
Hide death from scoreboard when playerDeathHidden is true
2022-01-07Northstar Italian translation (#79)Mttw_
* Northstar Italian translation
2022-01-07fix playlist_v2hummusbird
2022-01-07ClearLastAttacker added after respawningx3Karma
to prevent any method of suicide to continue crediting the previous killer.
2022-01-06Update portuguese translationsBarichello
2022-01-06Merge pull request #63 from x3Karma/mainBarichello
Fixed air accel conflicting with sh_custom_air_accel and also fix res…
2022-01-06Added russian translate to northstar_custom (#75)OranGeNaL
* Added russian translate to northstar_custom * removed DS_Store * removed all DS_Store
2022-01-06Merge pull request #77 from NikopolEX/mainBarichello
Update Russian localization for BetterBrowser
2022-01-06Changed A and C panel locations on Risetheroylee
Moved these both closer to the middle of the map to encourage denying respawns based on panels.
2022-01-06Update location of B panel on Crash SiteGeckoEidechse
As discussed in the PR to NorthstarMods
2022-01-06Update Russian localization for BetterBrowserNikopol
Add lines for Better.Serverbrowser
2022-01-06Added Rise Fastball spawnstheroylee
2022-01-06Added Crash Site Fastball spawnstheroylee
2022-01-05Disable newline processing on localization filesv1.4.0Jeremy
this should hopefully stop bob from being driven INSANE AAAAAAAAAAAAAAAAAAAAAAAAAA
2022-01-05Adjust Trad. chinese translation (#62)Orpheus
* Update northstar_client_localisation_tchinese.txt Change terminology to fit original translation. Adjust some words to T.chinese wording. Co-authored-by: Barichello <artur@barichello.me>
2022-01-05Hide death from scoreboard when playerDeathHidden is trueUnknown
This fixes the scoreboard showing a death when player survived a round in roundbased gamemodes
2022-01-05update Northstar.Custom versionBobTheBob
2022-01-05Merge pull request #71 from connieprice/mainBobTheBob
Boost Fixes Redux
2022-01-05prevent spectator velocity from increasing due to gravityBobTheBob
2022-01-05Boost Fixes ReduxConnie Price
- Fixed Dice Roll still picking "titan only" boosts. - Added a more flexible way to set replacements for "non-titan" modes. `BurnMeter_SetNoTitansReplacement( string original, string replacement)` - Fixed ticks not being rewarded in pairs. - Added support for multiple boost rewards. `BurnMeter_SetBoostRewardCount( string burnRef, int count )`
2022-01-04Fix airaccel reset on titan rodeohummusbird
see: https://www.youtube.com/watch?v=eQajX9dnCes
2022-01-04fix english localisation encodingBobTheBob
2022-01-04Merge pull request #66 from x3Karma/patch-2BobTheBob
Resets killstreak first before calculating kills.
2022-01-04Merge pull request #68 from connieprice/mainBobTheBob
Big Boost/Earn Meter Fixes!
2022-01-04Big Boost/Earn Meter Fixes!Connie Price
* Only set the boost from persistence once, allowing for the boost to be changed mid game by other scripts. * Added `PlayerEarnMeter_SetBoostByRef(string boostRef)` to simplify setting boosts. * Boosts now correctly disappear after being reward to the player. * Client-side reward icon will now update when the boost is changed. * Titan cores will now pull the HUD icon from the core, instead of the titan chassis. Allowing this to be handled better by other scripts. * Player boost inventory implemented! Now players will be able to store multiple boosts like vanilla. * Boost inventory limits, all vanilla boost limits are respected, and `BurnMeter_SetBoostLimit( string burnRef, int limit )` was added to accommodate this. * Fixed the unused nuke titan boost code so that if anyone decides to use it it's not horribly error prone.
2022-01-05Resets killstreak first before calculating kills.x3Karma
2022-01-04Merge pull request #61 from Alystrasz/chore/french-i18nBarichello
chore: adding new French i18n
2022-01-04Fixed air accel conflicting with sh_custom_air_accel and also fix respawning ↵x3Karma
at end kill replay.
2022-01-04[feat] server browser translationsAlystrasz
2022-01-03Fix changing loadouts bypassing restricted weapons (#52)hummusbird
* Fix changing loadouts bypassing restricted weapons Changing loadouts currently ignores the restricted weapon list. * Update _disallowed_weapons.gnut * accidental spaces
2022-01-04[feat] no_pilot_collision keyAlystrasz
2022-01-04[feat] adding translation for 'one in the chamber' game modeAlystrasz
2022-01-04[feat] adding translations for hidden game modeAlystrasz
2022-01-03Merge pull request #59 from Neoministein/mainBobTheBob
Add Panel and BT Locations for more Fastball maps
2022-01-04Merge branch 'R2Northstar:main' into mainNeoministein
2022-01-03Merge pull request #46 from connieprice/mainBarichello
Added a pro screen check to titan to pilot loadout retrieval.