HomeWildfire Games

Allow entities to upgrade into other entities.

Description

Allow entities to upgrade into other entities.

This new components allows giving the upgrade a cost, required technologies, and a required time.
Implement gates using this generic component.
Fixes #2706

Details

Committed
wraitiiJul 1 2016, 9:43 PM
Parents
rP18466: Argh.
Branches
Unknown
Tags
Unknown

Event Timeline

elexis added a subscriber: elexis.Nov 5 2019, 10:00 PM
elexis added inline comments.
/ps/trunk/binaries/data/mods/public/simulation/helpers/Commands.js
672

missing translateMessage

682

missing translateMessage

elexis added inline comments.Nov 6 2019, 5:29 PM
/ps/trunk/binaries/data/mods/public/simulation/helpers/Transform.js
117

(There are no real entities.)

132

This creates an object that contains a GuiInterface TimeNotification that is not used (perhaps it should be used instead of doing the performance improvmeent and not constructing it.)

Freagarach added inline comments.
/ps/trunk/binaries/data/mods/public/simulation/helpers/Transform.js
96

Not sure where we need if for, but it is possible since rP19869.