Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-05 | prevent spectator velocity from increasing due to gravity | BobTheBob | |
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 | |||
2022-01-01 | Merge pull request #47 from castella-cake/main | Barichello | |
Update northstar_client_localisation_japanese.txt | |||
2022-01-01 | Translate coop portuguese strings | Barichello | |
2022-01-01 | add the ability to disable inter-pilot collision | BobTheBob | |
2022-01-01 | fix dropship intro using the wrong team's spawns | BobTheBob | |
2022-01-01 | Add .gitattributes | Barichello | |
#53 | |||
2022-01-01 | Fix portuguese localisation line endings | Barichello | |
2022-01-01 | Merge pull request #40 from Soup-64/patch-1 | BobTheBob | |
fix end of game replay perspective and repsawns during replays in infection | |||
2022-01-01 | fix race condition with games being won in a death callback for roundwinning ↵ | BobTheBob | |
killreplays | |||
2021-12-31 | Merge pull request #44 from F1F7Y/main | BobTheBob | |
Delete printt info table; spams console |