Commit graph

6187 commits

Author SHA1 Message Date
goat
feb8edb6c9 feat: add plugin API for interfaces 2020-01-12 16:00:31 +09:00
meli
099e0e107b pull in ImGuiScene updates for cursor fix 2020-01-10 10:29:43 -08:00
meli
eabd5467f1 Update cursor behavior. Should resolve fps and flicker issues when vsync is off, but now there will be 2 cursors in the ui, and the game cursor will change based on what is underneath the ui, even though it won't be interactable through the window 2020-01-10 10:02:25 -08:00
meli
c80f400a2f hooking ResizeBuffers() appears to be unnecessary, even though we maintain a view to the backbuffer. Leaving the signature (commented out) for now in case it does end up being something we have to handle 2020-01-09 19:02:40 -08:00
meli
5623b2ceb8 pull in submodule updates 2020-01-09 02:25:38 -08:00
goat
b882a1fa21 fix: reset easyhook version 2020-01-07 17:24:27 +09:00
goat
0d559c1ec8 doc: add documentation for TargetModuleScanner 2020-01-07 00:01:07 +09:00
goat
788bc06833 refactor: remove IconReplacer, now a separate plugin 2020-01-06 23:52:16 +09:00
meli
655f356293 pull in ImGuiScene updates for functional input 2020-01-05 14:37:39 -08:00
meli
557ec18f29 pull in basic input handling for testing 2020-01-04 16:40:47 -08:00
meli
187105bf50 simple direct render. Probably a good idea to look into threading the render to do a bit less work in present and block the frame for less time. May also need to use a separate render target depending on how this works with reshade etc. No input handling at all right now 2020-01-04 14:11:07 -08:00
meli
661e79aa2f WIP updates for direct render testing. Currently ImGui draws, but basically off into space and nothing is visible. Working on porting some reshade logic to see if we can get away with simple additional targets and msaa handling 2019-12-28 18:24:54 -08:00
meli
c618626345 Merge branch 'master' into interface 2019-12-28 10:23:02 -08:00
goat
8a303d1c1c Revert "dxgi_testing"
This reverts commit b5bb5a0077.
2019-12-29 02:16:19 +09:00
goat
b5bb5a0077 dxgi_testing 2019-12-29 02:14:43 +09:00
goat
45f3e17acb fix: various command description changes 2019-12-28 22:21:19 +09:00
goat
43d514ab9b feat: plugin config WIP 2019-12-28 16:49:41 +09:00
goaaats
942893400f
Merge pull request #23 from ff-meli/xivapi_exact_search
Fix for #22 - prepending an item name with a '+' will do an exact search
2019-12-28 11:03:00 +09:00
meli
75d0fda4ed Fix for #22 - prepending an item name with a '+' will do an exact search 2019-12-27 17:54:33 -08:00
goat
083d3a8ecb fix: set Dalamud version to match with launcher version again 2019-12-27 12:47:01 +09:00
goat
0442433c80 fix: raise Injector EasyHook version 2019-12-27 12:45:27 +09:00
goaaats
3275005193
Merge pull request #17 from chunderbolt/master
Fix incorrect help message
2019-12-27 12:37:49 +09:00
goaaats
c2a27a5724
5.18 updates (#21)
5.18 updates
2019-12-27 12:37:35 +09:00
goaaats
f4f70aa2ce
Merge pull request #18 from attickdoor/icon-dev
Add some icon swaps, standardize others.
2019-12-27 12:37:19 +09:00
meli
383c607b35 opcode updates for 5.18, courtesy of karashiiro 2019-12-24 17:52:40 -08:00
meli
593e35fa23 Update actor table location to match nhaama updates for 5.18 2019-12-24 14:41:28 -08:00
meli
bdd4cdc1a6 Raise assembly versions to 4.4.0 2019-12-24 14:41:10 -08:00
attickdoor
bb0fa1c2c4 5.18 offsets. 2019-12-24 15:12:49 -05:00
meli
31c2bd72a7 Pull in ImGuiScene updates 2019-12-22 07:49:26 -08:00
meli
22c024cd7b add d3d11.dll; downgrade EasyHook in dalamud to match the injector, becuase otherwise the injector explodes half the time 2019-12-21 09:51:00 -08:00
meli
4b43630805 Merge branch 'master' into interface 2019-12-21 08:59:18 -08:00
meli
cb2e2cfe40 Update to latest ImGuiScene 2019-12-21 08:58:26 -08:00
attickdoor
a4ab56fa58 Forgot to add to CustomIDs. 2019-12-21 04:49:37 -05:00
attickdoor
cd238c910b BOTD and Stardiver are mutually exclusive. 2019-12-21 04:32:49 -05:00
attickdoor
d6d2732191 FBT action changes when you hit 80. 2019-12-20 15:46:01 -05:00
attickdoor
59ca9330fd Add some icon swaps, standardize others. 2019-12-20 01:12:11 -05:00
Jamie Caldwell
06111b233b Fix incorrect help message 2019-12-18 17:48:46 +00:00
goat
f31ee90b66 fix: release build not working due to defines 2019-12-12 19:51:05 +09:00
goat
478c75fd01 fix: raise EasyHook version to alleviate injection issues 2019-12-12 19:48:14 +09:00
goat
e650326317 build: version 4.3.0.0 2019-12-12 19:44:17 +09:00
goaaats
f34baed793
Merge pull request #16 from attickdoor/icon-dev
Update icon replacement offsets for 5.15
2019-12-12 19:00:41 +09:00
attickdoor
33f8aa4954 Update icon replacement offsets for 5.15 2019-12-12 00:44:03 -05:00
goat
6535daade7 feat: first interface WIP 2019-12-11 03:11:53 +09:00
goat
0749a98058 fix: OpCodes for 5.15 2019-12-10 23:13:07 +09:00
goat
7124ea379c fix: IconReplacer sigs for 5.15 WIP 2019-12-10 23:12:39 +09:00
goat
130fbe8639 feat: implement roulette bonus notification command 2019-12-10 23:12:21 +09:00
goat
375807de1a feat: start of preferred role command 2019-12-09 20:08:22 +09:00
goat
125a03d991 fix: Use name instead of key for chat message 2019-12-08 17:19:05 +09:00
goat
5730efa0b6 fix: set lastPreferredRole in task to prevent race condition 2019-12-08 16:28:54 +09:00
goat
a91eeda956 feat: CfPreferredRole notification WIP, needs configuration 2019-12-08 16:09:43 +09:00