mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
This patch renames the "pair" property of paired technologies to "partOfPair" for clarity and in the pair parent packs the two techs (previously "top" and "bottom") into an array called "pair". This makes the hierarchy more clear in the code and pairs might not be always placed vertically in the future. |
||
|---|---|---|
| .. | ||
| baseAI.js | ||
| class.js | ||
| entity.js | ||
| entitycollection.js | ||
| filters.js | ||
| gamestate.js | ||
| map-module.js | ||
| resources.js | ||
| shared.js | ||
| technology.js | ||
| terrain-analysis.js | ||
| utils.js | ||