aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-10prevent FCVAR_GAMEDLL concommands without FCVAR_CLIENTCMD_CAN_EXECUTE from ↵BobTheBob
being called by non-local clients
2022-01-09restrict netchan limit checks to serverside calls onlyBobTheBob
2022-01-09Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncherBobTheBob
2022-01-09fix typo in bansystem uid comparisonBobTheBob
2022-01-07Merge pull request #40 from cpdt/fix-language-hookBobTheBob
Don't hook language functions on dedicated server
2022-01-06Merge pull request #31 from geniiii/nop-vguiBarichello
NOP out call to VGUI_Shutdown during server DLL shutdown
2022-01-06don't hook language functions on dedicated serverTom Barham
2022-01-05Merge pull request #10 from MindSwipe/feature/version_resourcev1.4.0Barichello
Add version resource
2022-01-05Add version resourceMindSwipe
2022-01-05Merge pull request #36 from lolPants/feat/github-actionsBarichello
Add GitHub Actions workflow
2022-01-05Add text files to CI artifactsBarichello
2022-01-05Merge pull request #37 from JJRcop/attributionBarichello
Add legal notices file to builds
2022-01-05refactor to allow servers to reregister themselves in heartbeatBobTheBob
2022-01-05Add legal notices file to buildsJonathan Rubenstein
2022-01-04switch to release buildsJack Baron
2022-01-04don't upload all filesJack Baron
2022-01-04Merge pull request #18 from GeckoEidechse/mainBarichello
Make timestamp year-month-day
2022-01-04add github actions workflowJack Baron
2022-01-03Merge pull request #17 from HappyDOGE/mainBobTheBob
Maxplayers increase + various QoL fixes and implementations
2022-01-03Merge pull request #32 from JJRcop/buildtoolsBarichello
Add VS Build Tools instructions
2022-01-03merge with upstreamHappyDOGE
2022-01-03Add VS Build Tools instructionsJonathan Rubenstein
2022-01-02change -waitfordebugger check to use CommandLine()BobTheBob
2022-01-02Merge pull request #19 from p0358/mainBobTheBob
Big refactor of launching process
2022-01-02NOP out call to VGUI_Shutdowngeni
Avoids a crash that occurs when quitting the game from the console
2022-01-02fix Debug configuration for wsock32 proxyp0358
2022-01-02add chat ratelimits and system for hooking chat messagesBobTheBob
2022-01-02add clearbanlist commandBobTheBob
2022-01-02make wsock32 proxy opt-inp0358
2022-01-02restore ShouldLoadNorthstar() to wsock32 proxy as wellp0358
2022-01-02Merge upstreamp0358
2022-01-02add wsock32 proxy!!! (it works quite nicely)p0358
2022-01-02add unban commandBobTheBob
2022-01-02add disconnects to ban systemBobTheBob
2022-01-02add the ability to disable spewfunc loggingBobTheBob
2022-01-02remove logging for overwriting max_playersBobTheBob
2022-01-02Update bansystem.hBobTheBob
2022-01-02initial work for ban systemBobTheBob
2022-01-02don't enforce netchan limits during level transitions, change how limit mode ↵BobTheBob
workss
2022-01-02setup for rpak filesystem hooksBobTheBob
2022-01-01Language selection/detection fixes, no more "files corrupted" error, will ↵p0358
throw the proper Origin error now :D
2022-01-01log curl output to the windows console (I think it was intended to work, but ↵p0358
it doesn't if you use original exe before this change)
2021-12-31Add more clear error message for the most common install mistakep0358
2021-12-31Isolate out common curl options and add -msinsecure option againp0358
2021-12-31Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncherp0358
2021-12-31some post-merge changes combined with my local changesp0358
2021-12-31Merge pull request #1 from geniiii/p0358-refactor-fixesp0358
Fixes, removal of fallback linear allocator
2021-12-31Clean upgeni
2021-12-31Fix launcher proxygeni
2021-12-31Clean upgeni