virtualx-engine/scene
Rindbee 594852caf1 Make sure that data.last_minimum_size is consistent with get_combined_minimum_size() at the same time
Move the code for switching `data.minimum_size_valid` in `Control::update_minimum_size()`
to `Control::_update_minimum_size()`, make sure to switch `data.minimum_size_valid` to
`false` only before updating `data.last_minimum_size` , so that it will remain consistent
with `get_combined_minimum_size()`.
2023-06-01 19:02:42 +08:00
..
2d Check for null in set_pattern() 2023-05-24 16:43:29 +02:00
3d Fix Pathfollow direction 2023-05-24 17:37:00 +09:00
animation Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
audio Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scale 2023-02-17 14:06:55 +01:00
debugger Refresh filesystem when saving remote branch 2023-03-24 19:38:08 +01:00
gui Make sure that data.last_minimum_size is consistent with get_combined_minimum_size() at the same time 2023-06-01 19:02:42 +08:00
main Deprecate push_unhandled_input 2023-05-31 19:07:04 +02:00
resources Merge pull request #76389 from ajreckof/editor-property-nodepath-for-node 2023-06-01 00:40:40 +02:00
theme
property_utils.cpp
property_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Don't disable Material and PlaceholderMaterial when disable_3d=yes 2023-05-30 11:44:21 +02:00
register_scene_types.h
scene_string_names.cpp
scene_string_names.h
SCsub