1
Fork 0
mirror of https://github.com/redstrate/LauncherTweaks.git synced 2025-05-20 17:37:46 +00:00
Commit graph

20 commits

Author SHA1 Message Date
a0e5aa09d7 Arguments are encoded with Base64 padding 2025-05-03 18:27:38 -04:00
c166df7858 Emit file and line info in panics if available 2025-05-03 18:21:32 -04:00
9328424259 Add an option to inject new command line arguments for the game
This can be used to add custom lobbies to the game, otherwise there's no
way to normally. (The retail client will use the built-in URLs in the
executable, the launcher doesn't pass any.)
2025-05-03 17:27:06 -04:00
282a2d0fd8 Add new features to README 2025-05-03 15:26:01 -04:00
4f2cb1d747 Remove comment about skidscan 2025-05-03 15:22:25 -04:00
38c163a8e2 Add an option to override the boot patch server 2025-05-03 15:16:25 -04:00
fa23987ef7 Add options to force HTTP, overwrite game patch server
As always, this affects the WinHttp stuff only - so really only the
patching HTTP calls.
2025-05-03 15:13:23 -04:00
2dfa611d98 Add a note to replace find_symbol 2025-04-22 15:48:32 -04:00
f17c70d3ac Add option to disable WebView2 install and boot version checks
These use terribly made function sigs but do work. WebView2 keeps
failing to install, so this is actuallt quite useful for me.
2025-04-22 15:45:08 -04:00
78548403e6 Move launcher function docs to the wiki 2025-04-20 17:34:38 -04:00
a1c7ad8ff4 Fix DLL name (again)
It turns out I was using winmm all along, oops. This should really be it
now.
2025-04-20 13:34:15 -04:00
68626bce97 Remove some redundant features from windows crate 2025-04-20 13:31:03 -04:00
c674c6c481 Replace mmap-fixed-fixed with my fork which removes the winapi crate
With that, we finally don't have to build *two* windows crates but just
one!
2025-04-20 13:26:02 -04:00
32cec1760d Update to latest proxy-dll to remove it's winapi dependency 2025-04-20 12:52:47 -04:00
c15bf36e8f Update to my fork of skidscan
It contains various fixes and improvements, such as porting from the
winapi crate to the official windows one.
2025-04-20 12:32:59 -04:00
e9b1593108 Update to newer proxy-dll-rs
This has my own changes to reduce the amount of dependencies used.
2025-04-20 12:14:00 -04:00
563d33c86f Update to new DLL name 2025-04-20 11:49:20 -04:00
7cc86c38b0 Add feature to force WinHTTP traffic to the system proxy
This is useful for sniffing non-web browser launcher traffic that goes
through WinHTTP. Thanks to NotNite for the initial hooking code.

Also when no launcher URL is configured, it should fall back to the
official URL now.
2025-04-20 11:43:19 -04:00
fe03f0db23
Add basic CI (#1) 2025-04-20 10:02:57 -04:00
598882d100 Add initial files 2025-04-19 23:10:11 -04:00