Commit graph

  • a7f91babf7 Remove log Eldritch-Oliver 2025-10-05 11:58:58 -06:00
  • 696f9e8261 Remove context menu action that is deprecated Eldritch-Oliver 2025-10-04 19:42:27 -06:00
  • 72ebc0354d Remove old application that is no longer used by anything Eldritch-Oliver 2025-10-04 19:41:53 -06:00
  • 4e304f7d22 Override the default configureSheet action in order to open the custom DocumentSheetConfig Eldritch-Oliver 2025-10-04 19:41:24 -06:00
  • 6081b8f9e8 Add a custom DocumentSheetConfig that supports tab-based configuration for my system-specific stuff Eldritch-Oliver 2025-10-04 19:40:37 -06:00
  • c7c0deaec7 Make the hotReload target the correct styles directory Eldritch-Oliver 2025-10-01 20:52:42 -06:00
  • 48e40538dc Restore intellisense for the module code Eldritch-Oliver 2025-10-01 00:38:17 -06:00
  • 6866bea131 Update scripts to allow auto-linking of Foundry source for intellisense Eldritch-Oliver 2025-09-28 00:34:49 -06:00
  • 65cc95c35c Begin working on a symlink script to make intellisense better Eldritch-Oliver 2025-09-27 11:48:04 -06:00
  • cb266b3c1e Version bump for release v2.3.0 Eldritch-Oliver 2025-09-17 19:23:34 -06:00
  • a50d0e8609
    Merge pull request #42 from Eldritch-Oliver/feature/resize-controls Oliver 2025-09-17 19:22:00 -06:00
  • b683e8b5a0 Remove unneeded _onRender method Eldritch-Oliver 2025-09-17 19:20:49 -06:00
  • baaafcccfc Make the styling of the save button more consistent Eldritch-Oliver 2025-09-17 19:13:22 -06:00
  • c29fa3e017 Update the size settings to apply without using the constructor Eldritch-Oliver 2025-09-17 19:12:23 -06:00
  • dff8a46ebb Make the size settings apply to the application when it is constructed Eldritch-Oliver 2025-09-16 00:45:48 -06:00
  • c50e88e483 Add an application for controlling the size settings. Eldritch-Oliver 2025-09-16 00:45:08 -06:00
  • a98af33477 Tweak indentation to be more consistent with other applications Eldritch-Oliver 2025-09-16 00:35:05 -06:00
  • 171a133563 Update manifest data Eldritch-Oliver 2025-09-15 21:57:09 -06:00
  • ca267868a1 Update the draft release procedure to use a different text replacement method (closes #41) Eldritch-Oliver 2025-09-06 18:59:07 -06:00
  • df9a63073a Ensure AttributeManager is a singleton per actor Eldritch-Oliver 2025-09-04 20:21:06 -06:00
  • cd3f076b7d Improve handling of checkbox inputs within the DialogManager.ask Eldritch-Oliver 2025-09-04 19:37:18 -06:00
  • da57b12800
    Merge pull request #40 from Eldritch-Oliver/feature/prevent-item-creation Oliver 2025-09-04 19:36:05 -06:00
  • 92e7ec1c72 Prevent item creation and hide the item tab Eldritch-Oliver 2025-09-04 19:35:11 -06:00
  • f3a3a65be1
    Merge pull request #39 from Eldritch-Oliver/GH-38 Oliver 2025-09-04 18:49:25 -06:00
  • 865bf87b25 Add tooltips for the attribute names on the player sheet Eldritch-Oliver 2025-09-04 18:48:38 -06:00
  • 0bc3594672
    Merge pull request #37 from Eldritch-Oliver/GH-34 Oliver 2025-09-01 22:54:38 -06:00
  • 5cc94f9185 Allow read-mode on Actor sheets Eldritch-Oliver 2025-09-01 22:46:43 -06:00
  • d66402f5cf Version bump v2.2.1 Oliver-Akins 2025-07-26 22:45:14 -06:00
  • 4b0ddbfc0c
    Merge pull request #32 from Oliver-Akins/GH-16 Oliver 2025-07-26 22:44:42 -06:00
  • c8d1259e6f Ensure attribute values remain centered when the attribute name is long Oliver-Akins 2025-07-26 22:44:14 -06:00
  • ab14729e91
    Merge pull request #30 from Oliver-Akins/GH-19 Oliver 2025-07-26 22:37:35 -06:00
  • daa88fb272 Add better styling for checkboxes to make them more distinct Oliver-Akins 2025-07-26 22:36:37 -06:00
  • 08fb6768ad Add a divider block type Oliver-Akins 2025-07-26 11:06:05 -06:00
  • fe022b2d43 Remove unused CSS reset Oliver-Akins 2025-07-26 11:03:17 -06:00
  • 1cdf03fe36 Add the handlebars for the select block Oliver-Akins 2025-07-26 10:54:06 -06:00
  • ce65e3a516 Add an error block and validation to help ensure users know when they messed up the block type Oliver-Akins 2025-07-26 10:53:37 -06:00
  • 7796c82962 Move the prompt wrapper into each block partial so that those which don't need it can leave it out Oliver-Akins 2025-07-26 10:52:55 -06:00
  • 40820988da Add my typical options helper for ease of use Oliver-Akins 2025-07-26 10:51:55 -06:00
  • 61f41d610e
    Merge pull request #29 from Oliver-Akins/GH-17 Oliver 2025-07-25 22:46:34 -06:00
  • 387f9464b8
    Merge pull request #27 from Oliver-Akins/GH-21 Oliver 2025-07-25 22:46:01 -06:00
  • 75a09ef8e5
    Merge pull request #26 from Oliver-Akins/GH-18 Oliver 2025-07-25 22:45:39 -06:00
  • 392923a497 Make the checkbox inputs right-aligned Oliver-Akins 2025-07-25 22:36:27 -06:00
  • 27dbc2db47 Make checkbox inputs can default to unchecked Oliver-Akins 2025-07-25 22:26:50 -06:00
  • d7efa2c4de Make sure the details block types span the full width of the ask modal Oliver-Akins 2025-07-25 22:21:56 -06:00
  • 312202191d
    Merge pull request #25 from Oliver-Akins/fix/#22 Oliver 2025-07-25 22:17:11 -06:00
  • 9ce0e71b21
    Merge pull request #24 from Oliver-Akins/fix/#14 Oliver 2025-07-25 22:16:44 -06:00
  • a8506be4ef
    Merge pull request #23 from Oliver-Akins/fix/missing-icon Oliver 2025-07-25 22:15:48 -06:00
  • 196da71c1d Ensure newly created attributes save properly without needing to reorder them first Oliver-Akins 2025-07-25 22:14:31 -06:00
  • 9266257e18 Improve the styling of the dragged element a lil bit to make it retain a background Oliver-Akins 2025-07-25 22:01:16 -06:00
  • 7d3e6d3653 Tweak what element is required to be used in order to drag an attribute Oliver-Akins 2025-07-25 22:00:56 -06:00
  • 08a90776ae Add an auto-generated badge to the release content Oliver-Akins 2025-07-25 21:11:44 -06:00
  • fa8dc7d037 Fix the build step to include the assets folder Oliver-Akins 2025-07-25 21:11:30 -06:00
  • 47e5d5168b Version bump v2.2.0 Oliver-Akins 2025-07-24 20:44:55 -06:00
  • f67efa7ffa
    Merge pull request #13 from Oliver-Akins/feature/improved-ask-modal Oliver 2025-07-24 20:43:53 -06:00
  • 44a88cc7b5 Add DialogManager to a global API and create the Ask dialog for the user Oliver-Akins 2025-07-24 20:34:17 -06:00
  • 02b49687cf Cleanup logger statements Oliver-Akins 2025-07-24 20:33:07 -06:00
  • db3cad909e Add a systemFilePath handlebars helper for better file path referencing Oliver-Akins 2025-07-24 20:23:42 -06:00
  • cd2c06dc35 Version bump for release v2.1.0 Oliver-Akins 2025-07-13 22:05:32 -06:00
  • dd7115ae64 Add the attributes as quick references for the actor roll data Oliver-Akins 2025-07-13 22:00:30 -06:00
  • b4ec9745e7 Add drag and drop support for reordering the attributes manually in the Attribute Manager Oliver-Akins 2025-07-13 21:51:20 -06:00
  • fec638cb22 Add improved capabilities to the Player actor type Oliver-Akins 2025-07-13 21:50:32 -06:00
  • 02a553e6c9 Create a helper function to sort two attributes Oliver-Akins 2025-07-13 21:49:40 -06:00
  • cade7f6ce5 Add drag handle icon Oliver-Akins 2025-07-13 21:49:10 -06:00
  • 361ddfb7b6 Add custom HTML Elements for icons/SVG loading Oliver-Akins 2025-07-13 21:49:01 -06:00
  • 0fcf24bfcb Update the toID method to collapse multiple whitespace characters to a single underscore Oliver-Akins 2025-07-13 19:14:47 -06:00
  • 8c39374038 Fix my github action v2.0.0 Oliver-Akins 2025-07-02 23:18:04 -06:00
  • 292f8caf92
    Merge pull request #10 from Oliver-Akins/rewrite/v13 Oliver 2025-07-02 23:00:23 -06:00
  • e33c6631d0 Fix the actor image not saving correctly Oliver-Akins 2025-07-02 22:57:26 -06:00
  • f9040a29a2 Improve the styling for the actor sheet a bit Oliver-Akins 2025-07-02 22:48:49 -06:00
  • 57cb54d5e5 Add image to put into the Foundry description Oliver-Akins 2025-07-02 22:13:19 -06:00
  • b0a0df928f Update the manifest's description Oliver-Akins 2025-07-02 21:25:57 -06:00
  • fab040523f Clean up the github action for consistency Oliver-Akins 2025-06-30 23:02:53 -06:00
  • 071d027946 Update the manifest's download link Oliver-Akins 2025-06-30 23:02:13 -06:00
  • fba6545bad Fix the prose-mirror's light theme styling Oliver-Akins 2025-06-29 15:56:24 -06:00
  • e1f173dde7 Add ability to let players who own a document edit the attributes for it via the UI Oliver-Akins 2025-06-29 15:56:03 -06:00
  • 0cc202e48d Tweak eslint config for global var changes in v13 Oliver-Akins 2025-06-29 13:35:34 -06:00
  • df3fe3df88 Default max to nullable instead of 0 Oliver-Akins 2025-06-29 13:35:20 -06:00
  • 6b81d8d83b Add a helper application to manage attributes on characters Oliver-Akins 2025-06-29 13:35:11 -06:00
  • 91ccd93814 Remove handlebars log Oliver-Akins 2025-06-29 11:04:40 -06:00
  • 72ce47cdd1 Register everything on init Oliver-Akins 2025-06-29 00:47:56 -06:00
  • e224f819a3 Create PlayerSheet Oliver-Akins 2025-06-29 00:47:05 -06:00
  • e0578d425d Add Logger class Oliver-Akins 2025-06-29 00:46:45 -06:00
  • 959f75d55c Add Document class changes to make the Token bars work with my attributes object Oliver-Akins 2025-06-29 00:46:30 -06:00
  • ae525ce1b8 Create Player data model Oliver-Akins 2025-06-29 00:46:00 -06:00
  • 8386548f8b Add useful consts Oliver-Akins 2025-06-29 00:45:48 -06:00
  • 1707ad56db Add English lang file Oliver-Akins 2025-06-29 00:45:19 -06:00
  • b790d78461 Remove feature flag reference from the README since those aren't gonna be included in the updated system Oliver-Akins 2025-06-26 22:21:33 -06:00
  • c58d6cc58f Add the initial file support for the restructured system using the improved knowledge that I've gained since initial implementation Oliver-Akins 2025-06-26 22:20:49 -06:00
  • 4f1d6614e5 Wipe the existing code from existance Oliver-Akins 2025-06-26 22:07:59 -06:00
  • 7253f06236 Add system lock for sanity Oliver-Akins 2025-06-26 22:06:03 -06:00
  • 9c3b2ae821 Ignore the deprecated folder while I rewrite it Oliver-Akins 2025-06-26 22:05:54 -06:00
  • 9ea74b12c7
    Merge pull request #4 from Oliver-Akins/feature/sheet-size-saving Oliver 2024-09-29 00:52:26 -06:00
  • 478f91877f Add a ready log to show the feature flags during dev Oliver-Akins 2024-09-29 00:47:15 -06:00
  • 07cd7951e6 Add some info into the README about the featureflags Oliver-Akins 2024-09-29 00:46:39 -06:00
  • a0f20a586f Feature-flag the StorableSize implementation Oliver-Akins 2024-09-29 00:18:57 -06:00
  • 4a1469ad70 Prevent overwriting the global taf object Oliver-Akins 2024-09-29 00:18:23 -06:00
  • 4584b1a7a5 Change the way feature flags are working because using settings was a bad idea (and bump version to 2.0.0 since it's an API change) Oliver-Akins 2024-09-29 00:09:30 -06:00
  • e0f6b2a8e1 Allow empty catch blocks Oliver-Akins 2024-09-29 00:05:03 -06:00
  • 713ab3fa00 Make dev settings show in the config when in localhost Oliver-Akins 2024-09-29 00:04:45 -06:00
  • d46d727a70 Implement the size storable class mixin Oliver-Akins 2024-09-29 00:03:43 -06:00