goaaats
|
9d9a80e75d
|
Merge pull request #413 from daemitus/italics
|
2021-07-16 14:36:45 +02:00 |
|
goaaats
|
84a2ed702c
|
Merge pull request #415 from daemitus/xivchatentry
XivChatEntry should use SeString
|
2021-07-16 14:34:37 +02:00 |
|
Raymond
|
5c4ed3f715
|
XivChatEntry should use SeString
|
2021-07-15 22:09:33 -04:00 |
|
Raymond
|
bfc7d634ce
|
Ref to Config.DevSettings was not updating
|
2021-07-15 21:31:22 -04:00 |
|
Raymond
|
2302f15c84
|
Disable unloaded dev plugins at boot
|
2021-07-15 21:31:10 -04:00 |
|
Raymond
|
e524a18ead
|
Fix comments
|
2021-07-15 21:28:13 -04:00 |
|
Raymond
|
57a87296cc
|
Expose MakeItalics as a helper method, add params to SeString ctor
|
2021-07-15 21:03:14 -04:00 |
|
Raymond
|
4fbdec34d3
|
Linter
|
2021-07-15 18:36:34 -04:00 |
|
Raymond
|
639c7b6183
|
Add window stub as default
|
2021-07-15 18:36:34 -04:00 |
|
Raymond
|
2e26bf8000
|
Widen suppression scope for coreplugin
|
2021-07-15 18:36:34 -04:00 |
|
Raymond
|
4e24c8fa3a
|
feat: Fate Table
|
2021-07-15 18:36:34 -04:00 |
|
Raymond
|
a18bcc385c
|
DataWindow should use an Enum
|
2021-07-15 18:36:34 -04:00 |
|
Raymond
|
976688a924
|
Actor formatting, updates for resolvers
|
2021-07-15 18:36:34 -04:00 |
|
Raymond
|
c1755d4bf8
|
Move Position3 to Game namespace
|
2021-07-15 18:36:34 -04:00 |
|
Raymond
|
53e52dbae3
|
Simplify Resolvers, move to ClientState.Resolvers namespace
|
2021-07-15 18:36:34 -04:00 |
|
Raymond
|
c3dfe0eb31
|
Break JobGauges
|
2021-07-15 18:36:34 -04:00 |
|
Raymond
|
c0ab271892
|
feat: unsafe actors
|
2021-07-15 18:36:34 -04:00 |
|
goat
|
85113e263f
|
Merge branch 'master' of https://github.com/goatcorp/Dalamud
|
2021-07-15 23:30:44 +02:00 |
|
goat
|
4c159d606a
|
feat: add test for NewLinePayload
|
2021-07-15 23:30:25 +02:00 |
|
goat
|
6bedebba87
|
feat(SeStringHandling): Add NewLinePayload
|
2021-07-15 23:30:08 +02:00 |
|
goaaats
|
5ffe966bab
|
Merge pull request #411 from daemitus/installer_fix
|
2021-07-15 16:50:24 +02:00 |
|
Raymond
|
2bb7f93b65
|
Notify on repo list changed
|
2021-07-15 10:21:49 -04:00 |
|
Raymond
|
d6fbe7a837
|
Notify on single plugin update
|
2021-07-15 10:21:12 -04:00 |
|
goat
|
ea9ce0d776
|
Merge branch 'fix_update'
|
2021-07-15 15:22:28 +02:00 |
|
goat
|
ada0cf060d
|
Revert "fix(PluginManager): re-aggregate old and current manifests in DetectAvailablePluginUpdates() (closes #409)"
This reverts commit efdadc6c
|
2021-07-15 15:20:27 +02:00 |
|
goaaats
|
7ac977cb46
|
Merge pull request #410 from goaaats/fix_update
|
2021-07-15 15:13:16 +02:00 |
|
goat
|
efdadc6c35
|
fix(PluginManager): re-aggregate old and current manifests in DetectAvailablePluginUpdates() (closes #409)
|
2021-07-15 14:59:36 +02:00 |
|
goat
|
bacf4d8400
|
PluginInstallerWindow: remove useless plugin parameter from UpdateSinglePlugin
|
2021-07-15 14:36:39 +02:00 |
|
goaaats
|
70e283f53d
|
Merge pull request #407 from goaaats/show_old
|
2021-07-15 04:23:23 +02:00 |
|
goat
|
ba27dbe783
|
fix(PluginManager): return if any step of plugin update failed
|
2021-07-15 04:18:17 +02:00 |
|
goat
|
0cb0bff714
|
fix(PluginInstallerWindow): use task for single update, correct error handling
|
2021-07-15 04:01:26 +02:00 |
|
goat
|
112833be8b
|
fix(PluginInstallerWindow): duplicate ImGui id with 3rd plugins install button
|
2021-07-15 03:53:17 +02:00 |
|
goat
|
386251f232
|
fix: remove duplicate exception log
|
2021-07-15 03:50:13 +02:00 |
|
goat
|
6ec657266b
|
fix: NotifyAvailablePluginsChanged when plugin is removed
|
2021-07-15 03:47:28 +02:00 |
|
goat
|
ec8897dcb1
|
fix: do not disable controls if outdated and LoadAllApiLevels
|
2021-07-15 03:43:58 +02:00 |
|
goat
|
12adc4099f
|
feat: move plugin update into separate function, add update button to applicable available plugin
|
2021-07-15 03:42:10 +02:00 |
|
goat
|
83edcc583f
|
feat: still show outdated plugins with a warning
|
2021-07-15 03:08:02 +02:00 |
|
goat
|
dd41c77148
|
fix warning in Troubleshooting.cs
|
2021-07-15 03:07:18 +02:00 |
|
goat
|
f601cd4d82
|
fix: keep ApiLevel - 1 plugins in folder
|
2021-07-15 01:56:55 +02:00 |
|
goat
|
e7e58aebf9
|
fix(TargetManager): Mark target getters CanBeNull
|
2021-07-14 03:36:19 +02:00 |
|
goat
|
5ae1d9c178
|
feat: add new-style actor table
|
2021-07-14 03:35:00 +02:00 |
|
goaaats
|
da579f7cd6
|
Merge pull request #401 from goatcorp/fixCleanup
|
2021-07-13 22:45:47 +02:00 |
|
Raymond
|
c09061d480
|
Not a version folder: delete recursively
|
2021-07-13 10:30:44 -04:00 |
|
Raymond
|
8e2d20f23c
|
Disable cleanup check when LoadAllApiLevels is set
|
2021-07-13 10:30:17 -04:00 |
|
goaaats
|
2665679b41
|
Merge pull request #398 from daemitus/rollingLogSiink
|
2021-07-12 23:24:22 +02:00 |
|
goat
|
01dffea4a4
|
feat: log Troubleshooting in OnInstalledPluginsChanged
|
2021-07-12 23:07:08 +02:00 |
|
Raymond Lynch
|
d2cee80cd9
|
Rolling log sink
|
2021-07-12 17:05:08 -04:00 |
|
goat
|
f97df582c6
|
Merge branch 'feature/api_level_switch'
|
2021-07-12 23:03:28 +02:00 |
|
goat
|
2b2eda9871
|
raise version to 6.0.0.0
|
2021-07-12 23:02:06 +02:00 |
|
goat
|
c5f936d20a
|
feat: add Git hash to troubleshooting
|
2021-07-12 23:01:32 +02:00 |
|