Commit Graph

88 Commits

Author SHA1 Message Date
Anna b28128ff44
chore: bump version to 2.0.0-beta.11 2021-08-24 14:38:06 -04:00
Anna a9f18872f5
refactor: move to net5 2021-08-24 14:38:06 -04:00
Anna 56b6d4aeaa
chore: bump version to 2.0.0-beta.10 2021-04-16 00:22:44 -04:00
Anna 6c3b2117aa
refactor: update offsets for 5.5 2021-04-15 16:38:18 -04:00
Anna 0422538368
feat: update elements and swaps to use tables 2021-04-08 00:53:19 -04:00
Anna 466af005b0
chore: bump version to 2.0.0-beta.9 2021-04-05 15:06:04 -04:00
Anna 9db1fac61c
fix: make murderer work again 2021-04-05 15:05:49 -04:00
Anna 5fd92ae30e
refactor: update to api level 3 2021-04-05 15:02:06 -04:00
Anna 8b1d7aee19
feat: allow selective window fields 2021-03-19 14:40:07 -04:00
Anna 0b483d5af8
refactor: split ui into modules 2021-03-18 21:02:50 -04:00
Anna b34530abb9
feat: disable HudSwap on load 2021-03-17 22:12:51 -04:00
Anna d107fb7441
feat: add button to remove window from layout 2021-03-17 13:53:22 -04:00
Anna 4654548721
fix: require window to be open to be added 2021-03-17 13:45:42 -04:00
Anna dc0ff6ccb2
feat: begin adding addon window positions 2021-03-17 13:36:40 -04:00
Anna 6aaf4b7707
feat: mark selected options in dropdowns 2021-03-15 13:22:48 -04:00
Anna d19130983f
feat: add tooltips for element buttons 2021-03-15 13:22:29 -04:00
Anna 1cdb11a1ef
chore: bump version to 2.0.0-beta.8 2021-03-15 12:59:07 -04:00
Anna 0c47fdf3ea
feat: update hotbar dimensions on layout change 2021-03-15 12:56:50 -04:00
Anna 01547e1f71
feat: give enums human-friendly names 2021-03-15 02:35:37 -04:00
Anna 7ef5552340
feat: add element previews that can be dragged 2021-03-15 02:24:55 -04:00
Anna 199454dfc0
feat: add playing music status 2021-03-14 18:52:37 -04:00
Anna dc344d382d
feat: make roleplaying status work as expected
Sort of. Only if it's the primary online status.
2021-03-14 18:39:42 -04:00
Anna ea9c96bfa0
chore: bump version to 2.0.0-beta.7 2021-03-13 20:10:20 -05:00
Anna 8998612758
feat: add hotbar visibility info to help 2021-03-13 20:09:37 -05:00
Anna 9813da437e
fix: remove swaps using deleted layouts 2021-03-13 19:31:45 -05:00
Anna 16e1e82825
fix: round instead of truncate in pixel mode 2021-03-13 19:30:42 -05:00
Anna c90fc703e0
fix: disable children for parent selection 2021-03-13 18:59:19 -05:00
Anna facef8ea0c
fix: clone Enabled and Opacity, too 2021-03-13 18:59:02 -05:00
Anna b787629d3b
chore: bump version to 2.0.0-beta.5 2021-03-13 16:49:24 -05:00
Anna 01a5117983
fix: correct some typos 2021-03-13 16:48:51 -05:00
Anna c967299fb0
feat: add selective field updates
Also reverse Unknown4 to MeasuredFrom.

Also rework UI slightly.
2021-03-13 16:10:23 -05:00
Anna 2aaf87f7b4
feat: highlight current layout selection 2021-03-13 11:41:06 -05:00
Anna 4833d70164
fix: disable self as parent option 2021-03-13 11:40:43 -05:00
Anna 6d23914e14
chore: bump version to 2.0.0-beta.4 2021-03-11 14:15:05 -05:00
Anna 8941d2f8da
feat: add element options and fix ctd
Prevent changing layouts while the Character Configuration window is open.

Also fix visibility to show both keyboard and gamepad checkboxes.
2021-03-11 14:14:34 -05:00
Anna d91330a595
chore: bump version to 2.0.0-beta.3 2021-03-10 14:30:30 -05:00
Anna 1336a09e1e
feat: add exporting and implement clipboard 2021-03-10 14:29:09 -05:00
Anna c3ee0e7367
fix: use effective layout everywhere 2021-03-10 14:25:39 -05:00
Anna 639cd36cd1
refactor: put 81 into a const 2021-03-10 14:13:19 -05:00
Anna fbbcac9bbc
feat: begin replacing layout tab with editor 2021-03-10 14:08:28 -05:00
Anna 507812d111
refactor: begin update to HUD Manager 2021-03-08 10:03:11 -05:00
Anna 2454811d49
chore: bump version 2020-12-08 23:12:39 -05:00
Anna ebd81da4b5
fix: update offsets for 5.4 2020-12-08 23:12:23 -05:00
Anna 1e12272673
chore: update Lumina 2020-11-23 13:25:30 -05:00
Zacharie Day d91506f2cf
feat: use new-style HUD buttons for import
In the process, externalized drawing the HUD buttons to a
function.
2020-09-28 19:13:45 -04:00
Zacharie Day de89f0cb44
feat: rename interface cleanup
Move the rename input to below the layouts list and give it a
fixed width.

Fix "delete" button not having correct height.
2020-09-28 19:13:28 -04:00
Zacharie Day 2eb0c3cc77
fix: use default height for HUD slot buttons 2020-09-28 19:13:28 -04:00
Zacharie Day 65e649b8a8
feat: improve interactions with active HUD layout
Trying to preview different saved was more difficult than it
needed to be since after importing a layout, the user needed to
swap to another layout and then back to the original one in order
to see the changes. I changed this so that if a user imports a
layout to the currently active HUD slot, the plugin automatically
swaps to another HUD slot and back.

As a part of this also refined the general slot UI so that the
active slot is indicated in the slot selection UI for saving a
layout to game data.
2020-09-28 19:13:28 -04:00
Zacharie Day 15a1965095
Allow import operation to overwrite layouts 2020-09-28 19:13:28 -04:00
Anna a9df8a8847
refactor: simplify boolean expression 2020-09-07 15:07:42 -04:00