Commit Graph

  • 7e572b654c Update Dockerfile develop jschaufuss 2026-04-22 10:28:17 +02:00
  • 88fc9c8321 Merge pull request #397 from StormDragon894/patch-1 ThaumRystra 2026-01-23 10:08:07 +02:00
  • 76b0023e37 Update invite link to use the new domain StormDragon894 2026-01-23 13:40:22 +11:00
  • 899dcf42b1 Fixed various action calling issues ThaumRystra 2025-07-25 19:15:40 +02:00
  • 41e9fb4069 Fix inline calculations reducing instead of compiling ThaumRystra 2025-07-25 18:50:22 +02:00
  • 51a20ac205 Fix bug activating property slots under actions ThaumRystra 2025-07-25 18:50:02 +02:00
  • 5dc202fc17 Fix bug in dependency loop detection ThaumRystra 2025-07-25 18:27:18 +02:00
  • 8b5d36fd66 fix bug duplicating library nodes ThaumRystra 2025-07-25 18:19:05 +02:00
  • 7063312135 fix wrong assert imported in app code ThaumRystra 2025-05-02 18:50:11 +02:00
  • ae5a159e58 Fix TypeScript errors in action engine Thaum Rystra 2025-05-02 15:38:18 +02:00
  • d42d2a724e Fixed library nodes not having a default schema ThaumRystra 2025-05-02 13:37:11 +02:00
  • 8453bd9d86 Rudimentary customization in check dialog ThaumRystra 2025-01-25 21:53:50 +02:00
  • bd6d5c34d3 Fixed monsters appearing in sidebar ThaumRystra 2025-01-25 21:18:09 +02:00
  • a6bf29ece1 Moved char subscription to page so it isn't re-fired on tabletops ThaumRystra 2025-01-25 21:17:59 +02:00
  • b8ed9aa658 Fix self-targeted spells not casting correctly ThaumRystra 2025-01-25 20:51:20 +02:00
  • c42da1d492 Added remove button to buff cards on tabletop, closes #380 ThaumRystra 2025-01-25 20:44:35 +02:00
  • 4993506ec9 Fixed spell casting ThaumRystra 2025-01-25 14:29:26 +02:00
  • 0b499b9c98 Big improvements in UX for tabletop actions ThaumRystra 2025-01-24 16:13:36 +02:00
  • 5b68190570 Iterated on Tabletop UX ThaumRystra 2025-01-23 23:22:16 +02:00
  • a09a32eb9a Added latest compute date to creatures ThaumRystra 2025-01-23 17:58:45 +02:00
  • e508951fb9 Fixed: tagless triggers should target everything not nothing. also fixed: check triggers now correctly fire on skill used for checks ThaumRystra 2025-01-20 21:03:59 +02:00
  • 3315b5607a Fixed bug where rolls weren't recalculating in actions ThaumRystra 2025-01-20 19:59:57 +02:00
  • be47b90c32 Fixed bug where tag-targeting a calculation's base value would crash the sheet ThaumRystra 2025-01-16 20:32:30 +02:00
  • 0bf8fdc6d3 Fixed failing tests ThaumRystra 2025-01-16 16:24:56 +02:00
  • a2d2f43bed Removed custom Collection2 package ThaumRystra 2025-01-16 10:59:13 +02:00
  • 15ecc05e21 The type system starts to infect the computation engine Thaum Rystra 2025-01-15 18:36:26 +02:00
  • 12789f1c5e fixed issue with isSpell no longer being defined Thaum Rystra 2025-01-15 17:40:44 +02:00
  • c0d1412463 Improved typing of Creature Properties ThaumRystra 2025-01-14 13:21:43 +02:00
  • 1b05b8d3bf Improved typing of creature properties ThaumRystra 2025-01-12 23:28:43 +02:00
  • 0125367085 Migrate props to typed schemas ThaumRystra 2025-01-12 19:29:26 +02:00
  • 0f32afd25a Moved attributes and adjustments to typed schemas ThaumRystra 2025-01-10 09:35:30 +02:00
  • fcf6a84b01 Began experimenting with dragging typings out of simple schema ThaumRystra 2025-01-01 22:39:54 +02:00
  • e76ad64a7d Fixed regression in applying buffs ThaumRystra 2024-12-01 22:10:53 +02:00
  • 75fe3e8fe2 Fixed #382 dice roll functions not working ThaumRystra 2024-12-01 22:02:47 +02:00
  • 0e56421c3a Tested and fixed critical hits not doubling damage ThaumRystra 2024-12-01 21:16:53 +02:00
  • 19ae78b23b closed Imported characters need to be recalculated before adding to a tabletop #375 ThaumRystra 2024-11-09 16:43:18 +02:00
  • a40cae1327 Removed stray console logging closes Creatures summoned to tabletops from libraries are missing their properties #373 ThaumRystra 2024-11-09 15:49:36 +02:00
  • 3949ea3448 Fixed creature templates added to tabletops not getting their properties set ThaumRystra 2024-11-09 15:44:06 +02:00
  • 7c648f67a3 Fixed tag targeted effects on overridden attributes applying multiple times Closes #358 ThaumRystra 2024-11-09 15:24:56 +02:00
  • 5c80975bc1 Fixed slot fillers in fill dialog not showing children when expanded ThaumRystra 2024-11-09 14:21:15 +02:00
  • 40025dc7d3 Fixed spaces in slot fill search returning no results ThaumRystra 2024-11-09 14:20:42 +02:00
  • 43958a90bd Removed drag handles from spells in spell lists Spell lists often have spells from many sources, and dragging spells around in a UI that doesn't show what you might be breaking is a foot gun. ThaumRystra 2024-11-09 13:43:01 +02:00
  • 6e5a335a39 Fixed item drag drop re-ordering ThaumRystra 2024-11-09 13:28:15 +02:00
  • 2c431293e0 Tested that triggers fire for all properties. Fixed some action engine issues found. ThaumRystra 2024-11-07 00:22:46 +02:00
  • 057772c60a Merge pull request #346 from Jonpot/patch-8 ThaumRystra 2024-11-05 13:34:01 +02:00
  • 9a19262ee7 Added icons to feature cards #341 Thaum Rystra 2024-11-05 13:25:37 +02:00
  • 7c877b9176 Merge pull request #334 from kgscialdone/fix-treesearch-references ThaumRystra 2024-11-05 12:31:56 +02:00
  • 37c6128337 Merge pull request #301 from Jonpot/patch-2 ThaumRystra 2024-11-05 12:23:16 +02:00
  • 48601050de Merge branch 'develop' into pr/Jonpot/301 Thaum Rystra 2024-11-05 12:22:09 +02:00
  • c0a8f76035 Added extra logging to s3 read errors ThaumRystra 2024-11-03 17:18:43 +02:00
  • 8268ea85ce Fixed duplicating properties losing their children ThaumRystra 2024-11-03 16:15:22 +02:00
  • f8708b0c31 Fixed point buy defined variable names not being available in actions ThaumRystra 2024-11-03 15:57:32 +02:00
  • a206aad904 Prevented inserting duplicate creature variables documents ThaumRystra 2024-11-03 14:35:42 +02:00
  • 865c7a5ca2 Ensure creature properties are sorted before being migrated from an archive ThaumRystra 2024-11-03 14:35:25 +02:00
  • c4c0b47f58 Fixed broken import ThaumRystra 2024-11-03 14:24:59 +02:00
  • 449e4fe681 Improved import migrations from main site Thaum Rystra 2024-10-31 11:34:14 +02:00
  • 6944e75d50 Removed insert new creature button from creature add to tabletop dialog Thaum Rystra 2024-10-30 18:00:41 +02:00
  • 84282cef6c Hid silenced content from the logs Thaum Rystra 2024-10-30 17:53:39 +02:00
  • 2a5a97f04a Fixed loading filtered properties in contexts where iterators don't have .filter Thaum Rystra 2024-10-30 10:07:08 +02:00
  • 87325df9fb Merge branch 'develop' of https://github.com/ThaumRystra/DiceCloud into develop Thaum Rystra 2024-10-30 10:03:51 +02:00
  • ce9753fa9c Fixed effects not applying to damage in actions Thaum Rystra 2024-10-30 10:03:47 +02:00
  • 18c1e8481e Fixed libraries being created without an owner ThaumRystra 2024-10-29 19:43:43 +02:00
  • 7c5c37cfdf Stopped ghost properties showing up in actions ThaumRystra 2024-10-29 19:22:58 +02:00
  • 417d1287a6 Made sure doAction's promise resolves or rejects ThaumRystra 2024-10-29 17:01:51 +02:00
  • 681d1e5739 Improved how effects on calculated fields are displayed ThaumRystra 2024-10-29 16:47:55 +02:00
  • b90cc2e467 Removed damage effects from tree views The totals of those effects are already accounted for in the displayed number ThaumRystra 2024-10-29 16:06:46 +02:00
  • fe035a2ff1 Added missing schema version to json route meta ThaumRystra 2024-10-29 16:02:46 +02:00
  • 74bd291426 Revert "Rolled back to Meteor 1.13, removed publication strategies" Thaum Rystra 2024-10-28 15:18:50 +02:00
  • 90aaf2d0fc Rolled back to Meteor 1.13, removed publication strategies Thaum Rystra 2024-10-28 15:09:59 +02:00
  • f44afd8b6a Hid make check and roll dice icons from creature bar in tabletop Thaum Rystra 2024-10-28 14:31:43 +02:00
  • e8158ba531 Iterate on action engine and tree data store migration Thaum Rystra 2024-10-28 14:26:48 +02:00
  • e887daf543 Show resulting action on action dialog before committing Thaum Rystra 2024-10-28 14:26:01 +02:00
  • 8f8c9c28aa Refactored actions, 'cast a spell' task now works Thaum Rystra 2024-10-28 12:28:36 +02:00
  • 804c5f3aee Started implementing spells in action engine ThaumRystra 2024-10-27 12:51:48 +02:00
  • 01df7898cc Tested action toggles ThaumRystra 2024-10-15 21:17:33 +02:00
  • 7a480e333c Fixed saving throws contaminating later saves with their result ThaumRystra 2024-10-15 21:12:55 +02:00
  • 5c7234ec62 Adding failing saving throw tests Thaum Rystra 2024-10-14 22:00:27 +02:00
  • 6887a46be4 Merge branch 'develop' of https://github.com/ThaumRystra/DiceCloud into develop Thaum Rystra 2024-10-14 21:52:54 +02:00
  • b772a4eaa1 Tested folders, notes, and rolls Thaum Rystra 2024-10-14 21:52:37 +02:00
  • f37149f466 Improved character sheet printing ThaumRystra 2024-10-13 15:58:08 +02:00
  • efc52b4f68 Tested damage property ThaumRystra 2024-09-28 14:45:46 +02:00
  • b1ab65f095 Tested and fixed buff remover properties ThaumRystra 2024-09-28 12:45:30 +02:00
  • d998d7d2ef Removed stray 'only' test ThaumRystra 2024-09-08 21:09:34 +02:00
  • 588a91f60c Fixed typo in test description ThaumRystra 2024-09-08 21:06:48 +02:00
  • 0d4db7ca91 Tested action engine apply buff ThaumRystra 2024-09-08 21:04:18 +02:00
  • f9e10550ad Fixed healthbar display in tabletop ThaumRystra 2024-09-06 23:17:53 +02:00
  • e2ffaa203a Made sure uploads respect storage limits ThaumRystra 2024-09-06 22:58:07 +02:00
  • 679a123a2a Fixed references sorting first in slot fillers ThaumRystra 2024-09-06 21:40:39 +02:00
  • b867cf182b Fixed overflow on character cards not working ThaumRystra 2024-09-06 20:40:10 +02:00
  • f9b42f9d9a Added mouse wheel scroll Y support to character tabletop footer ThaumRystra 2024-09-06 20:38:11 +02:00
  • f9c0317b95 Added previous value of att to set log ThaumRystra 2024-09-06 17:30:52 +02:00
  • 87527b0677 Fixed typescript errors in old action engine tests ThaumRystra 2024-09-06 17:19:12 +02:00
  • aeae360150 Fixed typo in file name: INLINE_CALCULTION_REGEX -> INLINE_CALCULATION_REGEX ThaumRystra 2024-09-06 17:16:59 +02:00
  • eb98d0b711 Tested action branch properties ThaumRystra 2024-09-06 17:12:04 +02:00
  • e11fb50103 Added the ability to import creatures from other instances of DiceCloud ThaumRystra 2024-09-03 22:54:44 +02:00
  • 2a3357ce5c Moved upload input to front of file lists Thaum Rystra 2024-09-03 16:32:10 +02:00
  • 5727afcfa8 Added ThumbHash to user images Thaum Rystra 2024-09-03 16:02:56 +02:00
  • a5d50d5ac2 Limited tabletop logs, priority over character log limit ThaumRystra 2024-09-03 00:19:04 +02:00
  • fe804a5d9a Added image select input to tabletop form ThaumRystra 2024-09-03 00:18:42 +02:00
  • 23b25f1606 Added buff card to tabletop bar ThaumRystra 2024-09-03 00:01:44 +02:00