godot/scene
PouleyKetchoupp 139c0a4afe Expose Node::update_configuration_warning() to scripts
This method can be used to generate custom node warnings by script.

Node::_get_configuration_warning was already exposed to generate custom warnings, but it wasn't fully usable without being able to notify the scene tree when the warning needs to appear or change.
2019-10-17 12:20:35 +02:00
..
2d Fix crash in TileMap::update_cell_bitmask 2019-10-08 15:46:38 +02:00
3d Add missing semicolons to BIND_ENUM_CONSTANT macro uses 2019-10-02 09:57:12 +02:00
animation Add missing semicolons to BIND_ENUM_CONSTANT macro uses 2019-10-02 09:57:12 +02:00
audio Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
gui Merge pull request #32628 from Paulb23/issue_32609_set_text_scrollbar 2019-10-11 08:24:13 +02:00
main Expose Node::update_configuration_warning() to scripts 2019-10-17 12:20:35 +02:00
resources Merge pull request #32731 from codecustard/fix_concaveshape_not_selecting 2019-10-11 14:55:47 +02:00
register_scene_types.cpp Remove unused stb_truetype-based DynamicFont implementation 2019-10-03 01:19:02 +02:00
register_scene_types.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
scene_string_names.cpp -Fixes to undo redo to avoid crash, closes #24251 2019-02-14 10:22:34 -03:00
scene_string_names.h -Fixes to undo redo to avoid crash, closes #24251 2019-02-14 10:22:34 -03:00
SCsub