Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
editor restart. Fixes #23874
|
|
|
|
nodes. Fixes #23554
|
|
|
|
Revert "Fix GLES3 error 502 on iOS"
|
|
|
|
|
|
|
|
Fix GLES3 error 502 on iOS
|
|
|
|
Fixed function names of built-in scripts not showing up in debugger
|
|
|
|
|
|
|
|
Fixes #25198
|
|
Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e
|
|
Allow requesting full screen during start-up in HTML5 platform
|
|
|
|
Updates containers minimum size when some constants are modified
|
|
Fixes Node2D selection not adapting to editor zoom level
|
|
#22962.
|
|
|
|
|
|
|
|
Revert "Fix errors on iOS"
|
|
|
|
|
|
|
|
|
|
not crash. Fixes #25272
Eventually some sort of main even queue should be implemented to do this properly.
|
|
implemented texture_get_data() for TextureLayered
|
|
|
|
ProgressBar: Set default step to 0.01
|
|
Fixes #22655.
|
|
Fix PhysicsBody ignoring deprecated set_friction/bounce with default value
|
|
The intent was to avoid creating a physics override to set a default value
that doesn't make a difference, but as #22406 shows it can be necessary to
set the default value *back* after an override was created to set a non-default
value.
Fixes #22406.
|
|
Some GDScript fixes
|
|
Fixing textures not triggering _change_notify
|
|
|
|
Some construct (like match) actually depends on the second pass. This
adds some extra checks to not perform specific type-checks on release
since not all type information is available.
|
|
|
|
|
|
This is needed to create export variables from enums defined in a parent
class.
|
|
|
|
|
|
|
|
Fix ALT+F4 being ignored with MOUSE_MODE_CAPTURED on Windows
|