Luke Street

Results 49 issues of Luke Street

// TODO

bug

- [x] Broken movement animation / possibly pathfinding? - [x] Flying pirates in Research Core get stuck - [x] Jetpack & sparks particles missing - [ ] Ragdoll behavior isn't...

bug

- [ ] Incomplete implementation for attacking Space Pirates - [ ] Incomplete implementation for Gamma Metroids - [ ] Hitbox and target position are broken - [ ] Metroids...

bug

Discovered by @Antidote. Float arguments above f8 should go to the stack. minsize upped to 4 (though it doesn't appear to change anything)

When invoking clang-cl, my command line looked like: ``` clang-cl [args] -- ../source.cpp ``` Before, buildcache would append extra flags to the end, which are interpreted as source files due...

This updates the return type of `CGEventTapCallBackFn` to allow for three options: - `Replace` returns a newly-constructed event. (equivalent to the existing `Option::Some`) - `Keep` returns the same event, possibly...

This was accomplished by creating a copy of AE2's `StackSizeRenderer` and allowing it to accept a generic `IAEStack`. Then we can render Essentia using the same code path as items....