Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-08 | avoid ptr decay when setting auth tokenv1.9.8-rc2 | BobTheBob9 | |
2022-10-08 | set serverfilter betterv1.9.8-rc1 | BobTheBob9 | |
2022-10-08 | improve cvar flag fixup and remove temp thing from findflags | BobTheBob9 | |
2022-10-08 | Merge remote-tracking branch 'origin/main' into bobs-big-refactor-pr | BobTheBob9 | |
2022-10-08 | fixup formatting | BobTheBob9 | |
2022-10-08 | bring up to date with main | BobTheBob9 | |
2022-10-08 | fixup command flags better and reformat | BobTheBob9 | |
2022-10-07 | fix issues with cvar flag commit | BobTheBob9 | |
2022-10-04 | Clear token when not needed anymore (#282) | Emma Miler | |
Also blocks migrateme | |||
2022-10-03 | only unrestrict dev commands when commandline flag is present | BobTheBob9 | |
2022-09-26 | change some stuff in exploitfixes | BobTheBob9 | |
2022-09-25 | Replace 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-20 | Standardise concommand func naming in C++ (#277) | BobTheBob | |
part of refactor | |||
2022-09-19 | Merge branch 'main' into bobs-big-refactor-pr | BobTheBob9 | |
2022-09-19 | set launcher directory and error on fail creating log files | BobTheBob9 | |
2022-09-19 | update postbuild step | BobTheBob9 | |
2022-09-19 | Set current directory properly (#275) | p0358 | |
2022-09-19 | Display error if logs path isn't writeable (#274) | p0358 | |
2022-09-16 | Merge remote-tracking branch 'origin/main' into bobs-big-refactor-pr | BobTheBob9 | |
2022-09-16 | Merge branch 'main' into bobs-big-refactor-pr | BobTheBob9 | |
2022-09-15 | fix more formatting | BobTheBob9 | |
2022-09-15 | clang format, fix issues with server registration and rpak loading | BobTheBob9 | |
2022-09-13 | Revert "Add log colours because they are pretty (#237)" | GeckoEidechse | |
This reverts commit a97f1f07bb5aa31629cd87023e09669eb4bf1fe9. | |||
2022-09-07 | Rename 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-03 | Fix changed icon (#264) | GeckoEidechse | |
2022-09-03 | Check LSX for Origin launch (#263) | BobTheBob | |
2022-09-03 | Merge branch 'bobs-big-refactor-pr' of ↵ | BobTheBob9 | |
https://github.com/R2Northstar/NorthstarLauncher into bobs-big-refactor-pr | |||
2022-09-03 | various formatting changes and fixes | BobTheBob9 | |
2022-09-02 | Add newline | GeckoEidechse | |
also part of refactor merge :^) | |||
2022-09-02 | Update comment | GeckoEidechse | |
also part of refactor merge :^) | |||
2022-09-02 | More formatting stuff (#261) | GeckoEidechse | |
2022-09-02 | Some formatting fixes (#260) | GeckoEidechse | |
2022-09-02 | Carry over some formatting changes from refactor (#259) | BobTheBob | |
2022-09-02 | Change prints to C++ style (#258) | BobTheBob | |
2022-09-01 | add scriptdatatable.cpp rewrite | BobTheBob9 | |
2022-09-02 | Refactor cleanup (some formatting fixes) (#257) | GeckoEidechse | |
* Fix some formatting * More formatting fixes | |||
2022-09-01 | Refactor cleanup (#256) | GeckoEidechse | |
* Fix indentation * Fix path in clang-format command in readme | |||
2022-08-25 | Fix typo | GeckoEidechse | |
Yes this is also part of refactor :3 | |||
2022-08-25 | Rename `configurables.cpp` to `nsprefix.cpp` (#253) | BobTheBob | |
2022-08-25 | Rename `IsDedicated()` to `IsDedicatedServer()` (#252) | BobTheBob | |
2022-08-24 | Change file name case sensitivity to lower case (#249) | GeckoEidechse | |
To mirror how it is in refactor PR | |||
2022-08-24 | Update 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-24 | Fix line endings (hopefully) (#244) | GeckoEidechse | |
* Fix line endings (hopefully) * Fix more line endings | |||
2022-08-24 | Ignore folder rename (#245) | GeckoEidechse | |
2022-08-24 | Add newlines at end of file (#247) | GeckoEidechse | |
Co-authored-by: Northstar <northstar@northstar.tf> | |||
2022-08-24 | Add 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-24 | Add some changes from main to refactor (#243) | GeckoEidechse | |
* Add PR template * Update CI folder location * Delete startup args txt files | |||
2022-08-24 | Adjust folder structure (#242) | BobTheBob | |
* Adjust folder structure * change launcher directory name | |||
2022-08-23 | Add log colours because they are pretty (#237) | Jack | |
* log colours :) * commend the freopen stuff (it causes problems) * formatting * add explanatory comment | |||
2022-08-23 | Add 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> |