Commit graph

4418 commits

Author SHA1 Message Date
goat
69725bbfe9
feat: clear font, style, color stack when fonts are rebuilt 2023-06-07 19:59:37 +02:00
goat
46bf3c0c21
Merge pull request #1241 from nebel/issue-1190
Fix exception when using reset button in Plugin Statistics window
2023-06-07 08:16:03 +02:00
nebel
c5ffd25b75
Fix exception when using reset button in Plugin Statistics window 2023-06-07 10:45:59 +09:00
goat
1aa3a96174
Merge pull request #1237 from nebel/unhooker
Improve unhooking of hooked functions
2023-06-06 19:24:29 +02:00
goat
4c9bc12f65
build: 7.6.3.0 2023-06-06 11:35:26 +02:00
bleatbot
1f4d13193e
[master] Update ClientStructs (#1234)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-06-04 12:18:03 +00:00
nebel
60a29e36c2
Create RegisterUnhooker overload 2023-06-04 02:49:59 +09:00
nebel
429316747d
Add minBytes and maxBytes to Unhooker 2023-06-04 01:48:18 +09:00
nebel
64fddf10bb
Improve unhooking of hooked functions 2023-06-03 23:23:38 +09:00
bleatbot
5a8fff515f
Update ClientStructs (#1233)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-05-31 20:02:07 +02:00
Ava Chaney
62b3ded6ad
build: 7.6.2.0 (#1232) 2023-05-30 06:49:01 +00:00
Ava Chaney
716ba59aae
Revert "hook Present and ResizeBuffers with MinHook" (#1231)
This reverts commit 5af1425c97.
2023-05-30 06:39:21 +00:00
Ava Chaney
384383140c
Add CODEOWNERS file (#1230)
This should simply ensuring that the Dalamud maintainers are notified of
pull requests.
2023-05-29 21:04:31 -07:00
bleatbot
bf8c69b0f3
Update ClientStructs (#1223)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-05-29 17:50:02 -07:00
Ava Chaney
1de8b6983d Merge branch 'master' into v9 2023-05-29 17:48:39 -07:00
kal
6bc7ebaff2
feat: remove obsolete icons (#1147) 2023-05-29 12:59:44 -07:00
Ava Chaney
ab39b58a38
build: 7.6.1.0 (#1229) 2023-05-29 19:38:18 +02:00
Ava Chaney
dcdfd3c403
chore: ci + readme fixes, make editorconfig consistent with usage in yml files (#1228) 2023-05-29 06:41:33 +00:00
Ava Chaney
7573575985
bump clientstructs (#1227) 2023-05-29 05:59:43 +00:00
KazWolfe
956e310041
Clean up Happy Eyeballs Verbose Spam (#1224)
* Clean up HappyEyeballs verbose spam

- Cancellations should be properly suppressed now

* Bump ClientStructs
2023-05-28 22:46:49 -07:00
Ava Chaney
0014bfa6fc
revert IM changes for now due to instability (#1226)
Revert "hook Present and ResizeBuffers immediately when InterfaceManager is created"

This reverts commit e1a56d6d64.

Revert "add a bunch of logging to IM setup"

This reverts commit 6870c8e7d2.

Revert "more IM logging tweaks"

This reverts commit 4139dc14e7.

Revert "IM logs on information"

This reverts commit d393bd4e2a.
2023-05-28 22:30:12 -07:00
goat
fe6196d0ad
merge master into profiles 2023-05-28 16:06:05 +02:00
goat
d393bd4e2a
IM logs on information 2023-05-28 13:16:32 +02:00
Ava Chaney
8bd0cb0c57 cleanup: remove obsolete Util.HttpClient, Util.CopyTo() 2023-05-27 17:37:41 -07:00
Ava Chaney
292e0c2df8 cleanup: remove obsoleted properties in DalamudPluginInterface 2023-05-27 17:25:05 -07:00
Ava Chaney
efec6eada2 cleanup: remove obsolete method to reload all plugins 2023-05-27 17:21:15 -07:00
Ava Chaney
276ad3733f cleanup: remove obsolete Hook ctors 2023-05-27 17:19:14 -07:00
Ava Chaney
ddf4e56ee6 cleanup: remove obsolete SeStringManager class 2023-05-27 17:15:22 -07:00
Ava Chaney
f61e633517 cleanup: remove obsolete FrameworkAddressResolver.BaseAddress property 2023-05-27 17:11:34 -07:00
Ava Chaney
f1f2b51cd6 start v9 branch, pin API level to major version 2023-05-27 16:31:10 -07:00
goat
4139dc14e7
more IM logging tweaks 2023-05-27 23:28:32 +02:00
goat
5d54705ec1
don't record states for non-dev plugins in troubleshooting 2023-05-27 21:15:20 +02:00
goat
6870c8e7d2
add a bunch of logging to IM setup 2023-05-27 21:13:45 +02:00
goat
e1a56d6d64
hook Present and ResizeBuffers immediately when InterfaceManager is created
Also seems to resolve the aforementioned issue without breaking wine support
2023-05-27 19:04:21 +02:00
bleatbot
37fc9d7284
Update ClientStructs (#1218)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-05-27 06:27:44 +00:00
KazWolfe
76cf97d316
build: 7.6.0.0 (#1222) 2023-05-26 23:16:09 -07:00
Ava Chaney
95b0565976
Fix devplugins again & bump CS (#1221)
* reapply devplugins directory removal, without breaking everything

Revert "Revert "Remove support for legacy devplugins directory (#1219)" (#1220)"

This reverts commit 681cda91a4.

* bump CS
2023-05-27 01:40:51 +00:00
goat
5af1425c97
hook Present and ResizeBuffers with MinHook
potentially works around a rare crash regarding discord hooks in functions called by Framework::Update()
2023-05-26 22:59:32 +02:00
goat
681cda91a4
Revert "Remove support for legacy devplugins directory (#1219)" (#1220)
This reverts commit 845a3fba4f.
2023-05-26 12:02:01 +02:00
Ava Chaney
845a3fba4f
Remove support for legacy devplugins directory (#1219)
* remove support for legacy devPlugins directory

* bump CS

* fix copy

* remove legacy helptext
2023-05-26 01:37:04 -07:00
Ottermandias
4b3253b9e7 Fix some problems. 2023-05-25 22:01:12 +02:00
goat
5361355ffd
build: 7.5.2.0 2023-05-25 21:47:15 +02:00
Ottermandias
ca69aae500 Remove some warnings. 2023-05-25 21:35:01 +02:00
Ottermandias
0c53741b1d Remove OLE interop dependency. 2023-05-25 21:24:15 +02:00
Ottermandias
96bb94b9d5 Improve Drag & Drop interface. 2023-05-25 21:24:15 +02:00
Ottermandias
c76cbbd518 dragdrop 2023-05-25 21:24:15 +02:00
bleatbot
f07b4d5719
[master] Update ClientStructs (#1216)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-05-25 18:47:06 +00:00
goat
17254f323d
ci: switch to tokens 2023-05-25 19:39:52 +02:00
goat
067896b80a
Update ClientStructs (#1215)
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-05-25 09:04:37 -07:00
Cara
35a1319f07
Update Character.StatusFlags (#1214) 2023-05-25 02:50:07 -07:00