|
7b59fcfc38
|
Don't capitalize all tree nodes
|
2023-04-23 16:55:45 -05:00 |
|
|
4980074d26
|
Fixed board.selectedAction setter not working
|
2023-04-23 16:44:57 -05:00 |
|
|
066ef71395
|
Made node text easier to read
|
2023-04-23 14:16:27 -05:00 |
|
|
425e85a1ee
|
Add function to boards for placing nodes in the next available space
|
2023-04-23 10:00:40 -05:00 |
|
|
c08ea9ce85
|
Make selectedNode and selectedAction writable
|
2023-04-23 00:40:10 -05:00 |
|
|
3808f299ec
|
Fix canAccept not passing in otherNode
|
2023-04-23 00:40:07 -05:00 |
|
|
2999c971cf
|
Expose current dragging and receiving nodes
|
2023-04-23 00:40:03 -05:00 |
|
|
9707ceb66d
|
Fix build issue
|
2023-04-22 23:20:41 -05:00 |
|
|
962e789e1d
|
Added way to customize board action confirmation label
|
2023-04-22 23:14:05 -05:00 |
|
|
21f49756dc
|
Move selecting action logic inside the board component
|
2023-04-22 23:14:02 -05:00 |
|
|
693c34f585
|
Fix action not being marked selected
|
2023-04-22 20:51:56 -05:00 |
|
|
d5a7ba4af2
|
Fixed render issue with createFormulaPreview
|
2023-04-22 19:54:46 -05:00 |
|
|
a59f77aa6d
|
Support classes and styles to be defined by node types
|
2023-04-22 19:22:31 -05:00 |
|
|
6e443ace0d
|
Show action tooltips when selected
|
2023-04-22 19:22:25 -05:00 |
|
|
7a81157bcc
|
Fix remaining typing issues with formula typing change
|
2023-04-22 18:10:32 -05:00 |
|
|
6363062ce6
|
Gate integration operations
|
2023-04-22 18:04:15 -05:00 |
|
|
f7f4d0aa9f
|
Fix non-integrable requirements crashing in cost requirements with spendResources true
(Which should be valid in the event the dev doesn't want to maximize)
|
2023-04-22 17:59:09 -05:00 |
|
|
97fcd28fe2
|
Change formula typing to work better
|
2023-04-22 17:59:05 -05:00 |
|
|
80c66135b2
|
Fix nodes appearing in center when selected
|
2023-04-22 00:33:30 -05:00 |
|
|
b6317a47e8
|
Fix calculate max affordable edge case
|
2023-04-21 23:48:19 -05:00 |
|
|
4160986a4d
|
Fix issues with boards
|
2023-04-21 19:49:55 -05:00 |
|
|
6cff4eca82
|
Ooops
|
2023-04-20 17:29:33 -05:00 |
|
|
b5e7e77a2a
|
Version Bump
|
2023-04-20 17:07:23 -05:00 |
|
|
5ce2c65560
|
Update discord link
|
2023-04-20 17:05:32 -05:00 |
|
|
87a2d6bdc9
|
Close example
|
2023-04-19 21:40:34 -05:00 |
|
|
8806910f5e
|
Resolving problems
|
2023-04-19 21:37:28 -05:00 |
|
|
98f18fef43
|
Ran prettier
|
2023-04-19 20:39:25 -05:00 |
|
|
c9ca85978d
|
Merge pull request #13 from murapix/main
Add feature decorator system
|
2023-04-19 20:28:11 -05:00 |
|
Seth Posner
|
24fcd3468e
|
Print an error if decorator is missing required property
|
2023-04-19 18:21:00 -07:00 |
|
Seth Posner
|
6043d0c414
|
Add missing import
|
2023-04-19 17:55:02 -07:00 |
|
Seth Posner
|
a6985471c8
|
Merge remote-tracking branch 'upstream/main'
|
2023-04-19 17:49:34 -07:00 |
|
Seth Posner
|
27d678a30b
|
Change decorator varargs to Generic variants
|
2023-04-19 17:49:15 -07:00 |
|
|
f0fd926cec
|
Update package-lock.json and snapshots
|
2023-04-19 19:17:36 -05:00 |
|
Seth Posner
|
7065de519f
|
Add optional total functions to BonusDecorator options
|
2023-04-19 16:59:52 -07:00 |
|
Seth Posner
|
f79359b18a
|
Merge remote-tracking branch 'upstream/main'
|
2023-04-19 16:56:44 -07:00 |
|
|
c386acee8d
|
Update changelog
|
2023-04-18 23:36:50 -05:00 |
|
|
b666e0c1f5
|
Fix common.tsx
|
2023-04-18 20:58:50 -05:00 |
|
|
a262d6fd03
|
Make formulas unwrap persistent refs automatically
|
2023-04-18 20:56:53 -05:00 |
|
|
632da10aca
|
Make lazy proxies and options funcs pass along base object
|
2023-04-18 20:56:47 -05:00 |
|
|
0f2cc45a7e
|
Add else statement to conditional formulas
|
2023-04-18 20:56:23 -05:00 |
|
Seth Posner
|
287541dd3f
|
Merge remote-tracking branch 'upstream/main'
|
2023-04-18 07:08:15 -07:00 |
|
|
ba67ff4fe9
|
Update TS
|
2023-04-16 21:48:38 -05:00 |
|
|
80722bd64b
|
Make noPersist work on objects as well
|
2023-04-16 21:17:17 -05:00 |
|
|
8ebfb85360
|
Fix smallerIsBetter handling in createCollapsibleModifierSections
|
2023-04-16 12:44:48 -05:00 |
|
|
1928be236d
|
Add tests for modifiers
|
2023-04-15 22:43:42 -05:00 |
|
|
c65dc777cc
|
Reworked flow for converting modifiers to formulas, and renamed revert to invert
|
2023-04-15 09:39:16 -05:00 |
|
|
8c0a0c4410
|
Made board nodes support booleans for visibility
|
2023-04-11 07:52:18 -05:00 |
|
|
77592ea0db
|
Fixed some renames not being reflected in changelog
|
2023-04-11 07:46:47 -05:00 |
|
|
70cda5fa8a
|
Fix some typing
|
2023-04-05 19:42:02 -05:00 |
|
Seth Posner
|
736fa57c9f
|
Add line about decorators to changelog
|
2023-04-05 09:51:43 -07:00 |
|