0ad/binaries/data/mods/public/maps
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
..
random Cleanup most createArea and some createObjectGroup calls in random map scripts. 2017-10-15 17:53:12 +00:00
scenarios Switch back to an unplaceable filter for templates. 2017-09-30 15:22:51 +00:00
scripts Split VictoryDuration in RelicDuration and WonderDuration 2017-09-06 08:44:26 +00:00
skirmishes Move placeable templates out of special/. 2017-09-13 01:35:20 +00:00
tutorials move the Introductory_Tutorial to the tutorial folder 2017-08-31 18:07:03 +00:00
scenario.rnc Fix scenario .rnc/.rng validation errors. 2017-05-01 10:26:36 +00:00
scenario.rng Fix scenario .rnc/.rng validation errors. 2017-05-01 10:26:36 +00:00