George Marques
George Marques
This adds back a function available in 3.x: exporting the GDScript files in a binary form by converting the tokens recognized by the tokenizer into a data format. It is...
This is the same code as the C++ example, but written without any bindings using the GDExtension API directly. It is somewhat long because it needs to touch a lot...
When the types are validated at compile time, this type of call runs faster. It is already used for instance methods, this adds this optimization to native static methods as...
It is generally expected that the base class is called before the inherited clas. This commit implements this behavior for the implicit ready function (`@onready` annotation) to make it consistent...
It shows `BST` as the abbreviation, which actually refers to British Summer Time. It should've been `BRT` instead. I imagine the code trying to be clever (getting the initial letters...
### Describe the project you are working on The GDScript implementation. ### Describe the problem or limitation you are having in your project The main to reuse code in GDScript...
### Tested versions 4.3-rc1 (also happens in 4.3-beta3) ### System information macOS Sonoma (14.5) with Intel CPU - GPU: Radeon Pro Vega 20 ### Issue description When opening the editor...
**Describe the bug** The `@Param` tag with body and an object type always generate an `oneOf` list even if it's alone and the entries are also created incorrectly. Example output:...