Age | Commit message (Collapse) | Author |
|
While at it, tweak some boolean setters to use `p_enabled` for the bool.
Also renames `draw_minimap()` to `set_draw_minimap()`.
|
|
|
|
VisualServer no longer exists in the `master` branch.
|
|
|
|
|
|
|
|
|
|
|
|
Allows processing before children are sorted, useful for custom
containers inherited from existing ones like BoxContainer.
|
|
Before: behaved like page down.
After: goes to last item.
|
|
Fix caret position and viewport centering after deleting line (Ctrl-X)
|
|
|
|
|
|
|
|
`core` and `scene` shouldn't depend on `editor`, so they can't query this style
setting in `get_argument_options`. But we can handle it after the fact in
GDScript's completion code.
Also cleans up a couple extra unused invalid includes in `core`.
|
|
|
|
|
|
|
|
|
|
interface.
|
|
|
|
|
|
|
|
|
|
|
|
Added preview of breakpoint placement on hover. Added override of icon for the Editor to use an SVG so it is no longer blurry.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Updated Tabs to not update excessively
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix incorrect offsets of tooltip content in `CodeEdit`
|
|
|
|
|
|
|
|
|
|
|
|
jmb462/missing-sname-macro-optimization-in-some-functions
|