HomeWildfire Games

Added the ability to disable training/building of entities by triggers. Changes…

Description

Added the ability to disable training/building of entities by triggers. Changes survival of the fittest random map to work with this. Refs #52

Details

Committed
SpahbodAug 5 2014, 2:49 PM
Parents
rP15613: Automated build.
Branches
Unknown
Tags
Unknown

Event Timeline

elexis added a subscriber: elexis.May 26 2020, 2:34 PM
elexis added inline comments.
/ps/trunk/binaries/data/mods/public/simulation/components/Player.js
708

resetselectionpannel:
A simulation event should be called according to the information it provides, not according to one of it's possible users.
So something like "templates changed" would be more correct.
One way to demonstrate that the title is problematic is to consider that other GUI processors of this simulation event must be updated as well if this simulation event occurs, for example structree or tooltips consuming templates.