aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-28add ns_resetpersistence commandBobTheBob
2022-01-28initial work on ain file dumpingBobTheBob
2022-01-26Update link in BUILD.MDEmma Miler
Update outdated link
2022-01-25Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncherBobTheBob
2022-01-25use playlist max_players by default rather than requiring argBobTheBob
2022-01-24Merge pull request #56 from p0358/mainBobTheBob
Misc improvements
2022-01-24check for -northstar in wrong placep0358
2022-01-24Misc improvementsp0358
2022-01-21Limit title update interval to 500mspg9182
2022-01-20Revert "Add legal notices file to builds"Barichello
This reverts commit f23b97708d02e55cdaf6cde11fe003e176d62a85. We are moving the LEGAL.txt file to the main repository so it can be used by GitHub actions
2022-01-20Fix recursive matching issue and optimized furtherWtz_LASR
2022-01-20Fixes and optimizations around title and server nameswolf109909
Server name now supports UTF-8 chars in Unicode codepoints. Dedicated server now displays server name for better itentification.
2022-01-19Set resource version to DEVBarichello
2022-01-18improve dedicated startupBobTheBob
2022-01-18make FCVAR_CLIENTCMD_CAN_EXECUTE checks not rely on concommand dispatch ↵BobTheBob
hooks that may be inconsistent across dlls
2022-01-16Merge pull request #34 from HappyDOGE/mainBobTheBob
Audio Override
2022-01-16merge with upstreamHappyDOGE
2022-01-15improve ConCommand__DispatchHook CLIENTCMD_CAN_EXECUTE logicBobTheBob
2022-01-15Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncherBobTheBob
2022-01-15run server autoexec after engine init from cbuf rather than commandline parm ↵BobTheBob
to allow stuffcmds to work
2022-01-14LatencyFleX Implementation (#41)Kyle Gospodnetich
* Adds LatencyFleX, an open source and vendor agnostic input latency reduction technology similar to Nvidia's Reflex. Currently only works on Linux via Wine/Proton, but future versions may support Windows as well. Falls back to doing nothing if LatencyFleX isn't available. See here for more information: https://ishitatsuyuki.github.io/post/latencyflex/ * Add the ability to toggle LatencyFlex on or off with a cvar.
2022-01-14Add build sectionBarichello
2022-01-14Add command line arg to disable logsBarichello
2022-01-14Update date format in dump filesBarichello
2022-01-14automatically apply openssl environment fix for 11th gen intel cpusBobTheBob
2022-01-13unbreak spBobTheBob
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-04fix the beforementioned sound checkHappyDOGE
2022-01-04add a missing bad sound checkHappyDOGE
2022-01-04add github actions workflowJack Baron
2022-01-04fix build error on v143HappyDOGE
2022-01-04revert vcxprojHappyDOGE
2022-01-04fix crash when reloading mods when an override is playedHappyDOGE
2022-01-04fix typo and improve performanceHappyDOGE