Commit graph

302 commits

Author SHA1 Message Date
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
goaaats
6d67b3edfc
Merge pull request #53 from attickdoor/master
update job gauge address
2020-03-12 15:00:31 +09:00
attickdoor
29b3350edf update job gauge address 2020-03-11 16:45:32 -04:00
goat
2584122e4e regenerate docs 2020-03-11 21:54:11 +09:00
goat
4dfbcb69d6 fix: write xmldoc to correct directory 2020-03-11 21:46:16 +09:00
goat
69ba6a0d01 build: v4.7.14.0 2020-03-11 21:29:03 +09:00
goaaats
372c2319b2
Merge pull request #51 from ff-meli/5.21
5.21 updates
2020-03-11 21:18:00 +09:00
goaaats
bcc9990891
Merge pull request #50 from attickdoor/master
add IsFriendly to Actor
2020-03-11 21:16:31 +09:00
goaaats
265f34e550
Merge pull request #49 from ff-meli/master
fix: Add offset to ResizeBuffers signature to work around external hooks
2020-03-11 21:15:52 +09:00
meli
dac4155da8 Update actor table for 5.21 2020-03-10 03:46:07 -07:00
attickdoor
dd32a2fedc add IsFriendly to Actor 2020-03-08 17:24:56 -04:00
meli
d82d6daef8 fix: Add offset to ResizeBuffers signature to work around external hooks 2020-03-08 12:25:03 -07:00
goaaats
021e59bf13
Merge pull request #47 from attickdoor/master
Update SAM gauge for meditation stacks
2020-03-06 08:07:43 +09:00
attickdoor
4319ac1e06 Update SAM gauge for meditation stacks 2020-03-05 13:00:28 -05:00
goaaats
07ca330e34
Merge pull request #45 from ff-meli/master
Fix devPlugins not being able to load
2020-03-05 20:52:05 +09:00
goaaats
1855246265
Merge pull request #46 from attickdoor/idasig
Support IDA sigs that are based off of the first CALL instruction for…
2020-03-05 20:50:47 +09:00
attickdoor
95e2bc14f2 Support IDA sigs that are based off of the first CALL instruction for a function. 2020-03-04 21:29:02 -05:00
meli
821bcab17a actually fix devPlugins... 2020-03-04 14:39:38 -08:00
meli
1e3b39b8d9 fix devPlugins not being able to load 2020-03-04 14:10:25 -08:00
goaaats
042320718b
Merge pull request #42 from ff-meli/master
Fix extraneous error log if dalamud crashes/exits before the game ever renders a frame
2020-03-04 14:03:02 +09:00