Commit Graph

908 Commits

Author SHA1 Message Date
otavepto
e2cb2e0f38 allow specifying a load order via a file called load_order.txt inside the root of the dlls to inject folder + updated readmes 2024-01-19 04:28:03 +02:00
otavepto
d881806644 update redmes 2024-01-19 04:28:03 +02:00
otavepto
91aac61e23 a working stub patcher + lots of changes to cold client loader 2024-01-19 04:28:03 +02:00
otavepto
00ace6727d refactored the entire win client loader to use C++ + use relative paths to the exe itself + added a debug log 2024-01-19 04:28:03 +02:00
otavepto
d1fdde23cc fixed some win build errors 2024-01-19 04:28:03 +02:00
otavepto
0590f6d2f6 more helpers 2024-01-19 04:28:03 +02:00
otavepto
705a1b925a added helper functions + restructure folders 2024-01-19 04:28:03 +02:00
otavepto
9a1b49b103 use the dos stb changer during build 2024-01-19 04:28:03 +02:00
otavepto
b69973a37d use the undocumented linker flag to prevent adding the MSVC Rich Header 2024-01-19 04:28:03 +02:00
otavepto
40ef939ad9 build cold client loader in 32 and 64 bit modes 2024-01-19 04:28:03 +02:00
otavepto
ad89399272 added a new win resource to be used for 64 bit build of client loader 2024-01-19 04:28:03 +02:00
otavepto
733e08c3b9 added a new option to the cold client loader to load a dll via createremotethread 2024-01-19 04:28:03 +02:00
otavepto
34492b69de ignore build tmp of dos stub changer 2024-01-19 04:28:03 +02:00
otavepto
b14a3e7f54 fixed a mistake in win build script 2024-01-19 04:28:03 +02:00
otavepto
0d4a73c41f fixed a mistake in win build deps script 2024-01-19 04:28:03 +02:00
otavepto
9534e9dd1b added a post build script to change the file DOS stub after build 2024-01-19 04:28:03 +02:00
otavepto
f7db814f4c added helpers for PE/module stuff 2024-01-19 04:28:03 +02:00
otavepto
ab99591483 stub for appticket 2024-01-19 04:28:03 +02:00
otavepto
f8bb8b2285 fixed the overlay crash when an invitation is sent (on guest side)
(cherry picked from commit fc4fbb33b11e03946bb158c465ce3cb8e02b3f45)
2024-01-19 03:51:44 +02:00
otavepto
a453bca12e updated .gitignore to to ignore crash printer tests output 2024-01-19 03:51:44 +02:00
otavepto
0358bcae89 parse the crash printer path from config file 2024-01-19 03:51:44 +02:00
otavepto
6efc5b5e8e updated build scripts for the crash printer 2024-01-19 03:51:44 +02:00
otavepto
2056698d6e tests for crash printer 2024-01-19 03:51:44 +02:00
otavepto
fcfda3ddd2 win crash printer 2024-01-19 03:51:44 +02:00
otavepto
57e7dbebde linux crash printer 2024-01-19 03:51:44 +02:00
otavepto
d15441a30e common files used by crash printer 2024-01-19 03:51:44 +02:00
otavepto
85abf09650 new id to handle recent games 2024-01-19 03:51:44 +02:00
otavepto
2450f20bc0 use https for submodules, fixes #41 2024-01-11 18:46:50 +02:00
otavepto
e116d86cc0 updated changelog 2024-01-05 22:36:17 +02:00
otavepto
43ce82bf9c fix compilation error + some print messages 2024-01-05 22:10:30 +02:00
otavepto
54af73788b print more missing old interfaces + some consistency 2024-01-05 22:10:30 +02:00
otavepto
c37299013c consistency with interfaces are accessed/casted 2024-01-05 22:10:30 +02:00
otavepto
57a02c7b43 refactor the tool find_intrfaces to search accurately for interfaces 2024-01-05 22:10:30 +02:00
Detanup01
e221d8e1d2 Fix Replace 2024-01-05 17:03:03 +02:00
otavepto
051db907e3 release date! 2024-01-03 01:59:51 +02:00
otavepto
ace7aa4acb added a new debug option "ResumeByDebugger" for the Windows version of the client loader 2024-01-03 01:56:26 +02:00
otavepto
bc62efa7f7 updated changelog 2023-12-31 21:19:06 +02:00
otavepto
c272d965f9 added dep for signer in workflow, here we go again! hope this works 2023-12-31 21:06:44 +02:00
otavepto
ecf9db20a6 some comments 2023-12-31 21:06:44 +02:00
otavepto
41a3adfa33 sign the gen emu script too 2023-12-31 21:06:44 +02:00
otavepto
fbaad96afc check for signing tool 2023-12-31 21:06:44 +02:00
otavepto
a0cc63a773 added submodule for the new build dep 2023-12-31 21:06:44 +02:00
otavepto
4e0ac7521a added release note regarding signing 2023-12-31 21:06:44 +02:00
otavepto
61ae6711f8 always generate DLC.txt 2023-12-31 21:06:44 +02:00
otavepto
8fa92eef93 updated win build script to sign each file after build 2023-12-31 21:06:44 +02:00
otavepto
929474661b added readme for resources folder 2023-12-31 01:55:34 +02:00
otavepto
e326c1d556 don't cleanup protoc generated files, because VScode gets confused and cannot find files/types 2023-12-31 01:35:16 +02:00
otavepto
f6bb934c1e exit early when protoc or rc.exe fails 2023-12-31 01:35:16 +02:00
otavepto
8b9e366441 added version resource for .exe launcher 2023-12-31 01:35:16 +02:00
otavepto
e5f59ad952 updated win build script to compile and use the .rc file 2023-12-31 01:35:16 +02:00