Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-20 | Moved Join to a global JoinStringArray so that anyone can use it. | Connie Price | |
- Added `sh_utility_all.gnut` so that we can add global utility functions to all three squirrel VMs ( UI, Client & Server ) - Also removed a rogue leftover constant. | |||
2022-01-20 | GunGame PlaylistVar Enhancements | Connie Price | |
- Define GunGame weapons using playlist vars: e.g. `+setplaylistvaroverrides scorelimit 4 gg_weapon_0 -1|mp_weapon_r97|pas_run_and_gun gg_weapon_1 -1|mp_titanweapon_xo16_vanguard|arc_rounds gg_weapon_2 -1|mp_weapon_car|pas_run_and_gun gg_weapon_3 1|mp_weapon_grenade_sonar|pas_power_cell,amped_tacticals` - Now that any custom weapon lists can be synchronised using playlist vars, server callback icon handling has been removed, and icons are now handled purely clientside. - Cleaned up default weapons. Approximate structure of custom weapon list: `+setplaylistvaroverrides scorelimit <weaponCount> gg_weapon_<index> <offhandSlotOr-1>|<weaponClassName>|<weaponMods>` | |||
2022-01-20 | Fixed gungame meter gamemode check. | Connie Price | |
2022-01-20 | Fix crash when changing remote from an empty masterserver | Barichello | |
2022-01-20 | Fix serverbrowser crash on empty server list | Barichello | |
2022-01-20 | Fix DecideSpawnZone_Generic crash (#143) | ASpoonPlaysGames | |
2022-01-20 | Update _burnmeter.gnut | x3Karma | |
- fixed infinite map hacks - fixed "SONAR DETECTED" message playing with "MAPHACK DETECTED" - increased the range of the pulse of map hack - for whatever reason, dying while a map hack is going on stops the map hack. | |||
2022-01-20 | Update mod.json to add cl_maphack.nut | x3Karma | |
2022-01-20 | Add "MAPHACK DETECTED" on client side and sonars the viewmodel | x3Karma | |
2022-01-20 | Fixes Marvin from being grappled | x3Karma | |
2022-01-20 | Add end time util functions | Barichello | |
2022-01-20 | Rename dev titan spawn function | Barichello | |
2022-01-20 | Add debug titan spawn function | Barichello | |
2022-01-20 | Fixed core HUD related stuff (#135) | Connie Price | |
2022-01-19 | Why does Atom do this to me | F1F7Y | |
2022-01-19 | Rework mods menu | F1F7Y | |
2022-01-19 | Fix JOIN button | F1F7Y | |
2022-01-19 | Add toggleconsole to keybinds | F1F7Y | |
2022-01-19 | Update _gamemode_inf.gnut | x3Karma | |
Adds an extra check if the current air acceleration in the game is higher than the infected, and give infected the higher air acceleration rather than the default 2500. | |||
2022-01-19 | Convert italian and french loc files to CRLF | Barichello | |
2022-01-19 | Merge pull request #134 from VITALISED/attributes-localisation | taskinoz | |
Fix UTF-16BE being chosen over UTF-16LE | |||
2022-01-19 | Merge branch 'main' into attributes-localisation | Will Castro | |
2022-01-19 | Update northstar_client_localisation_english.txt | Will Castro | |
2022-01-19 | hell | Will Castro | |
2022-01-19 | FIx shit 2 | Will Castro | |
2022-01-19 | remove unnecessary logs from spawnzone algorithm | BobTheBob | |
2022-01-19 | Merge branch 'main' of https://github.com/R2Northstar/NorthstarMods | BobTheBob | |
2022-01-19 | spawnpoint algo refactors and somewhat functional spawnzones algo | BobTheBob | |
2022-01-19 | Delete .gitconfig | Barichello | |
2022-01-19 | Add functioning diffing for localisation files (#130) | Will Castro | |
2022-01-19 | Revert loc changes | Will Castro | |
2022-01-19 | Add diff testing comment | Will Castro | |
2022-01-19 | Update diffs | Will Castro | |
2022-01-19 | Test part 42 | Will Castro | |
2022-01-19 | automatically clear visibilityflags set by wargames death effects on early ↵ | BobTheBob | |
respawn | |||
2022-01-19 | add evac nodes to colony | BobTheBob | |
2022-01-19 | Merge branch 'main' of https://github.com/R2Northstar/NorthstarMods | BobTheBob | |
2022-01-19 | potentially fix fastball client crash | BobTheBob | |
2022-01-19 | Fix diff test | Will Castro | |
2022-01-19 | Update attributes to be more universal | Will Castro | |
2022-01-19 | Does it work now? | Will Castro | |
2022-01-19 | aaaaaaaaaaAAAAAAAAAAAAAAAAAA | Will Castro | |
2022-01-19 | WORK YOU PIECE OF SHIT | Will Castro | |
2022-01-19 | Using shit from the internet | Will Castro | |
2022-01-19 | Update .gitattributes | Will Castro | |
2022-01-19 | Fucking shit | Will Castro | |
2022-01-19 | No idea | Will Castro | |
2022-01-19 | Update .gitattributes | Will Castro | |
2022-01-19 | another test | Will Castro | |
2022-01-18 | Remove sv_cheats condition from kill and explode | x3Karma | |
Short little edit on mobile. Main reasons is to make it more similar to community interactions in Team Fortress 2 where players killbind themselves for seemingly no reason. (It's funny) |