Marek Kulik
Marek Kulik
@thisdp Please create a page for getColorFilter on our wiki.
@samr46 Please update the wiki page for glitches.
@AlexTMjugador That sounds right. It's time to add `setWorldSpecialPropertyEnabled` to the server and move 'dontburnflippedcars' there.
Please don't bother, I am already working on that.
@samr46 Sorry for this, but can you do it instead?
I think it's too late to push this with 1.6, maybe next time.
> I also wonder if there's a better solution than adding that macro to every project I want to use tracy in manually? Premake doesn't support that. CMake [propagates requirements](https://cmake.org/cmake/help/latest/manual/cmake-buildsystem.7.html#target-usage-requirements)...
Is the Unix code block functional with `if (!(dir = opendir("c:\\src\\")))`? Also, don't you exclude the directory items in the `< C++17` block? And last, how can the scripter differentiate...
Wouldn't it make more sense to append a directory separator for directory items? Checking each item whether it's a directory or file seems expensive?
I don't understand why the code (handling in general) has to "guess" what type each property is. All we need is an array for each entry in `enum eHandlingProperty` to...