Cedric Hippmann

Results 69 issues of Cedric Hippmann

This improves the jni error reporting inside the godot editor by grabbing the stacktrace from the jvm and printing them using the godot print commands. Only applies to tool mode....

This makes the jre folder platform dependent. This makes it possible for a project to have multiple jre folder simultaneously on the file system. The module then automatically picks the...

Our GUT setup was beyond broken. The main reason it kept somewhat going was because we committed the `.godot` folder which had everything cached for the CI/CD to be happy....

Little fix; when we migrated to godot 4, we forgot to rename this extension function

This updates our readme to better reflect the current project state

In Kotlin 2.0 there is a bug with enum initialization order which gives false positives in our `Variant::toGodot` call. See: https://youtrack.jetbrains.com/issue/KT-68339 After https://youtrack.jetbrains.com/issue/KT-68339 is fixed, we need to undo the...

This fixes the spawning of jni warning logs when grabbing the stacktrace from the jvm. When implementing it initially, i did not notice the spam of errors as i checked...

> **Note:** The target branch is set to `feature/improve-ci-cd-workflow` as it depends on it and so you can see the changes related to this branch. Once the target branch is...

performance

Internally we already talked about this a few times in the past and already outlined the first steps; The goal is to track the performance of our binding over time...

performance

This adds tests on exported projects to our ci/cd pipeline. This addition has two main benefits: - We automatically test exports - We can detect issues which would only arise...