Commit graph

345 commits

Author SHA1 Message Date
Aireil
27b163dd00 fix: show installed testing plugins when testing is disabled 2021-04-14 23:04:28 +02:00
Aireil
a065939ca7 fix: refresh installer window on open 2021-04-14 18:13:16 +02:00
goat
c955ef6711
fix: use the right url for pluginmaster this time 2021-04-13 14:26:27 +02:00
goat
e62f43b252
feat: don't use api3 branch for plugins anymore 2021-04-13 12:45:46 +02:00
goat
d53bc4b1cb
feat: add support for bannedplugin.json to catch failing plugins 2021-04-12 00:55:36 +02:00
kalilistic
bb3006d0c8 feat: add imgui color helper 2021-04-10 23:26:13 -04:00
kalilistic
13eaa4450d feat: update loc to allow use by plugins 2021-04-10 13:45:28 -04:00
goat
bbdc7d56b4 fix: obsolete current IPC 2021-04-07 11:54:46 +02:00
goat
c21e7efab7 feat: port Dalamud windows to WindowSystem 2021-04-05 23:22:41 +02:00
goat
0fadeb9a05 feat: switch branch for plugin repo until api level 3 transition 2021-04-04 22:14:59 +02:00
goat
3decb57b2c refactor: Dalamud.Game.Chat => Dalamud.Game.Text, move Sanitizer 2021-04-04 21:54:24 +02:00
kalilistic
20dfe5cbc9 refactor: improve sanitizer 2021-04-04 13:09:54 -04:00
kalilistic
4504bb049f feat: add sanitizer 2021-04-04 09:20:07 -04:00
goat
9751a9fed2 feat: up DalamudApiLevel to 3 2021-04-01 23:09:28 +02:00
goat
30280c520c refactor: rename DALAMUD_API_LEVEL 2021-04-01 21:12:07 +02:00
goat
aca3da09b1 refactor: new code style in PluginManager.cs 2021-04-01 21:11:32 +02:00
goat
03b1927434 refactor: new code style in PluginInstallerWindow.cs 2021-04-01 20:53:49 +02:00
goat
a295cec35e refactor: new code style in IDalamudPlugin.cs 2021-04-01 20:53:37 +02:00
goat
0d8ef94647 refactor: new code style in DalamudPluginInterface.cs 2021-04-01 20:39:03 +02:00
goat
0d8d9e57d4 refactor: new code style in PluginDefinition.cs 2021-03-31 17:09:17 +02:00
goat
c5716cf93e refactor: new code style in PluginLoadReason.cs 2021-03-31 17:05:37 +02:00
goat
22294a57aa refactor: new code style in PluginLog.cs 2021-03-31 17:04:59 +02:00
goat
f5830cf09a refactor: new code style in UiBuilder.cs 2021-03-31 17:03:11 +02:00
kalilistic
c050e2da1c fix dupe plugin listings 2021-03-28 23:50:24 -04:00
kalilistic
6ac126a743 add current ui lang and change event 2021-03-28 13:59:19 -04:00
Aireil
e69a76c401 fix: remove ambiguity with raw plugins in installer 2021-03-03 12:09:36 +01:00
goaaats
ca2ce47d5d
Merge pull request #262 from Aireil/fix_misc_plugin_update
Fix update behavior for testing and outdated plugins
2021-02-17 23:18:03 +01:00
Aireil
dbbde09469 Use internal name when updating plugins 2021-02-17 23:08:51 +01:00
Aireil
9e4e4bd865 Fix update behavior for testing and outdated plugins 2021-02-17 10:47:58 +01:00
goaaats
32a72e41f9
Merge pull request #261 from Aireil/add_loaderexceptions
Log LoaderException exceptions when loading plugins
2021-02-15 13:30:32 +01:00
Aireil
2e4f11b2ad Simplify casting of ReflectionTypeLoadException 2021-02-15 13:26:57 +01:00
Aireil
34a1eb0b9c Log LoaderException exceptions when loading plugins 2021-02-15 13:16:21 +01:00
goat
b2897315b4 fix: ban unsupported SonarPlugin 2021-02-10 15:39:54 +01:00
goat
a777c58a89 fix: repo thread shit due diligence 2021-02-10 04:22:11 +01:00
goat
ca3646b472 feat: also ban fps plugin 1.4.2.0 2021-02-10 03:45:10 +01:00
goat
681ba7f189 feat: ban ping plugin 1.11.0.0 2021-02-10 03:43:11 +01:00
goaaats
e1318155d0
Merge pull request #259 from Aireil/fix_devplugins_load_priority
Fix dev plugins loading late regardless of load priority
2021-02-10 02:19:21 +01:00
goaaats
75742f79b3
Merge pull request #256 from goatcorp/imgui_update 2021-02-10 02:18:47 +01:00
Aireil
81ec4a27f5 Fix dev plugins loading late regardless of load priority 2021-01-29 23:16:34 +01:00
goaaats
17d6901cd3
Merge pull request #254 from Aireil/add_reload_plugins_settings 2021-01-25 22:07:57 +01:00
Aireil
151841a1c1 Revert "refactor: don't download pluginmaster on inject"
This reverts commit 2c66ecc84e.
2021-01-25 20:58:19 +01:00
Aireil
348b8a5e3a Add third repo number and use it in the installer 2021-01-25 14:20:43 +01:00
Aireil
5f9191ff20 Reload plugins when change in settings + fix scaling 2021-01-25 01:06:41 +01:00
goat
301cbc12b8 deps: update ImGuiScene 2021-01-22 22:39:42 +01:00
goat
2c66ecc84e refactor: don't download pluginmaster on inject 2021-01-21 21:06:02 +01:00
goat
cf1e0909c5 feat: plugin file Just For Anna 2021-01-16 20:12:58 +01:00
goat
e27ae3fd0c refactor: remove need for AssetManager, pass asset dir via StartInfo 2021-01-16 18:57:16 +01:00
goat
3ee8e02f02 refactor: move Dalamud interface into a class 2021-01-16 18:06:10 +01:00
goat
744c777a6d feat: add IsDebugging prop to PluginInterface 2021-01-14 22:10:59 +01:00
goat
0288db5220 fix: use correct InternalName for IPC SendMessage 2021-01-14 22:05:12 +01:00