Commit graph

2561 commits

Author SHA1 Message Date
goat
f30ebe5166
refactor(Injector): switch to file-scoped namespaces 2021-11-17 19:46:33 +01:00
goat
b5f34c3199
refactor(Dalamud): switch to file-scoped namespaces 2021-11-17 19:42:32 +01:00
goat
13cf3d93dc
refactor: switch all projects to C# 10 2021-11-17 17:52:18 +01:00
goaaats
681be5b743
Merge pull request #682 from Soreepeong/feature/inject-via-entrypoint
Add DelayInitializeMs to DalamudStartInfo
2021-11-12 19:50:57 +01:00
Soreepeong
97475f24b9 Not only wait for game window to be created but also to be shown 2021-11-12 23:11:12 +09:00
Soreepeong
fee9d27435 Set default value for DelayInitializeMs 2021-11-12 23:11:01 +09:00
Soreepeong
6553507146 Add DelayInitializeMs to DalamudStartInfo 2021-11-12 22:31:43 +09:00
goaaats
8b9a0c0859
Merge pull request #681 from Soreepeong/feature/inject-via-entrypoint
Add Dalamud load path via entry point rewrite
2021-11-12 12:44:22 +01:00
Soreepeong
79ddc5dd31 Add loading via entrypoint 2021-11-12 17:19:37 +09:00
goaaats
4cff810d1d
Merge pull request #680 from daemitus/http 2021-11-11 03:04:14 +01:00
Raymond
9b47cd327a Fix delete path with auth header 2021-11-10 20:37:38 -05:00
Raymond
d180ed005c More marketboard work, fix 10 instead of 20 history items 2021-11-10 20:25:20 -05:00
Raymond
042558aa5e Cleanup, log with continuation tasks 2021-11-10 20:24:36 -05:00
Raymond
6c1b50174a Pull MBStart into a read method 2021-11-10 20:24:07 -05:00
Raymond
45520657fc HandleCfPop 2021-11-10 20:23:42 -05:00
Raymond
6d9f7584d6 Cleanup util 2021-11-10 11:56:54 -05:00
Raymond
321f39dc55 Reuse httpclient, create in Util 2021-11-10 11:56:39 -05:00
goaaats
93863dbc8a
feat: add DALAMUD_WAIT_DEBUGGER env var 2021-11-07 16:43:08 +01:00
goaaats
c06a29a2d4
feat: actually fail in Framework if tier load fails, remove DALAMUD_NOT_HAVE_INTERFACE 2021-11-07 16:39:40 +01:00
goaaats
d06a7efff8
feat: add "Load banned plugins" option to dev menu 2021-11-07 14:33:15 +01:00
goaaats
47428d5c03
Merge pull request #678 from philpax/fix-antidebug-t2-fail
fix: only enable antidebug if it has not already been enabled
2021-11-06 20:41:22 +01:00
Philpax
ec55f673a1 fix: only enable antidebug if it has not already been enabled 2021-11-06 20:29:24 +01:00
goaaats
ad802d2cbf
Merge pull request #677 from daemitus/fixes
Fixes
2021-11-04 14:33:38 +01:00
Raymond
003646e48d Docstring fix 2021-11-04 09:25:16 -04:00
Raymond
eca4ce05fd Solve minhook crash on plugin reload 2021-11-04 09:25:16 -04:00
Raymond
5380141d76 Prune tasks from the infinite task list 2021-11-04 09:25:16 -04:00
Raymond
edc38bae5e bail on tasktracker hook error 2021-11-04 09:25:16 -04:00
Raymond
c53aced272 Fix for minhook error 2021-11-04 09:25:16 -04:00
Raymond
8a58782e86 Force Reloaded hook option 2021-11-04 09:25:16 -04:00
Raymond
9c27212d37 Fix chained ctor confusing callingAssembly value 2021-11-04 09:25:16 -04:00
Raymond
067ffc9fd2 Fix enum VS messages 2021-11-04 09:25:16 -04:00
Raymond
e5ad15b305 Clean imports 2021-11-04 09:25:16 -04:00
Raymond
2e5296ea3c Console window: always have scrollbars 2021-11-04 09:25:16 -04:00
goat
e9be05f6bf
feat: re-VEH 2021-11-04 12:50:29 +01:00
goat
1deadaa7fa
build: 6.0.1.3 2021-11-04 12:42:21 +01:00
goat
810909fab2
fix: temporary un-VEH-ing 2021-11-04 12:41:46 +01:00
goaaats
0da7cad474
Merge pull request #676 from pohky/veh
Update veh.cpp
2021-11-02 20:45:44 +01:00
pohky
d256c1b79a Update veh.cpp
- dump module list in the log
2021-11-02 20:11:58 +01:00
goaaats
cf3648bca0
Merge pull request #674 from pohky/veh 2021-11-01 23:45:42 +01:00
pohky
195c5132be Update EntryPoint.cs
possible fix for BrowserHost and TTT
2021-11-01 23:06:38 +01:00
goat
ea86cedfd4
build: 6.0.1.2 2021-11-01 22:11:44 +01:00
goaaats
d02aa832ba
Merge pull request #672 from pohky/veh 2021-11-01 22:11:12 +01:00
pohky
6e391779f8 Update dllmain.cpp
- check XL_WINEONLINUX env var
2021-11-01 22:09:47 +01:00
goat
47e83ec053
build: 6.0.1.1 2021-11-01 22:05:11 +01:00
goat
83608f4994
fix: comment out symbol loading 2021-11-01 22:04:43 +01:00
goat
44383402c7
Revert "fix: move VEH init before CLR init"
This reverts commit 3371f2c9e8.
2021-11-01 22:03:11 +01:00
goat
3371f2c9e8
fix: move VEH init before CLR init 2021-11-01 21:35:27 +01:00
goaaats
9ca0ca3d39
Merge pull request #671 from pohky/veh
disable veh and symbolhandler for linux
2021-11-01 20:35:20 +01:00
pohky
bddc1e1365 disable veh and symbolhandler for linux 2021-11-01 20:19:35 +01:00
goaaats
32896611d5
build: 6.0.1.0 2021-11-01 18:18:37 +01:00