Age | Commit message (Collapse) | Author |
|
Move add_syntax_highlighter bind to ScriptEditorBase
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when exporting.
|
|
|
|
Made typed member setters safe
|
|
GDScript: Report property type errors
|
|
|
|
|
|
|
|
|
|
|
|
New contributors added to AUTHORS:
@raulsntos, @TokageItLab
Thanks to all contributors and donors for making Godot possible!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix crash when searching action map creates empty categories
|
|
|
|
|
|
|
|
|
|
Add a "dirty" marker to the editor import dock for unsaved changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Very low wait times behave in unpredictable ways depending on the
rendered frame rate. This is because the timeout signal is only emitted
once per rendered frame (or physics frame, depending on the timer's
process mode).
|
|
|
|
|
|
While at it, tweak some boolean setters to use `p_enabled` for the bool.
Also renames `draw_minimap()` to `set_draw_minimap()`.
|