Daniel Holden

Results 124 comments of Daniel Holden

Thanks Graham I will take a look.

The `features.bin` is regenerated each time you run `controller.exe`: https://github.com/orangeduck/Motion-Matching/blob/main/controller.cpp#L1278

Not sure what could be wrong but you could try running it through `gdb` to get a better idea of where it is crashing and what the issue might be.

Could be. Unless you have some more information such as a stack trace there is no way I can help debug what might be wrong unfortunately.

Hi Jack, Great idea! Really nice optimization 👍 Dan

You might need to do it in two parts like in this example: https://github.com/orangeduck/LuaAutoC/blob/master/examples/example_unnested.c I assume you mean like C++ class methods? No this is not possible.

Yeah looks like there is a bug somewhere... I wrote this code almost 10 years ago so unfortunately I have no real memory of how it works or what might...

Oof, yeah that is nasty. Thanks for looking into fixing this.

Well I agree there are probably some standard library includes in `mpc.h` which can be moved to `mpc.c`. Feel free to make a pull request moving those. However some probably...