Commit graph

142 commits

Author SHA1 Message Date
0179121c87 Try using a variable directly instead of environment variable 2025-11-16 11:05:42 -07:00
5b63688834 Try using a different output method 2025-11-16 11:01:08 -07:00
2eeeae9eef Try to figure out why the version is getting empty string 2025-11-16 10:49:22 -07:00
57f9c347ff Add functionality back in 2025-11-16 10:43:57 -07:00
9723ea8bdc Comment out functionality to try and figure out what's breaking 2025-11-16 10:39:34 -07:00
7cb5e49d6d Install node dependencies during build 2025-11-16 10:28:51 -07:00
786bd68c35 Update the URL pointers for the manifest creation 2025-11-16 10:27:05 -07:00
088b8c6f5d Remove Github URLs from the manifest 2025-11-16 10:12:26 -07:00
00692431cd Begin work on the manifest preparation step for actions 2025-11-16 02:09:35 -07:00
834f169a80 Tweak the npm scripts 2025-11-16 01:55:07 -07:00
9057cbd682 Add axios as a devDependency for the tagExists script 2025-11-16 01:49:22 -07:00
01e046f916 Remove unneeded file hiding 2025-11-16 01:48:58 -07:00
6df0780676 Finish implementing the tagExists action helper script 2025-11-16 01:48:22 -07:00
58893f46db Begin implementing a script to check if a tag exists via forgejo API for my release workflow 2025-11-16 01:01:26 -07:00
0362342419 Get the QueryStatus application displaying the status more appropriately 2025-11-12 00:09:52 -07:00
5770abb7e8 Add a disconnected icon for the purposes of the QueryStatus app 2025-11-12 00:08:49 -07:00
a242101b5b Begin working on the QueryStatus application for the requestor to monitor user responses 2025-11-09 00:31:04 -07:00
47b68621c1 Add CONST as a readonly global 2025-11-08 19:12:30 -07:00
e79bd4d505 Add the template and styles for the chat notification 2025-11-08 19:12:19 -07:00
db4f57fc90 Add the special case for prompting all but the requesting user 2025-11-08 19:11:52 -07:00
723bcf8735 Add notification and submission tracking for the QueryManager 2025-11-08 19:07:01 -07:00
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