pandemonium_engine/doc
Relintai 32e9927ac8 Ported from godot 4: Remove NOTIFICATION_MOVED_IN_PARENT
* This notification makes node children management very inefficient.
* Replaced by a NOTIFICATION_CHILDREN_CHANGED (and children_changed signal).
* Changed Canvas code (and similar) to use the above signal, to perform more efficiently.
This PR breaks compatibility (although this notification was very rarely used, even within the engine), but provides an alternate way to do the same.
It is required for the changes in #75627 to be entirely effective.
- reduz
Note that I removed NOTIFICATION_MOVED_IN_PARENT, as keeping it, but making it just not work is worse in my opinion.
104392ef4e
2023-04-10 15:55:34 +02:00
..
classes Ported from godot 4: Remove NOTIFICATION_MOVED_IN_PARENT 2023-04-10 15:55:34 +02:00
engine Fix typos with codespell. 2022-12-22 19:51:25 +01:00
tools Add a [kbd] tag for highlighting keyboard shortcuts in the editor help 2022-09-16 21:49:06 +02:00
translations Renamed ScriptEditor to EditorScriptEditor. 2023-02-18 16:52:26 +01:00
Doxyfile
Makefile Fixes doc/Makefile fails if path contains spaces 2022-10-08 16:22:55 +02:00