goat
d0cba3eca8
build: 9.1.0.11
2024-06-10 21:01:26 +02:00
goat
1133fcfb9d
console: persist log command buffer in config
2024-06-09 21:42:30 +02:00
goat
2d5c4ed7dc
console: print variable contents, flip bools, print command on enter
2024-06-09 21:32:23 +02:00
goat
993819f8cb
console: add bearable autocompletion
2024-06-09 14:47:23 +02:00
goat
1d939e2587
build: 9.1.0.10
2024-06-09 01:32:20 +02:00
goat
cf4ecacf85
pm: make sure that interface and scope are always disposed if ctor throws
...
This fixes an issue wherein dev plugins could end up in a half-disposed state if the ctor were to throw an exception
2024-06-08 21:44:25 +02:00
goat
625a71a6d1
remove inaccurate information from manifest comment
2024-06-08 21:43:48 +02:00
goat
830207f43e
pm: consider plugins without a valid source repo as orphaned
2024-06-08 20:40:02 +02:00
goat
c0867d887e
console: correctly treat null default values, return result from commands
2024-06-07 22:52:33 +02:00
goat
0f2aaa4241
console: add "toggle" command to flip boolean convars
2024-06-07 21:53:29 +02:00
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
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
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
MidoriKami
b5d52732e0
Add hooking overloads ( #1820 )
2024-06-01 15:04:06 -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
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
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
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
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
MidoriKami
5dd627d18e
Fix ContextMenu LogicError ( #1790 )
2024-04-28 11:02:42 -07:00
KazWolfe
c225029555
ci: Enable rollup for apiX branch ( #1775 )
2024-04-26 20:00:27 +02:00
goat
464282d9cc
build: 9.1.0.7
2024-04-26 19:49:06 +02:00
bleatbot
b84f8849a1
Update ClientStructs ( #1789 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-04-26 10:20:56 -07:00
bleatbot
9575197a2a
Update ClientStructs ( #1786 )
...
Co-authored-by: github-actions[bot] <noreply@github.com>
2024-04-24 10:15:51 -07:00
Aireil
c228c92979
fix: testing API level being ignored ( #1472 )
...
Co-authored-by: goat <16760685+goaaats@users.noreply.github.com>
2024-04-22 19:52:00 +00:00
MidoriKami
1f0b616e2c
AddonLifcycle Unregistration Fix ( #1776 )
...
closes #1768
2024-04-22 21:38:12 +02:00
goat
4f68809ab0
bump loading dialog timeout to 10 seconds
2024-04-21 19:06:39 +02:00
goat
448b0d16ea
Add "loading dialog" for service init, unify blocking logic ( #1779 )
...
* wip
* hacky fix for overlapping event text in profiler
* move IsResumeGameAfterPluginLoad logic to PluginManager
* fix some warnings
* handle exceptions properly
* remove ability to cancel, rename button to "hide" instead
* undo Dalamud.Service refactor for now
* warnings
* add explainer, show which plugins are still loading
* add some text if loading takes more than 3 minutes
* undo wrong CS merge
2024-04-21 17:28:37 +02:00
goat
93adea0ac9
rethrow Lumina setup exception
2024-04-21 17:12:46 +02:00
srkizer
8a516ff6bc
Enable Lumina GameData StreamPool ( #1783 )
2024-04-21 15:52:46 +02:00
Haselnussbomber
7280744def
Update Lumina to 3.17.0 ( #1780 )
...
* Update Lumina to 3.17.0
* Dispose GameData in DataManager
* Update Microsoft.Extensions.ObjectPool
2024-04-21 15:22:25 +02:00