Mathias Westerdahl

Results 128 issues of Mathias Westerdahl

As a first step, we try to list everything that is needed for a project to successfully migrate from using GUI to GO. We expect this task list to grow...

task
engine

Now that we have the new `physics.set_event_listener()` which handles batched physics events, we no longer need `physics.set_listener()` nor do we wish to continue to support messages sent to `on_message()`.

task
engine
breaking change

If the sha path `d8e6e73` exists, the editor seems to assume it doesn't need to unpack anything, and stalls indefinitely on the loading screen. This makes it difficult for users...

bug
editor
quick win?

Problem: Today we only have a single profiler, which is then responsible for both sending data elsewhere, but also for reporting data to our in game profiler. That makes the...

task
engine
profiler

## PR checklist * [ ] Code * [ ] Add engine and/or editor unit tests. * [ ] New and changed code follows the overall code style of existing...

Build logs: https://github.com/defold/defold/actions/runs/19072487657 > "Async build request failed with status code 422 unknownCannot find or parse platform sdks mappings for hash: 80913979dd53d264379029e5b9916732bfd136dc" Downloading the sdk and json manually worked, which...

In our use case, extension-rive, we build for armv7-android, using our default NDK api level 19. However, the extension needs api level 21, so it's not possible to build for...

android

In our implementation, we need to make sure each stage of the manifests are applied correctly. One use case that doesn't fully work as intended is when a developer wishes...

If the request is invalid, we should output a better error message than a callstack that the user has no knowledge of.

**Describe the example you'd like** I'd like to showcase our text layout feature that supports proper unicode layout, e.g. for RTL languages. I think having a "localisation" example is a...

example