Commit graph

244 commits

Author SHA1 Message Date
Oliver-Akins
5d41b087b5 Remove the function definition where it wasn't needed 2024-05-05 16:41:17 -06:00
Oliver-Akins
c3e7aee501 Add a dd-range component for repeated checkboxes that represent something like "1/3" 2024-05-05 16:40:59 -06:00
Oliver-Akins
0972a0491f Cleanup and improve JSDoc typing 2024-05-05 16:39:56 -06:00
Oliver-Akins
718bd8398d Move the data that should not be stored in the DB into the Actor's prepareBaseData method 2024-05-05 16:39:25 -06:00
Oliver-Akins
91c95da639 Begin playing around with the weapon sheet 2024-04-30 21:31:49 -06:00
Oliver-Akins
d1cb412e5a Add event handling for the custom input elements 2024-04-30 21:31:11 -06:00
Oliver-Akins
5b5e74e085 Make it so that the custom input delegates focus 2024-04-30 21:23:15 -06:00
Oliver-Akins
d433e6a51d Prevent specific data fields from being modifiable via AEs 2024-04-30 20:00:05 -06:00
Oliver-Akins
d92d6b9d3c Remove unneeded diceChoice function now that DiceField is a class I can use 2024-04-30 19:56:02 -06:00
Oliver-Akins
851992161f Make the Material datamodel be the DescribedItemData 2024-04-30 19:55:16 -06:00
Oliver-Akins
e4ac6f4ca1 Add markers for VSC minimap 2024-04-28 19:11:55 -06:00
Oliver-Akins
327f921b9c Implement the DiceField and required changes to get it working (closes #179) 2024-04-27 02:07:22 -06:00
Oliver-Akins
0064e10635 Make the ActiveEffects able to pull values from properties on the target object for it's value 2024-04-27 02:05:59 -06:00
Oliver-Akins
76cca3f672 Merge remote-tracking branch 'origin/main' into foundry/v12 2024-04-27 00:38:22 -06:00
Oliver-Akins
cf13b986d4 Change how embedded ActiveEffects are created 2024-04-27 00:37:49 -06:00
Oliver-Akins
f8364888f2 Fix issues with the localizer's replacement to be more reliable 2024-04-27 00:37:30 -06:00
Oliver-Akins
2c2c4cc83f Make the AE deletion context menu option actually work 2024-04-23 23:19:23 -06:00
Oliver-Akins
dbeb511bdc Implement the ability to create AE's (closes #177) 2024-04-23 23:18:33 -06:00
Oliver-Akins
ec6378092f Snapshot pre-AE data on actors (closes #178) 2024-04-23 19:47:14 -06:00
Oliver-Akins
d479ef7559 Add basic displaying for ActiveEffects and dropdown support 2024-04-20 23:14:16 -06:00
Oliver-Akins
c466e0e539 Some ActiveEffect shenanigans with training levels 2024-04-20 23:12:38 -06:00
Oliver-Akins
cfaed0d230 Add a generic ActiveEffect class + proxy 2024-04-20 22:08:23 -06:00
Oliver-Akins
8aff8b0fda Remove icon preloading from the systems in favour of the async web component 2024-04-20 21:38:42 -06:00
Oliver-Akins
6b80f3530d Localize the photo dropdown options 2024-04-20 21:29:27 -06:00
Oliver-Akins
002438398b Implement the image context menu functionality (closes #148) 2024-04-20 16:52:37 -06:00
Oliver-Akins
6198146c6c Make it so that Materials can only be in unknown location or your inventory 2024-04-19 19:06:15 -06:00
Oliver-Akins
901eea4ff3 Remove reference to the DiceField data field (for now) 2024-04-19 18:52:11 -06:00
Oliver-Akins
ee77f10957 Remove methods that don't need to be overridden for StringField 2024-04-19 18:51:56 -06:00
Oliver-Akins
5f1dc53a91 Disable AE legacy transferral 2024-04-18 23:34:05 -06:00
Oliver-Akins
761961a7fb Begin playing around with a custom DataField for dice selection that will allow using the default AE modes on it 2024-04-18 23:33:55 -06:00
Oliver-Akins
484c7a375c Fix deprecation warnings for v12 2024-04-18 17:37:18 -06:00
Oliver-Akins
6d41a33b0c Remove DialogManager from the globalThis 2024-04-15 23:56:50 -06:00
Oliver-Akins
c3bb67ad7c Get the calculated capacity "tooltip" implemented (closes #147 and closes #125) 2024-04-15 23:51:24 -06:00
Oliver-Akins
2737c46ffe Optimization & reorganization of icon files 2024-04-13 17:39:20 -06:00
Oliver-Akins
7e5fc036aa Remove duplicate event listener that's causing an error when editing an item (closes #164) 2024-04-13 17:24:08 -06:00
Oliver-Akins
44eaec2d38 Only listen to custom components that have the name attribute for form submission 2024-04-13 17:09:57 -06:00
Oliver-Akins
8c83d304b7 Remove the really annoying blur on the incrementer component 2024-04-13 17:08:52 -06:00
118dcfb71c
Merge pull request #175 from Oliver-Akins/feature/incrementer-component
Custom Web Components
2024-04-13 14:45:43 -04:00
Oliver-Akins
f2c169c077 Make a mixin for loading a stylesheet for components, including HMR auto-update support (only in devMode) 2024-04-13 12:18:36 -06:00
Oliver-Akins
fde3881653 Add Hot Module Replacement for SVG icons using the custom component 2024-04-12 23:23:42 -06:00
Oliver-Akins
f15f3a4456 Get the icon component coded and being used in the incrementer component 2024-04-11 22:32:04 -06:00
Oliver-Akins
3ace1df5a2 Begin work on an icon component 2024-04-10 21:38:44 -06:00
Oliver-Akins
92652262f3 A spot of cleanup 2024-04-10 21:38:30 -06:00
Oliver-Akins
c5c5a71587 Finish the custom incrementer component 2024-04-10 21:27:10 -06:00
Oliver-Akins
878d278303 Remove debug log 2024-04-10 20:52:02 -06:00
Oliver-Akins
1d148d39db Add missing newline 2024-04-07 23:54:44 -06:00
Oliver-Akins
4efa89915a Make progress on the input being focusable from an external label 2024-04-07 23:53:34 -06:00
Oliver-Akins
1c372415f4 Move the CSS into a path-versioned location 2024-04-07 23:08:41 -06:00
Oliver-Akins
f4d7ea59f3 For now, register all of the devMode stuff in the release 2024-04-06 12:00:36 -06:00
Oliver-Akins
0ac7f07081 Fix a bug with the Sync actor 2024-04-06 12:00:06 -06:00