Commit graph

1015 commits

Author SHA1 Message Date
Cara
850123aece Keep track of hooks and display them in the Plugin Stats window
This will make it easier to find plugins that are not correctly removing their hooks
2020-12-15 02:57:04 +10:30
Cara
f1f7803434 Stat tracking for Framework Updates
to help developers see if their plugin is slowing the game down or not removing their framework update events.
2020-12-15 02:04:00 +10:30
goat
e8385d829b fix: remove bodge, fix testing plugins 2020-12-13 21:17:40 +01:00
goat
f8e5728985 Merge branch 'master' of https://github.com/goatcorp/Dalamud 2020-12-13 21:15:59 +01:00
goat
4ca76180b7 feat: third party repo UI 2020-12-13 21:15:47 +01:00
goat
24c40a55cb build: v5.2.0.4 2020-12-13 21:15:38 +01:00
goaaats
4a251ed190
Merge pull request #219 from Aireil/feat_auto_update
Add an auto-updater for plugins
2020-12-13 21:11:16 +01:00
goaaats
b51d8858b1
Merge pull request #215 from Aireil/fix_disable_new_line
Fix new line if no disable button
2020-12-13 21:00:14 +01:00
goaaats
d9c48d3c5e
Merge pull request #216 from Aireil/fix_sort_by_size
Fix the sort by size
2020-12-13 20:59:47 +01:00
goaaats
c7d582f965
Merge pull request #220 from Caraxi/5.4-uistatuseffects
Update UiStatusEffects Offset
2020-12-13 20:49:47 +01:00
Cara
3e87c8600b Update UiStatusEffects Offset 2020-12-14 05:56:59 +10:30
Aireil
bfb0b536c5 Add an auto-updater for plugins 2020-12-13 04:25:25 +01:00
goat
500b24f96f do not warrant a changelog 2020-12-10 23:07:08 +01:00
goat
0e0ae80ac6 docs: regenerate 2020-12-10 17:37:08 +01:00
goat
fb91331224 Merge branch 'master' of https://github.com/goatcorp/Dalamud 2020-12-10 14:26:06 +01:00
goat
5e4e6aa615 deps: update Lumina 2020-12-10 14:22:55 +01:00
goaaats
a71c854b15
Merge pull request #217 from Caraxi/BitmapFontIcon
BitmapFontIcon enum for IconPayload
2020-12-10 03:06:29 +01:00
Cara
f3ab03960c BitmapFontIcon enum for IconPayload
#211
Obsoleted uint based IconPayload
2020-12-10 12:24:13 +10:30
Aireil
42e817032f Fix the sort by size 2020-12-10 01:04:21 +01:00
goat
6918bce813 feat: sorting in installer 2020-12-09 23:26:31 +01:00
goat
cca21ad635 fix: read FC tag in PC ctor, don't convert nul bytes 2020-12-09 20:46:23 +01:00
Aireil
d756dc0287 Fix new line if no disable button 2020-12-09 15:08:53 +01:00
goat
615a24a5fd changelog 2020-12-09 14:38:09 +01:00
goat
20f6ef62d8 build: v5.2.0.3 2020-12-09 14:24:35 +01:00
goat
a104365b32 fix: edge case for plugin installs with old PM 2020-12-09 14:23:08 +01:00
goat
1dd55b62e9 fix: ensure PluginMaster is null before reload 2020-12-09 13:45:14 +01:00
goat
67b7dcaf74 feat: list installed plugins separately, also list hidden and dev plugins in installer 2020-12-09 13:43:01 +01:00
goaaats
88a2f5aadf
Merge pull request #212 from Aireil/fix_assembly_version_check
Fix assembly version not correctly sorted
2020-12-09 12:12:56 +01:00
goaaats
27f44b31da
Merge pull request #213 from Aireil/disable_plugins_api_level
Disable plugins with incompatible API level
2020-12-09 06:24:32 +01:00
Aireil
fe7adc998e Fix assembly version not correctly sorted 2020-12-09 02:12:34 +01:00
Aireil
61e0c059fd Disable plugins with incompatible API level 2020-12-09 01:49:33 +01:00
goat
ceb0456264 build: v5.2.0.2 2020-12-08 19:07:09 +01:00
goat
13c9a0fbd2 fix: CompanyTag on PC 2020-12-08 19:01:21 +01:00
goat
be7ded8142 feat: add data kind for startinfo 2020-12-08 18:46:49 +01:00
goat
5ba29aa7ef fix: don't actually call OnChatMessage when isHandled from OnCheckMessageHandled 2020-12-08 17:38:57 +01:00
goat
90738254db build: v5.2.0.1 2020-12-08 16:05:24 +01:00
goat
864291b6de fix: more changelog tweaks 2020-12-08 15:01:22 +01:00
goat
bd57865868 feat: make gamedata optional in datawindow 2020-12-08 15:01:07 +01:00
goat
5b77aa87b0 fix: actor table offsets 2020-12-08 15:00:35 +01:00
goat
2d8510c01a deps: update Lumina 2020-12-08 12:22:37 +01:00
goat
e7cd071c0f feat: SeString override ToString() with TextValue 2020-12-08 12:09:09 +01:00
goat
ef999d3352 fix: correctly dispose partylist 2020-12-08 12:08:33 +01:00
goat
dc023f0846 fix names in changelog 2020-12-08 11:39:09 +01:00
goat
c6ccfe314b Merge branch 'master' of https://github.com/goatcorp/Dalamud 2020-12-08 11:38:23 +01:00
goat
caa1c14b03 warrants changelog 2020-12-08 11:38:03 +01:00
goat
c0189d7820 build: v5.2.0.0 2020-12-08 11:36:53 +01:00
goaaats
1df3a36966
Merge pull request #210 from Aireil/improve_commands_help
Improve commands help code.
2020-12-08 11:35:50 +01:00
Aireil
8a0de78ccb Improve commands help code. 2020-12-08 09:43:40 +01:00
goaaats
96c9ba0af3
Merge pull request #209 from Aireil/add_commands_help
Add commands in plugin descriptions
2020-12-08 09:13:49 +01:00
goat
8724ff13a1 fix: of course also do that in PluginRepository 2020-12-08 09:11:10 +01:00