Commit graph

1363 commits

Author SHA1 Message Date
Chivalrik
c1054adf83 fix: Remove duplicate line due to copy&paste error 2021-04-14 13:21:46 +02:00
Chivalrik
bf4ebbe237 feat: Add SofTarget offset and property to targets resolver 2021-04-14 13:18:36 +02:00
Raymond Lynch
7d83ac126f Actor.HitboxRadius, MNK/NINGauge updates
As requested by illion
2021-04-13 22:42:50 -04:00
goaaats
e55f7aaf99
Merge pull request #313 from daemitus/master 2021-04-14 03:37:55 +02:00
Raymond Lynch
ebba7a1755 Extra comment 2021-04-13 20:07:00 -04:00
Raymond Lynch
ff929ed5a6 Actor offsets, StyleCop 2021-04-13 19:52:35 -04:00
Asvel
5d611de8da fix: improve SeString integer decoding and encoding 2021-04-14 07:09:37 +08:00
goat
2aacbee1c8
Merge branch 'master' of https://github.com/goatcorp/Dalamud 2021-04-13 21:49:36 +02:00
goat
74c311ce60
feat: object dumper for data window 2021-04-13 21:45:30 +02:00
goat
6ecf095867
feat: add ScaledDummy overload for cube 2021-04-13 21:17:59 +02:00
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
goaaats
d99eea3048
Merge pull request #312 from Caraxi/5.5-actorTable
[5.5] Update ActorTable signature
2021-04-13 14:11:23 +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
goaaats
e1f4223136
Merge pull request #311 from Caraxi/5.5
[5.5] Update Sig for Framework->GetUiModule
2021-04-13 12:15:07 +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
goaaats
b6af8260be
Merge pull request #308 from kalilistic/more-imgui 2021-04-12 15:45:19 +02: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
e5d89b2c32
deps: update ImGuiScene 2021-04-12 03:31:14 +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
goaaats
1e9653baa4
ci: use hash instead of version for stg 2021-04-11 18:41:14 +02:00
goat
af4f684a96
fix: don't build DalamudDebugStub 2021-04-11 18:30:57 +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
4d2eecce8e
ci: maybe fix version 2021-04-11 00:06:25 +02:00
goaaats
5739a4d4df
build: 5.2.4.10 2021-04-11 00:03:34 +02:00
goaaats
719ae8c132
Merge pull request #305 from ascclemens/master
Add implicit SeString construction
2021-04-11 00:00:56 +02:00
Anna Clemens
be9847f898
feat: add implicit SeString construction 2021-04-10 17:56:04 -04:00
goaaats
16fda46f6c
Merge pull request #304 from kalilistic/data-style-errors
refactor: new code style in Data
2021-04-10 22:46:34 +02:00
kalilistic
8b4635ee5f refactor: new code style in Data 2021-04-10 16:15:03 -04:00
goaaats
f5054f5274
Merge pull request #303 from kalilistic/fix-build-badge
fix: readme build badge url
2021-04-10 20:47:43 +02:00
kalilistic
a5522d3743 fix: readme build badge url 2021-04-10 14:44:32 -04:00