pandemonium_engine/doc
lawnjelly 85a4c5369b Faster queue free
Calling queue_free() for large numbers of siblings could previously be very slow, with the time taken rising exponentially with number of children. This looked partly due to ordered_remove from the child list and notifications.

This PR identifies objects that are nodes, and sorts the deletion queue so that children are deleted in reverse child order. This minimizes the costs of reordering.
2023-01-16 14:24:25 +01:00
..
classes Faster queue free 2023-01-16 14:24:25 +01: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 Updated the translation from godot master. 2022-12-22 19:26:59 +01:00
Doxyfile
Makefile Fixes doc/Makefile fails if path contains spaces 2022-10-08 16:22:55 +02:00