XeroOl

Results 38 issues of XeroOl

I didn't put a bunch of effort into the error messages, so I think they should all be looked at and potentially rewritten to add more context and guidance. Maybe...

enhancement

I think something like this would be really nice to support. ```lua ease(0, 10, outExpo, {invert = 100, bumpy = 100}, {mode = 'end', time = true}) ``` 1) the...

discussion

There's probably a timing issue with the editor menu buttons. I wish the editor just reliably reported the correct beat/time.

bug

instead of `mode="end"`, there should be a simpler way to signal that it should be absolute. I think it should be `mode=true`, or setting some other thing to true. Using...

discussion
pending

Refactor the code for node so that it can have less technical debt in there.

enhancement

For func, and also for perframe and func_ease. perframe and func_ease are slightly different. New Behavior persist= When true (default), the function will always be called. When false, the function...

enhancement
wontfix
discussion

I want to put this out under some permissive license, but haven't gotten to it yet

documentation

I want to make the engine be able to support late queued eases, but behind a warning of some sort to the user. Maybe I'll have a "rooted" version of...

enhancement

A way to add to the end of a table instead of specifying a specific number? For people who don't want to make actorpool tables using `:GetChildren`, but want to...

documentation

I'm not sure if I want to make this change or not. Sometimes, it's possible that a user mistypes a key, or isn't aware of what keys should be present...

enhancement
discussion
pending