Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-08 | Merge pull request #84 from hummusbird/playlist_patch | BobTheBob | |
fix playlist_v2 - Causing issues with OITC (?) | |||
2022-01-08 | Merge pull request #89 from VITALISED/tffa | BobTheBob | |
Add Titan Free for All | |||
2022-01-08 | Add TFFA | Will Castro | |
2022-01-08 | Merge pull request #76 from theroylee/main | BobTheBob | |
Add Fastball spawns for Crash Site and Rise | |||
2022-01-07 | Merge pull request #72 from RoyalBlue1/main | Barichello | |
Hide death from scoreboard when playerDeathHidden is true | |||
2022-01-07 | Northstar Italian translation (#79) | Mttw_ | |
* Northstar Italian translation | |||
2022-01-07 | fix playlist_v2 | hummusbird | |
2022-01-06 | Update portuguese translations | Barichello | |
2022-01-06 | Merge pull request #63 from x3Karma/main | Barichello | |
Fixed air accel conflicting with sh_custom_air_accel and also fix res… | |||
2022-01-06 | Added russian translate to northstar_custom (#75) | OranGeNaL | |
* Added russian translate to northstar_custom * removed DS_Store * removed all DS_Store | |||
2022-01-06 | Merge pull request #77 from NikopolEX/main | Barichello | |
Update Russian localization for BetterBrowser | |||
2022-01-06 | Changed A and C panel locations on Rise | theroylee | |
Moved these both closer to the middle of the map to encourage denying respawns based on panels. | |||
2022-01-06 | Update location of B panel on Crash Site | GeckoEidechse | |
As discussed in the PR to NorthstarMods | |||
2022-01-06 | Update Russian localization for BetterBrowser | Nikopol | |
Add lines for Better.Serverbrowser | |||
2022-01-06 | Added Rise Fastball spawns | theroylee | |
2022-01-06 | Added Crash Site Fastball spawns | theroylee | |
2022-01-05 | Disable newline processing on localization filesv1.4.0 | Jeremy | |
this should hopefully stop bob from being driven INSANE AAAAAAAAAAAAAAAAAAAAAAAAAA | |||
2022-01-05 | Adjust 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-05 | Hide death from scoreboard when playerDeathHidden is true | Unknown | |
This fixes the scoreboard showing a death when player survived a round in roundbased gamemodes | |||
2022-01-05 | update Northstar.Custom version | BobTheBob | |
2022-01-05 | Merge pull request #71 from connieprice/main | BobTheBob | |
Boost Fixes Redux | |||
2022-01-05 | prevent spectator velocity from increasing due to gravity | BobTheBob | |
2022-01-05 | Boost Fixes Redux | Connie 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-04 | Fix airaccel reset on titan rodeo | hummusbird | |
see: https://www.youtube.com/watch?v=eQajX9dnCes | |||
2022-01-04 | fix english localisation encoding | BobTheBob | |
2022-01-04 | Merge pull request #66 from x3Karma/patch-2 | BobTheBob | |
Resets killstreak first before calculating kills. | |||
2022-01-04 | Merge pull request #68 from connieprice/main | BobTheBob | |
Big Boost/Earn Meter Fixes! | |||
2022-01-04 | Big 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-05 | Resets killstreak first before calculating kills. | x3Karma | |
2022-01-04 | Merge pull request #61 from Alystrasz/chore/french-i18n | Barichello | |
chore: adding new French i18n | |||
2022-01-04 | Fixed air accel conflicting with sh_custom_air_accel and also fix respawning ↵ | x3Karma | |
at end kill replay. | |||
2022-01-04 | [feat] server browser translations | Alystrasz | |
2022-01-03 | Fix 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 key | Alystrasz | |
2022-01-04 | [feat] adding translation for 'one in the chamber' game mode | Alystrasz | |
2022-01-04 | [feat] adding translations for hidden game mode | Alystrasz | |
2022-01-03 | Merge pull request #59 from Neoministein/main | BobTheBob | |
Add Panel and BT Locations for more Fastball maps | |||
2022-01-04 | Merge branch 'R2Northstar:main' into main | Neoministein | |
2022-01-03 | Merge pull request #46 from connieprice/main | Barichello | |
Added a pro screen check to titan to pilot loadout retrieval. | |||
2022-01-03 | added fastball config for map colony | Neoministein | |
2022-01-03 | added fastball config for map forwardbase kodai | Neoministein | |
2022-01-03 | added fastball config for map complex | Neoministein | |
2022-01-03 | ensure game is fully authenticated before unlocking launch northstar button | BobTheBob | |
2022-01-03 | Merge pull request #56 from x3Karma/main | Barichello | |
Add One in the Chamber and The Hidden to available playlists | |||
2022-01-03 | Merge pull request #57 from x3Karma/patch-1 | BobTheBob | |
Update _ai_mp.gnut | |||
2022-01-04 | Update _ai_mp.gnut | x3Karma | |
minor spelling mistake | |||
2022-01-04 | Fix indentations in _gamemode_chamber.nut | x3Karma | |
2022-01-04 | Fix indentations in _gamemode_hidden.nut | x3Karma | |
2022-01-04 | fix indentations in playlists | x3Karma | |
2022-01-04 | Fix indentations in mod.json | x3Karma | |