Commit graph

627 commits

Author SHA1 Message Date
21eb5409b4 Added option to exponential modifiers to support low numbers 2022-08-22 08:51:53 -05:00
1729fa8561 Add joinJSX utility function 2022-08-22 08:51:37 -05:00
6f8ed688eb Fix settings to make replit work 2022-08-22 08:51:32 -05:00
1a304ea425 Fix collapsible modifier sections not registering persistent 2022-07-27 22:59:15 -05:00
6323fa0879 Implemented createDismissableNotify 2022-07-27 22:59:03 -05:00
39c62f3b9c Made trackHover less intrusive 2022-07-27 22:58:59 -05:00
0c3ce6af45 Fix createCollapsibleModifierSections not being lazy 2022-07-26 23:56:38 -05:00
1976628b16 Fixed modifier typing 2022-07-26 19:52:24 -05:00
72dbc2da90 Implemented utility to unwrap computable resources 2022-07-26 19:52:11 -05:00
351d4873be Fixed $ appearing in colorText 2022-07-26 19:52:02 -05:00
783d5a8a6b Add function to track hovering over a VueFeature 2022-07-26 19:51:39 -05:00
b397929c62 Made sequential modifiers lazy 2022-07-26 18:17:36 -05:00
2af202a7f1 Fix formatting in vite.config.ts 2022-07-26 15:37:38 -05:00
1997f70699 Made modifiers lazy 2022-07-26 15:25:31 -05:00
17a033bfd9 Use ID to compare layers in trackResetTime 2022-07-22 21:54:37 -05:00
c84bffae59 Made default layer option functions not anonymous 2022-07-22 18:59:52 -05:00
fe865bff9d Add onLoad event 2022-07-21 19:23:50 -05:00
013092fff3 Bump version 2022-07-17 21:35:23 -05:00
1345209461 Made colorText return JSX Element 2022-07-17 21:32:32 -05:00
ba47847e39 Fix LayerData typing for handling arrays 2022-07-17 20:21:34 -05:00
7d1346746f Fix trackResetTime not working after the layer is removed and re-added 2022-07-17 19:39:25 -05:00
9202fa174a Enable runtime compilation 2022-07-17 19:39:21 -05:00
4670258241 Moved section into its own interface 2022-07-15 17:27:51 -05:00
8d1234a916 Documented /game 2022-07-15 01:17:01 -05:00
23545a9d33 Fixed super duper major typo that would've totally been worth making a PR over 2022-07-14 22:40:54 -05:00
1f4676d997 Make Particles component typed generically to fix doc generation 2022-07-14 08:20:28 -05:00
2763749904 Minimize how much pixi.js we use 2022-07-14 00:06:39 -05:00
92c47beafa Update vite config for better deployment 2022-07-14 00:06:35 -05:00
fbfecbe4f6 Removed lodash.clonedeep 2022-07-11 07:56:02 -05:00
4b769a022a Remove browserslist 2022-07-11 07:55:00 -05:00
be96fcdd38 Fixed broken links 2022-07-10 03:00:08 -05:00
717f13ebe0 Fix typing errors 2022-07-10 02:20:51 -05:00
f90e226fe1 Update TS 2022-07-10 02:20:42 -05:00
5c0a248b16 Documented /data 2022-07-10 01:44:45 -05:00
db304dea43 Cleaned up docs 2022-07-10 01:07:39 -05:00
21e739070d Documented game/layers.tsx 2022-07-10 00:43:34 -05:00
0b8210c18d Re-add tests to include array 2022-07-09 23:03:31 -05:00
804e596fa7 Fix doc generation 2022-07-09 22:09:26 -05:00
439e10d7b1 Create tooltips' pinnable persistent variable immediately 2022-07-09 22:09:26 -05:00
9828e5ec62 Document all the window augmentations 2022-07-09 22:09:25 -05:00
3ee1cdb384 Fix Links not always updating its outer bounds 2022-07-09 19:11:12 -05:00
6a7b411b93 Add notif component 2022-07-09 19:11:04 -05:00
863c70222b Better handling of provide failing
Was having trouble with Vite HMR
2022-07-09 19:10:53 -05:00
9b89552f1c Prevent onComplete events triggering while loading saves 2022-07-09 19:10:03 -05:00
a701168ab1 Fix processed JSXFunctions not being considered coercable components 2022-07-09 19:09:57 -05:00
ff9714546f Remove jest types from tsconfig 2022-07-07 20:40:08 -05: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
11516dd0cf Remove .vs folder 2022-07-07 20:40:08 -05:00
a2212a40b7 Made descriptions on buyables optional 2022-07-07 20:40:08 -05:00
0def9ca5a6 Fixed error when passing in overlay text to bar 2022-07-07 20:40:08 -05:00