Commit graph

1125 commits

Author SHA1 Message Date
goaaats
4213bbd04e
Merge pull request #307 from pohky/agent-sigs 2021-04-13 19:15:56 +02:00
goat
c955ef6711
fix: use the right url for pluginmaster this time 2021-04-13 14:26:27 +02:00
Cara
c4a5f71bca Update ActorTable signature 2021-04-13 20:45:27 +09:30
goat
ec573aae69
Merge branch 'master' of https://github.com/goatcorp/Dalamud 2021-04-13 12:46:06 +02:00
goat
e62f43b252
feat: don't use api3 branch for plugins anymore 2021-04-13 12:45:46 +02:00
pohky
ac536b033c
Merge branch 'master' into agent-sigs 2021-04-13 12:39:59 +02:00
pohky
3347382200
Update GameGuiAddressResolver.cs
update uimodule vtable sig
2021-04-13 12:38:58 +02:00
Cara
98f1820d27 Update Sig for Framework->GetUiModule 2021-04-13 16:40:24 +09:30
kalilistic
8b736e5e7f feat: add option to use embedded loc resources 2021-04-12 10:49:15 -04:00
kalilistic
01d84f0e65 feat: add color picker with palette component 2021-04-12 09:34:42 -04:00
kalilistic
7d2a900832 feat: add textwithlabel component 2021-04-11 23:17:57 -04:00
pohky
19ad0ff4e1 Update GameGuiAddressResolver.cs
- remove .rdata workaround for GetAgentModule
2021-04-12 04:26:00 +02:00
pohky
998e1be6f4 Update SigScanner.cs
- add .rdata so GetStaticAddressFromSignature can resolve offsets in that section
2021-04-12 04:22:58 +02:00
goat
9edba66725
fix: call LocalizationManager.ExportLocalizable() instead 2021-04-12 03:29:34 +02:00
goat
dbd0f09052
feat: add settings option for viewports 2021-04-12 03:13:39 +02:00
goat
4bf40ade3d
fix: use the correct flag this time 2021-04-12 03:11:21 +02:00
goat
60094fcbba
feat: add some imgui stuff to data window 2021-04-12 02:56:00 +02:00
goat
c4b5abd7b5
feat: implement CheckViewportState() in InterfaceManager 2021-04-12 02:55:36 +02:00
goat
425e9e26e0
feat: add IsNeverViewport to DalamudConfiguration 2021-04-12 02:42:23 +02:00
pohky
b724b10678 Update FindAgentModule
- use a signature the AgentModule instead of offsets
- move FindAgentModule to the other UI related functions and make it public
2021-04-12 01:06:01 +02:00
goat
d53bc4b1cb
feat: add support for bannedplugin.json to catch failing plugins 2021-04-12 00:55:36 +02:00
goat
67dd9fbf9c
feat: add git hash to dev bar 2021-04-11 18:51:17 +02:00
goat
043509b6b0
feat: add Util.GetGitHash() 2021-04-11 18:50:58 +02:00
goat
ad3ece6e18
feat: add GitHash assembly attribute for Dalamud 2021-04-11 18:29:12 +02:00
goaaats
542bda4dfb
Merge pull request #306 from kalilistic/imgui-colors
feat: add imgui color helper
2021-04-11 15:54:32 +02:00
kalilistic
bb3006d0c8 feat: add imgui color helper 2021-04-10 23:26:13 -04:00
goaaats
5739a4d4df
build: 5.2.4.10 2021-04-11 00:03:34 +02:00
Anna Clemens
be9847f898
feat: add implicit SeString construction 2021-04-10 17:56:04 -04:00
kalilistic
8b4635ee5f refactor: new code style in Data 2021-04-10 16:15:03 -04:00
goaaats
44f847b7cd
Merge pull request #301 from kalilistic/make-loc-plugin-friendly
feat: update loc to allow use by plugins
2021-04-10 20:38:03 +02:00
kalilistic
cd9a2297f5 refactor: new code style in Configuration 2021-04-10 14:15:54 -04:00
goaaats
8e43b1703d
Merge pull request #300 from kalilistic/imgui-ish
refactor: update custom imgui component setup
2021-04-10 19:46:09 +02:00
kalilistic
13eaa4450d feat: update loc to allow use by plugins 2021-04-10 13:45:28 -04:00
goaaats
34685c47bf
build: 5.2.4.9 2021-04-10 19:11:33 +02:00
goaaats
d3319e41ff
build: 5.2.4.8 2021-04-10 19:02:34 +02:00
goaaats
13576f0f07
build: 5.2.4.7 2021-04-10 18:47:25 +02:00
kalilistic
1c66c2a3de refactor: update custom imgui component setup 2021-04-09 23:29:08 -04:00
goat
1a42ffefea
Merge branch 'master' of https://github.com/goatcorp/Dalamud 2021-04-10 03:00:24 +02:00
goat
6eaf62fc1c
fix: use Lumina sheets in AutoTranslatePayload 2021-04-10 02:58:51 +02:00
goat
70c832573e
deps: update Lumina.Excel 2021-04-10 02:58:33 +02:00
goaaats
25ce0be268
Merge pull request #297 from kalilistic/icon-help-components 2021-04-09 17:57:11 +02:00
Raymond Lynch
d71e0b2188 add /xldata 2021-04-09 10:56:49 -04:00
goat
a872da5f74
deps: Update Lumina to 3.0.0 2021-04-09 15:01:25 +02:00
goat
5e0c65ed14
fix: remove old hardcoded Completion and PetMirage sheets 2021-04-09 14:57:41 +02:00
kalilistic
1344594b3b feat: add icon button and help marker components 2021-04-08 19:51:25 -04:00
goaaats
107924c7e2
Merge pull request #296 from Caraxi/extra-chat-events
Add OnChatMessageHandled and OnChatMessageUnhandled events
2021-04-08 17:19:26 +02:00
Cara
ace2533f05 Add OnChatMessageHandled and OnChatMessageUnhandled events 2021-04-08 17:28:28 +09:30
Cara
e3c39ec6a2 Fix circular exception in AutoTranslatePayload 2021-04-08 17:18:54 +09:30
kalilistic
76fc6e2a8d refactor: resolve component style violations 2021-04-07 21:31:45 -04:00
goat
3f41c20a12 build: v5.2.4.6 2021-04-08 00:07:42 +02:00