Jupeyy

Results 210 comments of Jupeyy

Would be really nice if @TsFreddie or @Robyt3 could port it, ofc only if they find the time for this, since it probably requires quite a bit of testing

I see `cl_auto_demo_record` is on now, but the `cl_auto_demo_max` is set to 10, so it tries to delete over 4000 files, which apparently is insanly slow in our implementation

> Automatically deleting your demos sounds like a bug. Which demos does it delete? It's the auto demos, I think this is intended, bcs `cl_auto_demo_max` is set to 10. Since...

> The AMD driver will crash in atio6axx.dll!eglGetProcAddress if you call `glGenerateMipmap` for array textures having depth greater than 2 times the width or height in my tests, might be...

Thanks for clearing that up, since OpenGL is not our default backend anymore, i think it doesn't matter too much. I'll also close this issue for now, since I also...

Yeah thanks. Was it on ddrace or some vanilla mod? I kinda feel like it's probably edge case. So such info might help too ^^

can you reproduce it, or was it "random"? haven't parsed the crash log yet

> This approach seems much faster, as it only parses the code instead of compiling it. These mini scripts don't look like proper c++ source code parsers, so this sounds...

> What do you mean by "proper"? They use libclang to generate the AST, then traverse that. It doesn't get any more proper than that Oh ok, but i guess...