ds4/src
Johannes Loher 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
..
actor refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
common feat: only allow specific selectable values for the cooldown duration of spells 2022-02-16 01:58:21 +01:00
handlebars refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
hooks feat: only allow specific selectable values for the cooldown duration of spells 2022-02-16 01:58:21 +01:00
item feat: only allow specific selectable values for the cooldown duration of spells 2022-02-16 01:58:21 +01:00
macros refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
migrations feat: only allow specific selectable values for the cooldown duration of spells 2022-02-16 01:58:21 +01:00
rolls refactor: use better types for rollMode 2022-02-15 21:57:21 +01:00
ui refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
active-effect.ts refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
chat-message.ts refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
config.ts feat: only allow specific selectable values for the cooldown duration of spells 2022-02-16 01:58:21 +01:00
ds4.ts refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
fonts.ts refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
global.d.ts refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
helpers.ts refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
logger.ts refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
migrations.ts feat: only allow specific selectable values for the cooldown duration of spells 2022-02-16 01:58:21 +01:00
settings.ts refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00
token-document.ts feat: allow selecting all resources in the combat tracker config and the default token config 2022-02-12 04:15:09 +01:00
utils.ts refactor: resturcture files so that lincensing info can be bundled properly 2022-01-31 15:31:45 +01:00