Age | Commit message (Collapse) | Author |
|
|
|
Sorts the script variables in alphabetical order to display them
in VisualScriptEditor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
autocomplete, and restricts initialization of variables from other variables which have not been declared above it in class body
|
|
|
|
|
|
|
|
|
|
Add add Vector3 operator in Vector3i.
|
|
|
|
crashes
|
|
Default material is assigned to meshes without material for glTF export
|
|
Fix infinite recursion when seeking Ogg Vorbis file
|
|
Convert _notification methods to switch - Chunk C
|
|
|
|
|
|
|
|
|
|
Remove currently unused implementation of TextureBasisU, could be re-added
later on if needed and ported.
|
|
|
|
|
|
Removes some unnecessary includes from `editor_node.h`, and instead add
those where they're used.
Removes unnecessary `editor_node.h` includes in various editor classes.
Renames `dynamicfont` to `dynamic_font` in a couple files.
Misc cleanup while jumping through that rabbit hole.
|
|
|
|
|
|
|
|
This makes it easier to spot syntax errors when editing the
class reference. The schema is referenced locally so validation
can still work offline.
Each class XML's schema conformance is also checked on GitHub Actions.
|
|
|
|
Remove EditorNode usage from the Navigation editor plugin.
|
|
|
|
|
|
|
|
|
|
Implement `cubic_interpolate()` as MathFunc for refactoring
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|