Applevangelist
87b866eca1
xx
2024-07-14 19:15:33 +02:00
Applevangelist
b5d1cee96b
#documentation
2024-07-14 19:15:19 +02:00
Applevangelist
0128381f4f
Merge remote-tracking branch 'origin/master' into develop
2024-07-14 18:49:17 +02:00
Applevangelist
3595afe0cc
#DATABASE- stage 1 fix for dynamic client slots
2024-07-14 17:49:25 +02:00
Applevangelist
cfc0cc66b2
xxx
2024-07-14 17:48:48 +02:00
Applevangelist
a833703731
xx
2024-07-13 15:21:51 +02:00
Applevangelist
0b21cb687e
Various fixes
2024-07-13 15:21:35 +02:00
Applevangelist
fea2098c40
Merge remote-tracking branch 'origin/master' into develop
2024-07-12 13:31:17 +02:00
Applevangelist
ec8bfb32b4
events
2024-07-12 13:30:29 +02:00
Applevangelist
82b4f4ee58
Merge remote-tracking branch 'origin/master' into develop
2024-07-12 11:46:35 +02:00
Applevangelist
9d2896d088
EVENTS - additional events from last release
2024-07-12 11:44:24 +02:00
Applevangelist
26adb7934e
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# Moose Development/Moose/Core/Message.lua
2024-07-09 11:32:23 +02:00
Applevangelist
65c7b0d12f
Docu fixes
2024-07-09 11:30:41 +02:00
Frank
29a4f7c160
Update Event.lua
...
#2143 Try with isExist
2024-07-05 21:35:55 +02:00
Frank
55a9c7e020
Update Event.lua
...
#2143
2024-07-05 17:53:50 +02:00
Applevangelist
0058383e64
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# Moose Development/Moose/Core/Message.lua
2024-06-30 16:02:11 +02:00
Applevangelist
9ca30fc00c
Fixes
2024-06-30 16:00:49 +02:00
Applevangelist
9479b338c5
xxx
2024-06-30 15:57:09 +02:00
Mike Young
c571d32d0e
Update UserFlag.lua for incorrect documentation
...
Update UserFlag.lua for incorrect documentation
2024-06-27 19:48:17 -04:00
Applevangelist
1be62b9c4e
Merge remote-tracking branch 'origin/master' into develop
2024-06-25 13:09:48 +02:00
Applevangelist
b350243e50
Docu fix
2024-06-25 13:08:46 +02:00
Applevangelist
e94a918bbe
Merge remote-tracking branch 'origin/master' into develop
2024-06-25 10:46:51 +02:00
Frank
62ef56684b
Update Templates
...
- Added nil check if client template does not exist in `WAREHOUSE` class
- Added nil checks in `DATABASE` if client template does not exist
- Fixed `SET_CLIENT:IsIncludeObject()` function if client template does not exist
2024-06-24 23:55:01 +02:00
Applevangelist
07dc55b284
Merge remote-tracking branch 'origin/master' into develop
2024-06-20 08:53:08 +02:00
Applevangelist
f9f0a8e866
#COORDINATE - Fix is day/night for Kola locations when the sun either never rises or never sets.
2024-06-20 08:51:59 +02:00
Frank
5f9d4405b1
AIRBOSS
...
- Added case that group template cannot be found in MOOSE db
2024-06-18 09:20:59 +02:00
Applevangelist
a6de09a0ca
Fixes
2024-06-11 09:03:57 +02:00
Applevangelist
5e62791837
fixes
2024-06-11 09:02:31 +02:00
Applevangelist
1d5f9cc4cc
Merge remote-tracking branch 'origin/master' into develop
2024-06-09 18:32:57 +02:00
Frank
ceb77e2837
Update Event.lua
...
- Fixed isExist function does not exist for Kiowa Hellfire as reported by Special K
2024-06-09 17:58:57 +02:00
Applevangelist
cc414862a4
Merge remote-tracking branch 'origin/master' into develop
2024-06-07 16:05:40 +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
Applevangelist
778ae1b8e5
#MENU - small fix
2024-05-27 17:07:26 +02:00
Applevangelist
97635f4bba
xxx
2024-05-27 17:07:12 +02:00
Applevangelist
3ea3dfb486
Merge remote-tracking branch 'origin/master' into develop
2024-05-21 15:19:24 +02:00
Applevangelist
7dec189358
xxx
2024-05-21 15:18:57 +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
da8a02465e
Merge remote-tracking branch 'origin/master' into develop
...
# Conflicts:
# Moose Development/Moose/Core/Menu.lua
# Moose Development/Moose/Functional/Mantis.lua
2024-05-19 12:50:41 +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
kaltokri
3a0d2a5c51
Added link in Core.Menu to the demo missions.
2024-05-18 16:57:28 +02:00
Applevangelist
a3805118a0
#SPAWN - Fix for KeepUnitNames
2024-05-16 09:54:24 +02:00
Applevangelist
efca40d481
SPAWN - Fix for KeepUnitNames
2024-05-16 09:54:00 +02:00
Applevangelist
cd0e4bfb04
Merge remote-tracking branch 'origin/master' into develop
2024-05-04 14:56:46 +02:00
Applevangelist
044fb66ca0
SPAWN
...
* Ensure InitCallSign creates a call sign name with a capital first letter, like "Enfield"
2024-05-04 14:54:20 +02:00
Applevangelist
29a3c0d554
Merge remote-tracking branch 'origin/master' into develop
2024-04-30 09:21:23 +02:00
Applevangelist
27d36f3e0d
#BEACON - some fixes
2024-04-30 09:18:49 +02:00
Applevangelist
bbae343b0e
Merge remote-tracking branch 'origin/develop' into develop
2024-04-27 17:29:15 +02:00
Frank
efb687cbb5
Update Base.lua
2024-04-23 23:18:53 +02:00
Frank
668f12391e
Merge branch 'develop' into FF/OpsRat
2024-04-23 23:12:31 +02:00
Frank
dfaccd6aa5
Update Message.lua
2024-04-23 23:12:17 +02:00