Cedric Hippmann

Results 69 issues of Cedric Hippmann

Godot 4 introduced a more meaningful/powerful `objectID` which now contains a bit flag for `Reference` objects and a pointer to a `slot` object containing object information data and the actual...

topic:core
GD4

Godot 4 introduced a more sophisticated `objectID` containing many informations about an object. Such as a bit flag for it it's a reference, or a pointer to a `slot` object...

topic:core
GD4

It seems mkdocs does not detect the new stable tag. The build should be triggered manually in the docs deploy step.

bug
topic:documentation

See: https://blog.jetbrains.com/kotlin/2021/11/gradle-jvm-toolchain-support-in-the-kotlin-plugin/ This would greatly improve the user experience and would remove a common source of error. It also would simplify the creation of a jlink gradle task for our...

topic:gradle-plugin

Follow up on #280. Our getting started guide does not contain any hint on how the project structure should look like in the end. Which can lead to some confusion....

topic:documentation
good first issue

Follow up of #267 It might be a good idea to build and publish snapshot versions on a regular basis. For example a snapshot build each week. The only module...

enhancement
good first issue

Best would be a task triggered by the Editor plugin which generates the jre when a new kotlin script is created (similar to the C# plugin) or when run is...

topic:editor-plugin

Follow up to #181 Make the signal conversion regex more permissive by allowing PascalCase and snake_case functions. Also functions with preceding `_` should be allowed. Either this or completely disallow...

topic:core

We need to clarify in our documentation that the jre generation using jlink has do be done on a per platform basis. Atm this is unclear and leads to export...

topic:documentation
good first issue

The default value behavior should be documented in the knowledge base ![1](https://user-images.githubusercontent.com/22662033/115375080-ba3f2480-a1cd-11eb-8898-e3b5595eb425.png)

topic:documentation
good first issue