fixed bug with unit speed not getting added to DBs if spawned

added mist.getRandomPointInZone
This commit is contained in:
mrSkortch
2015-03-13 17:19:16 -06:00
parent 822dea7ae7
commit e18778bc7d
6 changed files with 5813 additions and 8 deletions
+13
View File
@@ -1,4 +1,17 @@
-- changelog
v42 v3.6 release
-added mist.getRandomPointInZone. Function uses mist.getRandomPointInCircle.
-fixed bug with altitude switching to radio if baro was specified
-added the speed to DBs if a unit is dynamically spawned in
-added extra checks in case Group/Unit.getByName returns dead objects
- Mission file searching functions now search by Id instead of group or unit names.
The name input variable hasnt changed, value gets converted to Id automatically if found.
Functions now also accept a numerical groupId or unitId
getPayload
getGroupPayload
getGroupPoints
getGroupRoute
v38
- fixed bug with optional variables for coordinate messages not actually being optional