Jonpot
c3c05a0727
Fix health bar filtering in dealDamage function
...
This pull request addresses an issue with the dealDamage function where health bars with the healthBarNoHealing flag set to True were still being healed. The problem was related to the logic used to filter out health bars that should not be affected by the current damage type.
Changes:
- Replaced the remove function with the native JavaScript filter function.
- Updated the filter condition to correctly filter health bars based on the damage type (healing or damage).
2023-04-06 12:20:44 -07:00
Stefan Zermatten
53e88af93a
Worked on universal property form
2023-04-03 16:35:29 +02:00
Stefan Zermatten
b9588c83b1
Added dice functions to parse engine
2023-04-01 11:27:52 +02:00
Stefan Zermatten
8e610c2cd8
Slot fill fields given to all lib nodes
2023-03-31 12:21:30 +02:00
Stefan Zermatten
25e053c473
Merge branch 'develop' of https://github.com/ThaumRystra/DiceCloud into develop
2023-03-31 12:20:34 +02:00
Stefan Zermatten
76a0918a78
Fixed crash where null ability broke skills
2023-03-31 12:19:15 +02:00
Stefan Zermatten
50cb6185ce
Added proficiency target by tag to backend
2023-03-17 17:45:05 +02:00
Stefan Zermatten
2b7851ab32
Added smart-disconnect + connection notifications
2023-02-27 14:23:50 +02:00
Stefan Zermatten
deca9786b9
Fixed grammar to account for d8 not being a name
2023-01-31 20:55:35 +02:00
Stefan Zermatten
67da641244
Migrated internal variables to ~ prefix
2023-01-31 20:36:26 +02:00
Stefan Zermatten
16f5fe91ea
Normalized all scope['$...'] to be unwrapped values
2023-01-31 15:55:02 +02:00
Stefan Zermatten
cbbbcaf56a
Changed variable name regex to allow $ and _
2023-01-31 14:51:39 +02:00
Stefan Zermatten
72d932538b
Fixed bug where rolls could not set strings
2023-01-31 14:51:22 +02:00
Stefan Zermatten
a0744e5af3
Improved printing on some browsers
2022-12-05 11:14:22 +02:00
Stefan Zermatten
b92d2ecf05
fixes #307 Github link on new home page dead
2022-12-05 10:27:51 +02:00
Stefan Zermatten
aabcdac242
Re-added column layout hacks to stop chrome crashing
2022-12-05 10:18:05 +02:00
Stefan Zermatten
9fbeb0c06f
Fixed type in character delete dialog
2022-12-05 10:07:32 +02:00
Stefan Zermatten
c058f3eab4
Stopped spell list cards animating on prepare
2022-12-03 12:17:20 +02:00
Stefan Zermatten
0a2d4cf97b
Fixed hiding rest btn w/out events breaks statsTab
2022-12-03 12:16:26 +02:00
Stefan Zermatten
ef26153bb2
Improved [redacted], added routes and navigation
2022-12-01 13:28:33 +02:00
Stefan Zermatten
77597e8056
Updated static pages, home, about, sign-in
2022-11-30 15:37:28 +02:00
Stefan Zermatten
da6fb55ca0
Fixed automated tab navs. going to the wrong tab
2022-11-29 14:52:22 +02:00
Stefan Zermatten
8551e318c2
Demoted features tab back in tab order
2022-11-29 14:35:27 +02:00
Stefan Zermatten
5815c7ca34
Padded character list to reveal add folder button
...
It was hiding behind FAB
2022-11-29 14:10:28 +02:00
Stefan Zermatten
c237162475
Fixed sidebar party closing on route change
2022-11-29 14:05:24 +02:00
Stefan Zermatten
e87772c2a3
Fixed folder groupStats behaviour when !groupStats
2022-11-29 12:06:27 +02:00
Stefan Zermatten
7ffd0bf61d
Fixed menus in dialogs in firefox
...
Also improved look of scrollbars incl. dark mode
2022-11-29 11:48:20 +02:00
Stefan Zermatten
69b3ba781d
Disabled tabletop routing for now
2022-11-28 23:41:10 +02:00
Stefan Zermatten
bf8eb52a96
bumped number of writers limit from 20 to 32
2022-11-28 16:54:21 +02:00
Stefan Zermatten
684d672028
Removed column layout hacks
...
Fixes drag fallbacks not being in front of cards
Might fix flashy shit on ios
2022-11-28 15:40:47 +02:00
Stefan Zermatten
fb98544ae1
Fixed drag and drop on Firefox
2022-11-28 15:39:47 +02:00
Stefan Zermatten
ec8b9c209c
fixed rests on actions with undefined usesUsed
2022-11-28 14:50:41 +02:00
Stefan Zermatten
bee90a7a80
Fixed rests on attributes with undefined damage
2022-11-28 14:49:38 +02:00
Stefan Zermatten
0b377fcb71
Attributes show their children in stats cards
2022-11-25 16:27:18 +02:00
Stefan Zermatten
1f26fbf00e
Iterated on stat grouping cards
...
adde slots, spell lists, children of slot fillers
hid properties in most places
spell slots in correct order
2022-11-25 13:25:38 +02:00
Stefan Zermatten
bb1e9624ad
Fixed hit dice missing on stats tab
2022-11-25 12:14:47 +02:00
Stefan Zermatten
bda446858e
Fixed spell tab btn not hiding correctly on mobile
2022-11-24 15:04:35 +02:00
Stefan Zermatten
e19e91f7e0
Fixed broken $attackRoll always returning 0
2022-11-24 14:51:05 +02:00
Stefan Zermatten
bac9fc98dd
Fixed order of stats tab, unhid sneaky folders
2022-11-24 14:48:58 +02:00
Stefan Zermatten
420663c149
Hotfix 2 crashy boogaloo
2022-11-24 14:10:22 +02:00
Stefan Zermatten
23d44e54e3
Hotfixed S3 not loading
2022-11-24 13:39:28 +02:00
Stefan Zermatten
d05cd2fa19
Iterated on docs, fixed links
2022-11-24 12:29:00 +02:00
Stefan Zermatten
7e49100d14
Fixed dragging on mobile
2022-11-23 15:52:45 +02:00
Stefan Zermatten
c3ac49a8c4
Fixed default doc importing
2022-11-23 15:51:09 +02:00
Stefan Zermatten
fd9d525ba9
fixed: Show only the last event with a var name
2022-11-22 21:59:44 +02:00
Stefan Zermatten
d947b62ba4
Fixed events not being selectable for reset in libraries
2022-11-22 21:29:08 +02:00
Stefan Zermatten
046509224e
Fixed library page janky loading
2022-11-22 21:21:53 +02:00
Stefan Zermatten
63bcf023ee
Big UI overhaul
...
Moved tabs to bottom nav on mobile
Added actions tab
Conditional benefits on skills/saves show on stats tab
2022-11-22 20:51:21 +02:00
Stefan Zermatten
9741d1d56c
Got in-dialog help working with new docs
2022-11-22 03:01:59 +02:00
Stefan Zermatten
0f12c98408
Merge branch 'version-2-dev' of https://github.com/ThaumRystra/DiceCloud into version-2-dev
2022-11-22 02:34:38 +02:00