Commit graph

132 commits

Author SHA1 Message Date
WBHarry
dfb2c6bd3c Fixes to adversary rolls 2025-06-13 11:45:37 +02:00
WBHarry
564dcf8932 Roll fixes 2025-06-13 10:51:43 +02:00
Dapoolp
dba49a9bfb Merge branch 'feature/112-items-use-action-datamodel' of https://github.com/Foundryborne/daggerheart into feature/112-items-use-action-datamodel 2025-06-13 02:01:28 +02:00
Dapoolp
76c894c388 Extand action to other item types 2025-06-13 02:01:18 +02:00
Dapoulp
31ef31a417
Merge pull request #128 from Foundryborne/ChatMessage-Fixing
Chat Message Fixing
2025-06-13 02:00:35 +02:00
WBHarry
1e4511faec Fix to advantage/disadvantage shortcut 2025-06-13 01:15:33 +02:00
WBHarry
01aa1b4bdd Fixed duality roll buttons 2025-06-13 01:12:01 +02:00
WBHarry
75ee44af52 Fixed so the different chat themes work again 2025-06-13 00:28:21 +02:00
Dapoolp
10b1195fb6 Remove jQuery 2025-06-13 00:01:54 +02:00
WBHarry
0f3da99f9d Fixed chat /dr roll 2025-06-12 23:22:23 +02:00
Dapoolp
3d034cd24e Remove console log 2025-06-12 23:02:12 +02:00
Dapoolp
d7a2c05694 Update ToDo 2025-06-12 22:40:51 +02:00
Dapoolp
355a7fa9ce Add daggerheart.css to gitignore 2025-06-12 22:39:25 +02:00
Dapoolp
ec66414924 Merge branch 'refactor/84-data-models-structure' into feature/112-items-use-action-datamodel 2025-06-12 22:38:27 +02:00
Dapoolp
fad34ae975 First PR 2025-06-12 22:36:55 +02:00
WBHarry
d6acbcb281 Merged with main 2025-06-12 20:57:00 +02:00
WBHarry
bc3525c970
Active Effects (#123)
* Added Dh classes to ActiveEffect/ActiveEffectConfig with some initial logic

* TabFormFooter styling update

* Lowered tab-form-footer padding
2025-06-12 20:53:47 +02:00
Dapoolp
7178148c80 fix conflicts 2025-06-10 23:58:57 +02:00
WBHarry
044d0a5b21 Merge branch 'main' into refactor/84-data-models-structure 2025-06-10 23:58:16 +02:00
Dapoolp
2e83bb4a16 fixes before merge 2025-06-10 23:54:30 +02:00
Dapoolp
edaf5df9e0 actions types - attack roll 2025-06-10 23:41:25 +02:00
joaquinpereyra98
8fed1b24db
Merge pull request #122 from Foundryborne/refactor/121-Base-Actor-Model
Added a basic BaseDataActor data model
2025-06-09 16:02:51 -03:00
WBHarry
610323fde9 getRollData recursion fix 2025-06-09 20:13:20 +02:00
WBHarry
2ba580da58 Gathered exports 2025-06-09 15:01:37 +02:00
WBHarry
1129ff57a9 Added a basic BaseDataActor data model 2025-06-09 14:53:06 +02:00
WBHarry
70382df63c
113 - Character Data Model (#114)
* Improved Character datamodel

* Removed additional unneccessary getters

* Preliminary cleanup in the class sheet

* Cleanup of 'pc' references

* Corrected Duality rolling from Character

* Fix to damage roll
2025-06-09 13:36:48 +02:00
WBHarry
02f16f7363
118 - adversary data model (#119)
* Fixed datamodel and set up basic template in new style

* Added in a temp attack button, because why not

* Restored HitPoints counting up
2025-06-09 13:33:33 +02:00
WBHarry
ad0acd62cd
Fixed up data model and a basic placeholder template (#117) 2025-06-09 13:25:43 +02:00
Dapoolp
4c7f3a02c4 Create new actions classes 2025-06-08 00:37:39 +02:00
WBHarry
746e0f239a
110 - Class Data Model (#111)
* Added PreCreate/Create/Delete logic for Class/Subclass and set it as foreignUUID fields in PC

* Moved methods into TypedModelData

* Simplified Subclass
2025-06-07 20:30:12 +02:00
WBHarry
7799f4f1eb Restored background color to the fear view 2025-06-07 19:09:59 +02:00
WBHarry
53be047e12 Merged with main 2025-06-07 02:08:57 +02:00
WBHarry
a92221778e
Levelup Remake (#100)
* Set up DhLevelTier datamodel

* Added Levelup data model and started at the render

* Fixed data handling in the LevelUp view

* Added back the save function

* Finalised levelup selections and propagating to PC

* Added level advancement selection data

* Added DomainCard selection

* Css merge commit

* Added PC level/delevel benefits of leveling up

* Fixed sticky previous selections on continous leveling

* Fixed up Summary. Fixed multiclass/subclass blocking on selection

* Removed unused level.hbs

* Fixed attribute base for PC

* Improved naming of attribute properties

* Renamed/structured resources/evasion/proficiency

* Improved trait marking

* Rework to level up once at a time

* Added markers

* Removed tabs when in Summary

* Fixed multilevel buttons

* Improved multiclass/subclass recognition

* Fixed tagify error on selection

* Review fixes
2025-06-07 01:50:50 +02:00
WBHarry
47a6abddfb CombatTracker was throwing an error when there were no combatants 2025-06-07 00:26:21 +02:00
WBHarry
57fdf9e07d Corrected CombatTracker flexing 2025-06-07 00:12:02 +02:00
WBHarry
aa8fe6a7a1
Combat and CombatTracker (#108)
* Added Combat and CombatTracker

* Some cleneaup

* Fixing and cleaning up

* Added categories for combatants

* Style improvements

* Layout change
2025-06-07 00:06:54 +02:00
Joaquin Pereyra
f3942280b6 FEAT: formatting code
FIX: fix fields used
FEAT: add jsdoc
2025-06-06 18:17:14 -03:00
Joaquin Pereyra
6c147a5c00 Merge remote-tracking branch 'origin/main' into refactor/84-data-models-structure 2025-06-03 22:43:10 -03:00
Dapoulp
32730b3aac
Feature/89 gm fear display (#104)
* gm fear display

* clean up

* Make Fear Panel resizable

* Update for evil light mode

* Fix clients fear update

* minimizable false

* hover animation

* fix
2025-06-04 00:46:05 +02:00
Joaquin Pereyra
80cedbe4d2 FIX: imports
FIX: items sheet new paths
FIX: ItemDataModelMetadata type jsdoc
2025-06-03 19:26:41 -03:00
Joaquin Pereyra
08a21dcb2f REFACTOR: rename folder data/items -> data/item
REFACTOR: rename folder `data/messages` -> `data/chat-message`.
2025-06-02 18:00:04 -03:00
WBHarry
43b0c626c4 Restored ChatMessage functionality 2025-06-02 21:34:10 +02:00
Dapoulp
6bfb25325f
Feature/89 gm fear display (#102)
* gm fear display

* clean up

* Make Fear Panel resizable

* Update for evil light mode

* Fix clients fear update
2025-06-01 23:40:10 +02:00
Joaquin Pereyra
a6acbe750a Merge remote-tracking branch 'origin/main' into refactor/84-data-models-structure 2025-06-01 15:31:29 -03:00
joaquinpereyra98
879299b661
#98 jsconfig and symlink setup (#99)
* FEAT: add jsconfig.json file

* FEAT: add new script createSymlink
FEAT: add new file tools/create-symlink.mjs
FEAT: add d.ts files
FIX: add new foundry symlink to .gitignore

---------

Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
2025-06-01 02:54:45 +02:00
Dapoulp
d30ae91109
Feature/89 gm fear display (#90)
* fear display
2025-06-01 02:48:14 +02:00
Joaquin Pereyra
841c0804b6 FIX: minor fixes 2025-05-31 18:30:50 -03:00
Joaquin Pereyra
1f6bd4a2d3 FIX: ADD htmlFields description in manifest 2025-05-31 17:30:04 -03:00
Dapoulp
4cdd2f05eb
Compendium Reorg (#94) 2025-05-31 22:20:10 +02:00
Joaquin Pereyra
2c58398084 FIX: remove unused import 2025-05-31 17:00:08 -03:00