Commit graph

1288 commits

Author SHA1 Message Date
Renovate Bot
d0bf0f0179 chore(deps): update dependency @seald-io/nedb to v2.2.2 2022-03-13 01:17:00 +00:00
73ff682721 Merge branch 'renovate/guanghechen-rollup-plugin-copy-1.x' into 'master'
chore(deps): update dependency @guanghechen/rollup-plugin-copy to v1.9.2

See merge request dungeonslayers/ds4!186
2022-03-13 01:16:41 +00:00
Renovate Bot
f94bf5b331 chore(deps): update dependency @guanghechen/rollup-plugin-copy to v1.9.2 2022-03-13 00:29:13 +00:00
1960d4a104 Merge branch 'renovate/eslint-config-prettier-8.x' into 'master'
chore(deps): update dependency eslint-config-prettier to v8.5.0

See merge request dungeonslayers/ds4!181
2022-03-13 00:28:12 +00:00
Renovate Bot
0ec7e120bc chore(deps): update dependency eslint-config-prettier to v8.5.0 2022-03-13 00:25:51 +00:00
5f25018fe9 Merge branch 'renovate/rollup-2.x' into 'master'
chore(deps): update dependency rollup to v2.70.0

See merge request dungeonslayers/ds4!180
2022-03-13 00:23:01 +00:00
Renovate Bot
706a6e6b9b chore(deps): update dependency rollup to v2.70.0 2022-03-07 07:15:17 +00:00
Renovate Bot
f245fabe02 chore(deps): update typescript-eslint monorepo to v5.13.0 2022-02-28 18:16:45 +00:00
Renovate Bot
fcda18a7f2 chore(deps): update dependency eslint to v8.10.0 2022-02-25 23:14:42 +00:00
Renovate Bot
afc2c8849d chore(deps): update dependency sass to v1.49.9 2022-02-24 21:16:30 +00:00
Renovate Bot
f07d28e1de chore(deps): update dependency @guanghechen/rollup-plugin-copy to v1.9.1 2022-02-23 16:16:49 +00:00
Renovate Bot
1a165b02bd chore(deps): update dependency @rollup/plugin-typescript to v8.3.1 2022-02-23 15:16:54 +00:00
Renovate Bot
686f03ef1b chore(deps): update dependency @types/jest to v27.4.1 2022-02-23 08:16:37 +00:00
Renovate Bot
1a5bc9cd53 chore(deps): update dependency fs-extra to v10.0.1 2022-02-22 16:18:00 +00:00
Renovate Bot
5e54b1380f chore(deps): update dependency rollup to v2.68.0 2022-02-22 07:14:23 +00:00
Renovate Bot
47de3030dd chore(deps): update typescript-eslint monorepo to v5.12.1 2022-02-21 18:17:52 +00:00
Renovate Bot
6aae650fc7 chore(deps): update dependency eslint-config-prettier to v8.4.0 2022-02-19 11:17:27 +00:00
Renovate Bot
23abd3db9b chore(deps): update dependency rollup to v2.67.3 2022-02-18 06:17:24 +00:00
Renovate Bot
a7b59a202e chore(deps): update dependency sass to v1.49.8 2022-02-17 22:17:27 +00:00
Renovate Bot
c52dcaa1fe chore(deps): update dependency @guanghechen/rollup-plugin-copy to v1.9.0 2022-02-17 12:16:42 +00:00
Renovate Bot
b5c3965908 chore(deps): update dependency @league-of-foundry-developers/foundry-vtt-types to v9.249.4 2022-02-17 01:15:43 +00:00
e33927b277 Merge branch 'document-subclasses' into 'master'
Document subclasses

See merge request dungeonslayers/ds4!179
2022-02-17 00:07:13 +00:00
9cffa4df04 refactor: prefer type imports and sort imports 2022-02-17 01:03:42 +01:00
8d2cff77d7 refactor: use subclasses for different item types 2022-02-17 01:03:42 +01:00
be616e3be8 refactor: use subclasses for different actor types 2022-02-17 01:03:29 +01:00
21f849b464 docs: cleanup license files a bit 2022-02-16 02:54:41 +01:00
f40e1436f8 Merge branch 'selectable-cooldown-duration' into 'master'
feat: only allow specific selectable values for the cooldown duration of spells

See merge request dungeonslayers/ds4!175
2022-02-16 01:02:16 +00:00
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