Commit graph

6171 commits

Author SHA1 Message Date
goat
a92aad4a54 fix: add exception handler for unobserved task exceptions 2020-03-27 16:39:46 +09:00
goaaats
9b39db6940
Merge pull request #63 from ff-meli/plugin_dependency_loading
Fix for the change to Assembly.LoadFile() no longer correctly handling plugin's local dll dependencies
2020-03-25 16:56:57 +09:00
meli
ad6bf53a6d Fix for the change to Assembly.LoadFile() no longer correctly handling plugin's local dll dependencies. We still have to use LoadFile() to allow duplicate names, but now we also have to fixup assembly resolution to 'restore' the default behavior. This adds a global appdomain handler that just tries to load dependencies from the local directory of the requesting dll, if other methods have already failed. 2020-03-24 20:05:48 -07:00
goat
d47d70c012 fix: formatting 2020-03-25 02:32:19 +09:00
goat
5f7d66f734 fix: better territype sig 2020-03-25 02:31:56 +09:00
goat
be3a07f1d4 feat: add territorytype to client state 2020-03-25 01:39:46 +09:00
goat
00b263f08e feat: add checkbox for AntiDebug to dev menu 2020-03-24 22:44:21 +09:00
goat
0a227fd2b7 docs: regenerate 2020-03-24 03:22:08 +09:00
goat
db474652ee feat: use Lumina for client state resolvers 2020-03-24 03:16:49 +09:00
goat
7de63374ea Merge branch 'master' of https://github.com/goaaats/Dalamud 2020-03-24 02:56:14 +09:00
goat
37b1a4fce9 feat: add "state" debugger to dalamud data window 2020-03-24 02:55:53 +09:00
goaaats
597087b71e
Update README.md 2020-03-24 01:55:22 +09:00
goat
8c7d2f8de0 build: v4.7.20.0 2020-03-23 20:27:01 +09:00
goat
7463937afe fix: close ".disabled" file immediately 2020-03-23 20:23:36 +09:00
goat
117cc3ef44 feat: add warning message on login when plugins need an update 2020-03-23 20:19:17 +09:00
goat
a4ea6e9d6e refactor: abstract plugin update, install into "PluginRepository" class 2020-03-23 20:19:02 +09:00
goat
b7a298e22a fix: give some feedback for plugin installs 2020-03-23 13:15:59 +09:00
goaaats
67aa0f5ee5
Merge pull request #62 from ff-meli/plugin_load_fixes
don't even attempt to load assemblies for disabled or invalid plugins…
2020-03-23 12:58:39 +09:00
meli
27c873dbe9 fix plugin disable during updates failing due to concurrent file modification; fix plugin updates failing to load config due to assembly version issues 2020-03-22 09:41:38 -07:00
meli
760dee2322 fix not being able to load multiple plugins with the same name, as when updating in-game 2020-03-22 07:44:05 -07:00
meli
e9d4d57696 don't even attempt to load assemblies for disabled or invalid plugins; fixes issues where starting the game with multiple versions, even disabled, could load the wrong one and block other versions 2020-03-22 07:17:56 -07:00
goat
1370b767a8 build: v4.7.19.0 2020-03-22 12:44:50 +09:00
goat
32446895f8 fix: remove resources 2020-03-22 12:24:34 +09:00
goat
ce1e2406bd fix: trust StartInfo for UIRes path 2020-03-22 12:21:53 +09:00
goat
ba81c5c5e7 feat: finish credits, new logo 2020-03-22 12:08:17 +09:00
goat
50e1e30b2a feat: add credits 2020-03-22 00:48:42 +09:00
goaaats
3503299fff
feat: add attention to detail 2020-03-21 16:42:38 +09:00
goaaats
350f9ab3c3
Merge pull request #59 from ff-meli/player_name_fix
fix discord name handling (and subsequent character lookup) of local player chats in party/alliance
2020-03-20 11:44:11 +09:00
goaaats
a80f6c77fa
Merge pull request #58 from ff-meli/imgui_stuck_text_fix
Pull in ImGuiScene fix for stuck text inputs
2020-03-20 11:43:23 +09:00
meli
ab69caf4af fix discord name handling (and subsequent character lookup) of local player chats in party/alliance 2020-03-19 11:24:50 -07:00
meli
03a7681b38 Pull in ImGuiScene fix for stuck text inputs 2020-03-19 10:57:06 -07:00
goat
9e6095ab68 fix: add logging to plugin update 2020-03-18 16:03:51 +09:00
goat
b28ff32596 build: v4.7.18.0 2020-03-18 16:00:14 +09:00
goat
72152323b0 fix: namespace ImGui in PluginInstaller 2020-03-18 15:59:25 +09:00
goat
a7da9c43db fix: don't die entirely when one plugin fails init 2020-03-18 15:33:32 +09:00
goat
6c7592ec17 fix: remove shitty feature interface stuff, do it in UiBuilder 2020-03-18 12:40:56 +09:00
goat
9acc51ca96 fix: read game version in injector 2020-03-18 12:19:43 +09:00
goat
4533781b2f fix: disable ALL previous versions regardless 2020-03-18 12:19:32 +09:00
goat
02d3c68271 build: v4.7.17.0 2020-03-18 12:19:16 +09:00
goaaats
23a4109737
Merge pull request #57 from attickdoor/master
change job gauge to something that hopefully won't shift as much
2020-03-18 11:44:29 +09:00
attickdoor
cf46a6176a change job gauge to something that hopefully won't shift as much 2020-03-17 17:56:45 -04:00
goat
06c3aa5cb9 build: v4.7.16.0 2020-03-17 20:00:51 +09:00
goat
f34749650e feat: add new RMTs to regex 2020-03-17 18:00:06 +09:00
goat
e9a73be157 fix: only flash tray 2020-03-17 17:55:06 +09:00
goaaats
0b8ad937f3
Merge pull request #54 from attickdoor/master
Add GetStaticAddressFromSig
2020-03-17 17:44:01 +09:00
attickdoor
ae0690a3d0 use good sig and offset for ActorTable 2020-03-15 03:55:42 -04:00
attickdoor
9186a1cf54 do-while is actually more elegant for once 2020-03-13 23:44:09 -04:00
attickdoor
39e196ddbb Add GetStaticAddressFromSig 2020-03-13 23:31:11 -04:00
goat
f747b2f9c0 fix: don't instantiate plugins from duplicated AssemblyNames 2020-03-13 20:52:29 +09:00
goat
da8c66c394 build: v4.7.15.0 2020-03-12 15:03:52 +09:00