Commit graph

273 commits

Author SHA1 Message Date
Oliver-Akins
e489da9666 Update manifest for release 2025-07-14 21:51:55 -06:00
Oliver-Akins
a314ee5c18 Remove main from the branch protection rules 2025-07-14 21:44:11 -06:00
Oliver-Akins
eccfd96e67 Make it so that the setting change doesn't error when no combat is started 2025-07-14 21:43:27 -06:00
Oliver-Akins
5d8a4495a1 Add way to change whether heroes or geist go first in a combat 2025-07-14 21:43:12 -06:00
2a4ba73934
Merge pull request #48 from Oliver-Akins/dev
Merge the dev branch into main
2025-07-14 19:49:56 -06:00
Oliver-Akins
f0829556e0 Remove player text reference 2025-07-10 21:40:18 -06:00
Oliver-Akins
0df7bcdea9 Make the combined sheet scrollable and more consistent in design (closes #43) 2025-07-10 21:39:44 -06:00
Oliver-Akins
38c83586e5 Enable the ammo popover on the combined sheet (closes #44) 2025-07-09 20:12:31 -06:00
Oliver-Akins
88131aabe0 Update the release github action 2025-07-07 22:43:19 -06:00
Oliver-Akins
bd3f2a9f8b Style the Drag/Edge inputs to look and feel better 2025-07-07 22:31:58 -06:00
Oliver-Akins
a05adca9d8 Add final newline 2025-07-07 22:31:16 -06:00
Oliver-Akins
966d9f2f41 Ignore text files 2025-07-07 20:52:17 -06:00
Oliver-Akins
9739995a12 Fix v13.341 issues to prep for release 2025-04-30 13:27:51 -06:00
Oliver-Akins
d5680bb209 Complete the Geist sheet and data 2025-04-12 13:54:07 -06:00
Oliver-Akins
647f1a9aac Initialize the geist actor type & refactor the HeroData data model 2025-04-12 13:13:04 -06:00
Oliver-Akins
cfc744e42f Update the Actor sheets to not be prefixed with Hero in their files/classes 2025-04-12 13:12:28 -06:00
Oliver-Akins
5b74fd6beb Finish the Skills Card redesign (closes #11) 2025-04-12 00:09:45 -06:00
Oliver-Akins
1bf1b2cd91 Correct my 2 off-by-one errors so that the gear list only spans 12 rows instead of 14 2025-04-11 23:52:34 -06:00
Oliver-Akins
dc4411a2b3 Prevent the resets from happening where we aren't taking full control. 2025-04-11 22:02:54 -06:00
Oliver-Akins
524ddee9d4 Redesign the Hero Summary Card to match the book 2025-04-11 21:46:49 -06:00
Oliver-Akins
0135ca1124 Update the system CSS to use sub-layers
This is so I have more granular control over interactions between resets and intentional styles
2025-04-11 21:06:40 -06:00
Oliver-Akins
714da335e8 Add cost data entry into the rest of the item types that need it 2025-04-11 19:13:16 -06:00
86ddac1aa4
Ammo Tracking
- Adds the sum of all ammo into the skills sheet
- Initializes a Popover system so that we can have rerenderable popovers in the system that can be rendered like tooltips, or popped out into their own window without the need for separate templating for each method. The "tooltip"-presentation is just a frameless application.
- Utilizes the Popover system to create an ammo popover that lists each ammo independently and allows the user to "star" up to three ammos that will be visible on the sheet at all times.
- Bumps the verified from from `13`->`13.339`
2025-04-10 21:28:30 -06:00
Oliver-Akins
e049ad9eb3 Remove redundant comment 2025-04-10 21:27:26 -06:00
Oliver-Akins
05a3db98c8 Get the AmmoTracker's in-popover editing working using the foreign document updating 2025-04-09 22:13:52 -06:00
Oliver-Akins
053ab05dcb Pull the foreign document updating into a utility method and add it to the GenericPopoverMixin 2025-04-09 21:51:49 -06:00
Oliver-Akins
55cff3c048 Set verified version Foundry v13.339 2025-04-09 21:43:30 -06:00
Oliver-Akins
01f9fba593 Add the ability to update the ammo quantity from the starred shortcuts 2025-04-09 21:42:32 -06:00
Oliver-Akins
4e89763901 Add localization string override for GM -> Keeper 2025-04-09 21:08:52 -06:00
Oliver-Akins
f1487bd9b8 Correctly forward the parameters to the super method 2025-04-09 21:08:35 -06:00
Oliver-Akins
26134b0390 Correct the height of the HUD element to prevent collapse only when not a GM 2025-04-05 23:33:20 -06:00
Oliver-Akins
8de50185c1 Remove unused CSS 2025-04-05 15:32:55 -06:00
Oliver-Akins
228cc21de7 Make the ID publicly readonly, privately writable 2025-04-05 15:32:31 -06:00
Oliver-Akins
bfddf855a4 Move the magic string into an enum 2025-04-05 15:31:28 -06:00
Oliver-Akins
95443d3709 Pull the tooltip delay from the Foundry tooltip class 2025-04-05 15:30:26 -06:00
Oliver-Akins
7ae5d1b814 Get rid of extraneous function override 2025-04-05 15:30:00 -06:00
Oliver-Akins
2e08064ebb Localize the app title 2025-04-05 15:29:49 -06:00
Oliver-Akins
a7e0fe899a Display all of the pinned ammo on the sheet and tweak the list header style. 2025-04-05 00:43:44 -06:00
Oliver-Akins
c495f45015 Get the base favourite mechanism working so the items are visible on the skills card 2025-03-22 21:20:02 -06:00
Oliver-Akins
7d39c487dc Prevent deprecation warnings as of v13.338 2025-03-22 14:34:20 -06:00
Oliver-Akins
3437dadb9b Reduce the z-index of the popovers a little bit 2025-03-16 10:57:53 -06:00
Oliver-Akins
032f2564c1 Make the stopEvent methods private 2025-03-16 10:53:57 -06:00
Oliver-Akins
3ae7e9489a Add ammo to the gear types, and get more design stuff for the AmmoTracker 2025-03-15 18:36:04 -06:00
Oliver-Akins
96e4d09e7b Update the popover management to work with origin rerenders, and rerendering the popovers directly. 2025-03-15 18:35:24 -06:00
Oliver-Akins
69bf712eca Have the PopoverManager call a hook to get additional options for the popover Application 2025-03-15 17:05:14 -06:00
Oliver-Akins
e8fdf6e952 Enable generic styling in frameless popovers 2025-03-15 14:43:08 -06:00
Oliver-Akins
88a47ba02b Tweak default popover styles 2025-03-14 23:55:48 -06:00
Oliver-Akins
9ea2eebdd9 Make sure the moving works when the width/height are auto 2025-03-14 23:55:12 -06:00
Oliver-Akins
e594b6beb0 Get the reusable foundations of custom popovers finished. 2025-03-14 22:52:40 -06:00
Oliver-Akins
4b75526708 Await render call 2025-03-14 16:34:13 -06:00