godot/modules/gdnative
reduz 1aa2823fa3 Removed _change_notify
-For inspector refresh, the inspector now detects if a property change by polling a few times per second and then does update the control if so. This process is very cheap.
-For property list refresh, a new signal (property_list_changed) was added to Object. _change_notify() is replaced by notify_property_list_changed()
-Changed all objects using the old method to the signal, or just deleted the calls to _change_notify(<property>) since they are unnecesary now.
2021-02-10 19:31:24 -03:00
..
android Modernize Thread 2021-01-29 12:02:13 +01:00
doc_classes Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
gdnative GDNative: Remove print functions 2021-01-25 09:28:32 -03:00
icons Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
include C conformance: Include stdbool.h to define bool 2021-02-02 18:11:00 +01:00
nativescript Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
net Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
pluginscript Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
tests GDNative: New core API 2021-01-25 09:28:02 -03:00
text GDNative: New core API 2021-01-25 09:28:02 -03:00
videodecoder Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
xr GDNative: New core API 2021-01-25 09:28:02 -03:00
config.py Core: Always enable ptrcall, remove PTRCALL_ENABLED define 2020-11-25 14:08:17 +01:00
gdnative.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative_api.json GDNative: Remove print functions 2021-01-25 09:28:32 -03:00
gdnative_builders.py [Complex Text Layouts] Implement GDNative interface for TextServer. 2020-11-26 13:55:29 +02:00
gdnative_library_editor_plugin.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
gdnative_library_editor_plugin.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
gdnative_library_singleton_editor.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub [Complex Text Layouts] Implement GDNative interface for TextServer. 2020-11-26 13:55:29 +02:00