leka1986
55e048b322
Add group option change event support
2026-07-15 18:39:46 +02:00
Thomas
8c60a8c678
Update ScheduleDispatcher.lua
...
Undoing previous change as some delayed event calls stopped working, probably FSM. Need to find the reason for that.
2026-06-26 12:31:54 +02:00
Applevangelist
b6ea6606fc
#SCHEDULEDISPATCHER - Fixing a memory leak. Thanks to @Shazzer1951
2026-06-21 12:51:50 +02:00
Applevangelist
d1e4dd3fe9
#EVENT - small fix
2026-06-14 16:10:34 +02:00
Applevangelist
9326cfad1c
#AIRBASE - Add Syria Airbases
2026-06-14 13:44:44 +02:00
Applevangelist
b8e114101b
#EVENT - Event Shoot fix for ZELL Boosters
2026-06-14 12:06:54 +02:00
Applevangelist
bf10196662
xx
2026-06-11 17:34:19 +02:00
Applevangelist
3d1dcd78a3
#SPAWN - fix SpawnOnRunway if definitely requested (SP only!)
2026-05-24 13:00:57 +02:00
Applevangelist
79f03c164c
xx
2026-05-10 13:04:29 +02:00
HoodiNahi
e159eb83b7
fix syntax
2026-04-30 20:07:36 +05:30
HoodiNahi
2581836058
Fix(Spawn):add nil gaurd to InitRandomizeZones
2026-04-30 20:03:52 +05:30
leka1986
6db5441bb1
Modify parking spot handling in Spawn.lua
...
Refactor parking spot usage logic to use explicit spots when available.
2026-04-26 19:13:09 +02:00
leka1986
aff1d3c7db
Update Spawn.lua
...
SPAWN:SpawnAtAirbase() and SPAWN:ParkAircraft() now handle HELIPAD/FARP parking the same way as airbases: explicit parking is honored first, helicopter spawns try the smarter parking search before falling back to the simpler free-spot table.
2026-04-19 20:35:20 +02:00
Applevangelist
7f074781f4
xx
2026-04-12 12:51:13 +02:00
Applevangelist
28e60745b9
#SPAWN - Added SPAWN:InitCallSignRed(ID)
2026-03-27 17:40:37 +01:00
Thomas
75d4b70623
Merge branch 'Apple/Develop' into master-ng
2026-03-24 10:13:28 +01:00
leka1986
2f6525c7c4
Fix SpawnAtAirbase emergency airspawn ground-flag bug
...
When no parking is available, SpawnAtAirbase switches to air start (Takeoff=Air) but spawnonground remained true. This caused nil indexing of parkingspots during unit placement. Set spawnonground=false when emergency airspawn is selected to keep placement on the airspawn path.
2026-03-22 02:40:45 +01:00
Applevangelist
a05f52e3d0
Merge remote-tracking branch 'origin/master-ng' into branch
2026-03-21 12:35:41 +01:00
Applevangelist
ab6d4cb9b9
#POINT Added Box Scan Method
...
#CTLD Added options for beacon frequency preset when adding a zone
2026-03-21 12:22:05 +01:00
Applevangelist
5a21e1717c
Merge remote-tracking branch 'origin/master-ng' into branch
2026-03-12 07:39:03 +01:00
Applevangelist
4367a91d4b
#VARIOUS - Added Speaker options for HOUND
2026-03-07 18:17:23 +01:00
Applevangelist
dc8ebf7faa
#VARIOUS - Added provider options for TTS and updated logic
2026-03-07 11:35:12 +01:00
Applevangelist
33bd6cc5a4
xx
2026-03-07 11:34:46 +01:00
Applevangelist
b88a421d2c
xx
2026-03-05 10:16:00 +01:00
Applevangelist
25d3fb389c
xx
2026-03-05 10:15:50 +01:00
Applevangelist
bfeaa0530f
Merge remote-tracking branch 'origin/master-ng' into branch
...
# Conflicts:
# Moose Development/Moose/Functional/Escort.lua
# Moose Development/Moose/Ops/CTLD.lua
# Moose Development/Moose/Ops/CTLD_CARGO.lua
2026-03-05 09:56:05 +01:00
Thomas
4ce820279e
Update Message.lua
...
#MESSAGE Added :ToSet() and ToSetIf()
2026-03-04 13:53:03 +01:00
Rolln-dev
6f16d34681
UPDATE: FUNCTIONAL function params
...
- Added (Optional) to param descriptions for params that have default values
2026-03-02 08:03:56 -07:00
Rolln-dev
753691f5db
UPDATE: Core function params
...
- Fixed some incorrect param types
- Added (Optional) to param descriptions that have default values
2026-03-01 16:28:12 -07:00
Frank
e02a1f705b
Merge pull request #2523 from FlightControl-Master/FF/Ops
...
Update
2026-03-01 15:36:27 +01:00
Frank
2e4d401f61
Update
...
- SET: cleaned up FilterPrefixes
- AUFTRAG: fixed bug in _GetDCSAttackTask
- CONTROLLABLE: Removed unused parameter AttackQtyLimit from TaskAttackGroup, changed weapon type enum for some tasks.
2026-03-01 15:35:05 +01:00
Applevangelist
3d6bd4ea54
#Fix some missing localizations
2026-03-01 14:03:13 +01:00
Applevangelist
085330c930
xx
2026-03-01 14:00:27 +01:00
Applevangelist
234345f2ea
Merge remote-tracking branch 'origin/develop' into branch
2026-02-26 12:52:42 +01:00
Applevangelist
a88bc4554f
Merge remote-tracking branch 'origin/develop' into branch
2026-02-19 09:23:14 +01:00
Frank
09fd4d25b7
AUFTRAG
...
- Added check for cargo in zone
2026-02-16 22:25:59 +01:00
Frank
1ac0249fe5
AUFTRAG
...
- improved FREIGHTTRANSPORT mission type
2026-02-15 22:44:39 +01:00
Applevangelist
60e46bed7e
Merge remote-tracking branch 'origin/master-ng' into branch
2026-02-15 13:36:21 +01:00
leka1986
da65b3ec64
Update Database.lua
...
Removed
self:HandleEvent( EVENTS.NewCargo )
self:HandleEvent( EVENTS.DeleteCargo )
2026-02-09 21:18:12 +01:00
Applevangelist
1a70358e21
Merge remote-tracking branch 'origin/master-ng' into branch
...
# Conflicts:
# Moose Development/Moose/Core/Set.lua
# Moose Development/Moose/Functional/Artillery.lua
# Moose Development/Moose/Functional/ZoneGoalCargo.lua
# Moose Development/Moose/Modules.lua
# Moose Development/Moose/Wrapper/Client.lua
# Moose Development/Moose/Wrapper/Controllable.lua
2026-02-08 15:11:33 +01:00
Applevangelist
dfcbe6fd9b
# CARGO CLASS Removal
2026-02-08 12:32:40 +01:00
Applevangelist
3261a59cee
Merge remote-tracking branch 'origin/develop' into branch
...
# Conflicts:
# Moose Development/Moose/Modules.lua
# Moose Development/Moose/Modules_local.lua
2026-02-06 17:40:25 +01:00
Applevangelist
d5b7a2e168
Restore Cargo Events in EVENT until Franky has finished off Warehouse
2026-02-06 17:28:42 +01:00
Applevangelist
9e2ad78330
Merge remote-tracking branch 'origin/master' into branch
2026-02-06 12:43:14 +01:00
Applevangelist
dab6f48fe9
xx
2026-02-05 12:20:48 +01:00
Applevangelist
d8dc953252
xx
2026-02-05 12:20:34 +01:00
Applevangelist
f20c22ab49
#EVENT - Save some memory by avoiding to register SCENERY yet unregistered and avoiding creating COORDINATEs on Marks (still has a Vec3) when not switched on
2026-01-28 14:41:51 +01:00
Applevangelist
e5fc887d4a
xx
2026-01-08 13:12:12 +01:00
Applevangelist
7259038b1c
xx
2026-01-08 13:10:48 +01:00
Applevangelist
c2b8a71000
xx
2026-01-08 13:03:15 +01:00