mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-26 15:13:43 +00:00
465c0a037b
- Conditions were not properly converted to JavaScript (not read from the XML file correctly either). - Added an OrderFromTriggers function so that triggers can give orders which ignore fog of war. - Fixed some spelling mistakes in TriggerSpecs.xml (parameter vs. parameters). - Moved trigger update to CSimulation update, which is more correct. This was SVN commit r4821.