aboutsummaryrefslogtreecommitdiff
path: root/LauncherInjector
AgeCommit message (Collapse)Author
2022-04-27Hardcode version number (#152)GeckoEidechse
* Hardcode version number This way, we don't get the wrong version number when launching Titanfall2.exe via `-northstar` The hardcoded value should be overwritten by CI on release Fixes #129 * Set Northstar version in separate header file * Make `northstar_version` array a constant * Fix formatting
2022-04-13Format projectNorthstar
2022-04-12Update ns_icon.ico (#127)amione
2022-03-28More exploit fixes by KIttenPopo (#126)GeckoEidechse
* Quick fix for a bug I caused * Typo * Update kitten-fixes branch to my repo (#122) * Added string hash macro * Added convenient vtfunc macro * Made lil ConCommand creation macro * Fixed multiple NET_SetConVar exploits * Quick fixerino * Fix convar struct (and other things) * Revive clang-format (but good, i think) * Update .clang-format * Reformatted code to meet .clang-format requirements * Minor formatting fixes * Fixed Northstar "crashing" when console is closed * Update .clang-format * Quick fix for a bug I caused * Typo * NSMem Update * ExplotFixes: Only block excessive convar counts if server * Update ExploitFixes.cpp * Update ExploitFixes.cpp * Updated bytepatch format * reformatted all code for clang-format * Updated my clang-format to v13.0.0 * 3 fixes in 1 - ANTITAMPER fixed - NSMem simplification update - Fixed bad byte string in serverauthentication.cpp * Improved ExploitFixes logging and NET_SetConVar patch * clang-format unironically sabotaged my code * Made ns_exploitfixes_log on by default * Fixed IsMemoryReadable (oops) Co-authored-by: KittenPopo <Pokeberry123@gmail.com>
2022-03-26Add version numbering to all master server requests (#113)Emma Miler
* Add version numbering to all master server requests * Use "+dev" for user agent if dev version instead of "-dev" * Replace "FindResource" with "FindResourceW" As per code review suggestion https://github.com/R2Northstar/NorthstarLauncher/pull/113#discussion_r834788821 * Set User-Agent in SetCommonHttpClientOptions instead of for each curl call individually As per code review suggestion https://github.com/R2Northstar/NorthstarLauncher/pull/113#discussion_r834789168 Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
2022-03-23Implement KittenPopo exploit fixes (and sanity changes) (#112)KittenPopo
* Added main exploit fixes * Fixed typo in sigscanning.cpp * Fully implemented * Added proper includes for new files * Update README.md * typo * spare me my sanity (fixed ridiculous code) * Added rest of KittenMemUtils * Rename KittenMemUtils * Removed all messy memory edits, implemented NSMem instead * Update NorthstarDedicatedTest.vcxproj * [1] Move everything from securitypatches to ExploitFixes * [2] Move everything from securitypatches to ExploitFixes * Fixed module offsets in stack trace * Fixed UTF8 Parsing (Multiplayer Crash) * Implemented UT8 fix * Update NorthstarDedicatedTest.vcxproj * Update hookutils.cpp * Small fixes * all my homies hate clang-format * Temporarily restore README.md
2022-03-11Allow origin to start in the background (#108)Barnaby
* Allow origin to start in the background when * fix your format for gods sake
2022-03-03Add launcher code for plugin support (#93)Emma Miler
* rpc * RPC * Undoing broken shit * temp * Revert "temp" This reverts commit 4875b5aca2b0d6b03183d220120c03df28759a95. * Include a whole bunch of new stuff * fix id * Added manifest and added some verification * Fixed my oopsies * Safety commit * Moved over to new plugin abi * Small docs changes and made plugin loading use ABI_VERSION * Moving discord rpc plugin stuff to a separate repo * Add some comments to `plugins.cpp` * Moved internal structs from `plugin_abi.h` to `plugins.cpp` * Add CLA `-noplugins` * Code formatting changes so clang-format doesn't scream at me * i hate clang-format * why does this fail to build now wtf * Update plugins.cpp * Merged and updated to new convar system * Implemented changes requested in review * Removed a few more of those nasty comments * Removed extra build configs Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
2022-02-28Autogenerate startup args text files (#99)Emma Miler
Adds `-nostartupargs`
2022-02-25Add multiple icon resolutions (#97)Barnaby
16x16, 32x32, 64x64, 128x128, 256x256
2022-02-17Implement 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-03Format projectNorthstar
2022-01-24Misc improvementsp0358
2022-01-19Set resource version to DEVBarichello
2022-01-05Merge pull request #10 from MindSwipe/feature/version_resourcev1.4.0Barichello
Add version resource
2022-01-05Add version resourceMindSwipe
2021-12-31Add more clear error message for the most common install mistakep0358
2021-12-31some post-merge changes combined with my local changesp0358
2021-12-31Clean upgeni
2021-12-31Clean upgeni
2021-12-31Remove linear allocatorgeni
2021-12-31Clean upgeni
2021-12-30actually use custom allocation, override allocators of curl and rapidjsonp0358
2021-12-30add realloc toop0358
2021-12-30Restore the functionality of arguments from command linep0358
2021-12-30Refactor and fix of various issues, add run_northstar.txt supportp0358
2021-12-29remove x86 configurationsp0358
2021-12-29Add direct launcherp0358
2021-12-19openssl supportBobTheBob
2021-11-27more masterserver stuff and support for devonly/hidden cvarsBobTheBob
2021-09-27improve some commandline arg stuffBobTheBob
2021-09-27read cmdline args from file, disable origin on dediBobTheBob
2021-09-26add CommandLine() and Cbuf_ExecuteBobTheBob
2021-09-06moving to using unpacked for launcherBobTheBob
2021-08-27fix launcher steam support (hopefully) through disabling steam overlayBobTheBob
2021-08-25deprecate clc_SetPlaylistVarOverrideBobTheBob
2021-08-21more work on dedicated and launcherBobTheBob
2021-08-18lots of launcher stuffBobTheBob