DarkRadiant: master 9694cb37

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 24.02.2021 21:12 master aeffec9e
Affected Issues  0005546: Attached light radii are the wrong colour if "Override light volume colour" is active
Changeset 0005546: entity class inherited attributes no longer copied

Instead of copying all attributes from the parent class at the time inheritance
in resolved, which wastes resources and discards information about which
attributes were inherited and which were defined explicitly, we now dynamically
query the parent class in forEachClassAttribute() and getAttribute().
mod - radiantcore/eclass/Doom3EntityClass.cpp Diff File