IntegratedQuantum
IntegratedQuantum
Right, I guess I could use that as well, still, apart from being more precise, it wouldn't actually be much different from using my phone.
There are only a few instances where this would help finding bugs, and the longer compile times and runtimes are not really worth it in my opinion, So I have...
I think this should be reconsidered, since it would help a lot for detecting and fixing bugs. But it would be nice if we could somehow pipe the output into...
Usual the types of bugs, that the DebugAllocator catches (→use-after-free and leaks and double frees), are easily caught in debug mode during development. What I'm interested in are mainly assertion...
Yes, together with #856
I don't think this is good enough. The trunc is not always straight. Take the palm trees for example: I think the root problem is that sometimes branches are placed...
Yes, the current palm trees work, it's just intended to be an example that one might make thin stems not straight. It's a reasonable edge case that we should be...
Alright I think since mods will probably want to have instant decay, I think we should at least support it in the engine. To make it happen I think the...
Note this also applies to items.zig, renderer.zig and utils.zig Right now to be honest I'm not sure which way of organization is better, which is why I have switched between...
I think this should wait until the physics refactoring by @codemob-dev is done (see #2121) which touches a lot of the changed code.