Mathias Westerdahl
Mathias Westerdahl
When building this test project (which has an atlas with a build error), the user is presented with: ``` clojure.lang.ExceptionInfo: unable to resolve build target from value {:FileResource "/examples/vanilla.atlas"} ```...
## PR checklist * [ ] Code * [ ] Add engine and/or editor unit tests. * [ ] New and changed code follows the overall code style of existing...
This issue focuses on the Android part. of this forum thread. https://forum.defold.com/t/ios-crash-on-app-focus-gain-in-dmgraphics-clear-dmgraphics-context-unsigned-int-unsigned-char-unsigned-char-unsigned-char-unsigned-char-float-unsigned-int/64609/5?u=mathias_westerdahl Currently, we have no clear repro.
As reported [here](https://forum.defold.com/t/error-failed-compiling-android-resources/68060/7), the bundling step may fail if the title contains certain characters. From forum post: If I set project title to “Kỳ Hoàng”, it failed to compile Android...
Also see if we can add a test (in e.g. gamesys) to make sure it contains the textures. **Task (REQUIRED):** A clear and concise description of the task. **Expected outcome...
To further simplify the maintenance of LiveUpdate archive(s), we want to create an easier way of creating and maintaining the archives. In short, the manifest will allow for: * Creating...
Added display filters to ignore unwanted messages Added a flag to control if the panel should hide when there are no messages
In order for other extensions to use DearImGui, the headers must be public
With the latest changes of using multiple atlases, we also need to update the `resource.create_atlas()` to have "image" names. Otherwise it won't work as intended with lookups (by image name...