George Marques

Results 19 issues of 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...

feature proposal
topic:gdscript
topic:export

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...

enhancement
content:new page
needs work
area:manual
topic:gdextension

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...

enhancement
topic:gdscript

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...

bug
topic:gdscript

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...

topic: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...

bug
platform:macos
topic:import
crash

enhancement
area:engine details
cherrypick:4.5

**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:...