Commit graph

189 commits

Author SHA1 Message Date
kizer
8e7f370ddd
Load services asynchronously whenever possible (#893) 2022-06-24 22:12:51 +02:00
goaaats
bf72ad589d
chore: remove error messagebox in Dalamud.Injector, the program that runs it should show an error instead 2022-06-23 23:49:44 +02:00
goaaats
8744e82979
feat: make ETW configurable, doesn't actually do anything yet because we're stuck on .NET 5 2022-06-22 16:58:53 +02:00
marzent
a88f6bacca
increase timeout for game window (#890) 2022-06-21 08:18:05 +02:00
goaaats
3397b608d0
feat: switch framework hooks from vtable to sigs 2022-06-20 22:08:50 +02:00
goaaats
fee4b1c32a
fix: correctly persist sigged jmp calls 2022-06-20 18:16:55 +02:00
goaaats
ea2277ae8f
refactor: NativeAclFix => GameStart 2022-06-20 15:52:48 +02:00
goaaats
bd7f3f6033
feat: continuously check for game window, don't use WaitForInputIdle(), throw exception if timeout 2022-06-20 15:50:32 +02:00
goaaats
c3e16ad92c
feat: add "--console" arg to show boot console, write Dalamud logs to console if set 2022-06-20 15:29:49 +02:00
goaaats
03304b3495
feat: actually set BootLogPath from injector 2022-06-19 12:45:12 +02:00
goaaats
192396abdc
feat: set boot defaults via json 2022-06-19 12:24:18 +02:00
goaaats
b083ea65c0
feat: add verbose flag for injector 2022-06-17 17:52:43 +02:00
goaaats
dd686fe6a0
deps: update Reloaded.Memory.Buffers
This fixes a bug wherein compilation of Dalamud.Injector after Dalamud would place an outdated Reloaded.Memory.Buffers DLL in the output folders, which was missing methods needed
2022-06-17 15:35:38 +02:00
goaaats
c9bd023cf0
chore: don't set DALAMUD_UNHOOK_DLLS by default 2022-06-03 18:18:42 +02:00
goaaats
9d538d3b2a
chore: always ignore default if env vars are predefined 2022-06-03 17:56:40 +02:00
goaaats
0c59f65aef
chore: new boot defaults 2022-06-03 17:54:26 +02:00
goaaats
f61ffcae92
chore: remove some unnecessary logging 2022-06-03 17:46:35 +02:00
kizer
b6237267ce
Workaround nuke not autoaddling dep lib (#859)
* #pragma comment(lib, <minhook lib>)

* Fix logging path, and make common files not use pch

* Move lib import to vcproj from pragma

* a

* Make copy of vcxproj for minhook from submodule to lib dir

* nuke it

* .
2022-05-29 19:18:00 +02:00
goaaats
a7540d0fef
feat: write Dalamud.Boot logs to dalamud.boot.log 2022-05-29 17:25:29 +02:00
kizer
75de126c9d
Implement xiv fixes into Dalamud.Boot (#857) 2022-05-28 19:11:03 +02:00
goaaats
f40b52968b
fix: append RunAsInvoker to __COMPAT_LAYER if not present 2022-05-22 16:48:01 +02:00
goaaats
cff1519780
fix: preserve preset __COMPAT_LAYER 2022-05-22 16:24:26 +02:00
kizer
bf1a525e4c
Fix --mode= handling on injector arguments (#829) 2022-05-12 10:34:58 +02:00
kizer
fde3f63dc7
Fix dalamud launch language and add --dalamud-client-language (#826)
* Fix dalamud launch language and add --dalamud-client-language

* Fix help
2022-04-29 20:12:22 +02:00
goat
83676a3ac2
chore: only warn before manual injections in release builds 2022-04-26 11:26:08 +02:00
goat
96ed22534c
chore: fix some warnings, cleanup 2022-04-25 20:04:17 +02:00
kizer
9a38a9470c
Fix inject problems (#820)
* CoreCLR: resolve and load nethost on demand instead of requiring it on load

* Remove nethost loading from C# side

* Added option to not chain Process.Dispose; see for last error only if result is empty
2022-04-25 10:13:32 +02:00
kizer
5b4833a6f7
Fix dumb (#819) 2022-04-24 15:03:13 +02:00
kizer
eb2197132e
Fetch win32 error codes on remote LoadLibrary/GetProcAddress calls (#816)
* Fetch win32 error codes on remote LoadLibrary/GetProcAddress calls

* Fix out of index exc
2022-04-23 21:37:32 +02:00
kizer
4d7b3bca9c
Turn Dalamud Injector into a console app (#811) 2022-04-23 16:46:58 +02:00
Soreepeong
3c44a43601 Autodetect installed expac version on test launching with injector 2022-04-15 22:37:26 +09:00
goaaats
0c9fd95478
feat: add mb collect checkbox to general settings 2022-04-03 03:07:28 +02:00
goat
8c66acf950
chore: language level 10 for all projects 2022-02-13 04:49:33 +01:00
goat
ff20d81d79
feat(Injector): use "dev" folder for assets in default StartInfo 2022-01-26 02:42:43 +01:00
goaaats
8939de61e7
feat: warn about manual injection 2022-01-03 15:16:07 +01:00
goat
a2305c7a1d
Revert "refactor: switch all projects to C# 10"
This reverts commit 13cf3d93dc.
2021-11-18 15:24:06 +01:00
goat
d473826247
Revert "refactor(Injector): switch to file-scoped namespaces"
This reverts commit f30ebe5166.
2021-11-18 15:23:38 +01:00
goat
f30ebe5166
refactor(Injector): switch to file-scoped namespaces 2021-11-17 19:46:33 +01:00
goat
13cf3d93dc
refactor: switch all projects to C# 10 2021-11-17 17:52:18 +01:00
Raymond
54af39cf5c Link Dalamud files in the injector into an "included" folder 2021-10-17 19:55:47 -04:00
Raymond
49718d5669 Debug injector.log should be dalamud.injector.log 2021-10-17 19:55:04 -04:00
goaaats
c5ec3f9b62
fix: check if plugin is available when sending feedback 2021-10-08 18:55:08 +02:00
goaaats
6ce5b16280
fix: comment out log cull error message, doesn't really matter 2021-10-08 17:51:34 +02:00
goat
080a71ba61
fix: Injector entrypoint not setting workingdirectory, should be fixed in XL 2021-08-20 02:18:15 +02:00
Raymond
220f47441a Inline startInfo.WorkingDirectory 2021-08-15 22:55:52 -04:00
Raymond
61b5b2631f Implement manual log file rotating and culling 2021-08-09 10:04:05 -04:00
Raymond
4ca4d778aa Add additional logging to injector 2021-08-09 10:01:06 -04:00
Raymond
7cb1f3b2f9 Dependency bump 2021-08-09 09:59:04 -04:00
Raymond Lynch
658eedca37 Magic the magic happen 2021-07-11 16:32:32 -04:00
Raymond Lynch
5c3caa02c9 StyleCop: Dalamud.Injector 2021-05-29 20:46:11 -04:00