branchrust_reboot/main/editor_label_fixescancel

8 Commits over 0 Days - ∞cph!

10 Days Ago
Feedback changes
10 Days Ago
merge from main
14 Days Ago
Rewrite how labels are set in ItemDefinition DoPrepare. No differences in the results, wasnt broken before, just less potential calls to the asset database
14 Days Ago
Cache entity types list and reuse instead of redoing it every time
15 Days Ago
Also include cleaning leftover GlobalBroadcast labels in the tool
21 Days Ago
Cherrypick 133467 "Editor tool to find and remove incorrect / leftover entity tags" My previous commit makes it so entities get their labels cleaned and applied correctly on every manifest run, but it doesn't clear the tags off entities that became non-entities at some point. For that (less common) case this manual tool that I made before can be used.
21 Days Ago
Rewrite how entity labels are applied in BaseNetworkable DoPrepare, now also removes old incorrect entity labels. -> FIxes ~460 entity prefabs with wrong labels that no longer apply
21 Days Ago
Fix craftable/workbench labels sometimes getting set incorrectly in ItemDefinition DoPrepare, introduced in 123697