aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-08avoid ptr decay when setting auth tokenv1.9.8-rc2BobTheBob9
2022-10-08set serverfilter betterv1.9.8-rc1BobTheBob9
2022-10-08improve cvar flag fixup and remove temp thing from findflagsBobTheBob9
2022-10-08Merge remote-tracking branch 'origin/main' into bobs-big-refactor-prBobTheBob9
2022-10-08fixup formattingBobTheBob9
2022-10-08bring up to date with mainBobTheBob9
2022-10-08fixup command flags better and reformatBobTheBob9
2022-10-07fix issues with cvar flag commitBobTheBob9
2022-10-04Clear token when not needed anymore (#282)Emma Miler
Also blocks migrateme
2022-10-03only unrestrict dev commands when commandline flag is presentBobTheBob9
2022-09-26change some stuff in exploitfixesBobTheBob9
2022-09-25Replace XInput library with updated one (#278)Emma Miler
* Replace XInput library with updated one This code adds better compatibility with newer controllers and different controller types Also adds ASLR to the loaded library * Formatting
2022-09-20Standardise concommand func naming in C++ (#277)BobTheBob
part of refactor
2022-09-19Merge branch 'main' into bobs-big-refactor-prBobTheBob9
2022-09-19set launcher directory and error on fail creating log filesBobTheBob9
2022-09-19update postbuild stepBobTheBob9
2022-09-19Set current directory properly (#275)p0358
2022-09-19Display error if logs path isn't writeable (#274)p0358
2022-09-16Merge remote-tracking branch 'origin/main' into bobs-big-refactor-prBobTheBob9
2022-09-16Merge branch 'main' into bobs-big-refactor-prBobTheBob9
2022-09-15fix more formattingBobTheBob9
2022-09-15clang format, fix issues with server registration and rpak loadingBobTheBob9
2022-09-13Revert "Add log colours because they are pretty (#237)"GeckoEidechse
This reverts commit a97f1f07bb5aa31629cd87023e09669eb4bf1fe9.
2022-09-07Rename some members of MasterServerManager (#266)GeckoEidechse
This is basically 9ab7c43c34183915273cc8b5ccedd72568249b27 from refactor but without the debug build crash fix as that was introduced in a commit in refactor not present on main Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
2022-09-03Fix changed icon (#264)GeckoEidechse
2022-09-03Check LSX for Origin launch (#263)BobTheBob
2022-09-03Merge branch 'bobs-big-refactor-pr' of ↵BobTheBob9
https://github.com/R2Northstar/NorthstarLauncher into bobs-big-refactor-pr
2022-09-03various formatting changes and fixesBobTheBob9
2022-09-02Add newlineGeckoEidechse
also part of refactor merge :^)
2022-09-02Update commentGeckoEidechse
also part of refactor merge :^)
2022-09-02More formatting stuff (#261)GeckoEidechse
2022-09-02Some formatting fixes (#260)GeckoEidechse
2022-09-02Carry over some formatting changes from refactor (#259)BobTheBob
2022-09-02Change prints to C++ style (#258)BobTheBob
2022-09-01add scriptdatatable.cpp rewriteBobTheBob9
2022-09-02Refactor cleanup (some formatting fixes) (#257)GeckoEidechse
* Fix some formatting * More formatting fixes
2022-09-01Refactor cleanup (#256)GeckoEidechse
* Fix indentation * Fix path in clang-format command in readme
2022-08-25Fix typoGeckoEidechse
Yes this is also part of refactor :3
2022-08-25Rename `configurables.cpp` to `nsprefix.cpp` (#253)BobTheBob
2022-08-25Rename `IsDedicated()` to `IsDedicatedServer()` (#252)BobTheBob
2022-08-24Change file name case sensitivity to lower case (#249)GeckoEidechse
To mirror how it is in refactor PR
2022-08-24Update refactor (#250)GeckoEidechse
* Add PR template * Update CI folder location * Delete startup args txt files * Add editorconfig file (#246) * Add editorconfig file It's a cross-editor compatible config file that defines certain editor behaviour (e.g. adding/removing newline at end of file) It is supported by major editors like Visual Studio (Code) and by version control providers like GitHub. Should end the constant adding/removing of final newline in PRs * More settings - unicode by default - trim newlines - use tabs for indentation (ugh) * Ignore folder rename (#245) * Hot reload banlist on player join (#233) * added banlist hotreload * fix formatting * didnt append, cleared whole file oopsie * unfuckedunban not rewriting file * fixed not checking for new line Co-authored-by: ScureX <47725553+ScureX@users.noreply.github.com>
2022-08-24Fix line endings (hopefully) (#244)GeckoEidechse
* Fix line endings (hopefully) * Fix more line endings
2022-08-24Ignore folder rename (#245)GeckoEidechse
2022-08-24Add newlines at end of file (#247)GeckoEidechse
Co-authored-by: Northstar <northstar@northstar.tf>
2022-08-24Add editorconfig file (#246)GeckoEidechse
* Add editorconfig file It's a cross-editor compatible config file that defines certain editor behaviour (e.g. adding/removing newline at end of file) It is supported by major editors like Visual Studio (Code) and by version control providers like GitHub. Should end the constant adding/removing of final newline in PRs * More settings - unicode by default - trim newlines - use tabs for indentation (ugh)
2022-08-24Add some changes from main to refactor (#243)GeckoEidechse
* Add PR template * Update CI folder location * Delete startup args txt files
2022-08-24Adjust folder structure (#242)BobTheBob
* Adjust folder structure * change launcher directory name
2022-08-23Add log colours because they are pretty (#237)Jack
* log colours :) * commend the freopen stuff (it causes problems) * formatting * add explanatory comment
2022-08-23Add ability to load Datatables from files (#238)Maya
* first version of kinda working custom datatables * Fix copy error * Finish custom datatables * Fix Merge * Fix line endings * Add fallback to rpak when ns_prefere_datatable_from_disk is true * fix typo * Bug fixess * Fix Function Registration hook * Set convar value * Fix Client and Ui VM * enable server auth with ms agian * Add Filters * FIx unused import * Merge remote-tracking branch 'upsteam/bobs-big-refactor-pr' into datatables Co-authored-by: RoyalBlue1 <realEmail@veryRealURL.com>