Commit graph

1211 commits

Author SHA1 Message Date
da1f6999eb feat: only allow specific selectable values for the cooldown duration of spells
World data (including compendium packs) is migrated automatically. In order to also migrate packs
provided by modules, you can use the following macro:
```js
const pack = game.packs.get("<name-of-the-module>.<name-of-the-pack>");
game.ds4.migration.migrateCompendiumFromTo(pack, 4, 5);
```
2022-02-16 01:58:21 +01:00
73e2d44c55 refactor: use better types for rollMode 2022-02-15 21:57:21 +01:00
Renovate Bot
fc3457545c chore(deps): update dependency eslint-plugin-jest to v26.1.1 2022-02-15 14:16:19 +00:00
Renovate Bot
cd5aa65bd9 chore(deps): update typescript-eslint monorepo to v5.12.0 2022-02-14 18:16:07 +00:00
18a96a3528 Merge branch 'automatic-spell-price-calculation' into 'master'
Automatic spell price calculation

See merge request dungeonslayers/ds4!172
2022-02-13 18:57:36 +00:00
76f578a3fa fix: don't use an input to display the spell price as it's not editable 2022-02-13 19:53:29 +01:00
666b61ec09 test: add tests for calculating the spell price 2022-02-13 19:53:18 +01:00
de060b381e refactor: improve testing setup 2022-02-13 19:50:43 +01:00
0c8f1e8bda Merge branch 'fix-build' into 'master'
Fix build

See merge request dungeonslayers/ds4!173
2022-02-13 18:50:00 +00:00
312c79ebe6 build: fix build 2022-02-13 19:46:49 +01:00
1425be7d8f ci: add explicit typecheck step 2022-02-13 19:43:42 +01:00
Renovate Bot
7808d1a809 chore(deps): update dependency lint-staged to v12.3.4 2022-02-13 17:16:53 +00:00
Renovate Bot
a47db961b9 chore(deps): update dependency @league-of-foundry-developers/foundry-vtt-types to v9.249.2 2022-02-13 15:16:26 +00:00
Renovate Bot
642a5199ca chore(deps): update commitlint monorepo to v16.2.1 2022-02-13 07:16:39 +00:00
d7b8eb0dd2 Merge branch 'cleanup-compendium-packs' into 'master'
Cleanup compendium packs

Closes #94

See merge request dungeonslayers/ds4!171
2022-02-13 00:12:30 +00:00
76a0e9f6e5 fix: avoid hover effect of add (item / effect) button being cut off 2022-02-13 00:36:35 +01:00
92ed1027f4 build: fix small potential issue when building packs 2022-02-13 00:36:35 +01:00
cf9131cfe5 fix: cleanup packs, addressing many typos and bad formatting 2022-02-13 00:36:29 +01:00
Renovate Bot
8b9aeda433 chore(deps): update dependency @league-of-foundry-developers/foundry-vtt-types to v9.249.1 2022-02-12 17:14:17 +00:00
16a09d5d3f Merge branch 'cleanup-packs' into 'master'
feat: improve bar and name display settings for tokens of actors in the SRD compendium

See merge request dungeonslayers/ds4!170
2022-02-12 16:24:23 +00:00
301042a50f feat: improve bar and name display settings for tokens of actors in the SRD compendium
With this change, the bar is now always displayed to the owner and the name is displayed to the
owner when hovered.
2022-02-12 16:14:12 +01:00
09300c167f chore: cleanup packs 2022-02-12 15:47:10 +01:00
6d6322a845 Merge branch 'make-all-resources-available-in-default-token-config' into 'master'
feat: allow selecting all resources in the combat tracker config and the default token config

See merge request dungeonslayers/ds4!169
2022-02-12 03:22:14 +00:00
ad1fd150b7 build: don't fail watching on compile error 2022-02-12 04:18:49 +01:00
1a27fa7e97 feat: allow selecting all resources in the combat tracker config and the default token config 2022-02-12 04:15:09 +01:00
Renovate Bot
11dc6fc423 chore(deps): update dependency eslint to v8.9.0 2022-02-12 01:16:01 +00:00
Renovate Bot
6ccdc27019 chore(deps): update dependency rollup to v2.67.2 2022-02-10 09:14:46 +00:00
5fb799273c chore(release): 1.12.6 2022-02-08 20:50:22 +00:00
fff74d555d docs: use URLs for LICENSE and README and update them during version bumps 2022-02-08 21:46:12 +01:00
Renovate Bot
793beea213 chore(deps): update dependency jest to v27.5.1 2022-02-08 11:14:32 +00:00
Renovate Bot
80fdfe6fd0 chore(deps): update typescript-eslint monorepo to v5.11.0 2022-02-07 18:15:07 +00:00
Renovate Bot
40e9601763 chore(deps): update dependency rollup to v2.67.1 2022-02-07 06:15:26 +00:00
Renovate Bot
eff24472b7 chore(deps): update dependency eslint-plugin-jest to v26.1.0 2022-02-06 22:16:40 +00:00
Renovate Bot
4c53f1a9c5 chore(deps): update dependency jest to v27.5.0 2022-02-05 10:14:36 +00:00
Renovate Bot
1858c44d24 chore(deps): update dependency rollup to v2.67.0 2022-02-02 07:14:33 +00:00
e0498a45db chore(release): 1.12.5 2022-02-02 00:36:23 +00:00
f3eb17deef build: delete obsolete versions when auto publishing 2022-02-02 01:33:33 +01:00
7ed993e04b Merge branch 'renovate/league-of-foundry-developers-foundry-vtt-types-9.x' into 'master'
chore(deps): update dependency @league-of-foundry-developers/foundry-vtt-types to v9.249.0

See merge request dungeonslayers/ds4!168
2022-02-02 00:15:55 +00:00
Renovate Bot
2ba8f23b0d chore(deps): update dependency @league-of-foundry-developers/foundry-vtt-types to v9.249.0 2022-02-01 23:16:44 +00:00
Renovate Bot
ccebb70e81 chore(deps): update dependency sass to v1.49.7 2022-02-01 22:16:18 +00:00
Renovate Bot
7a8e314b2f chore(deps): update dependency lint-staged to v12.3.3 2022-02-01 18:14:46 +00:00
Renovate Bot
434a3cb8df chore(deps): update dependency sass to v1.49.4 2022-02-01 02:15:50 +00:00
Renovate Bot
99f42d6b88 chore(deps): update typescript-eslint monorepo to v5.10.2 2022-01-31 18:15:46 +00:00
dd9e30f8a1 build: fix package linking 2022-01-31 18:23:53 +01:00
a083732b84 chore(release): 1.12.4 2022-01-31 16:28:15 +00:00
4c91a43aa1 Merge branch 'licensing-improvements' into 'master'
Licensing improvements

See merge request dungeonslayers/ds4!167
2022-01-31 16:25:28 +00:00
e52c4b93a5 docs: correctly bundle LICENSE.md file 2022-01-31 16:56:50 +01:00
2e7fa7b65b docs: update to manifest+ version 1.2.0 2022-01-31 16:45:04 +01:00
1aa284311f refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
699ba74840 docs: extract attribution into a separate markdown file 2022-01-31 14:17:14 +01:00