Commit graph

644 commits

Author SHA1 Message Date
6ad08c4052 Fix camelCase props not working on links 2023-05-21 17:27:29 -05:00
e0f1296b35 Rename "The Paper Pilot Community" to "Profectus & Friends" 2023-05-20 21:56:46 -05:00
c8ba77b89b Fix Direction.Left bars 2023-05-20 21:24:59 -05:00
d6c9f95851 Fix error about pinnable tooltips 2023-05-20 08:28:27 -05:00
210c2290f0
Fix #9 2023-05-19 10:12:24 -05:00
a5efed6e4a Add export save button to error component 2023-05-18 18:57:15 -05:00
3b7436ab89 Clarify progress is from 0 to 1 2023-05-18 18:57:10 -05:00
56279e3794 Fix thrown errors not appearing in console 2023-05-17 20:05:54 -05:00
73f20d6eb5 Merge branch 'feature/requirements-refactor' 2023-05-17 18:35:25 -05:00
7deacb41e1 Fixed tests 2023-05-17 08:23:10 -05:00
056aa4d2f7 Fix reset button showing currentAt if buyMax is true 2023-05-17 08:15:27 -05:00
3e23555b25 Fixed tests 2023-05-17 00:37:33 -05:00
a55f99daed Fix merge conflicts 2023-05-17 00:01:28 -05:00
ab3b180db8 Improve error handling 2023-05-16 23:49:25 -05:00
539282bef8 Improve error handling 2023-05-16 23:49:06 -05:00
d3a74da5ab Add utility for getting requirement that's met when a conversion can convert 2023-05-15 21:16:28 -05:00
500e412fdb Rebalance resource levels and implement portal costs 2023-05-15 21:10:52 -05:00
bbe0aaa31e Fix directSum breaking formulas 2023-05-14 18:51:15 -05:00
f8095a9694 Made calculateMaxAffordable, calculateCost, and cost requirements interface a bit cleaner 2023-05-14 18:51:15 -05:00
Seth Posner
d7a2049ca2 Make effect decorator generic 2023-05-14 18:50:19 -05:00
006bfdf65d Make node links follow dragging 2023-05-14 18:30:59 -05:00
0991ef0865 Fix some persistence issues 2023-05-13 17:14:29 -05:00
d4f0069dd5 Fix repeatables not buying max correctly 2023-05-12 17:08:11 -05:00
9fa5ec971a Move amount check in bonus amount decorator to postConstruct 2023-05-12 10:59:59 -05:00
502fa99f5d Show selected node above others 2023-05-12 09:40:12 -05:00
8284baa1a0 Fix step-wise formulas causing issues with reactivity 2023-05-12 01:40:51 -05:00
213bdd6005 More board optimizations 2023-05-12 01:40:45 -05:00
2f3ae85eb1 Fix recursive rendering when panning 2023-05-12 01:40:22 -05:00
866685de2d Simplify TPS 2023-05-12 01:40:17 -05:00
cb4830e06b Fix reset typing 2023-05-10 00:35:16 -05:00
0e1915f511 Fix conversion utility showing currentAt instead of nextAt 2023-05-07 21:51:21 -05:00
4d7f03d543 Fix crash when calculating formula cost
Happened when spend resource was false and the formula was non-integrable, but the amount to buy were all going to be summed anyways
2023-05-05 19:11:57 -05:00
3413585c45 Fix bar misalignment on actions 2023-05-03 15:51:18 -05:00
dbdcf19b6d Fix actions not being constructible 2023-05-01 08:20:45 -05:00
8dd2cbe466 Make upgrade.canPurchase return false when already bought 2023-04-30 13:17:15 -05:00
04f14c17bd Fix extends undefined checks 2023-04-30 11:49:49 -05:00
5d17d67e00 Fix repeatable amount display 2023-04-30 11:49:47 -05:00
bffc27344a Fixed isInvertible and isIntegrable not working nested correctly 2023-04-30 11:49:43 -05:00
ff16397cc7 Fix bug with estimateTime not showing "Never" when it should 2023-04-27 22:49:47 -05:00
81058e10b4 Throw error if lazy proxies get cyclical 2023-04-27 20:41:20 -05:00
36fa4ece65 Fix mouse leave deselecting nodes 2023-04-25 23:51:48 -05:00
6f985fd55b Correct doc for actionDistance 2023-04-23 19:31:39 -05:00
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
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
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
27d678a30b Change decorator varargs to Generic variants 2023-04-19 17:49:15 -07: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
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
70cda5fa8a Fix some typing 2023-04-05 19:42:02 -05:00
Seth Posner
3cac14d81d Merge remote-tracking branch 'upstream/main' 2023-04-05 09:43:20 -07:00
d0281e64bf Documented modifierToFormula 2023-04-05 07:43:48 -05:00
73d060aeaf Fix some incorrect tags 2023-04-05 00:49:17 -05:00
0614f14ad6 Added tests for conversions 2023-04-04 23:14:35 -05:00
Seth Posner
d7f6caffd3 Merge remote-tracking branch 'upstream/main' 2023-04-04 14:50:25 -07:00
3ad0d64590 Documented the rest of the features
Not the vue components though
2023-04-04 00:02:23 -05:00
44a5b336d6 Make challenges display requirements 2023-04-03 08:19:58 -05:00
61bc53f954 Large achievement styling changes 2023-04-03 08:15:44 -05:00
2b1250fb38 Fix build issue 2023-04-03 00:39:19 -05:00
7c7fb38dd8 Merge milestones and achievements
Yay for removing a whole redundant feature!
2023-04-03 00:34:45 -05:00
742d2293d0 Made achievements use requirements system, and document them 2023-04-02 23:49:51 -05:00
e6c7ad62a7 Document challenge 2023-04-02 23:49:47 -05:00
165eba688e Slightly improve resource imports 2023-04-02 22:26:30 -05:00
528afc6b59 Fix tooltips being pinnable causing SO 2023-04-02 22:09:13 -05:00
572566c4c1 Updated prestige layer to new conversion 2023-04-02 22:03:58 -05:00