Commit graph

198 commits

Author SHA1 Message Date
292f8caf92
Merge pull request #10 from Oliver-Akins/rewrite/v13
v13 Compatibility and Rewrite
2025-07-02 23:00:23 -06:00
Oliver-Akins
e33c6631d0 Fix the actor image not saving correctly 2025-07-02 22:57:26 -06:00
Oliver-Akins
f9040a29a2 Improve the styling for the actor sheet a bit 2025-07-02 22:48:49 -06:00
Oliver-Akins
57cb54d5e5 Add image to put into the Foundry description 2025-07-02 22:13:19 -06:00
Oliver-Akins
b0a0df928f Update the manifest's description 2025-07-02 21:25:57 -06:00
Oliver-Akins
fab040523f Clean up the github action for consistency 2025-06-30 23:02:53 -06:00
Oliver-Akins
071d027946 Update the manifest's download link 2025-06-30 23:02:13 -06:00
Oliver-Akins
fba6545bad Fix the prose-mirror's light theme styling 2025-06-29 15:56:24 -06:00
Oliver-Akins
e1f173dde7 Add ability to let players who own a document edit the attributes for it via the UI 2025-06-29 15:56:03 -06:00
Oliver-Akins
0cc202e48d Tweak eslint config for global var changes in v13 2025-06-29 13:35:34 -06:00
Oliver-Akins
df3fe3df88 Default max to nullable instead of 0 2025-06-29 13:35:20 -06:00
Oliver-Akins
6b81d8d83b Add a helper application to manage attributes on characters 2025-06-29 13:35:11 -06:00
Oliver-Akins
91ccd93814 Remove handlebars log 2025-06-29 11:04:40 -06:00
Oliver-Akins
72ce47cdd1 Register everything on init 2025-06-29 00:47:56 -06:00
Oliver-Akins
e224f819a3 Create PlayerSheet 2025-06-29 00:47:05 -06:00
Oliver-Akins
e0578d425d Add Logger class 2025-06-29 00:46:45 -06:00
Oliver-Akins
959f75d55c Add Document class changes to make the Token bars work with my attributes object 2025-06-29 00:46:30 -06:00
Oliver-Akins
ae525ce1b8 Create Player data model 2025-06-29 00:46:00 -06:00
Oliver-Akins
8386548f8b Add useful consts 2025-06-29 00:45:48 -06:00
Oliver-Akins
1707ad56db Add English lang file 2025-06-29 00:45:19 -06:00
Oliver-Akins
b790d78461 Remove feature flag reference from the README since those aren't gonna be included in the updated system 2025-06-26 22:21:33 -06:00
Oliver-Akins
c58d6cc58f Add the initial file support for the restructured system using the improved knowledge that I've gained since initial implementation 2025-06-26 22:20:49 -06:00
Oliver-Akins
4f1d6614e5 Wipe the existing code from existance 2025-06-26 22:07:59 -06:00
Oliver-Akins
7253f06236 Add system lock for sanity 2025-06-26 22:06:03 -06:00
Oliver-Akins
9c3b2ae821 Ignore the deprecated folder while I rewrite it 2025-06-26 22:05:54 -06:00
9ea74b12c7
Merge pull request #4 from Oliver-Akins/feature/sheet-size-saving
Sheet Size Saving + Feature Flag Rework
2024-09-29 00:52:26 -06:00
Oliver-Akins
478f91877f Add a ready log to show the feature flags during dev 2024-09-29 00:47:15 -06:00
Oliver-Akins
07cd7951e6 Add some info into the README about the featureflags 2024-09-29 00:46:39 -06:00
Oliver-Akins
a0f20a586f Feature-flag the StorableSize implementation 2024-09-29 00:18:57 -06:00
Oliver-Akins
4a1469ad70 Prevent overwriting the global taf object 2024-09-29 00:18:23 -06:00
Oliver-Akins
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) 2024-09-29 00:09:30 -06:00
Oliver-Akins
e0f6b2a8e1 Allow empty catch blocks 2024-09-29 00:05:03 -06:00
Oliver-Akins
713ab3fa00 Make dev settings show in the config when in localhost 2024-09-29 00:04:45 -06:00
Oliver-Akins
d46d727a70 Implement the size storable class mixin 2024-09-29 00:03:43 -06:00
Oliver-Akins
765d2b1476 Version bump 2024-09-28 21:41:19 -06:00
Oliver-Akins
ce148d3ec2 Tweak the dice rolling macro to utilize the multi-input ask dialog 2024-09-21 18:08:50 -06:00
Oliver-Akins
dde0b21b19 Have the DialogManager return the value based on a key if it's present with a label fallback 2024-09-21 18:07:22 -06:00
Oliver-Akins
460ba9e4f1 Update README with an actual description 2024-09-05 00:04:56 -06:00
Oliver-Akins
444af027b3 Add some support for feature flags in addition to making roll modes work with custom chat formats 2024-09-03 00:40:41 -06:00
Oliver-Akins
f238db1c4d Have git ignore the compiled styles 2024-09-02 00:49:35 -06:00
Oliver-Akins
1f473d25f6 Delete compiled styles from repo 2024-09-02 00:49:18 -06:00
Oliver-Akins
7b1db343ce Working on an update for DialogManager#ask that allows multiple inputs in the Dialog 2024-09-02 00:48:32 -06:00
Oliver-Akins
7a6fa6d10d Move the workflow into the workflow folder :') 2024-08-30 18:10:15 -06:00
Oliver-Akins
5479cf7198 Prep v1.0.0 release 2024-08-30 18:06:49 -06:00
Oliver-Akins
50ecd27c92 Add a simple macro for rolling Eat The Reich dice 2024-08-28 23:35:26 -06:00
Oliver-Akins
8a94558590 Add the ability to be able to prompt users for information from a Dialog/macro 2024-08-28 23:29:09 -06:00
Oliver-Akins
ce9c2de751 Get the base Actor sheet working w/ collaboration 2024-08-28 22:36:12 -06:00
60b0072bcc
Initial commit 2024-08-28 21:23:31 -06:00