mirror of
https://github.com/mrSkortch/MissionScriptingTools.git
synced 2026-07-18 22:54:58 +00:00
Compare commits
68 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 240b8a3abb | |||
| 34c4082938 | |||
| ff506e0ec2 | |||
| d333ea3d64 | |||
| 73dd1bdb77 | |||
| fc0467f372 | |||
| c2fddb436a | |||
| 6761878ce3 | |||
| 3c9da5754b | |||
| 5fdaa269fd | |||
| f74c5b488a | |||
| b8da182cb8 | |||
| b40a919bb0 | |||
| e312ec70c3 | |||
| 0db00f99e4 | |||
| 2a0ab57480 | |||
| 38c256e67d | |||
| 9dd046dbce | |||
| a11b254bbd | |||
| 57613f0aab | |||
| 74b1e9fcc0 | |||
| 12f2a39465 | |||
| 864e89d43b | |||
| 42e67cf481 | |||
| f1a3c3e0f2 | |||
| 4370fb3c72 | |||
| b10b56aa95 | |||
| 1aa6948db4 | |||
| e1c5516a8e | |||
| cf911a7dfa | |||
| bc1aeb0875 | |||
| 69190060e5 | |||
| a7a9cb6808 | |||
| 4d0617a963 | |||
| c62b6c0cf6 | |||
| b0a34ffcc1 | |||
| e5a89d2d38 | |||
| 5803be3904 | |||
| 33aa8ec3d5 | |||
| 337d93b2aa | |||
| 750e06d42f | |||
| f269f2cb0a | |||
| 2e198095e9 | |||
| 7dcb0eb144 | |||
| 08b8811e31 | |||
| e19c4f4c2c | |||
| 6e7f5e3a3d | |||
| cbea703141 | |||
| 752720c8ee | |||
| d7b77b1201 | |||
| 78d55fc699 | |||
| 52304e9fef | |||
| f80eb3ed10 | |||
| 1120db661f | |||
| 9bfeca1495 | |||
| 5af7e9d7b4 | |||
| d9f5f24632 | |||
| 838855ed2b | |||
| 71de3f5b53 | |||
| 40100072a8 | |||
| d636f64cbd | |||
| ee76538575 | |||
| a8b7e5eb6c | |||
| 6c2b091e94 | |||
| 5e40137af4 | |||
| 8dfd4ec355 | |||
| 065c28a697 | |||
| 4ff458534f |
Binary file not shown.
+6620
File diff suppressed because it is too large
Load Diff
Binary file not shown.
-5907
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,70 @@
|
||||
v66
|
||||
-Added default setting for logger if no value present
|
||||
-Added documentation for logger
|
||||
|
||||
v65
|
||||
-Fixed update db tables not updating
|
||||
|
||||
v64
|
||||
-Fixes to debug code
|
||||
|
||||
v62 and v63
|
||||
-Donno
|
||||
|
||||
v61 - 4.1 release
|
||||
-Fixed locality issue with unitToWP
|
||||
|
||||
v60
|
||||
-Fixed issue with country names in the editor not matching enum country
|
||||
name values. For example "Best Korea" could not match with "BEST_KOREA".
|
||||
Thanks lukrop of this fix
|
||||
-Fixed locality issue with mist.getNorthCorrection
|
||||
-Added function mist.utils.unitToWP
|
||||
-added function mist.utils.vecToWP
|
||||
|
||||
Both of these functions deal with creating a WP table from the passed
|
||||
values. unitToWP also returns a speed variable based on the current
|
||||
velocity of the unit
|
||||
|
||||
v59
|
||||
-removed the new 3rd variable from mist.utils.getDir and just made the 2nd variable optional instead
|
||||
-Added check to DB update functions to only update if data from the group has changed from what is currently in the DB. This fixes an issue I had where some data was lost if you spawned a group normally after mission start and then used a respawn, clone, or teleport function on said group
|
||||
-fixed issue with dynAdd functions naming a group with the country ID insead of country name
|
||||
-added mist.getAvgPoint(). Function is similar to mist.getAvgPos except it uses raw vec2/3 coordinates instead of units
|
||||
-added mist.utils.roundTbl() Has the same input values as mist.utils.round except it accepts a table and it rounds all numbers in the first level of the table to the passed percision.
|
||||
|
||||
v58
|
||||
-added optional variable to mist.utils.getDir() If present this function will return the "raw" heading, this is useful in assigning the heading variable within a task.
|
||||
-mist.utils.makeVec3 now supports being given a table in WP format. Specifically it now coverts a table {x, y, alt) to vec3
|
||||
|
||||
|
||||
v57
|
||||
-fixed bug with groupRandomDistSelf improperly declaring the y variable
|
||||
-fixed flagFunc.units_in_moving_zones not checking for a unitNameTable for the zone_units
|
||||
-fixed bug in flagFunc.units_LOS when given a unitNameTable for both entries.
|
||||
|
||||
v56
|
||||
-fixed bug with dynAdd and dynAddStatic not recognizing new countries in dcs 1.5
|
||||
|
||||
v55
|
||||
- Release v4
|
||||
v54
|
||||
-added a check when adding unitTypes for messages to figure out the correct in-game unit name for a given unit. For example the Mi-8 helicopter is always displayed as 'Mi-8MTV2', however its actual in game name is 'Mi-8MT', this feature allows for you to list 'Mi-8MTV2', 'Mi-8MTV', or 'Mi-8' to get messages sent to the Mi-8. Shortcut also works for the relevant aircraft 'Mig-21', 'Mig-15', 'FW-190', and 'Bf-109'.
|
||||
|
||||
v53
|
||||
-added mist.getAvgPos now accepts static objects in addition to units.
|
||||
-made DB creation check the mission editor version for no paticular reason
|
||||
-added mist.getLastDBUpdateTime which returns the most recent time the DB update function has run.
|
||||
-changed mist.makeUnitTable processed entry to return the time it was processed instead of a boolean value.
|
||||
-Changed teleport/respawn/clone functions to spawn aircraft at random altitudes instead of constants if the point given is vec2/not specified.
|
||||
-Fixed FlagFuncs will now recognize units added in dynamically. Note this only applies if you send it unitTableNames identifier and not the table that the function creates.
|
||||
-Added variable to all flagfuncs. unitTableDef is the original definition used for units.
|
||||
-Fixed all getUserFlag checks to compare with numerical value instead of boolean
|
||||
|
||||
v52
|
||||
-Fixed check in mist.getUnitsLOS to verify units are active in a mission
|
||||
-Fixed check in mist.goRoute to verify both the group and controller are valid before assigning the route
|
||||
|
||||
v51
|
||||
-Fixed bug with message system
|
||||
-Added a check to the message system so combined arms messages wont be sent if CA slots are not in a mission.
|
||||
|
||||
Reference in New Issue
Block a user