HomeWildfire Games

Implement a DiskPlacer to enable random map scripts chosing all points inside a…

Description

Implement a DiskPlacer to enable random map scripts chosing all points inside a circle without using a special case of the other placers.

Especially useful if the center position doesn't meet the constraint or is outside of the map boundary.
Removing the preliminary boundary check from the centered placers seems to come with a too high performance penalty, for instance when creating forests.