Applevangelist
9f41cc51be
Merge remote-tracking branch 'origin/master' into develop
2023-11-25 18:30:04 +01:00
Applevangelist
85c73cb0a5
#SPAWN
...
*Link16 fixes
* Wrongly created STN's will be replaced with random five digit octals with leading 0
* Voice call sign label will be the callsign's first and last letters, e.g. Enfield = ED. Navy One = NY
* Voice call sign number equals callsign minor major, e.g. Enfield 6-1 = ED 61
* Also works for A10CII which has a different entry with a four-digit octal with leading 0
* for fighter aircraft you can use :InitRandomizeCallsign() to give each spawn a random callsign
2023-11-25 18:28:59 +01:00
Frank
1b1f8e0d2c
Update SRS.lua
2023-11-24 23:59:31 +01:00
Frank
f87126f22c
Merge branch 'master' into FF/MasterDevel
2023-11-24 15:44:54 +01:00
Applevangelist
6390b223b0
Merge remote-tracking branch 'origin/master' into develop
2023-11-24 12:17:56 +01:00
Applevangelist
b635490e47
SPAWN - Init Link16/datalink details in UNITs
2023-11-24 12:17:25 +01:00
Thomas
62e8302753
Update SRS.lua ( #2047 )
...
Fix for config load when not desanitized
2023-11-24 06:35:32 +01:00
Thomas
cac7b39823
Update SRS.lua
...
Fix for config load when not desanitized
2023-11-24 06:32:44 +01:00
Frank
cc79dc74d4
Merge branch 'master' into develop
2023-11-23 22:23:17 +01:00
Frank
af3c579a03
Update SRS.lua
2023-11-23 22:22:59 +01:00
Frank
a508c63279
Merge branch 'master' into FF/MasterDevel
2023-11-23 22:12:52 +01:00
Frank
427a11bd0f
Merge pull request #2046 from nielsvaes/moose_master_vanilla
...
bugfix for impactHeading
2023-11-23 22:11:59 +01:00
Niels Vaes
6f3133d48c
bugfix for impactHeading
...
clamping GetImpactHeading and GetReleaseHeading
2023-11-23 21:50:08 +01:00
Applevangelist
4f4e8b17c1
Merge remote-tracking branch 'origin/master' into develop
2023-11-23 18:46:03 +01:00
Applevangelist
aa7f26ac79
ATC_GROUND fix for scheduler
2023-11-23 18:45:36 +01:00
Frank
084caad5d7
Merge branch 'master' into FF/MasterDevel
2023-11-23 18:25:43 +01:00
Applevangelist
0850796368
Merge remote-tracking branch 'origin/master' into develop
2023-11-23 18:15:01 +01:00
Applevangelist
343bf05c2c
SPAWN - Set correct unit ID in the group callsign
2023-11-23 18:14:25 +01:00
Applevangelist
ff58649954
Merge remote-tracking branch 'origin/master' into develop
2023-11-23 17:02:20 +01:00
Applevangelist
bbf793febe
#CLIENTMENU
2023-11-23 17:01:33 +01:00
Applevangelist
3e40d72e25
#ATC_GROUND
2023-11-23 17:00:58 +01:00
Frank
1c1daa4ebe
Merge pull request #2045 from nielsvaes/moose_master_vanilla
...
Adding a bunch of various helper functions to UTILS
2023-11-23 16:16:05 +01:00
Niels Vaes
fdcda6e5f3
typos
2023-11-23 15:22:14 +01:00
Niels Vaes
a50dde7f2b
added functions:
...
UTILS.TimeNow
UTILS.TimeDifferenceInSeconds
UTILS.TimeLaterThan
UTILS.TimeBefore
UTILS.CombineTimeStrings
UTILS.SubtractTimeStrings
UTILS.TimeBetween
UTILS.PercentageChance
UTILS.Clamp
UTILS.ClampAngle
UTILS.RemapValue
UTILS.RandomPointInTriangle
UTILS.AngleBetween
UTILS.WriteJSON
UTILS.ReadJSON
UTILS.GetZoneProperties
UTILS.RotatePointAroundPivot
UTILS.UniqueName
string.startswith
string.endswith
string.split
string.contains
table.contains_key
table.remove_by_value
table.remove_key
table.index_of
table.length
table.slice
table.count_value
table.combine
table.merge
table.add
table.shuffle
table.find_key_value_pair
2023-11-23 15:18:23 +01:00
Frank
1fb4cb1c4f
Merge pull request #2044 from nielsvaes/moose_master_vanilla
...
Added functions to get info at the time of weapon release
2023-11-23 00:31:57 +01:00
Niels Vaes
cd0f854f41
added functions:
...
GetReleaseHeading
GetReleaseAltitudeASL
GetReleaseCoordinate
GetReleasePitch
GetImpactHeading
2023-11-22 23:48:00 +01:00
Frank
52c2401d93
Update SRS.lua
2023-11-22 22:53:54 +01:00
Applevangelist
f071c674d0
fix
2023-11-22 18:35:23 +01:00
Applevangelist
02a87d9fe0
fix
2023-11-22 18:35:12 +01:00
Applevangelist
3c53f627c2
Merge remote-tracking branch 'origin/master' into develop
2023-11-22 17:57:51 +01:00
Applevangelist
12d68a41ca
#MSRS
...
* Added option to explicitly set/switch the TTS provider between Google and MS (the default)
* Added this option to the config file, so you can set up both but switch
2023-11-22 17:54:52 +01:00
Applevangelist
2dfde7d1fd
xxx
2023-11-21 13:22:51 +01:00
Applevangelist
c011d38313
Merge remote-tracking branch 'origin/master' into develop
2023-11-21 13:21:48 +01:00
Applevangelist
6c4a64601f
MSRS
...
Docu fix
2023-11-21 13:21:22 +01:00
Applevangelist
68350d6824
Merge remote-tracking branch 'origin/master' into develop
2023-11-21 10:13:08 +01:00
Applevangelist
434f985e77
#MSRS
...
* Cleaner config loading strategy
2023-11-21 10:12:46 +01:00
Thomas
2e6cac7bee
Update Utils.lua
2023-11-20 14:50:12 +01:00
Thomas
ba1dcfcdba
Update Utils.lua
...
Avoid file loading stop scripts
2023-11-20 14:49:16 +01:00
Thomas
b346dabdf8
Update introduction.md ( #2043 )
2023-11-20 11:24:25 +01:00
kaltokri
a0429458d0
Merge branch 'master' into develop
2023-11-20 10:15:46 +01:00
kaltokri
1376a16812
Make linkinator results more stable with retry features
2023-11-20 10:15:20 +01:00
kaltokri
847dc1839f
Merge branch 'master' into develop
2023-11-20 09:59:36 +01:00
kaltokri
4267314260
Merge branch 'userguide'
2023-11-20 09:59:07 +01:00
kaltokri
b5110c8554
Migration of MOOSE user guide
...
introduction and hello world
2023-11-20 09:56:44 +01:00
Applevangelist
0dd4da1db4
Merge remote-tracking branch 'origin/master' into develop
2023-11-19 15:36:46 +01:00
Applevangelist
1f1d1e4f2f
#CTLD
...
* Added info event for repairs and builds starting
2023-11-19 15:36:16 +01:00
Applevangelist
4d4f8e9d61
Merge remote-tracking branch 'origin/master' into develop
2023-11-19 12:40:45 +01:00
Applevangelist
522eb8b256
#EVENT
...
* Handler for 2.9 new events
2023-11-19 12:40:22 +01:00
Applevangelist
6fe883a17a
Merge remote-tracking branch 'origin/master' into develop
2023-11-18 17:17:05 +01:00
Applevangelist
b662ecc76b
#MANTIS, SHORAD
...
* Added more options for ScootZones
2023-11-18 17:16:27 +01:00