Commit graph

26 commits

Author SHA1 Message Date
632da10aca Make lazy proxies and options funcs pass along base object 2023-04-18 20:56:47 -05:00
3ad0d64590 Documented the rest of the features
Not the vue components though
2023-04-04 00:02:23 -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
f717fe8db2 Make every component use GenericComponent
some projects seem to require this and others not?
2023-04-02 21:57:50 -05:00
d30cfe857f Fix NaN checks 2023-02-22 21:03:47 -06:00
4a28c2f8f9 Remove showIf and make visibility properties take booleans 2023-02-15 20:54:56 -06:00
9b49aedccb Add eslint rule for strict boolean expressions and fix linting issues 2022-12-20 21:33:23 -06:00
9b89552f1c Prevent onComplete events triggering while loading saves 2022-07-09 19:10:03 -05:00
ab81a140c9 Make all type-only imports explicit 2022-06-26 19:17:22 -05:00
7fe57798bb Switched from vue-cli-service to vite
Should be thoroughly tested still
Also involved removing operator overloads, which weren't good anyways
2022-06-25 22:34:18 -05:00
d123ed3feb Made resetTime more useful and various setup functions use BaseLayer 2022-05-23 23:34:59 -05:00
94a7f41fd1 Made several options functions optional 2022-04-24 17:05:28 -05:00
aae6455ea6 Made no features extend Persistent 2022-04-24 16:59:31 -05:00
f76d5deb6e Tooltips overhaul 2022-04-23 22:14:45 -05:00
64f1b460b0 Added FeatureOptionsFunc to simplify features 2022-04-10 19:26:33 -05:00
5a59aaf4fc Persistence rework
- Removed makePersistent
- Removed Persistent, renamed PersistentRef to Persistent
- createLazyProxy now takes optional base object
  - For use where previously makePersistent would be used
- Added warnings when creating refs outside a layer
- Added warnings when persistent refs aren't included in their layer object
- createLayer now takes id as a parameter rather than an option
2022-04-10 19:26:33 -05:00
5ce8195779 Separated Links into a feature and Context 2022-03-27 00:39:38 -05:00
acc9622d49 Fix features not handling refs passed to style props correctly 2022-03-13 23:06:10 -05:00
1fac1edb46 Use watchEffect instead of event listener for completing achievements 2022-03-11 08:54:05 -06:00
7524ed3164 Export more types 2022-03-08 19:40:51 -06:00
49474b1518 Changed path aliasing 2022-03-03 21:39:48 -06:00
a81040d6a2 Moved persistence related code to its own file 2022-02-27 16:18:13 -06:00
a8af84f581 Reorganized components 2022-02-27 16:04:56 -06:00