0ad/binaries/data/mods/public/simulation
Vantha 2728c65a49
Remove some unused getters from components
Since __________, a bunch of getter on various components are now
unused. This patch removes three of them:
- `Identity.prototype.GetRankTechName`, because it is kinda redundant since
  there's also `Identity.prototype.GetRank`.
- `Auras.prototype.GetDescriptions` and `Upgrade.prototype.GetUpgrades`
  because they are long and perform additional logic (only duplicating
  some lines from globalscripts/Templates.js).

All of the other getters are simple and kept for now because they are
useful to have in general and might be handy in the future or for mods.
2026-08-14 12:47:18 +02:00
..
ai Use JS classes for the AI 2026-07-23 15:15:59 +02:00
components Remove some unused getters from components 2026-08-14 12:47:18 +02:00
data Fix catafalque aura typos 2026-08-06 13:30:42 +02:00
helpers Rename the formation field to formationController 2026-08-14 12:47:17 +02:00
templates Increase Max Gatherers for 'Small' Ruins 2026-07-13 19:29:03 +02:00