* Adding a new TerminalType (100)that seems to be introduced in the update that brought Muwaffaq Salti. The base has a couple of spots (like 04, 05, 06) that can only accommodate smaller type fixed wing aircraft, like the F-16, but not bigger types like the Warthog of the Strike Eagle.
Because we weren't checking for this new type, spawning in these particular spots always resulted in an airstart, because `_CheckTerminalType` would always return `false`
* Adding Shapes over from old MOOSE branch
* cleanup
* adding HEXtoRGBA
* removing Arrow.lua, it's part of Polygon.lua
* Fix when DCS adds duplicate points to the `points` table of a drawing, resulting in wrong triangulation
* Added option movecratesbeforebuild
* Added option surfacetypes for build-in reloads
* Inject function can optionally take surfacetypes
* Inject function can use the center of the zone instead of a random position
#EVENT
* Handle landing event if the place is a SCENERY object (helopad on a map, but not an airbase)
#ZONE
* docu corrections
Fix documentation references.
Correct spelling errors.
Remove empty whitespaces.
Correct a single mis-spelled ZONE_BASE variable, see 'Core/Zone.lua' (variable "Sureface" -> "Surface", no references to mis-spelled "Sureface" throughout the codebase).
Correct mis-spelling of "coaltion" in 'Functional/Mantis.lua', corrected to "coalition".
* #ZONE * Fixed ZONE_RADIUS Not being added to _Database
Bugfix for #1797.
ZONE_RADIUS was not being registered within the _Database table, thus for CTLD, the Zone could not be found for moving units to ZONE_RADIUS zones. Because other Zone types inherit ZONE_RADIUS, I've added a RegisterZone parameter that is default to true, and modified the inheritance of the other Zone types to register the zone in the _Database depending if the zone does not get registered in that zone type.
* #ZONE * Updated ZONE_RADIUS RegisterZone to DoNotRegisterZone
Changed RegisterZone to DoNotRegisterZone and updated the different zone types values for RegisterZone.
Suggested by Applevangelist.
Co-authored-by: Jason du Plessis <jason.duplessis@ebtax.co.za>