srkizer
a6ea4aa56a
Update .editorconfig for Resharper/Rider to conform with StyleCop rules ( #1534 )
2023-11-26 22:55:43 +01:00
Ottermandias
a80ab30b4c
Add a log message for each leaked hook with its address. ( #1543 )
2023-11-25 12:24:08 -08:00
srkizer
40e90a39c8
Add Dalamud.CorePlugin.json ( #1533 )
2023-11-21 22:30:38 -08:00
goat
c7fc943692
build: 9.0.0.13
2023-11-19 13:32:05 +01:00
KazWolfe
93f08a4cb5
fix: Use SetValue for FlyText string arrays ( #1532 )
...
- Might fix a bug causing crashes with certain FlyText use cases, maybe.
- Also allows building Dalamud under .NET 8 local envs.
2023-11-18 12:17:18 -08:00
goat
48e8462550
ci: disable integration for unmergeable branch
2023-11-14 19:46:42 +01:00
goat
8b0c20057f
ci: re-enable auto integration
2023-11-14 19:45:14 +01:00
goat
140d0c8a2f
build: 9.0.0.12
2023-11-14 18:48:41 +01:00
goat
5daef60422
chore: rename config key for title bar options, move to experimental tab
2023-11-14 18:48:10 +01:00
goat
cb968d24c1
fix: TitleBarButton => class
2023-11-14 18:46:40 +01:00
goat
245ecd4e5d
build: 9.0.0.11
2023-11-11 14:19:51 +01:00
goat
3939731cb0
chore: make window additional options opt-in for now
2023-11-11 14:19:24 +01:00
goat
13bdbcb236
build: 9.0.0.10
2023-11-11 13:04:14 +01:00
bleatbot
744e26b500
Update ClientStructs ( #1518 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-11-10 21:07:19 +01:00
MidoriKami
9a8f370975
Update AddonEventType ( #1516 )
2023-11-10 21:03:54 +01:00
Aireil
4e1e9a0fce
fix: fly text atk arrays + offsets ( #1523 )
2023-11-10 21:03:28 +01:00
goat
c03d6ff048
fix: only allow pinning/clickthrough if the window is within the main viewport
2023-11-07 19:27:45 +01:00
goat
f10a597566
feat: add title bar buttons API to Window, make clickthrough/pinning window a title bar button
2023-11-06 23:10:55 +01:00
goat
b73ac2f3f7
feat: show why update failed when updating a single plugin
2023-11-02 19:52:23 +01:00
goat
7f87d2a9d2
fix: don't unload plugin until update is downloaded, show proper errors
2023-11-02 19:42:32 +01:00
KazWolfe
403e94f9d0
chore: Bump CS to 9f22a2a2 ( #1517 )
...
- Revert of AtkResNode DrawFlags
2023-11-01 03:06:57 +00:00
goat
20d5e26403
build: 9.0.0.9
2023-10-31 21:22:27 +01:00
KazWolfe
e538763f20
chore: Fix most 6.51 warnings ( #1514 )
2023-10-31 21:21:55 +01:00
bleatbot
9ccc389b0b
Update ClientStructs ( #1513 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-31 08:07:34 -07:00
MidoriKami
67ae069a23
AddonLifecycle ReceiveEvent improvements ( #1511 )
...
* Prototype
* Add hook null safety
Add a check to make sure addons that invoke virtual functions for other addons don't trigger lifecycle messages multiple times.
* Expose event listeners for AddonLifecycleWidget.cs
Disable hook when all listeners for an addon unregister
* Add AddonLifecycleWidget.cs
* Remove excess logging
2023-10-30 19:39:43 -07:00
bleatbot
d8c3c4c789
Update ClientStructs ( #1509 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-30 19:36:58 -07:00
goat
36364576a8
feat: MVP pinning, clickthrough, alpha menu for Window System windows
...
Needs saving, an actual button in the title bar
2023-10-30 21:40:46 +01:00
goat
e30c904ad6
build: 9.0.0.8
2023-10-29 14:17:53 +01:00
bleatbot
af55d6fcfd
[master] Update ClientStructs ( #1502 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-29 13:16:25 +00:00
MidoriKami
28804b905e
Fix Framework Stat Tracking ( #1506 )
2023-10-29 14:01:48 +01:00
srkizer
f60e7b7a86
Fulfill BuildLookupTable preconditions ( #1507 )
2023-10-29 11:38:31 +01:00
goat
e5e9622974
build: 9.0.0.7
2023-10-27 12:21:49 +02:00
goat
9187a100da
fix: use correct installer group IDs
2023-10-27 12:21:10 +02:00
goat
b7eb0f122c
build: 9.0.0.6
2023-10-25 20:39:15 +02:00
bleatbot
b9be67ce98
[master] Update ClientStructs ( #1501 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-25 18:17:27 +00:00
bleatbot
62a61735c6
[master] Update ClientStructs ( #1500 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-25 19:56:29 +02:00
goat
9875a7ea31
feat: allow configuring the default page the installer opens to
2023-10-25 17:32:42 +02:00
liam
9850ac3f15
Bump Luminas ( #1499 )
...
* Bump Luminas
* Bump Excel
2023-10-24 18:03:55 +02:00
Sayu
041937b2d8
fix: changelog crashes on improper LastUpdate timestamp ( #1493 )
2023-10-24 15:49:33 +00:00
ditzy
fdbdf26da6
add support for area instance to SeString.CreateMapLink() ( #1490 )
...
* add support for area instance to SeString.CreateMapLink()
---------
Co-authored-by: ditzy <ditzy.zy@pm.me>
2023-10-24 04:57:16 +00:00
MidoriKami
e12ec0ceff
Add FrameworkPluginScoped ( #1442 )
...
Co-authored-by: KazWolfe <KazWolfe@users.noreply.github.com>
2023-10-21 18:06:02 -07:00
bleatbot
dbe0f903c0
Update ClientStructs ( #1491 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-21 17:40:53 -07:00
goat
972abe78ce
Revert "Bump Luminas ( #1495 )" ( #1497 )
...
This reverts commit 3fb5bcc348 .
2023-10-21 00:38:11 +02:00
nebel
6ba31d2752
Resize collision node instead of root node in DtrBar ( #1494 )
2023-10-20 20:19:37 +02:00
liam
3fb5bcc348
Bump Luminas ( #1495 )
...
* Bump Luminas
* Bump CorePlugin too
2023-10-20 20:11:13 +02:00
bleatbot
deef16cdd7
Update ClientStructs ( #1489 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2023-10-15 19:25:04 -07:00
goat
52a5f914a6
build: 9.0.0.5
2023-10-16 01:39:05 +02:00
goat
90dfa990fc
fix: undo breaking change in Util.ShowStruct
...
moves implementation with new arg to an internal func
2023-10-16 01:38:30 +02:00
goat
a3a3c8f797
build: 9.0.0.4
2023-10-15 12:28:02 +02:00
MidoriKami
0f349bb3dd
IChatGui Add Readonly RegisteredLinkHandlers ( #1487 )
2023-10-15 12:19:14 +02:00