Age | Commit message (Expand) | Author |
2022-01-14 | LatencyFleX Implementation (#41) | Kyle Gospodnetich |
2022-01-14 | Add command line arg to disable logs | Barichello |
2022-01-14 | Update date format in dump files | Barichello |
2022-01-14 | automatically apply openssl environment fix for 11th gen intel cpus | BobTheBob |
2022-01-13 | unbreak sp | BobTheBob |
2022-01-10 | prevent FCVAR_GAMEDLL concommands without FCVAR_CLIENTCMD_CAN_EXECUTE from be... | BobTheBob |
2022-01-09 | restrict netchan limit checks to serverside calls only | BobTheBob |
2022-01-09 | Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncher | BobTheBob |
2022-01-09 | fix typo in bansystem uid comparison | BobTheBob |
2022-01-07 | Merge pull request #40 from cpdt/fix-language-hook | BobTheBob |
2022-01-06 | Merge pull request #31 from geniiii/nop-vgui | Barichello |
2022-01-06 | don't hook language functions on dedicated server | Tom Barham |
2022-01-05 | Merge pull request #37 from JJRcop/attribution | Barichello |
2022-01-05 | refactor to allow servers to reregister themselves in heartbeat | BobTheBob |
2022-01-05 | Add legal notices file to builds | Jonathan Rubenstein |
2022-01-04 | Merge pull request #18 from GeckoEidechse/main | Barichello |
2022-01-03 | merge with upstream | HappyDOGE |
2022-01-02 | change -waitfordebugger check to use CommandLine() | BobTheBob |
2022-01-02 | Merge pull request #19 from p0358/main | BobTheBob |
2022-01-02 | NOP out call to VGUI_Shutdown | geni |
2022-01-02 | add chat ratelimits and system for hooking chat messages | BobTheBob |
2022-01-02 | add clearbanlist command | BobTheBob |
2022-01-02 | Merge upstream | p0358 |
2022-01-02 | add unban command | BobTheBob |
2022-01-02 | add disconnects to ban system | BobTheBob |
2022-01-02 | add the ability to disable spewfunc logging | BobTheBob |
2022-01-02 | remove logging for overwriting max_players | BobTheBob |
2022-01-02 | Update bansystem.h | BobTheBob |
2022-01-02 | initial work for ban system | BobTheBob |
2022-01-02 | don't enforce netchan limits during level transitions, change how limit mode ... | BobTheBob |
2022-01-02 | setup for rpak filesystem hooks | BobTheBob |
2022-01-01 | Language selection/detection fixes, no more "files corrupted" error, will thr... | p0358 |
2022-01-01 | log curl output to the windows console (I think it was intended to work, but ... | p0358 |
2021-12-31 | Isolate out common curl options and add -msinsecure option again | p0358 |
2021-12-31 | Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncher | p0358 |
2021-12-31 | some post-merge changes combined with my local changes | p0358 |
2021-12-31 | Clean up | geni |
2021-12-31 | Whoops | geni |
2021-12-31 | Remove linear allocator | geni |
2021-12-31 | Fix loop | geni |
2021-12-31 | Initialize curl in InitialiseNorthstar to avoid disaster | geni |
2021-12-31 | Clean up | geni |
2021-12-31 | Replace Tier0_InitOrigin hook with patch | geni |
2021-12-30 | force ipv4 while ipv6 is still unsupported | BobTheBob |
2021-12-30 | move to server auth token system for verifying gameserver auth messages, rath... | BobTheBob |
2021-12-30 | actually use custom allocation, override allocators of curl and rapidjson | p0358 |
2021-12-30 | static minhook | p0358 |
2021-12-30 | add realloc too | p0358 |
2021-12-30 | yeet unneeded two libs | p0358 |
2021-12-30 | fix various random warnings | p0358 |