Cedric Hippmann

Results 69 issues of Cedric Hippmann

We now have quite a few command line arguments that one can supply to change how the jvm/cpp interaction works. It would simplify things a lot if we had a...

topic:core

I propose to use the sqlite amalgamation (https://www.sqlite.org/amalgamation.html) rather than linking the `libsqlite3` library which is installed on the host. This has several advantages: - It is more portable: -...

Currently if the export fails to add the jre or any of the jar file we create, we just print that to the log but the editor does not display...

enhancement
topic:editor-plugin

Sorry to post a relatively unrelated question, but I don't know where to ask otherwise. How can i add dependencies to the parsing process? More specifically i have some custom...

* feature/rework-api-code-generation: Done using kotlin Poet to generate constructors * feature/rework-api-code-generation: Add Enums and Signals generation using KotlinPoet * feature/rework-api-code-generation: rework dirty for loops * feature/rework-api-code-generation: Generate casts with Kotlin...

This hotfix fixes the following: - Adds missing plugin repository maven url - Fixes wrong output path for generated gdns files Resolves #5

This shows system alert dialogs if the system or project is misconfigured (JAVA_HOME missing, no embedded jvm on exported projects). **NOTE:** This only handles cases where we would otherwise quit...

Fixes #573 With godot 4 the hint string for the inspector changed it's format and now also Node and Resource based classes are allowed for Array's. Our implementation now covers...

bug
topic:entry-gen

Fixes #571 Note: this is intended as a quick fix for #571 so we can publish a hotfix. We still need to further investigate if a separate bootstrap jar for...

In editor everything works as expected. The bootstrap jar we ship with the editor build does include kotlin-reflect (`full` and `jvm`) due to: #452 . As a reminder for the...

bug
topic:gradle-plugin