Vladimír Vondruš

Results 549 comments of Vladimír Vondruš

Thank you for all the work! I think I will need to dive a bit into Tiled first to have at least a rough idea about the structure and what's...

Thank you! Happy to see this code. I'll hopefully have time to look into this during the weekend, need to refresh my memory first on what we wanted to do...

Ah well, realized that Basis includes Zstd as `../zstd/zstd.h`, which is everything but replaceable with an external library. Sigh. Not sure how I failed to spot this earlier.

I mean, I have `/usr/include/zstd.h`, so there's no way I can convince `#include "../zstd/zstd.h"` to work with that...

> The zstd.h will always be bundled with basis_universal, won't it? I don't want that, that sounds like a dirty hack, especially regarding various baked-in defines for multithreading and whatnot....

Blocked on https://github.com/BinomialLLC/basis_universal/pull/228 (December 2021), or whatever other solution gets integrated there, if at all.

Thanks for tackling the serious issues first :+1: -- I was well aware of this problem but tried to pretend it doesn't exist, procrastinated away the fix and where it...

Same as with #11, right now I can't reliably verify this doesn't break existing uses where adb *might* be in a different location, so I'll have to postpone this until...

*Finally* merged the first commit (half-year delays, sorry). Oh -- the rest is very cool. I'm interested in that also, so to avoid it getting lost/forgotten I'm reopening this PR....

Oh, so *that* was the leftover TODO i forgot to fix. > the following doesn't work because the toolchain file doesn't have access the compiler version Wouldn't the [Platform file](https://github.com/mosra/toolchains/blob/master/modules/Platform/Emscripten.cmake)...