Alexander Rieder
Alexander Rieder
I tested it like this in my component's Update(): `int* bla = nullptr; *bla = 5;` adding an assert like `EZ_ASSERT_DEV(false,"Assert!");` in the same place also triggered a callstack for...
I'll try to get some version of auto-detection working in this PR - especially now that I've realized special handling is needed as VS is not exposing what I would...
I've now added support for double clicking assert messages and for using VisualStudio as a code editor on Windows. It now looks like this if VisualStudio is selected (default on...
I've fixed the Linux compile error, but Clang-Tidy seems to have some other problem unrelated to these changes. Also seems like ClangFormat is not re-run automatically - it still reports...
> So due to access restrictions, clang format can't apply formatting changes on forked repos, here is the error message: > > ``` > This PR comes from the forked...
Yes - the only thing that I'm a bit unsure about is the location I've put the required .vbs script (see reasoning [here](https://github.com/ezEngine/ezEngine/pull/1232#issuecomment-2002101387)) and for the moment it looks a...
Great, then I'll go ahead and start implementing it properly :) To respond to your points: 3) I'll try to check if the tag system makes it easier, as to...
I was afraid that my change could cause issues like this. A potentially better solution would be to provide the following behavior: - A frame is either completely simulated, or...