0ad/binaries/data/mods/public/globalscripts
Vantha 0168ad9cbe Support setting multiply and add to 0 in techs
Previously (only) setting `multiply` and/or `add` to zero in a tech
modification caused warnings saying the format wasn't recognised.
With this patch, those cases are now handled as one would expect.
2026-02-20 21:26:19 +01:00
..
tests Gendered Civilians 2025-09-02 10:23:44 +02:00
AttackEffects.js Fix eslint rule 'prefer-const' in globalscripts 2025-05-06 14:16:42 +02:00
DamageTypes.js Use @stylistic/brace-style for eslint 2026-01-12 21:33:52 +01:00
Formation.js Allow picking a default formation for walk (and walk-like) orders. 2020-12-31 10:04:58 +00:00
FSM.js Enable eslint rule 'no-redeclare' 2025-06-14 14:53:10 +02:00
interpolation.js Fix eslint rule 'space-before-function-paren' 2025-05-13 15:21:57 +02:00
Math.js Enable eslint rule 'no-useless-assignment' 2025-08-01 11:26:40 +02:00
ModificationTemplates.js Use @stylistic/brace-style for eslint 2026-01-12 21:33:52 +01:00
MultiKeyMap.js Fix eslint rule 'prefer-const' in globalscripts 2025-05-06 14:16:42 +02:00
random.js Add randomAngle helper function to abbreviate calls. 2018-01-15 14:20:57 +00:00
Resources.js Fix eslint rule 'prefer-const' in globalscripts 2025-05-06 14:16:42 +02:00
StatusEffects.js Fix eslint rule 'prefer-const' in globalscripts 2025-05-06 14:16:42 +02:00
Technologies.js Support setting multiply and add to 0 in techs 2026-02-20 21:26:19 +01:00
Templates.js Use @stylistic/brace-style for eslint 2026-01-12 21:33:52 +01:00
Trade.js Adapt trade gain normalization to map size (increased on small maps and decreased on large maps), and slow down the increase of the gain at very large distances. 2017-10-31 17:52:08 +00:00
utility.js Implement level class sorting for formations 2026-01-23 17:20:11 +01:00
vector.js Fix eslint rule 'spaced-comment' 2025-05-17 12:08:47 +02:00
WeightedList.js Fix eslint rule 'prefer-const' in globalscripts 2025-05-06 14:16:42 +02:00