Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-15 | Compress previous logs and dump files on launch (#73) | Legonzaur | |
* added zlib + gzip Co-authored-by: Nathan TIEN YOU <nathan.tienyou@viacesi.fr> | |||
2022-02-15 | make playlist overrides work on private match | RomeoCantCode | |
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-15 | Format cherry-picked commits | Barichello | |
2022-02-12 | Fixed typo and made command line flag lowercase | Emma Miler | |
2022-02-12 | Added code for chathooks | Emma 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-12 | Format buildainfile.cpp and masterserver.cpp | Barichello | |
2022-02-10 | Update masterserver.cpp | EmmaM | |
2022-02-10 | ain dumping improvements | BobTheBob | |
2022-02-07 | fixed servername and desc (#68) | wolf109909 | |
2022-02-03 | Format project | Northstar | |
2022-02-02 | Fix pdef custom path (#64) | Emma Miler | |
2022-01-31 | Fix Northstar custom directory launch argument (#62) | Emma Miler | |
2022-01-30 | replaced strcmp with strncmp because gecko complained | Emma Miler | |
>:( | |||
2022-01-30 | Added command line option for custom northstar dir | Emma Miler | |
Added command line option for custom northstar dir https://github.com/orgs/R2Northstar/projects/1#card-76312632 | |||
2022-01-30 | add FindConVar and FindConCommand | BobTheBob | |
2022-01-29 | add TextMsg logging | HappyDOGE | |
2022-01-28 | add ns_resetpersistence command | BobTheBob | |
2022-01-28 | initial work on ain file dumping | BobTheBob | |
2022-01-25 | Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncher | BobTheBob | |
2022-01-25 | use playlist max_players by default rather than requiring arg | BobTheBob | |
2022-01-24 | check for -northstar in wrong place | p0358 | |
2022-01-24 | Misc improvements | p0358 | |
2022-01-21 | Limit title update interval to 500ms | pg9182 | |
2022-01-20 | Revert "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-20 | Fix recursive matching issue and optimized further | Wtz_LASR | |
2022-01-20 | Fixes and optimizations around title and server names | wolf109909 | |
Server name now supports UTF-8 chars in Unicode codepoints. Dedicated server now displays server name for better itentification. | |||
2022-01-18 | improve dedicated startup | BobTheBob | |
2022-01-18 | make FCVAR_CLIENTCMD_CAN_EXECUTE checks not rely on concommand dispatch ↵ | BobTheBob | |
hooks that may be inconsistent across dlls | |||
2022-01-16 | merge with upstream | HappyDOGE | |
2022-01-15 | improve ConCommand__DispatchHook CLIENTCMD_CAN_EXECUTE logic | BobTheBob | |
2022-01-15 | Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncher | BobTheBob | |
2022-01-15 | run server autoexec after engine init from cbuf rather than commandline parm ↵ | BobTheBob | |
to allow stuffcmds to work | |||
2022-01-14 | LatencyFleX 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-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 ↵ | BobTheBob | |
being called by non-local clients | |||
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 | |
Don't hook language functions on dedicated server | |||
2022-01-06 | Merge pull request #31 from geniiii/nop-vgui | Barichello | |
NOP out call to VGUI_Shutdown during server DLL shutdown | |||
2022-01-06 | don't hook language functions on dedicated server | Tom Barham | |
2022-01-05 | Merge pull request #37 from JJRcop/attribution | Barichello | |
Add legal notices file to builds | |||
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 | |
Make timestamp year-month-day | |||
2022-01-04 | fix the beforementioned sound check | HappyDOGE | |
2022-01-04 | add a missing bad sound check | HappyDOGE | |