Ensiform

Results 457 comments of Ensiform

We can't exactly remove or replace the tri col test files either way without pissing off the player base further. Saber collision is very specific.

A video restart restarts the whole thing, it has to. Reset the mod side

There has never been a release 🥲

Sounds like a compiler issue with some badly written/optimized code maybe?

Curious why only x64 builds when the preferred for windows builds is 32?

> Partly personal habit of just building x64 and partly because I didn't realise 32 was the preferred. > > I'll add x86 and some RelWithDebInfo configurations too. Just because...

Please don't store the cvar old value in a std::string Plus you didn't include ! Cvar_SetValue does exist so you can save values. Might be better to not make extra...

Just add a float of the old value instead of the string???

I also think the chrono lib can be avoided since there is already timer functions using milliseconds in the engine. @caelish the code quality is important for here though too...

Caelum might use it but we don't. Too WIP and not very code style friendly.