Mathias Westerdahl

Results 128 issues of Mathias Westerdahl

The validator reports an error on this example file, but the viewer accepts it without any issue. I feel like this is a slippery slope when it comes to the...

planned

There's now a function in the dmSDK ([dmSocket::SetQuickAck()](https://defold.com/ref/beta/dmSocket/#dmSocket::SetQuickAck:socket-use_quick_ack)) that sets this flag on the supported platforms. The question is where and when to call this function, since the flag seems...

Sometimes it fails on `CannotPullContainer` due to disk out of space. It seems the folder `/var/lib/docker/tmp` fills up with `GetImageBlob224773415` temp files. Due to our big container size, it comes...

We want to hook up our metrics to a server again.

I had to add a workaround, and add the values explicitly, since they weren't merged properly into the final context, and it then wouldn't generate symbols for macOS. Related workaround...

Instead of having the random job folder as part of the file paths, we can substitute it with either: * `/tmp/job123456` -> `/extender/build/` * Good for caching, and everyone gets...

Not entirely sure if it'a feature we've actually supported or not. https://forum.defold.com/t/spine-issue/64531/17

bug
spine
old runtime

Instead of using the "tint" shader uniform (since it breaks batches), we should be able to pass that into the vertex generation function, and use the vertex color instead.

Gui: https://forum.defold.com/t/gui-spine-event-def-3056-solved/14810/6?u=mathias_westerdahl ``` 2: If I put a spine model in a Gui object and let the default animation run. Then it will not send event messages. ``` Go: The...

bug