Cedric Hippmann
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...
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...
It seems mkdocs does not detect the new stable tag. The build should be triggered manually in the docs deploy step.
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...
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....
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...
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...
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...
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...
The default value behavior should be documented in the knowledge base 