0ad/binaries/data/mods/public/maps/random/rmgen
Spahbod 9c34b1ffed Major random map bugfixes:
Fixes the chicken problem
There are no more unreachable trees around the map (hopefully)
Fixed the bug that caused edges of the map ruin the layout of painters
(One of the best examples to look is archipelago, before and after this
revision).
Fixed those out of memory errors caused by pathplacer (Mostly noticeable
in alpine valley and corinthian isthmus)
And some other minor tweaks.
Fixes #1577

This was SVN commit r13004.
2012-12-21 09:48:36 +00:00
..
area.js Simplifies random map output, see #782. 2011-04-16 04:04:06 +00:00
constraint.js Tweaks random map appearance and resource placement. 2011-05-01 22:29:58 +00:00
entity.js Attempts to fix random map OOS errors by avoiding parsing data to floats (uses CFixedVector3D instead). See #977. 2011-09-26 21:36:33 +00:00
environment.js Major random map bugfixes: 2012-12-21 09:48:36 +00:00
library.js Fixes invalid civ check in rmgen. 2012-05-09 23:06:03 +00:00
map.js Major random map bugfixes: 2012-12-21 09:48:36 +00:00
mapgen.js Bug fixes. Some suggested by wraitii. 2012-07-02 08:07:59 +00:00
misc.js Major random map bugfixes: 2012-12-21 09:48:36 +00:00
noise.js Simplifies random map output, see #782. 2011-04-16 04:04:06 +00:00
painter.js Major random map bugfixes: 2012-12-21 09:48:36 +00:00
pathplacer.js Major random map bugfixes: 2012-12-21 09:48:36 +00:00
placer.js Major random map bugfixes: 2012-12-21 09:48:36 +00:00
point.js Simplifies random map output, see #782. 2011-04-16 04:04:06 +00:00
random.js Tweaks random map appearance and resource placement. 2011-05-01 22:29:58 +00:00
randombiome.js Updates random maps with new settings for the new water shader. Type ambiguity tweaks in WaterManager. 2012-11-01 10:17:54 +00:00
terrain.js Fixing a small bug suggested by FeXoR. 2012-10-18 18:03:01 +00:00
tileclass.js Major random map bugfixes: 2012-12-21 09:48:36 +00:00
vector.js Simplifies random map output, see #782. 2011-04-16 04:04:06 +00:00
wall_builder.js Fixing a bug in wall_builder by FeXoR: 2012-12-04 13:07:49 +00:00