Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-10 | Update panel_mainmenu.nutv1.4.21.4.X | EmmaM | |
2022-02-10 | Update 1.4.2 version fields | Barichello | |
2022-02-10 | Fix resetting communities_hostname to stryder | GeckoEidechse | |
Seems like loading screen counts as a "main menu", hence resetting communities_hostname | |||
2022-02-10 | forcibly disable communities on northstar due to security issues | BobTheBob | |
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 | 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 | [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 | |
2022-01-04 | Merge branch 'main' into main | x3Karma | |
2022-01-03 | Merge pull request #38 from 0neGal/main | Barichello | |
fix incorrectly formatted JSON | |||
2022-01-03 | adds OITC and Hidden to mod.json | x3Karma | |
2022-01-03 | Adds OITC and Hidden to playlist | x3Karma | |
2022-01-03 | Add files via upload | x3Karma | |
2022-01-03 | adds OITC and Hidden gamemodes | x3Karma | |
2022-01-03 | adds hidden and OITC localisation | x3Karma | |
2022-01-02 | Merge pull request #26 'Create northstar_client_localisation_tchinese.txt' | Barichello | |
2022-01-02 | Create northstar_client_localisation_tchinese.txt | zestybaby | |
PR welcome from actual Trad. Chinese speakers, feel free to improve on my existing translation. Update northstar_client_localisation_tchinese.txt Update northstar_client_localisation_tchinese.txt tchinese reencoded with UTF-16LE | |||
2022-01-02 | Remove .gitattribute | Barichello | |
gitattributes doesnt play nice with utf16 le | |||
2022-01-02 | fix potential crash in ttdm intro | BobTheBob | |
2022-01-02 | Fix airaccel reset on leaving titan (#51) | hummusbird | |
* Fix airaccel reset on leaving titan https://youtu.be/Ir_YT8aTyzY * fix for loadout change and enter titan * fix accidental space * oops :P | |||
2022-01-02 | Fix whitespace | Barichello | |
2022-01-02 | Reencode translations as UTF-16 little endian | Barichello | |
Closes #53 |