Commit graph

  • f0829556e0 Remove player text reference Oliver-Akins 2025-07-10 21:40:18 -06:00
  • 0df7bcdea9 Make the combined sheet scrollable and more consistent in design (closes #43) Oliver-Akins 2025-07-10 21:39:44 -06:00
  • 38c83586e5 Enable the ammo popover on the combined sheet (closes #44) Oliver-Akins 2025-07-09 20:12:31 -06:00
  • 88131aabe0 Update the release github action Oliver-Akins 2025-07-07 22:43:19 -06:00
  • bd3f2a9f8b Style the Drag/Edge inputs to look and feel better Oliver-Akins 2025-07-07 22:31:58 -06:00
  • a05adca9d8 Add final newline Oliver-Akins 2025-07-07 22:31:16 -06:00
  • 966d9f2f41 Ignore text files Oliver-Akins 2025-07-07 20:52:17 -06:00
  • 9739995a12 Fix v13.341 issues to prep for release Oliver-Akins 2025-04-30 13:27:51 -06:00
  • d5680bb209 Complete the Geist sheet and data Oliver-Akins 2025-04-12 13:54:07 -06:00
  • 647f1a9aac Initialize the geist actor type & refactor the HeroData data model Oliver-Akins 2025-04-12 13:13:04 -06:00
  • cfc744e42f Update the Actor sheets to not be prefixed with Hero in their files/classes Oliver-Akins 2025-04-12 13:12:28 -06:00
  • 5b74fd6beb Finish the Skills Card redesign (closes #11) Oliver-Akins 2025-04-12 00:09:45 -06:00
  • 1bf1b2cd91 Correct my 2 off-by-one errors so that the gear list only spans 12 rows instead of 14 Oliver-Akins 2025-04-11 23:52:34 -06:00
  • dc4411a2b3 Prevent the resets from happening where we aren't taking full control. Oliver-Akins 2025-04-11 22:02:54 -06:00
  • 524ddee9d4 Redesign the Hero Summary Card to match the book Oliver-Akins 2025-04-11 21:46:49 -06:00
  • 0135ca1124 Update the system CSS to use sub-layers This is so I have more granular control over interactions between resets and intentional styles Oliver-Akins 2025-04-11 21:06:40 -06:00
  • 714da335e8 Add cost data entry into the rest of the item types that need it Oliver-Akins 2025-04-11 19:13:16 -06:00
  • 86ddac1aa4
    Ammo Tracking Oliver 2025-04-10 21:28:30 -06:00
  • e049ad9eb3 Remove redundant comment Oliver-Akins 2025-04-10 21:27:26 -06:00
  • 05a3db98c8 Get the AmmoTracker's in-popover editing working using the foreign document updating Oliver-Akins 2025-04-09 22:13:52 -06:00
  • 053ab05dcb Pull the foreign document updating into a utility method and add it to the GenericPopoverMixin Oliver-Akins 2025-04-09 21:51:49 -06:00
  • 55cff3c048 Set verified version Foundry v13.339 Oliver-Akins 2025-04-09 21:43:30 -06:00
  • 01f9fba593 Add the ability to update the ammo quantity from the starred shortcuts Oliver-Akins 2025-04-09 21:42:32 -06:00
  • 4e89763901 Add localization string override for GM -> Keeper Oliver-Akins 2025-04-09 21:08:52 -06:00
  • f1487bd9b8 Correctly forward the parameters to the super method Oliver-Akins 2025-04-09 21:08:35 -06:00
  • 26134b0390 Correct the height of the HUD element to prevent collapse only when not a GM Oliver-Akins 2025-04-05 23:33:20 -06:00
  • 8de50185c1 Remove unused CSS Oliver-Akins 2025-04-05 15:32:55 -06:00
  • 228cc21de7 Make the ID publicly readonly, privately writable Oliver-Akins 2025-04-05 15:32:31 -06:00
  • bfddf855a4 Move the magic string into an enum Oliver-Akins 2025-04-05 15:31:28 -06:00
  • 95443d3709 Pull the tooltip delay from the Foundry tooltip class Oliver-Akins 2025-04-05 15:30:26 -06:00
  • 7ae5d1b814 Get rid of extraneous function override Oliver-Akins 2025-04-05 15:30:00 -06:00
  • 2e08064ebb Localize the app title Oliver-Akins 2025-04-05 15:29:49 -06:00
  • a7e0fe899a Display all of the pinned ammo on the sheet and tweak the list header style. Oliver-Akins 2025-04-05 00:43:44 -06:00
  • c495f45015 Get the base favourite mechanism working so the items are visible on the skills card Oliver-Akins 2025-03-22 21:20:02 -06:00
  • 7d39c487dc Prevent deprecation warnings as of v13.338 Oliver-Akins 2025-03-22 14:34:20 -06:00
  • 3437dadb9b Reduce the z-index of the popovers a little bit Oliver-Akins 2025-03-16 10:57:53 -06:00
  • 032f2564c1 Make the stopEvent methods private Oliver-Akins 2025-03-16 10:53:57 -06:00
  • 3ae7e9489a Add ammo to the gear types, and get more design stuff for the AmmoTracker Oliver-Akins 2025-03-15 18:36:04 -06:00
  • 96e4d09e7b Update the popover management to work with origin rerenders, and rerendering the popovers directly. Oliver-Akins 2025-03-15 18:35:24 -06:00
  • 69bf712eca Have the PopoverManager call a hook to get additional options for the popover Application Oliver-Akins 2025-03-15 17:05:14 -06:00
  • e8fdf6e952 Enable generic styling in frameless popovers Oliver-Akins 2025-03-15 14:43:08 -06:00
  • 88a47ba02b Tweak default popover styles Oliver-Akins 2025-03-14 23:55:48 -06:00
  • 9ea2eebdd9 Make sure the moving works when the width/height are auto Oliver-Akins 2025-03-14 23:55:12 -06:00
  • e594b6beb0 Get the reusable foundations of custom popovers finished. Oliver-Akins 2025-03-14 22:52:40 -06:00
  • 4b75526708 Await render call Oliver-Akins 2025-03-14 16:34:13 -06:00
  • 77abcb11a9 Get the non-framed popover working initially Oliver-Akins 2025-03-14 16:33:58 -06:00
  • 8e8202f8a6 Getting the popover Application working on the most superficial level, and creating a generic popover mixin Oliver-Akins 2025-03-13 23:36:25 -06:00
  • af5cf4acd5 Begin working on laying the groundwork for the Ammo Tracker / popover Oliver-Akins 2025-03-13 00:19:03 -06:00
  • 8ebdc506ea
    Merge pull request #36 from Oliver-Akins/feature/craft-card Oliver 2025-03-12 22:41:23 -06:00
  • 96ef2ba56f Add JSdoc for the API Oliver-Akins 2025-03-12 22:40:19 -06:00
  • fd28993952 Clean-up data preparation Oliver-Akins 2025-03-10 22:04:36 -06:00
  • f46bd6b5d3 Localize the craft card (closes #35) Oliver-Akins 2025-03-10 21:52:49 -06:00
  • 4f35db01b6 Add the derived data for the aura ranges Oliver-Akins 2025-03-09 00:16:21 -07:00
  • 89b51a01e6 Get the aura display finished for the Craft Card (closes #23) Oliver-Akins 2025-03-08 22:39:07 -07:00
  • a830adbd2d Get most of the Aura display implemented added to the HTML Oliver-Akins 2025-03-07 22:30:12 -07:00
  • f1d9fe187c Add fract to the craft card (closes #22) Oliver-Akins 2025-03-07 19:50:45 -07:00
  • bd3c8d9acc Remove unused CSS import Oliver-Akins 2025-03-07 19:48:08 -07:00
  • 5876d5fe98 Add system summary Oliver-Akins 2025-03-07 19:47:18 -07:00
  • 245dc1f7e1 Rename folder feature/region-behaviours Oliver-Akins 2025-03-07 19:42:07 -07:00
  • 9336e3465c Get the deltas stacking properly Oliver-Akins 2025-03-06 21:22:14 -07:00
  • 85d820a9de Merge remote-tracking branch 'origin/dev' into feature/region-behaviours Oliver-Akins 2025-03-06 18:50:50 -07:00
  • 67753ce3e7 Add the Flect craft list (closes #21) Oliver-Akins 2025-03-06 18:47:41 -07:00
  • b6f3539a95 Replace the Move - Run label with just Move Oliver-Akins 2025-03-05 23:06:28 -07:00
  • 17cd5532f4 Begin work on the Hero Craft card itself Oliver-Akins 2025-03-05 23:05:59 -07:00
  • 7c72b71436 Remove unneeded files Oliver-Akins 2025-03-05 22:13:33 -07:00
  • c1a7cacf6e
    Merge pull request #26 from Oliver-Akins/feature/delve-dice-hud Oliver 2025-03-05 22:09:52 -07:00
  • 02a7016be8 Remove extra line Oliver-Akins 2025-03-04 16:59:56 -07:00
  • 3e17f2c376 Update CSS to accomodate HUD applications without being too broad Oliver-Akins 2025-03-04 16:59:36 -07:00
  • 8896903008 PR feedback pt 1 Oliver-Akins 2025-03-04 15:45:33 -07:00
  • ebed79e93d Fix incorrect import Oliver-Akins 2025-03-04 13:55:43 -07:00
  • f3f0444ef0 Merge remote-tracking branch 'origin/dev' into feature/delve-dice-hud Oliver-Akins 2025-03-04 13:52:37 -07:00
  • f74c22c510 Fix import order Oliver-Akins 2025-03-02 21:21:44 -07:00
  • 690eff8e46 Add the most basic form of a difficulty delta region behaviour Oliver-Akins 2025-03-02 21:19:12 -07:00
  • a71a22bf19
    Merge pull request #27 from Oliver-Akins/feature/combatant-groups Oliver 2025-03-02 20:40:37 -07:00
  • ee325989df Restore functionality that was lost because v13.337's CombatantGroup document Oliver-Akins 2025-03-02 20:32:52 -07:00
  • 69dac6a0df Clean-up after the old attempt at the crypt summary Oliver-Akins 2025-03-02 19:49:42 -07:00
  • 155685a6c3 Get the delve conditions editable Oliver-Akins 2025-03-02 19:46:39 -07:00
  • 110823a26b Get the delve tour incrementer changes working and affecting fate as well Oliver-Akins 2025-03-01 23:40:39 -07:00
  • 7639962130 Add animation and editing support for the fate compass Oliver-Akins 2025-03-01 19:22:02 -07:00
  • 7c8d6a7208 Make the distanceBetweenFates more situation-complete Oliver-Akins 2025-03-01 19:20:21 -07:00
  • 507913139f Begin working on HUD interactivity Oliver-Akins 2025-03-01 00:44:49 -07:00
  • c9ed4142e6 Finalize the general layout of the HUD Oliver-Akins 2025-03-01 00:34:25 -07:00
  • 6ae412c787 Get hourglass improved Oliver-Akins 2025-02-28 16:47:41 -07:00
  • 3d6710dd18 Get the fate compass looking good Oliver-Akins 2025-02-28 16:18:31 -07:00
  • 77979f5550 Add arrow icons for the HUD controls Oliver-Akins 2025-02-28 16:17:16 -07:00
  • c7342b6402 Begin work on the updated delve dice HUD that is better in every way than the other version Oliver-Akins 2025-02-27 22:56:36 -07:00
  • 00228d3aae Begin adding cost to items Oliver-Akins 2025-02-22 19:21:35 -07:00
  • dc5bf7aa07 Remove the v12 compatibility layer that isn't needed Oliver-Akins 2025-02-22 19:21:09 -07:00
  • 14b6f85137 Make a helper function for token bars that only store the current value in the DB Oliver-Akins 2025-02-22 18:38:57 -07:00
  • de6ded9a39 Allow currency to be tracked on tokens if for some reason you want that Oliver-Akins 2025-02-22 18:38:07 -07:00
  • 8c5d7b6469 Add autocomplete for the rc-border element Oliver-Akins 2025-02-22 18:36:26 -07:00
  • a8a10c0ad3 Add the files for the Application classes feature/active-effects Oliver-Akins 2025-02-22 18:35:44 -07:00
  • 4d5c428cbc Initial work towards integrating ActiveEffects Oliver-Akins 2025-02-22 18:35:15 -07:00
  • 564e27de01 Make it so that item creation actually embeds if possible Oliver-Akins 2025-02-20 22:18:51 -07:00
  • 5eedea5001 Add foundation for being able to create embedded items without requiring going through the sidebar Oliver-Akins 2025-02-20 21:30:26 -07:00
  • 4f138202ce Deprecation warning fix Oliver-Akins 2025-02-20 20:36:39 -07:00
  • 329c45dad9 Add weight ratings and localize the Access field (and add it to items that should but don't have it) Oliver-Akins 2025-02-20 20:36:27 -07:00
  • 40ba46fc6b Get the DicePool to support edge/drag modifications Oliver-Akins 2025-02-20 00:29:02 -07:00
  • 43fe433900 RC-103 | Add Access to the rest of the item types that require it Oliver-Akins 2025-02-16 12:19:56 -07:00
  • 4ccfc03e59 RC-110 | Prevent Armour/Shield Equipping based on slots Oliver-Akins 2025-02-16 11:41:32 -07:00