3e23555b25
Fixed tests
2023-05-17 00:37:33 -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
bffc27344a
Fixed isInvertible and isIntegrable not working nested correctly
2023-04-30 11:49:43 -05:00
7a81157bcc
Fix remaining typing issues with formula typing change
2023-04-22 18:10:32 -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
b6317a47e8
Fix calculate max affordable edge case
2023-04-21 23:48:19 -05:00
8806910f5e
Resolving problems
2023-04-19 21:37:28 -05:00
f0fd926cec
Update package-lock.json and snapshots
2023-04-19 19:17:36 -05:00
0f2cc45a7e
Add else statement to conditional formulas
2023-04-18 20:56:23 -05:00
1928be236d
Add tests for modifiers
2023-04-15 22:43:42 -05:00
7693aae4bf
Minor cleanup of tests
2023-04-04 23:20:31 -05:00
0614f14ad6
Added tests for conversions
2023-04-04 23:14:35 -05:00
7e7a36bb78
Add summedPurchases param for buy max utilities
2023-04-02 16:41:39 -05:00
fb360c72c5
Add some more tests
2023-04-02 15:16:47 -05:00
0c1410a1c1
Remove a handful of long-running tests
2023-04-02 15:04:31 -05:00
8dc0c6c55c
All tests pass now
2023-04-02 15:02:43 -05:00
6115b6687d
Fixing more tests with integral rework
2023-04-02 00:33:11 -05:00
a91efffd5c
WIP integral rework
2023-04-01 15:55:17 -05:00
f47cc23eea
Add some test TODOs
2023-03-23 20:16:59 -05:00
f94c0c1f68
Add some more tests for step-wise and conditional formulas
2023-03-23 20:00:06 -05:00
3b4c098f9e
Fix some formula tests
2023-03-23 19:59:45 -05:00
6e4c61155a
Re-organize formulas for better readability/maintainability
2023-03-23 19:04:07 -05:00
bb0f83e75a
Make tests faster
2023-03-23 11:47:39 -05:00
3078584043
Rewrite integration to handle nested formulas properly
...
And more clearly defines which formulas are supported
2023-03-23 11:43:44 -05:00
5afb691b30
Fix more tests
2023-03-21 00:15:28 -05:00
922b138a5b
Fix test
2023-02-16 20:30:39 -06:00
d3f5e3bed7
Fix some merge issues
2023-02-15 21:08:10 -06:00
dcb3bc949d
Change buyMax to maximize on repeatables, and make requirements report ability to maximize
...
Also fixes up some of the requirements tests that weren't actually asserting
2023-02-15 20:33:53 -06:00
8987c0c69f
More test fixes
2023-02-15 20:32:30 -06:00
553c6a4554
Make clamping functions pass-throughs for inverting
2023-02-15 20:32:27 -06:00
fd925071e5
Fix some tests
2023-02-15 20:32:24 -06:00
b3d61149c4
Fix some requirements tests
2023-02-15 20:32:14 -06:00
de0e3f90b8
Updated formula typing for non-invertible params in invertible formulas
2023-02-15 20:32:10 -06:00
a4d6c2e844
Added tests for requirements
2023-02-15 20:32:05 -06:00
7eeb0318e2
Make requirements support buying max
2023-02-15 20:31:53 -06:00
b89c4cde09
Fix error about persistent value that isn't part of a layer
2023-02-15 20:31:46 -06:00
60625ec9a0
Update vitest
2023-02-15 20:31:29 -06:00
4e9a0f6cb5
Add some more tests for nested formulas
2023-02-15 20:31:05 -06:00
aebf318f83
Lots of formula changes
...
Many tests fail and inverting integrals is basically non-functional because it just chains stuff
Will need to implement integration by parts and/or integration by substitution for that
2023-02-15 20:30:58 -06:00
5293a2ba92
Added tests for custom formulas
2023-02-15 20:30:19 -06:00
30aec8a93c
Implement conditional formulas
2023-02-15 20:30:16 -06:00
675b30fdd0
Implement step-wise functions
2023-02-15 20:30:13 -06:00
773401069a
Made formulas comparable and more efficient
2023-02-15 20:30:10 -06:00
7593fea512
Fix some tests. Boy tests run slow
2023-02-15 20:29:46 -06:00
5f3dd1162d
Support variable anywhere in formula
2023-02-15 20:29:05 -06:00
c8283a7043
Formulas implementation (incomplete)
2023-02-15 20:28:44 -06:00
5bea1bf9b4
Fix isFunction typing
2022-11-07 22:06:16 -06:00
ff183e02ff
Switch from jest to vitest
...
Note: this is a very actively developed library,
and I created an issue for an issue I was having with VSC integration:
https://github.com/vitest-dev/vscode/issues/52
2022-07-07 20:40:08 -05:00
56bd7324e1
Write tests for common.ts
2022-06-23 11:31:25 -05:00