Commit graph

452 commits

Author SHA1 Message Date
d7c617facb Switch to ES2020 2021-02-06 22:09:07 +01:00
f20d9b3143 Update types 2021-02-06 21:46:04 +01:00
823c33142c update types 2021-02-06 06:10:23 +01:00
5cb75a4001 Update types 2021-02-05 20:37:52 +01:00
05bd1335ba remove redundant cast 2021-02-05 03:50:08 +01:00
52c729c3fa SImplify Dice configuration 2021-02-05 03:47:54 +01:00
5598255d6e Improve typing of DS4Item and DS4Actor 2021-02-05 03:42:42 +01:00
b657633c7f remove unwanted change 2021-02-05 02:56:13 +01:00
b8d11fa5cd remove some redundant casts 2021-02-05 02:52:55 +01:00
2641b1ee74 Update types 2021-02-05 02:35:47 +01:00
cd86857b43 Update types 2021-02-04 23:03:49 +01:00
1d4c0ac459 update types 2021-02-04 18:00:05 +01:00
bedab9ae83 update types 2021-02-04 17:28:55 +01:00
4e9b434839 update types 2021-02-04 14:39:51 +01:00
d8e085ce81 update types 2021-02-04 12:32:07 +01:00
763535bd8f update types 2021-02-03 21:40:56 +01:00
b0d4875c30 Update types 2021-02-02 17:35:12 +01:00
6c3432cb26 update type definitions 2021-01-31 19:57:14 +01:00
628490c6f2 Update TODOs 2021-01-29 16:44:08 +01:00
3d5912a631 Update foundry-vtt-types 2021-01-29 16:17:31 +01:00
d6b46d6183 Remove skipLibCheck 2021-01-29 11:23:34 +01:00
3209280b29 Fix linter warning 2021-01-27 01:38:47 +01:00
ba268e4245 remove workaround for position type 2021-01-26 21:25:43 +01:00
53f5514db3 Update types 2021-01-26 21:24:31 +01:00
0a911cf196 Merge branch 'master' into 066-switch-to-foundry-vtt-types 2021-01-26 21:17:00 +01:00
c76dc9ed07 Merge branch 'correctly-pass-rollMode-parameter' into 'master'
make it possible to pass rollMode to createCheckRoll

See merge request dungeonslayers/ds4!65
2021-01-26 21:16:22 +01:00
972c3a7701 Merge branch 'master' into correctly-pass-rollMode-parameter 2021-01-26 21:14:40 +01:00
a09d39fe23 Merge branch '065-simplify-localization' into 'master'
Resolve "Simplify localization via config.ts"

Closes #65

See merge request dungeonslayers/ds4!67
2021-01-26 20:48:17 +01:00
f7575da47a Merge branch 'master' into 065-simplify-localization 2021-01-26 20:54:36 +01:00
0fc561eb8e Merge branch 'master' into 065-simplify-localization 2021-01-26 20:48:56 +01:00
0b70bbf9b9 merged i18n and i18nKeys 2021-01-26 20:47:28 +01:00
452ef2add6 Merge branch 'quality-of-life-improvements' into 'master'
Quality of life improvements

Closes #62

See merge request dungeonslayers/ds4!66
2021-01-26 20:36:25 +01:00
21ef8a9018 Merge branch 'master' into quality-of-life-improvements 2021-01-26 20:42:56 +01:00
f511762365 Apply 1 suggestion(s) to 1 file(s) 2021-01-26 20:30:53 +01:00
a0c4d1c4d9 small adjustments to TODO comments 2021-01-26 03:58:03 +01:00
62cc5a0e7c switch to foundry-vtt-types 2021-01-26 03:55:18 +01:00
6e10d4b093 Merge branch 'fix-spelling-mistakes' into 'master'
fix spelling mistakes in README

See merge request dungeonslayers/ds4!69
2021-01-25 14:19:58 +01:00
21706b7e13 fix spelling mistakes in README 2021-01-25 14:16:45 +01:00
f4f7c471ac release version 0.2.1 2021-01-25 00:35:58 +00:00
637af7c4d0 make DefaultCheckOptions 2021-01-25 01:25:45 +01:00
62ab89f83b moved icon mappings in CONFIG.DS4.icons 2021-01-24 17:56:32 +01:00
d831f376e1 moved localization mappings in CONFIG.DS4.i18nKeys
- moved all mappings in CONFIG.DS4 that belong to localization
  into common parent CONFIG.DS4.i18nKeys
- adapted logic in ds4.ts to not overwrite entries in
   CONFIG.DS4.i18nKeys
- adapted calls to config in templates
2021-01-24 17:55:14 +01:00
a5d91eca71 localized edit & delete item buttons 2021-01-24 17:45:39 +01:00
3ba5c0d640 localized effect control buttons 2021-01-24 17:40:08 +01:00
3ddabcaaac fixed some German translations 2021-01-24 17:39:11 +01:00
ef27d03628 Merge branch 'master' into quality-of-life-improvements 2021-01-24 16:20:28 +01:00
867c417737 removed unnecessary partial arg in char sheet
The argument was accidentally introduced before.
2021-01-24 16:11:59 +01:00
159f5b8529 make it possible to pass rollMode to createCheckRoll 2021-01-24 15:51:47 +01:00
2c8878bd94 Merge branch '063-allow-negative-hit-points' into 'master'
allow negative hit points with the token HUD

Closes #63

See merge request dungeonslayers/ds4!64
2021-01-24 15:51:13 +01:00
0b1c342ecf select text of input fields when focused
- the content of input fields of relevant sheets and dialogs
  are now selected upon focus
- autofocus the Gamemaster roll modifier in the roll dialog
2021-01-24 13:11:08 +01:00