Commit graph

9 commits

Author SHA1 Message Date
ab81a140c9 Make all type-only imports explicit 2022-06-26 19:17:22 -05:00
65e265768b Improved regularFormat on small numbers 2022-05-23 22:54:44 -05:00
49474b1518 Changed path aliasing 2022-03-03 21:39:48 -06:00
b9f28f764f allowSmall -> defaultShowSmall, allow it to be overrided 2022-03-02 20:28:11 -06:00
52a9f51510 Renamed modInfo -> projInfo, mod -> projEntry 2022-03-02 20:12:56 -06:00
f352c7d316 Cache decimals used for formatting numbers 2022-03-01 23:40:27 -06:00
ae0fbd09eb Refactored actions and added Bed node 2021-08-26 00:04:51 -05:00
040fcfdf5f Fixed formatTime 2021-08-23 23:54:49 -05:00
0afcd1cd3d First pass at typescript support
Oh man did this end up requiring a *ton* of other work as well.
There's still a few typing issues I still can't quite work out,
and others I'd like to improve when I have time. In fact, this version
doesn't even really work, it has a stack overflow error caused by
a tooltip for some reason have a tree inside it, which in turn has
another tooltip, etc. There's also 17 errors that I *really* feel like
shouldn't be there, but they are, and 113 warnings - mostly using !
to assert that things are non-null. Lots of work left to do, to sum up.

The reason I'm committing this now is because I really need to get to
work on my game jam, and since it won't use a tree or really many of
TMT-X's features, I can get away with using a broken engine :)
2021-08-16 23:30:54 -05:00