virtualx-engine/doc
lawnjelly d56d1ff4d2 Deprecate NOTIFICATION_MOVED_IN_PARENT
* NOTIFICATION_MOVED_IN_PARENT makes node children management very inefficient.
* Replaced by a NOTIFICATION_CHILD_ORDER_CHANGED (and children_changed signal).
* Most of the previous tasks carried out by NOTIFICATION_MOVED_IN_PARENT are now done not more than a single time per frame.

This PR breaks compatibility (although this notification was very rarely used, even within the engine), but provides an alternate way to do the same.
2024-04-20 07:52:05 +01:00
..
classes Deprecate NOTIFICATION_MOVED_IN_PARENT 2024-04-20 07:52:05 +01:00
tools Fix invalid Python escape sequences 2024-01-16 17:15:35 +01:00
translations i18n: Sync classref translations with Weblate (3.5 branch) 2023-01-20 12:31:09 +01:00
class.xsd Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
Doxyfile
Makefile Fixes doc/Makefile fails if path contains spaces 2022-09-20 10:26:17 +02:00