Split the random map generation Placer prototypes into one file per prototype, refs...
commit26b23efd0e38ce7c39a5eed9eaa8beceedeec808
authorelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Tue, 20 Feb 2018 18:39:26 +0000 (20 18:39 +0000)
committerelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Tue, 20 Feb 2018 18:39:26 +0000 (20 18:39 +0000)
tree53598c30ef007bd2c07977e3c7bcdb3717987f70
parent83f1a793050de0fd127f9deafd859f9e6d029062
Split the random map generation Placer prototypes into one file per prototype, refs #5042, #4804.
The flags should preserve revision history.

git-svn-id: https://svn.wildfiregames.com/public/ps/trunk@21287 3db68df2-c116-0410-a063-a993310a9797
12 files changed:
binaries/data/mods/public/maps/random/rmgen/library.js
binaries/data/mods/public/maps/random/rmgen/placer/centered/ChainPlacer.js [new file with mode: 0644]
binaries/data/mods/public/maps/random/rmgen/placer/centered/ClumpPlacer.js [new file with mode: 0644]
binaries/data/mods/public/maps/random/rmgen/placer/centered/DiskPlacer.js [new file with mode: 0644]
binaries/data/mods/public/maps/random/rmgen/placer/noncentered/ConvexPolygonPlacer.js [new file with mode: 0644]
binaries/data/mods/public/maps/random/rmgen/placer/noncentered/HeightPlacer.js [new file with mode: 0644]
binaries/data/mods/public/maps/random/rmgen/placer/noncentered/MapBoundsPlacer.js [new file with mode: 0644]
binaries/data/mods/public/maps/random/rmgen/placer/noncentered/PathPlacer.js [new file with mode: 0644]
binaries/data/mods/public/maps/random/rmgen/placer/noncentered/RandomPathPlacer.js [new file with mode: 0644]
binaries/data/mods/public/maps/random/rmgen/placer/noncentered/RectPlacer.js [new file with mode: 0644]
binaries/data/mods/public/maps/random/rmgen/placer_centered.js [deleted file]
binaries/data/mods/public/maps/random/rmgen/placer_noncentered.js [deleted file]