Commit graph

171 commits

Author SHA1 Message Date
bd301d69fb Implement the chat notification for the player 2025-11-08 19:06:19 -07:00
b6ab0a229a Rename the notification event name 2025-11-08 19:06:01 -07:00
Eldritch-Oliver
bfd408ef0b Begin implementing the socket event handlers 2025-11-08 00:40:48 -07:00
Eldritch-Oliver
36811b268c Add a QueryManager helper class 2025-11-08 00:40:33 -07:00
Eldritch-Oliver
ce6ac8a93b Add foundations for the data request sockets 2025-11-05 22:41:53 -07:00
Eldritch-Oliver
8632054e63 Switch to using pnpm 2025-10-15 16:40:53 -06:00
f7fee99b44
Merge pull request #48 from Eldritch-Oliver/feature/tabbed-doc-sheet-config
Custom Document Sheet Config
2025-10-05 11:59:21 -06:00
Eldritch-Oliver
a7f91babf7 Remove log 2025-10-05 11:58:58 -06:00
Eldritch-Oliver
696f9e8261 Remove context menu action that is deprecated 2025-10-04 19:42:27 -06:00
Eldritch-Oliver
72ebc0354d Remove old application that is no longer used by anything 2025-10-04 19:41:53 -06:00
Eldritch-Oliver
4e304f7d22 Override the default configureSheet action in order to open the custom DocumentSheetConfig 2025-10-04 19:41:24 -06:00
Eldritch-Oliver
6081b8f9e8 Add a custom DocumentSheetConfig that supports tab-based configuration for my system-specific stuff 2025-10-04 19:40:51 -06:00
Eldritch-Oliver
c7c0deaec7 Make the hotReload target the correct styles directory 2025-10-01 20:52:42 -06:00
Eldritch-Oliver
48e40538dc Restore intellisense for the module code 2025-10-01 00:38:17 -06:00
Eldritch-Oliver
6866bea131 Update scripts to allow auto-linking of Foundry source for intellisense 2025-09-28 00:34:49 -06:00
Eldritch-Oliver
65cc95c35c Begin working on a symlink script to make intellisense better 2025-09-27 11:48:59 -06:00
Eldritch-Oliver
cb266b3c1e Version bump for release 2025-09-17 19:23:34 -06:00
a50d0e8609
Merge pull request #42 from Eldritch-Oliver/feature/resize-controls
Add the ability to tell the system the starting width/height and whether or not a sheet should be resizable
2025-09-17 19:22:00 -06:00
Eldritch-Oliver
b683e8b5a0 Remove unneeded _onRender method 2025-09-17 19:20:49 -06:00
Eldritch-Oliver
baaafcccfc Make the styling of the save button more consistent 2025-09-17 19:13:22 -06:00
Eldritch-Oliver
c29fa3e017 Update the size settings to apply without using the constructor 2025-09-17 19:12:23 -06:00
Eldritch-Oliver
dff8a46ebb Make the size settings apply to the application when it is constructed 2025-09-16 00:45:48 -06:00
Eldritch-Oliver
c50e88e483 Add an application for controlling the size settings. 2025-09-16 00:45:08 -06:00
Eldritch-Oliver
a98af33477 Tweak indentation to be more consistent with other applications 2025-09-16 00:35:05 -06:00
Eldritch-Oliver
171a133563 Update manifest data 2025-09-15 21:57:09 -06:00
Eldritch-Oliver
ca267868a1 Update the draft release procedure to use a different text replacement method (closes #41) 2025-09-06 18:59:07 -06:00
Eldritch-Oliver
df9a63073a Ensure AttributeManager is a singleton per actor 2025-09-04 20:21:06 -06:00
Eldritch-Oliver
cd3f076b7d Improve handling of checkbox inputs within the DialogManager.ask 2025-09-04 19:37:18 -06:00
da57b12800
Merge pull request #40 from Eldritch-Oliver/feature/prevent-item-creation
Prevent item creation and hide the item tab
2025-09-04 19:36:05 -06:00
Eldritch-Oliver
92e7ec1c72 Prevent item creation and hide the item tab 2025-09-04 19:35:11 -06:00
f3a3a65be1
Merge pull request #39 from Eldritch-Oliver/GH-38
Add tooltips for the attribute names on the player sheet
2025-09-04 18:49:25 -06:00
Eldritch-Oliver
865bf87b25 Add tooltips for the attribute names on the player sheet 2025-09-04 18:48:38 -06:00
0bc3594672
Merge pull request #37 from Eldritch-Oliver/GH-34
Allow read-mode on Actor sheets instead of forced edit-only mode
2025-09-01 22:54:38 -06:00
Eldritch-Oliver
5cc94f9185 Allow read-mode on Actor sheets 2025-09-01 22:46:43 -06:00
Oliver-Akins
d66402f5cf Version bump 2025-07-26 22:45:14 -06:00
4b0ddbfc0c
Merge pull request #32 from Oliver-Akins/GH-16
Ensure attribute values remain centered when the attribute name is long
2025-07-26 22:44:42 -06:00
Oliver-Akins
c8d1259e6f Ensure attribute values remain centered when the attribute name is long 2025-07-26 22:44:14 -06:00
ab14729e91
Merge pull request #30 from Oliver-Akins/GH-19
Ask Application Block Improvements
2025-07-26 22:37:35 -06:00
Oliver-Akins
daa88fb272 Add better styling for checkboxes to make them more distinct 2025-07-26 22:36:37 -06:00
Oliver-Akins
08fb6768ad Add a divider block type 2025-07-26 11:06:05 -06:00
Oliver-Akins
fe022b2d43 Remove unused CSS reset 2025-07-26 11:03:17 -06:00
Oliver-Akins
1cdf03fe36 Add the handlebars for the select block 2025-07-26 10:54:06 -06:00
Oliver-Akins
ce65e3a516 Add an error block and validation to help ensure users know when they messed up the block type 2025-07-26 10:53:37 -06:00
Oliver-Akins
7796c82962 Move the prompt wrapper into each block partial so that those which don't need it can leave it out 2025-07-26 10:52:55 -06:00
Oliver-Akins
40820988da Add my typical options helper for ease of use 2025-07-26 10:51:55 -06:00
61f41d610e
Merge pull request #29 from Oliver-Akins/GH-17
Make the checkbox inputs right-aligned in the Ask application
2025-07-25 22:46:34 -06:00
387f9464b8
Merge pull request #27 from Oliver-Akins/GH-21
Make checkbox inputs can default to unchecked
2025-07-25 22:46:01 -06:00
75a09ef8e5
Merge pull request #26 from Oliver-Akins/GH-18
Make sure the details block types span the full width of the ask modal
2025-07-25 22:45:39 -06:00
Oliver-Akins
392923a497 Make the checkbox inputs right-aligned 2025-07-25 22:36:27 -06:00
Oliver-Akins
27dbc2db47 Make checkbox inputs can default to unchecked 2025-07-25 22:28:31 -06:00