Stefan Zermatten
beb4d94676
Added archive migrations to schema version 2
2023-06-20 13:30:35 +02:00
Stefan Zermatten
4b9802d6a0
Removed slotFillers from every part of the app
2023-06-14 20:11:00 +02:00
Stefan Zermatten
fad59f8674
Added tag targeted toggles
...
May God have mercy on us all
2023-06-14 15:49:08 +02:00
Stefan Zermatten
04de76d20e
Skills can now apply to calcs by tag
2023-06-14 13:56:44 +02:00
Stefan Zermatten
1096c53f49
Improved slot filling UI usability
2023-06-05 15:44:53 +02:00
Stefan Zermatten
4550661a59
Tested and fixed proficiencies by tag
2023-05-06 10:45:03 +02:00
Stefan Zermatten
32e5b0a9f6
fixed: props all have slotQuantityFilled now
2023-04-14 12:02:46 +02:00
Stefan Zermatten
50cb6185ce
Added proficiency target by tag to backend
2023-03-17 17:45:05 +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
a9b389023e
added todo
2022-11-19 23:44:02 +02:00
Stefan Zermatten
baecdeff24
Fixed bug where items with zero quantity have active children
2022-10-09 10:10:21 +02:00
Stefan Zermatten
d4b7d22b5f
Fixed toggled off spells showing in spell list
2022-09-26 09:43:00 +02:00
Stefan Zermatten
11a527481e
Show Point buy on Build tab
2022-08-25 13:18:24 +02:00
Stefan Zermatten
e42ec4b862
Continued work on point buy UI
2022-08-23 14:44:35 +02:00
Stefan Zermatten
c6ca8c1fa4
Added point buy to computation engine
2022-08-19 14:03:12 +02:00
Stefan Zermatten
766519b4a3
Prevented inactive properties from creating deps
...
Engine might work differently
2022-08-17 09:40:26 +02:00
Stefan Zermatten
34e3325464
Fixed dependency loops created by inactive props
...
depending on their parent toggles
2022-08-16 11:19:16 +02:00
Stefan Zermatten
99e4e8d6bb
Fixed some issues with effect tag targeting
2022-08-15 10:53:38 +02:00
Stefan Zermatten
1050442606
Children of triggers are now inactive on the sheet
2022-07-26 13:43:55 +02:00
Stefan Zermatten
0483a7effc
Tag targeting attributes and skills with effects
...
now works like normal effects would
2022-07-24 22:32:40 +02:00
Stefan Zermatten
1da2d319fb
Improved handling of tag targeting
2022-07-24 15:22:07 +02:00
Stefan Zermatten
2442ae4fa0
Overhauled damage multipliers UX
...
Form and viewer revamp
custom damage types
Variables: `bludgeoning.resistance`
2022-03-05 16:23:21 +02:00
Stefan Zermatten
43e956eb6a
Fixed skills not obeying baseValue correctly
2022-03-03 15:55:07 +02:00
Stefan Zermatten
afe6c044cd
Fixed dependency graph not building correctly for resources consumed
2022-02-28 00:02:55 +02:00
Stefan Zermatten
12a0dff43f
Hacked over ddp error that was not updating removed field correctly
2022-02-22 18:31:06 +02:00
Stefan Zermatten
8f30c1419c
Fixed slots and slot fillers not calculating their conditions correctly
...
Also fixes slot fullness calculation
2022-02-22 17:59:12 +02:00
Stefan Zermatten
378da71f5d
Effects targeting calculations by tag now work in the engine and actions
2022-02-15 15:59:41 +02:00
Stefan Zermatten
e0f621cc44
Added data and UI for effects targeting calculations by tag
...
Still need to:
- update engine to compute calculations with effects.
- Add UI for effects applied to each calculation
2022-02-14 16:26:49 +02:00
Stefan Zermatten
6e22e4286f
Fixed referencing variable.description in a calculation
...
Whether the description's inline calculations are calculated or not is
not defined.
2021-12-08 09:23:29 +02:00
Stefan Zermatten
e34f29f952
Computations now occupy their own nodes on the dependency graph
...
This mitigates most issues with properties having self-loops,
particularly in cases like Strength where the value `strength` is used
in the description of Strength
2021-12-07 21:05:24 +02:00
Stefan Zermatten
e3a1eff751
Progress all over the place with viewer, forms, small engine tweaks
2021-10-21 22:18:01 +02:00
Stefan Zermatten
417ff6e210
Buffs no longer have the "applied" field, it was redundant
...
Because children of actions are always inactive in the new engine, buffs
that are children of actions are inactive while buffs elsewhere on the
character sheet are active, making it redundant to keep the extra field
2021-10-18 13:46:38 +02:00
Stefan Zermatten
ea68cdf86f
Migrating UI for new data structures
2021-10-15 11:12:40 +02:00
Stefan Zermatten
0097696cc8
Began merging attacks into actions
2021-10-06 14:57:13 +02:00
Stefan Zermatten
1a14393031
Parsed calculations are now cached between calculations
...
Parsing is one of the more expensive computations done to characters, so
the parser results are now stored on the DB and only updated if they are
dirty. A hash is used to determine if the calculation has changed since
the last computation
2021-10-03 20:59:04 +02:00
Stefan Zermatten
b78517b61f
Finished migrating parser to be object orientation free. All tests pass
2021-10-03 13:54:17 +02:00
Stefan Zermatten
cb1fd38df3
Optimized some slow parts of the engine.
...
Last low hanging fruit: parsing is slow, cache parsed calculations
2021-09-29 15:54:14 +02:00
Stefan Zermatten
b471d0c5cf
improved calculation fields
2021-09-27 19:25:11 +02:00
Stefan Zermatten
b0ee5cd304
Continued iterating on calculations, added failing test for bugs found
2021-09-27 17:26:52 +02:00
Stefan Zermatten
85e8756d1d
Fixed parse errors not showing up on calculations
2021-09-27 16:39:44 +02:00
Stefan Zermatten
111040e789
Began migrating the rest of the codebase to the new computation engine
2021-09-27 15:39:18 +02:00
Stefan Zermatten
fdea748441
Tore out the old engine, left some wounds
2021-09-27 14:28:32 +02:00