Commit graph

302 commits

Author SHA1 Message Date
Eldritch-Oliver
2497c492bf Update the way that the force rerender calls the render method 2025-10-05 15:24:11 -06:00
Eldritch-Oliver
98b429f941 Finish making the intellisense work properly 2025-10-05 13:31:31 -06:00
Eldritch-Oliver
0917f28fcb Fix the tab change on ready 2025-10-05 12:55:10 -06:00
1228b32823
Merge pull request #52 from Eldritch-Oliver/feature/armour-sheet-improvements
Armour/Shield Sheet Improvements
2025-10-04 21:20:02 -06:00
Eldritch-Oliver
739652e346 Add missing localizations 2025-10-04 21:19:38 -06:00
Eldritch-Oliver
e552b7d041 Make the logic use an or instead nullish coalesce 2025-10-04 21:18:10 -06:00
Eldritch-Oliver
4d36cc29a5 Clean up the armour summary markup 2025-10-04 21:17:25 -06:00
Eldritch-Oliver
514103fe0b Remove download link 2025-10-04 20:45:58 -06:00
Eldritch-Oliver
8098ede72c Update action to use variable substitution 2025-10-04 20:44:01 -06:00
Eldritch-Oliver
bf06edc5c6 Add a script for linking Foundry into the project root 2025-10-04 20:43:41 -06:00
Eldritch-Oliver
d15301663c Update system.json 2025-10-04 20:43:29 -06:00
Oliver-Akins
ae0d4fb0a2 Provide provide proper limited accessor 2025-07-31 21:32:58 -06:00
Oliver-Akins
511481e608 Finish writing the GenericAppMixin jsdoc 2025-07-31 21:32:42 -06:00
Oliver-Akins
a01c79ea2f Remove unused import 2025-07-31 20:50:50 -06:00
Oliver-Akins
b1ba33919f Localize and add missing labels 2025-07-31 20:50:44 -06:00
Oliver-Akins
7dfc1bd0c0 Add IDs for the label associations 2025-07-31 10:32:42 -06:00
Oliver-Akins
e90e90bfe0 Remove log 2025-07-31 10:29:56 -06:00
Oliver-Akins
ca0c793b56 Add cursor pointer to events 2025-07-23 23:52:23 -06:00
Oliver-Akins
3c582c77bb Update the ArmourSheets to allow for the equipped toggle to be present and work 2025-07-23 23:52:07 -06:00
Oliver-Akins
b72c9d9739 Add meta properties that indicate if the document is embedded, and if the user is able to edit it 2025-07-23 22:17:05 -06:00
Oliver-Akins
0bd099cc28 Add todo so I don't forget 2025-07-20 21:45:10 -06:00
Oliver-Akins
2215ce503b Remove the sheet inputs from the data model 2025-07-20 21:44:27 -06:00
Oliver-Akins
bfa26edd5b Prevent the AllItemSheet from being used on armour/shields 2025-07-20 21:43:41 -06:00
Oliver-Akins
99c1281da8 Add lang entry for the new sheet 2025-07-20 21:43:23 -06:00
Oliver-Akins
caa3fbbda0 Localize name based on the core translation 2025-07-20 21:35:39 -06:00
Oliver-Akins
94942c8eab Make a unique ArmourSheet so that it can have a better UX for indicating protection locations 2025-07-20 21:35:27 -06:00
Oliver-Akins
2b88bcc2ef Add a component that handles displaying the person silhouette with some content inside of it 2025-07-20 21:32:46 -06:00
Oliver-Akins
26a2e0f3ff Cleanup a few logs 2025-07-20 21:28:25 -06:00
Oliver-Akins
e49fa03fed Rename the elements folder to components 2025-07-20 14:14:46 -06:00
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