Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Add multiple icon resolutions (#97) | Barnaby | |
16x16, 32x32, 64x64, 128x128, 256x256 | |||
2022-02-25 | remove unneeded unstable cvar debug asserts | BobTheBob | |
2022-02-25 | use vanilla chat logic if codecallbacks are missing | BobTheBob | |
2022-02-24 | fix uncommon race condition that creates "phantom" servers | BobTheBob | |
2022-02-23 | ConVar class rebuild (#90) | Kawe Mazidjatari | |
* Implement CCvar class with mapped out vtable funcs * Rebuilded ConVar class + code overhaul to use new system * ConVar class is now properly mapped out for r2 (0x80 in size). * Reimplemented and exposed all frequently used ConVar class methods to the SDK. * Implement frequently used CCvar class methods. * Implement all CCVarIteratorInternal class methods. * Performed additional cleanup over the SDK to use new system instead. * ConVar class improvements + rebuilded ConCommand struct * Fix actual struct size for ConCommand | |||
2022-02-21 | Advanced chat: custom messages and client hooks (#74) | Tom Barham | |
Co-authored-by: Emma Miler <27428383+emma-miler@users.noreply.github.com> | |||
2022-02-20 | Fix formatting | Tom Barham | |
2022-02-19 | fix bugs with ainfile dumping (now identical on dumps from loaded files!!!) | BobTheBob | |
2022-02-18 | Fix typo | Jacob | |
2022-02-18 | Fix formatting | JakubiakDev | |
Done by using clang-format Should fix format-check CI error | |||
2022-02-17 | Revert "Compress previous logs and dump files on launch (#73)" | Barichello | |
This reverts commit 0faa9cfb3a9015ca723f012ca84609f602c7c03c. | |||
2022-02-17 | Revert "Fix corrupted zipped logs (#76)" | Barichello | |
This reverts commit 37212a4d0cb59929af6366b48d0a8cc110f06912. Reverting this in favor of deletion i guess | |||
2022-02-17 | Implement 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-16 | functional ain dumping | BobTheBob | |
2022-02-16 | Fix corrupted zipped logs (#76) | Legonzaur | |
Co-authored-by: Nathan TIEN YOU <nathan.tienyou@viacesi.fr> | |||
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 | Add format section | Barichello | |
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-12 | Remove SpacesInLineCommentPrefix | Barichello | |
2022-02-10 | Update masterserver.cpp | EmmaM | |
2022-02-10 | ain dumping improvements | BobTheBob | |
2022-02-08 | Ignore formatting changes in git blame | Barichello | |
2022-02-08 | Multiple workflow triggers | Barichello | |
2022-02-07 | fixed servername and desc (#68) | wolf109909 | |
2022-02-06 | Add .gitattributesv1.5.0-rc1 | Barichello | |
2022-02-05 | Add Build Status to README.md (#66) | Milo Akerman | |
2022-02-05 | Update CI trigger | Barichello | |
2022-02-03 | Format project | Northstar | |
2022-02-03 | Add format-check ci stage | Barichello | |
2022-02-03 | Add clang-format | Barichello | |
2022-02-02 | Fix pdef custom path (#64) | Emma Miler | |
2022-01-31 | Fix Northstar custom directory launch argument (#62) | Emma Miler | |
2022-01-31 | Merge pull request #61 from emma-miler/cla | BobTheBob | |
Added command line option for custom northstar directory | |||
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 | Merge pull request #60 from HappyDOGE/main | BobTheBob | |
Add TextMsg logging | |||
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-26 | Update link in BUILD.MD | Emma Miler | |
Update outdated link | |||
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 | Merge pull request #56 from p0358/main | BobTheBob | |
Misc improvements | |||
2022-01-24 | check for -northstar in wrong place | p0358 | |
2022-01-24 | Misc improvements | p0358 | |