Gabe Gonzalez
Gabe Gonzalez
This could be a good way to re-add the animation feature from the first Flex.
I'm not sure if scaling will get added since that is kind of what caused hide mesh to crash clients. You can, however, add the scaling to MDL animations and...
There are some bugs with these fixes. Currently if you use any of these shortcuts while the editor is hidden or not active (so you can move) the shortcuts still...
Honestly, We've needed this for years.
Did macports change something again? The changes in your PR doesn't seem to work even though i'm trying to install the same package.
fake-install didn't seem to do anything for me, it just prints "done" without allowing the normal install to work.
I think what he means is make cmake handle the building and install automatically so you only have to run cmake to get everything setup to build. Since libvgm is...
The issue is that if the regex is user input or otherwise defined after compile-time, There wouldn't be a way to fix it before hand. `std::regex` exceptions are already of...
Missing an imgui end function call is not easily recoverable, while passing an incorrect regex string is easily recoverable. And if the build isn't a debug build, it tells no...
It seems to be because of an assertion that's getting triggered. If we're getting assertion errors, that means the server binary they sent out is actually the debug version. The...