DarkRadiant: merge_groups 3f0bfbcd

Author Committer Branch Timestamp Parent
greebo greebo merge_groups 04.06.2021 05:10 merge_groups 6623fa28
Changeset Improve the PortableMapReader implementation to properly fill in the selection groups before the nodes are inserted into the scene root.
A snippet in Node::onInsertIntoScene took care of notifying the parent groups of the node membership, but this is not happening when loading the map just in a standalone MapResource, like in the merging scenario.
Add unit tests covering that this is actually working now.
mod - radiantcore/map/format/portable/PortableMapReader.cpp Diff File
mod - test/MapSavingLoading.cpp Diff File
mod - test/algorithm/Scene.h Diff File