Changes between Version 8 and Version 9 of PortA24ToA25


Ignore:
Timestamp:
Mar 26, 2021, 11:28:28 AM (3 years ago)
Author:
Freagarach
Comment:

Phab:D3150.

Legend:

Unmodified
Added
Removed
Modified
  • PortA24ToA25

    v8 v9  
    5656The functions to mirage are now stored in their respective components, meaning mods that introduce a component (and want it miraged) should add the functions there.
    5757Also, mods modifying components need to include the mirage functions there from unmodded 0 A.D.
     58
     59=== r25123 ===
     60Turret points -- a.k.a. visible garrison points -- are now internally fully seperated from a garrison holder. This means that e.g. walls do not need the GarrisonHolder component anymore. This also means that the aura for entities on walls is now a different type: `turretedUnits` instead of `garrisonedUnits` (the latter only affects entities which are //inside// the holder).
     61Entities which you'd like to be able to be turreted need a new component now `<Turretable/>` in their templates.