aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL
AgeCommit message (Collapse)Author
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-19Display error if logs path isn't writeable (#274)p0358
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-02Carry over some formatting changes from refactor (#259)BobTheBob
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-24Add newlines at end of file (#247)GeckoEidechse
Co-authored-by: Northstar <northstar@northstar.tf>
2022-08-24Adjust folder structure (#242)BobTheBob
* Adjust folder structure * change launcher directory name