Stefan Zermatten
d63b8c835d
Fixed bug in last release where unlimited slots were always hidden on hide when full
2021-01-12 13:51:11 +02:00
Stefan Zermatten
85f3881935
Removed alert about data loss, most data structures are stable and it's being alarmist
2021-01-12 13:40:02 +02:00
Stefan Zermatten
5e4299e6db
removed stray console logging
2.0-beta.13
2021-01-12 13:24:08 +02:00
Stefan Zermatten
0e663f36db
Slot fillers that count as more than one slot now update the space left correctly.
...
Slot fillers removed from a library can no longer be added to a slot.
If a slot has limited space left, this will be reflected on the error
finding slots message
2021-01-12 13:22:48 +02:00
Stefan Zermatten
de9ea5922c
Fixed bugs when a spell list does not have limit on prepared spells
2021-01-12 13:10:36 +02:00
Stefan Zermatten
a2cfe43e74
Disabled the direct damage input in the attribute form: it can't be edited anyway
2021-01-12 13:04:25 +02:00
Stefan Zermatten
026c11c13b
Made sure attributes show their currentValue instead of Value
2021-01-12 13:03:33 +02:00
Stefan Zermatten
403f2663c2
Fixed bugs with item display, equipment will now automatically move to the first property with the 'equipment' tag, carried items will move to the first property with the 'carried' tag
2021-01-12 12:54:02 +02:00
Stefan Zermatten
28c042343e
All children of infinite slots will now hide when "hide when full" is active
2021-01-12 10:36:07 +02:00
Stefan Zermatten
3f116875a1
Children of slots now display in the correct order
2021-01-12 10:35:37 +02:00
Stefan Zermatten
ae5b4b7d5c
Made inactive toggle decendants specifically included when recomputing active properties
2021-01-11 22:03:54 +02:00
Stefan Zermatten
75835d74f6
Merge pull request #259 from Ganonsmasher/version-2
...
Found a fix for toggles.
2020-12-17 17:19:54 +02:00
Ganonsmasher
583b652fc4
Found a fix for toggles.
...
It doesn't fix the problem of their property being absent on the stats page cards, but they can compute properly and disable their children with this.
2020-12-15 18:08:29 -05:00
Stefan Zermatten
df317a8942
Merge branch 'version-2' of https://github.com/ThaumRystra/DiceCloud into version-2
2020-11-20 14:21:52 +02:00
Stefan Zermatten
ff0e9b1ff9
Added Lord of Junk to Patreon Paragons
2020-11-20 14:13:47 +02:00
Stefan Zermatten
fa24430a7f
Fixed parsing of variable names with numbers and stacked dice rolls like dd8-> 1d(1d8)
2020-11-13 10:04:37 +02:00
Stefan Zermatten
fde2f821e7
Fixed parser not handling whitespace
2020-11-12 21:44:08 +02:00
Stefan Zermatten
827430c987
Fixed edit permission errors for some creature prop methods
2020-11-12 21:25:48 +02:00
Stefan Zermatten
2a1aa02e97
Added true and false keywords, fixed grammar ambiguity in if statements
2020-11-12 15:11:24 +02:00
Stefan Zermatten
aeb347084f
Fixed ambiguitiy in grammar caused by previous fixes
2020-11-12 13:47:10 +02:00
Stefan Zermatten
005bc162cb
Fixed != not being matched because ! was matched first. Fixed presedence for & | and relational operators
2020-11-12 13:45:14 +02:00
Stefan Zermatten
9941d91bb8
Fixed != operator, separated == and ===, != and !== for strictness control
2020-11-12 13:44:01 +02:00
Stefan Zermatten
23c77690a1
Healing damage type now heals instead of damaging
2020-11-12 13:01:09 +02:00
Stefan Zermatten
525b528d9a
Added attribute damage and self damage results to actions and log.
2020-11-12 12:57:48 +02:00
Stefan Zermatten
3917f63d5e
Increased subscription rate limit to prevent infinitely spinning characters
2020-11-12 11:04:04 +02:00
Stefan Zermatten
bd056ab042
Improved subscription permissions, should now work as expected for public documents
2020-11-12 10:48:46 +02:00
Stefan Zermatten
cd84b2562a
Fixed an error with finding deployed version SHA
2020-11-10 14:48:09 +02:00
Stefan Zermatten
c7436ffb1e
Caught error where git couldn't be used to get version
2020-11-10 14:37:32 +02:00
Stefan Zermatten
be7d7f898f
disabled short and log rest buttons if user has no edit permission
2020-11-10 14:22:09 +02:00
Stefan Zermatten
3024168e95
Replaced old parser with new parser
2020-11-10 14:07:22 +02:00
Stefan Zermatten
1f0678b50b
Added not operator to the parser
2020-11-05 15:32:01 +02:00
Stefan Zermatten
4dad2c41e5
Updated parser to accept underscores in variable names
2020-11-05 14:50:44 +02:00
Stefan Zermatten
46385dd9b2
Build details with no slots hidden moved to a dialog
2020-11-05 14:27:01 +02:00
Stefan Zermatten
7cb65954b5
Added the ability to hide slots when full
2020-11-05 14:05:17 +02:00
Stefan Zermatten
749799d869
Denormalised slot fill total to database
2020-11-05 13:35:55 +02:00
Stefan Zermatten
3293dad671
Limited what fields are included when fetching recompute documents to improve performance
2020-11-05 12:59:48 +02:00
Stefan Zermatten
88df942c59
Fixed an error with missing identity details in patreon request
2020-11-05 12:59:26 +02:00
Stefan Zermatten
9722bbc667
Characters now recompute on subscribe if they haven't been computed in the current version
2020-11-04 14:27:31 +02:00
Stefan Zermatten
2fb0ba79c6
began work to get inactive state of properties denormalised
2020-11-03 15:57:14 +02:00
Stefan Zermatten
3f7ddd62fc
Merge branch 'version-2' of https://github.com/ThaumRystra/DiceCloud1 into version-2
2020-10-27 10:41:06 +02:00
Stefan Zermatten
227d6c5aae
Markdown and calculations now supported in slot filler descriptions
2020-10-27 10:39:20 +02:00
Stefan Zermatten
147ef97576
Markdown now supported in slot filler descriptions
2020-10-27 10:34:01 +02:00
Stefan Zermatten
54806b0f3c
Merge branch 'version-2' of https://github.com/ThaumRystra/DiceCloud1 into version-2
2020-10-19 11:39:24 +02:00
Stefan Zermatten
1165158d46
Forced creatures to reorder their docs before recomputing
2020-10-19 11:39:21 +02:00
Stefan Zermatten
32de70cd45
Class levels now have a description field
2020-10-17 19:33:56 +02:00
Stefan Zermatten
68499e4de5
You can now click on properties filling slots to view their details dialog
2020-10-17 19:28:54 +02:00
Stefan Zermatten
3f4cb8e26b
Added undo buttons for deleting properties off a creature
2020-10-17 19:10:37 +02:00
Stefan Zermatten
ebab41838c
Used tree node views in slot fill selection
2020-10-17 16:56:23 +02:00
Stefan Zermatten
e8da7a6c17
Moved snackbars to their own store and component
2020-10-17 16:06:27 +02:00
Stefan Zermatten
46189c68df
All property forms now allow tags
2020-10-17 13:42:24 +02:00