goat
b3727a0f2a
console: also strip "plugin" from namespace
2024-06-07 21:27:23 +02:00
goat
8d4e428d6b
pi: show console prefix for dev plugins
2024-06-07 21:26:53 +02:00
goat
31e541fae5
deps: upgrade StyleCop, fix warnings
...
...fixes new array initializer expression
2024-06-07 21:19:16 +02:00
goat
02022599e5
console: add public interface
2024-06-07 21:04:31 +02:00
goat
fabc78b6d4
console: fix up apostrophes while logging
2024-06-07 19:59:17 +02:00
goat
2bee234257
console: support removing entries
2024-06-07 19:58:04 +02:00
goat
34d1041a69
pi: log a message if a task was cancelled
2024-06-07 19:57:15 +02:00
Haselnussbomber
a32ad1b4b9
[apiX] Throw on invalid ImRaii Style type in release builds ( #1828 )
...
* Throw on invalid ImRaii Style type in release builds
* Throw on invalid ImRaii PlotStyle type in release builds
2024-06-07 08:43:04 +02:00
srkizer
5365dd14d8
Add comments on caching ( #1829 )
2024-06-07 08:42:38 +02:00
goat
38eac377a1
pi: treat cancellations as errors( fixes #1825 )
2024-06-07 01:48:17 +02:00
goat
16f0fb76f4
add basic console system for debugging
2024-06-07 01:30:42 +02:00
KazWolfe
e6da98646a
feat: Expose more commands in help ( #1824 )
2024-06-06 19:26:00 +02:00
goat
a1b8ff9141
Merge pull request #1676 from Soreepeong/feature/itextureprovider-updates
...
ITextureProvider updates
2024-06-06 19:22:42 +02:00
Soreepeong
729795ff9e
Move temp file gen for File.Replace to separate file
2024-06-05 00:29:15 +09:00
Soreepeong
e144956a48
Add notes on CreateTextureAsync
2024-06-05 00:14:36 +09:00
Soreepeong
e2ea30c2fb
Add TODO for PluginStats
2024-06-05 00:13:16 +09:00
Soreepeong
3f138c2600
Make IsMainThreadInPresent and CumulativePresentCalls clearer
2024-06-05 00:11:33 +09:00
Soreepeong
6d8102dc79
Move ShowTextureSaveMenuAsync to its own class
2024-06-05 00:08:05 +09:00
Soreepeong
0d7c0a0375
Merge remote-tracking branch 'upstream/apiX' into feature/itextureprovider-updates
2024-06-04 23:54:38 +09:00
aers
479049b78d
[apiX] dalamud fixes for CS updates ( #1821 )
...
* update CS & fix compilation issues
* update CS to latest commit
* update CS & change battlechara
* more CS updates and compilation fixes
* one last cs update
2024-06-03 12:49:44 -07:00
Kaz Wolfe
8d5f2bdf51
Disambiguate ObjectId to GameObjectId and EntityId
2024-06-03 11:19:39 -07:00
Kaz Wolfe
61f47449fd
Merge branch 'refs/heads/master' into apiX
...
# Conflicts:
# lib/FFXIVClientStructs
2024-06-01 15:13:32 -07:00
KazWolfe
c21e525472
chore: Bump ClientStructs ( #1816 )
...
Bumps to c9cd1da plus custom changes, swaps target to goatcorp fork
of CS for 6.58_hf2 maintenance.
2024-06-01 15:10:48 -07:00
Ridan Vandenbergh
46481a59a3
Fix DutyCategory names ( #1802 )
...
Co-authored-by: KazWolfe <KazWolfe@users.noreply.github.com>
2024-06-01 15:05:14 -07:00
MidoriKami
b5d52732e0
Add hooking overloads ( #1820 )
2024-06-01 15:04:06 -07:00
aers
d823db7930
[apiX] first pass update for new clientstructs ( #1818 )
...
* first pass update for new clientstructs
* track latest clientstructs & fix compilation errors
* fix GameInventory hook bug
rename Appartment
2024-05-31 09:09:28 -07:00
Infi
10b44ba6d0
AutoTranslatePayload: Add public property for group and key ( #1814 )
2024-05-27 05:51:45 +00:00
Infi
9fcb890d20
AutoTranslatePayload: Use Alias for TextCommands ( #1809 )
2024-05-26 22:34:32 -07:00
goat
d5d9942d91
unfuck std::format ( #1815 )
2024-05-26 15:33:08 +02:00
srkizer
0a219fcd82
Add IME state indicator opacity setting ( #1811 )
2024-05-21 08:41:25 +02:00
Soreepeong
20717cce3d
more
2024-05-21 09:27:51 +09:00
bleatbot
eca40bc5dd
Update ClientStructs ( #1810 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-05-19 18:43:51 +00:00
bleatbot
dcc8018393
Update ClientStructs ( #1805 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-05-19 11:18:54 -07:00
goat
913d4732b5
don't write to the manifest when reloading dev plugins( fixes #1328 )
...
genericizes the way WorkingPluginId is accessed away from the manifest, since we probably don't want to have it there in the future for regular plugins either
2024-05-14 00:27:11 +02:00
Soreepeong
8c7771bf7d
Merge branch 'apiX' into feature/itextureprovider-updates
2024-05-12 22:17:32 +09:00
goat
9f32b05587
settings: properly EndChild
2024-05-09 00:43:16 +02:00
goat
a355ba863b
build: 9.1.0.9
2024-05-08 22:20:27 +02:00
goat
48931dd8d2
tab items must end conditionally
...
Fixes random heap corruption after opening the settings window
2024-05-08 22:01:35 +02:00
goat
616980f99f
build: 9.1.0.8
2024-05-07 20:40:09 +02:00
KazWolfe
666eab98bd
Merge pull request #1800 from goatcorp/apiX-rollup
...
[apiX] Rollup changes from master
2024-05-07 11:20:22 -07:00
github-actions[bot]
fa95caec38
Merge remote-tracking branch 'origin/master' into apiX-rollup
2024-05-07 14:50:55 +00:00
bleatbot
f77606dc11
Update ClientStructs ( #1801 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-05-07 14:50:35 +00:00
NiGuangOwO
b57954ff85
Add variant and criterion dungeons category ( #1798 )
2024-05-03 21:56:47 -07:00
Infi
44a3c3a1ee
Fix RGB returning wrong color and change it to RGBA ( #1793 )
...
* FIx RGB returning wrong color and change it to RGBA
* Don't use the old RGB variable
* Fix UIGlowPayload too
* Add RGBA to ABGR helper and new method for glow/foreground to expose it directly
* Move from Utils to ColorHelpers
* Rename the function
2024-05-03 21:22:53 -07:00
Kaz Wolfe
d2a0c94ddd
Merge branch 'refs/heads/master' into apiX
2024-05-03 21:20:16 -07:00
bleatbot
22f702e8f3
Update ClientStructs ( #1791 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-05-03 16:41:18 -07:00
goat
867a5de016
Restore old TabItem function with byte* string ( #1797 )
...
* Restore old TabItem function with byte* strinf
* typo
2024-04-30 08:42:11 +02:00
meoiswa
00311b4dca
DalamudPluginInterface functions for opening Settings and DevMenu ( #1795 )
...
* Add functions for plugins to open the Developer Menu and Dalamud Settings windows
* Do not break ABI by instead declaring a new method OpenPluginsInstallerTo
Replace OpenDalamudSettings with OpenDalamudSettingsTo
2024-04-30 00:30:09 +02:00
Kaz Wolfe
b32ed39826
Merge branch 'refs/heads/master' into apiX
...
# Conflicts:
# Dalamud/Game/Libc/LibcFunction.cs
# Dalamud/Game/Libc/LibcFunctionAddressResolver.cs
# Dalamud/Game/Libc/OwnedStdString.cs
# Dalamud/Game/Libc/StdString.cs
# Dalamud/Interface/UiBuilder.cs
2024-04-28 11:54:54 -07:00
Haselnussbomber
b98337be4e
Update XivChatEntry types and names ( #1784 )
2024-04-28 11:38:40 -07:00