0ad/binaries/data/mods
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
..
_test.dae/art
_test.gui/gui Add Engine.openRequest 2026-04-26 12:44:39 +02:00
_test.minimal Fix trailing whitespace and add pre-commit hook 2025-06-15 20:08:48 +02:00
_test.mods/config Fix mods configuration stacking and mergin per mod 2025-06-16 11:03:09 -05:00
_test.scriptinterface Use @stylistic/brace-style for eslint 2026-01-12 21:33:52 +01:00
_test.sim Use @stylistic/brace-style for eslint 2026-01-12 21:33:52 +01:00
_test.tex/art/textures Avoids a crash if a texture size is not a power of two. 2022-04-11 16:28:41 +00:00
_test.xero
mod Adds sRGB support for proper lighting 2026-07-29 01:29:09 +02:00
public Remove some unused getters from components 2026-08-14 12:47:18 +02:00