Commit graph

51 commits

Author SHA1 Message Date
goat
50e1e30b2a feat: add credits 2020-03-22 00:48:42 +09:00
goat
3640d30cc7 feat: plugin updates, more installer stuff 2020-02-27 20:43:58 +09:00
goat
bef5a35fd9 fix: update lumina, flash window 2020-02-24 02:30:35 +09:00
goat
877b95eca6 fix: some more plugin installer stuff 2020-02-23 22:34:08 +09:00
goat
fd95379aa3 feat: add plugin installer 2020-02-20 18:07:00 +09:00
goat
85ca70f96e feat: remove welcome window 2020-02-16 21:42:45 +09:00
goat
e1b29a2797 feat: add lumina to DataManager 2020-02-16 20:06:28 +09:00
goat
bfbdaa5fc6 feat: plugin info command 2020-02-12 01:20:35 +09:00
goat
02a9c64a78 fix: handle interface hooking errors 2020-02-06 22:23:28 +09:00
goat
a3f59a6d9f feat: add Data window 2020-02-01 20:02:05 +09:00
goat
27265244ec feat: add DataManager, remote opcodes etc. 2020-01-30 22:47:47 +09:00
goat
e2f9773e33 fix: try to copy .text and .data of TargetModule to avoid conflicts(WIP, needs testing) 2020-01-26 17:25:11 +09:00
meli
3ca7c6c19c Set path for imgui's ini file to the general dalamud data directory, so it won't conflict with other imgui applications and is obvious to users that it is part of dalamud 2020-01-20 13:25:05 -08:00
goat
b418a6dc0f fix: load/unload plugins after framework 2020-01-13 23:16:01 +09:00
goat
84e98e0315 feat: add log debug window 2020-01-13 22:03:48 +09:00
goat
fc5a8bc38e feat: start of UI dev menu for Dalamud 2020-01-13 21:07:15 +09:00
meli
14b2fc09ab Hack: prevent frequent crashes on unload. This is not a great way to handle the problem, but it should also virtually always succeed... and it's far better than the current crashing behavior, until we can come up with something cleaner. 2020-01-12 08:18:03 -08:00
meli
92b7482e87 Simplify draw delegate handling 2020-01-12 08:16:12 -08:00
goat
fbe6eb3d3d merge master@b882a1f 2020-01-12 16:04:19 +09:00
goat
feb8edb6c9 feat: add plugin API for interfaces 2020-01-12 16:00:31 +09:00
goat
788bc06833 refactor: remove IconReplacer, now a separate plugin 2020-01-06 23:52:16 +09: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
meli
75d0fda4ed Fix for #22 - prepending an item name with a '+' will do an exact search 2019-12-27 17:54:33 -08:00
meli
4b43630805 Merge branch 'master' into interface 2019-12-21 08:59:18 -08: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
6535daade7 feat: first interface WIP 2019-12-11 03:11:53 +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
a91eeda956 feat: CfPreferredRole notification WIP, needs configuration 2019-12-08 16:09:43 +09:00
goat
4d906923a2 fix: remove fate tracking features 2019-11-28 02:11:01 +09:00
goat
4bcdf6caef Set BGM via function 2019-11-23 14:12:30 +09:00
Aida Enna
72dcb2b997 Smol fix for help menu items 2019-11-18 19:01:34 -05:00
Mino
642c84f0e5 Enable TCP_NODELAY 2019-11-17 00:04:12 +09:00
goat
ba5fa1f4d0 Better chat injection handling 2019-11-11 23:55:32 +09:00
goat
799f5ef634 More 5.1 fixes or maybe not who knows 2019-11-08 02:13:21 +09:00
goat
75ed54117c Some changes to Actor Table handling 2019-11-03 21:17:47 +09:00
goat
545757d406 Update for 5.1 2019-11-01 16:30:53 +09:00
attick
4ad5bee0c6 Update addresses and signatures for 5.1. 2019-10-29 20:08:29 -04:00
goat
dc960c5f6f Apply new configuration scheme to everything 2019-10-19 02:27:23 +09:00
attick
1ab43645f7 Add "unset" and "toggle" commands for combos. 2019-10-18 12:33:42 -04:00
goat
16a5788695 New config system, config flags for combos, commands for combos 2019-10-18 23:50:02 +09:00
goat
1bd4eed72c Unify IconReplacer and IconReplaceChecker, cleanup 2019-10-18 22:01:35 +09:00
attick
84c66ddc6e Initial icon replacement commit 2019-10-15 11:21:59 -04:00
goat
5c7c6fc7d6 First resource manager hooks 2019-10-15 20:55:03 +09:00