0ad/binaries
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
..
data Remove some unused getters from components 2026-08-14 12:47:18 +02:00
logs Update trac links with gitea links 2024-12-10 11:29:48 +01:00
system Start the serializationtest at a specivic turn 2026-05-10 14:18:48 +02:00