DarkRadiant: master 23f0e1b2

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 30.03.2022 19:33 master 0722857c
Affected Issues  0005907: Allow way to hide some entities in Create Entity list
Changeset 0005907: fix unwanted inheritance of entity class visibility

Some entity classes needing to be hidden might be abstract base classes
for other entities, and those derived entities still need to appear in
the list even if the base entity is hidden.
mod - radiantcore/eclass/EntityClass.cpp Diff File
mod - test/Entity.cpp Diff File