Implement an EntitiesObstructionPlacer that allows random maps to avoid exactly the...
commit08a41867b7dc98e63c95844e3ec028776807cf67
authorelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Thu, 15 Mar 2018 01:47:26 +0000 (15 01:47 +0000)
committerelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Thu, 15 Mar 2018 01:47:26 +0000 (15 01:47 +0000)
tree2501452f3f55d95635140dd64e892739e8d5e66d
parent534e926fdd7754d2e32b8cdbca638fe97e3add47
Implement an EntitiesObstructionPlacer that allows random maps to avoid exactly the obstruction area of given entities (rather than avoiding a guesstimated disk area).

git-svn-id: https://svn.wildfiregames.com/public/ps/trunk@21555 3db68df2-c116-0410-a063-a993310a9797
binaries/data/mods/public/maps/random/rmgen/library.js
binaries/data/mods/public/maps/random/rmgen/painter/CityPainter.js
binaries/data/mods/public/maps/random/rmgen/placer/noncentered/EntitiesObstructionPlacer.js [new file with mode: 0644]