7865 Commits

Author SHA1 Message Date
kaltokri
6f7a29d372 Merge branch 'master' into develop 2024-06-09 11:00:19 +02:00
kaltokri
137f0251fb Fixed error in documentation of UTILS.LoadFromFile 2024-06-09 10:59:58 +02:00
Frank
08745c910c ATIS
- custom sounds
2024-06-08 22:34:09 +02:00
Applevangelist
e375f3a401 Merge remote-tracking branch 'origin/master' into develop 2024-06-08 11:49:06 +02:00
Applevangelist
10986f8a0d #MANTIS - fix omission to set own name 2024-06-08 11:48:47 +02:00
Applevangelist
16dc3860f7 #MANTIS - fix omission to set own name 2024-06-08 11:48:27 +02:00
Applevangelist
1355f2f562 Merge remote-tracking branch 'origin/develop' into develop 2024-06-07 16:04:45 +02:00
Applevangelist
e620062a95 Merge remote-tracking branch 'origin/master' into develop 2024-06-07 16:04:41 +02:00
Applevangelist
333ed629bb Adding Kiowa support in CSAR und CTLD 2024-06-07 16:03:45 +02:00
Thomas
813b9d90aa
Update Set.lua: added handler for EVENTS.PlayerLeaveUnit in SET_GROUP:FilterStart() (#2134) (#2136)
Ops.CSAR was throwing the following errors constantly when a player would leave the CSAR helo:

GROUP05000.GetDCSObject((ERROR: Could not get DCS group object of group Archer-1 because DCS object could not be found!))

This was because the SET_GROUP FilterStart on allheligroupset was not handling the scenario when a player left w/o a death.

Co-authored-by: Mike Young <117502908+DarthZyll@users.noreply.github.com>
2024-06-01 07:33:56 +02:00
Mike Young
c87e91d845
Update Set.lua: added handler for EVENTS.PlayerLeaveUnit in SET_GROUP:FilterStart() (#2134)
Ops.CSAR was throwing the following errors constantly when a player would leave the CSAR helo:

GROUP05000.GetDCSObject((ERROR: Could not get DCS group object of group Archer-1 because DCS object could not be found!))

This was because the SET_GROUP FilterStart on allheligroupset was not handling the scenario when a player left w/o a death.
2024-06-01 07:32:20 +02:00
Frank
5fc39daa9d Update Chief.lua
- added GetStrategy method
2024-05-28 23:54:39 +02:00
Applevangelist
09372df86d AUTOLASE - less menu builds 2024-05-27 18:31:14 +02:00
Applevangelist
7c0605e82f Merge remote-tracking branch 'origin/master' into develop 2024-05-27 17:09:11 +02:00
Applevangelist
a847d890ba Small fixes 2024-05-27 17:08:05 +02:00
Applevangelist
778ae1b8e5 #MENU - small fix 2024-05-27 17:07:26 +02:00
Frank
a6568a955f Update
- sound
2024-05-26 23:13:03 +02:00
Applevangelist
1f1ab1664c Merge remote-tracking branch 'origin/master' into develop 2024-05-26 12:59:10 +02:00
Applevangelist
6df4fffafd Kola Airbase Names 2024-05-26 12:58:32 +02:00
Frank
7bac0f32fc Update
- Sound input
2024-05-25 01:56:23 +02:00
Thomas
dade17a67f
Update Autolase.lua (#2133)
* Update Autolase.lua

Added menu option to change threatlevel lasing in the fly

* Update Autolase.lua

Menu option for lasing threat level
2024-05-24 10:03:27 +02:00
Applevangelist
64be0ffee5 Merge remote-tracking branch 'origin/master' into develop
# Conflicts:
#	Moose Development/Moose/Functional/Range.lua
2024-05-23 18:13:05 +02:00
kaltokri
59ceb01d19 Fixed link in Func.Range to "476 vFG - Air Weapons Range Objects"
# Conflicts:
#	Moose Development/Moose/Functional/Range.lua
2024-05-21 19:49:27 +02:00
kaltokri
783e29f189 Fixed link in Func.Range to "476 vFG - Air Weapons Range Objects" 2024-05-21 16:50:33 +02:00
Applevangelist
42d8a9f59d #STRATEGO - Island hopping 2024-05-21 15:18:31 +02:00
Thomas
9e7caba089
Update Message.lua (#2130) (#2131)
the Label and port were not being pulled from MSRS Config, causing them to default to "MESSAGE" and 5002 when calling the MESSAGE.SetMSRS() function with no params

Co-authored-by: Mike Young <117502908+DarthZyll@users.noreply.github.com>
2024-05-21 06:41:28 +02:00
Mike Young
af39a3ae9c
Update Message.lua (#2130)
the Label and port were not being pulled from MSRS Config, causing them to default to "MESSAGE" and 5002 when calling the MESSAGE.SetMSRS() function with no params
2024-05-21 06:37:05 +02:00
Applevangelist
399f9883a9 #STRATEGO, option in FindRoute to not optimize the route 2024-05-20 11:16:16 +02:00
Applevangelist
9815216bd5 xx 2024-05-19 13:12:09 +02:00
Applevangelist
ce01534535 Merge remote-tracking branch 'origin/master' into develop 2024-05-19 12:48:09 +02:00
Applevangelist
aec65209d0 #STRATEGO 2024-05-19 12:47:31 +02:00
Niels Vaes
c985d40ca0
Fix when DCS adds duplicate points to the points table of a drawing resulting in wrong triangulation (#2128)
* 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
2024-05-19 12:46:17 +02:00
Applevangelist
d0ca76926e Merge remote-tracking branch 'origin/develop' into develop 2024-05-19 11:32:31 +02:00
Applevangelist
1fd15bcd4d Merge remote-tracking branch 'origin/master' into develop 2024-05-19 11:32:29 +02:00
Applevangelist
90b588420f #UTILS - Add Kola map to GMT function
#MANTIS - with checkforfriendlies, restrict to airborne ones
2024-05-19 11:32:00 +02:00
kaltokri
073e619015 Merge branch 'master' into develop 2024-05-18 16:57:41 +02:00
kaltokri
3a0d2a5c51 Added link in Core.Menu to the demo missions. 2024-05-18 16:57:28 +02:00
Applevangelist
d9528292af Merge remote-tracking branch 'origin/master' into develop 2024-05-16 17:56:36 +02:00
Applevangelist
07a76ced88 #MANTIS - added an option to do a friendly check in firing range before activitaing a SAM 2024-05-16 17:56:14 +02:00
Applevangelist
830dd05514 fix 2024-05-16 11:50:20 +02:00
Applevangelist
ca7949d8c4 Merge remote-tracking branch 'origin/master' into develop 2024-05-16 09:54:53 +02:00
Applevangelist
a3805118a0 #SPAWN - Fix for KeepUnitNames 2024-05-16 09:54:24 +02:00
Applevangelist
34fde09c12 #PLAYERTASKCONTROLLER - Added target elevation to task info 2024-05-16 09:34:29 +02:00
Applevangelist
983d518a69 Merge remote-tracking branch 'origin/develop' into develop 2024-05-13 09:57:06 +02:00
Applevangelist
c14dec7412 Too much logging 2024-05-13 09:57:02 +02:00
Frank
f1c03e1b86 sound 2024-05-12 22:30:17 +02:00
Frank
78ab7547f3 Merge branch 'master' into develop 2024-05-11 09:51:00 +02:00
Frank
2e6957984f Merge branch 'master' of https://github.com/FlightControl-Master/MOOSE 2024-05-11 09:50:01 +02:00
Frank
433a66d530 Airboss
- Get magnetic variation from DCS if require is available
- Added default magvar for Kola map
2024-05-11 09:49:59 +02:00
Applevangelist
7081448c40 Merge remote-tracking branch 'origin/master' into develop 2024-05-11 09:37:52 +02:00