Mathias Westerdahl

Results 149 comments of Mathias Westerdahl

Thanks! Does this project have native extensions? Nowadays we do build the macOS version on a macOS machine, so it shouldn't really differ much from our vanilla engine. But perhaps...

Thanks. The important part was knowing if the executable was built on the cloud server or not. Now we know where to look for discrepancies.

Note that this ticket refers to the _dynamic_ live update archive files (liveupdate.arci/liveupdate.arcd). The dynamic archive files are automatically removed when a .zip archive is mounted.

Hi @akrasnogor-ms ! Looking through the code, I'm a bit confused about the call stack. The latest code in Remotery.c (`94e5bc29689278d3eae96e9f3ac111004bd62f7c`) on your branch doesn't quite match the call stack...

I'm not talking about the crash.txt, but the [log (1).txt](https://github.com/defold/defold/files/9091382/log.1.txt) as posted above.

Looking at the updated crash.txt you posted, then the file+line numbers match up again.

Since a `render.draw(predicate)` will produce batches with different types of renderables, I no longer think the sorting should be set on the material(s). Instead, it feels more like it should...

But then again, I don't think it's relevent to "not sort" e.g. a mix of sprites, models and particles 🤔

Created a design document that also proposes a solution for flipbook animations: https://docs.google.com/document/d/1ftcv42FgudxjdNB6hnakhGXRDwmWs4RSf3_vFeKGUO0/edit?usp=sharing

FIxes https://github.com/defold/defold/issues/6371