Commit Graph

2399 Commits

Author SHA1 Message Date
Stefan Zermatten
46016b40ed Merge branch 'develop' 2023-08-24 13:03:37 +02:00
Stefan Zermatten
7fa993de47 Slot fill now shows selected slots while searching 2023-08-24 13:00:26 +02:00
Stefan Zermatten
d973463126 Prevented props deactivated by toggles from firing 2023-08-24 12:35:54 +02:00
Stefan Zermatten
d578a87632 parser fix for chain indexing into nested arrays
`[ [‘a1’, ‘a2’ ], [‘b1’, ‘b2’] ][2][1]` => `'b1'`
2023-08-24 12:29:44 +02:00
Stefan Zermatten
0ee77d705a Fixed actions erroring with undefined resources 2023-08-24 12:19:55 +02:00
Stefan Zermatten
90c92cdd8c Prevented character color button from going camo 2023-08-24 12:15:32 +02:00
Stefan Zermatten
1778111c75 Toggles now wont apply tag targeting if deactivated 2023-08-24 12:09:14 +02:00
Stefan Zermatten
0df7763366 Cleaned up bad messy floats in container weights 2023-08-24 11:42:47 +02:00
Stefan Zermatten
8b23a4bc24 Clean props when copying creature -> lib
prevents creature specific fields from leaking
into libraries
2023-08-24 11:28:02 +02:00
Stefan Zermatten
f794dbf45a Slots act as folder when used in actions 2023-08-24 11:21:39 +02:00
Stefan Zermatten
b2f47052aa Fixed ol and ul number truncation in prop viewers 2023-08-24 11:17:26 +02:00
Stefan Zermatten
7c2b7419d9 Fixed content weightless carried containers weight 2023-08-24 11:10:19 +02:00
Stefan Zermatten
b8387c5ab1 Added "after children" trigger timing 2023-08-24 10:56:13 +02:00
Stefan Zermatten
5909c985e3 Fixed spell slots with non-standard values ui 2023-08-24 10:33:45 +02:00
Stefan Zermatten
61db08a19b Long attribute consumed values fixed, string values disable action 2023-08-24 10:24:06 +02:00
Stefan Zermatten
2fc316de36 Removed redis-oplog, it wasn't working 2023-08-24 10:11:59 +02:00
Stefan Zermatten
e7acdc259c Bumped package number 2023-08-14 09:56:09 +02:00
Stefan Zermatten
686a85c768 Hotfix XSS vulnerability due to failed sanitization 2023-08-14 09:55:45 +02:00
Thaum Rystra
8b215ce159 Fixed slot fill cards not column layouting 2023-08-07 12:37:37 +02:00
Stefan Zermatten
e89b4946d5 Improvements to level up and slot fill
- class level refs work with level up
- Improve UI
- Fixed level up backfill repeating levels when selecting higher levels
multiple times
- Allowed user to ignore slot fill condition
- Auto load more if many disabled fillers
2023-08-02 11:27:17 +02:00
Stefan Zermatten
5240faeaff Merge remote-tracking branch 'origin/master' into develop 2023-08-02 08:54:53 +02:00
Stefan Zermatten
d9e0679734 Hotfix order increment breaking property insert 2023-08-01 12:09:21 +02:00
Stefan Zermatten
31c2580a9b Bumped version 2.0.55 2023-08-01 11:30:53 +02:00
Stefan Zermatten
e86a1269c9 Merge branch 'develop' 2023-08-01 11:29:59 +02:00
Stefan Zermatten
a262d773c0 Reduced snackbar timeout to 15s 2023-08-01 11:28:39 +02:00
Stefan Zermatten
7ea972d476 Fixed level up backfill selecting too many props
Fixed out of order
2023-08-01 11:28:17 +02:00
Stefan Zermatten
0e5bf39958 Bumped version 2.0.54 2023-07-21 16:18:50 +02:00
Stefan Zermatten
5d8485123e Merge branch 'develop' 2023-07-21 16:17:42 +02:00
Stefan Zermatten
85f13713f2 Merge branch 'develop' of https://github.com/ThaumRystra/DiceCloud into develop 2023-07-21 16:14:14 +02:00
Stefan Zermatten
b0afc86ad4 "fixed" column layout again
As yet untested on Safari
2023-07-21 16:12:50 +02:00
Stefan Zermatten
30fabce7f1 Removed variables object from creature docs 2023-07-20 11:13:57 +02:00
Stefan Zermatten
4133a0f78c Fixed proficiency bonus not applying in actions 2023-07-19 19:40:59 +02:00
Stefan Zermatten
2b1a6de1e5 Relaxed rate limiting on duplicating library props 2023-07-19 19:03:36 +02:00
Stefan Zermatten
25e2523d51 Fixed resources in folder increment button loading forever 2023-07-19 18:57:06 +02:00
Stefan Zermatten
7072e9ba97 Fixed searching by tag in slot fillers 2023-07-19 18:49:18 +02:00
Stefan Zermatten
b3ed77964f Hotfix library select turning into links incorrectly 2023-06-28 10:22:38 +02:00
Stefan Zermatten
912fff64a8 Bumped version 2023-06-27 09:33:22 +02:00
Stefan Zermatten
22d51eacab Added second library tree for multi-track drifting 2023-06-26 16:31:23 +02:00
Stefan Zermatten
7562e29fac Increased power of tree searching 2023-06-26 14:45:19 +02:00
Stefan Zermatten
d4cac831e6 Sorted lib browser by sub count 2023-06-24 00:55:22 +02:00
Stefan Zermatten
5112ecd0c7 Fixed migration not counting collection subs 2023-06-24 00:50:34 +02:00
Stefan Zermatten
6c7308ebf8 Fixed library options not showing in create dialog 2023-06-24 00:28:03 +02:00
Stefan Zermatten
c50c512587 Fixed buff $target.var -> ~target.var
to skip crystallization
2023-06-23 23:31:54 +02:00
Stefan Zermatten
93dfbc8a93 Fixed search for library prop not using tags 2023-06-23 23:29:46 +02:00
Stefan Zermatten
2c89323764 Fixed errors with empty quantity ammo resources 2023-06-23 12:21:51 +02:00
Stefan Zermatten
33576e02fa Fixed users failing to create because of a bad hook 2023-06-23 09:55:48 +02:00
Stefan Zermatten
81cfc3919e Improved migrations 2023-06-23 09:42:14 +02:00
Stefan Zermatten
bae621cd47 Hotfix migrations 2023-06-22 15:52:42 +02:00
Stefan Zermatten
70edd7b2c0 Don't batch prop updates in migration to save memory
Should run slower, but within memory constraints
2023-06-22 13:45:55 +02:00
Stefan Zermatten
9504b4299b Bumped version 2.0.52 2023-06-22 12:08:06 +02:00