aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-17Revert "Fix corrupted zipped logs (#76)"Barichello
This reverts commit 37212a4d0cb59929af6366b48d0a8cc110f06912. Reverting this in favor of deletion i guess
2022-02-17Implement stub loading (#81)pg9182
When starting the dedicated server from NorthstarLauncher, always default to loading the d3d11 and gfsdk stubs from `bin/x64_dedi`. If the stubs fail to load or `-nostubs` is specified, the launcher reverts to the old behaviour of using the GPU, or WARP if `-softwared3d11` is specified. updates #79
2022-02-16functional ain dumpingBobTheBob
2022-02-16Fix corrupted zipped logs (#76)Legonzaur
Co-authored-by: Nathan TIEN YOU <nathan.tienyou@viacesi.fr>
2022-02-15Compress previous logs and dump files on launch (#73)Legonzaur
* added zlib + gzip Co-authored-by: Nathan TIEN YOU <nathan.tienyou@viacesi.fr>
2022-02-15make playlist overrides work on private matchRomeoCantCode
By removing IsDedicated check it allows to use playlistvaroverrides on servers launched through the game (private match / listen server). It seems it does not have any other effect on the client so far.
2022-02-15Add format sectionBarichello
2022-02-15Format cherry-picked commitsBarichello
2022-02-12Fixed typo and made command line flag lowercaseEmma Miler
2022-02-12Added code for chathooksEmma Miler
This may not seem like much to a passing observer, but this commit took me 30 hours of blood, sweat, tears, IDA debugging, server crashes, and insanity.
2022-02-12Format buildainfile.cpp and masterserver.cppBarichello
2022-02-12Remove SpacesInLineCommentPrefixBarichello
2022-02-10Update masterserver.cppEmmaM
2022-02-10ain dumping improvementsBobTheBob
2022-02-08Ignore formatting changes in git blameBarichello
2022-02-08Multiple workflow triggersBarichello
2022-02-07fixed servername and desc (#68)wolf109909
2022-02-06Add .gitattributesv1.5.0-rc1Barichello
2022-02-05Add Build Status to README.md (#66)Milo Akerman
2022-02-05Update CI triggerBarichello
2022-02-03Format projectNorthstar
2022-02-03Add format-check ci stageBarichello
2022-02-03Add clang-formatBarichello
2022-02-02Fix pdef custom path (#64)Emma Miler
2022-01-31Fix Northstar custom directory launch argument (#62)Emma Miler
2022-01-31Merge pull request #61 from emma-miler/claBobTheBob
Added command line option for custom northstar directory
2022-01-30replaced strcmp with strncmp because gecko complainedEmma Miler
>:(
2022-01-30Added command line option for custom northstar dirEmma Miler
Added command line option for custom northstar dir https://github.com/orgs/R2Northstar/projects/1#card-76312632
2022-01-30add FindConVar and FindConCommandBobTheBob
2022-01-29Merge pull request #60 from HappyDOGE/mainBobTheBob
Add TextMsg logging
2022-01-29add TextMsg loggingHappyDOGE
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