0ad/binaries/data
elexis 376d8b3d1e Cleanup most createArea and some createObjectGroup calls in random map scripts.
Inline the placer, terrainPainter, elevationPainter, group and sizes
helper variables that are used only once.
Thus do not hoist variable declarations from unrelated scopes.
Remove few dozens of painters that are overpainted by the
paintBasedOnTerrainHeight call afterwards.
Remove 334 noisy misaligned code comments (// terrains // widths //
blend radius and // some variation).
Label the createArea calls so that the reader knows what they do.
Remove unbenefitial Math.PI/8 grass min/max angle limitation.
Use height variables for the SmoothElevationPainter calls so that levels
can be modified more easily.
Use Math prototype functions instead of the unfortunate rmgen proxies.
Does not touch starting base code, Unknown maps, Snowflake Searocks and
Corsica & Sardinia which need special treatment.

This was SVN commit r20301.
2017-10-15 17:53:12 +00:00
..
config Rename WaterUgly setting to WaterEffects in order to remove the invertedboolean workaround of the options page. 2017-08-21 00:09:25 +00:00
l10n Add a script to lint the translations with Dennis. 2017-05-27 12:26:26 +00:00
mods Cleanup most createArea and some createObjectGroup calls in random map scripts. 2017-10-15 17:53:12 +00:00
tests Do not print things outside of the standard TS_FAIL output, or garbage will be added to the XML output when running the tests under Jenkins. 2016-12-18 11:16:19 +00:00
tools Add help button to Atlas with a link to the Manual and bugtracker. 2017-08-21 23:32:29 +00:00