mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 04:46:15 +00:00
93d22ef16b
This basically does two things: - Allow turrets on moving entities (fixes serialisation in cmpPos). - Allow an entity to be present on another when the other is created. That makes it basically a boiled down version of a prior patch, omitting the part where orders could be passed on. This does allow e.g. ranged units on chariots that fire while the chariot moves. Original diff by: @sanderd17 Redone by: @Stan Differential revision: D1958 Comments by: @Alexandermb, @Angen, @bb, @Langbart, @Nescio, @Stan, @wraitii Refs. #2577 by implementing the entity on platform case. This was SVN commit r25192.