Pikes
0502e0a020
Spawn Documentation fixes
...
no code touched
no code touched
I went through removing where 6-7 year old docs used a non existent method "Schedule" and replaced it with SpawnSchedule() wher ethat worked or Spawn() where I couldnt understand the ancient demo.
Also added warnings on IniLimit and InitCleanUp() the two worst offenders of misconfiguration.
Couple of Belgian typos corrected.
2020-04-22 14:09:31 +01:00
Frank
def44bde89
Merge pull request #1304 from FlightControl-Master/FF/Develop
...
Fixes
2020-04-08 12:04:28 +02:00
Frank
4b369fae95
A2G Dispatcher
...
Fixes issue #1303
2020-04-08 11:54:09 +02:00
Frank
cb4a44b512
Event
2020-04-08 01:10:43 +02:00
Frank
53fbec9c15
events
2020-04-08 00:09:47 +02:00
Frank
af63c1a219
Merge pull request #1269 from FlightControl-Master/SPAWNInitArray_#1255
...
Spawn init array #1255
2020-03-27 23:04:09 +01:00
Frank
9b0f474edf
Update Spawn.lua
2020-03-14 20:30:58 +01:00
Frank
ceaae5421c
SPAWN
...
corrected spawn name
2020-03-14 20:28:32 +01:00
Frank
36666df76f
Temp
2020-03-14 19:19:55 +01:00
Thor Vik
a704693abf
Made parameter SpawnAliasPrefix mandatory for SpawnFromTemplate function.
2020-03-11 15:28:36 +01:00
Thor Vik
71b5140e69
Fix for Issue #1286 , partly tested.
2020-03-11 10:11:59 +01:00
Michael Barnes
4ef827836c
Added SPAWN:InitGroupHeading function, to allow orientation of the overall group formation when spawned (handy for static formations like SAM batteries, etc.)
2020-03-05 13:05:11 +10:00
Frank
f258e9263e
MGRS
2020-02-26 20:44:35 +01:00
Frank
63a5d2e3ac
Fixes & Improvements
2020-02-25 21:35:00 +01:00
Frank
6ab85072d2
DCS 2.5.6 fixes
2020-02-17 23:19:28 +01:00
Frank
04da941c36
Updates
2020-02-15 23:51:28 +01:00
Wingthor
1f9ffcd92d
The error is to deep to solve on the fly. In database new groups appear, but not in map, when regular spawning (:Spawn()) is done. Spawning scheduled causes groups to appear on map. OnSpawnGroup is not triggered in neither of methods.
...
#Issue 1255 is for now solved by adding a caution to documentation for function/directive: "CAUTION: this directive will NOT work with OnSpawnGroup function."
Requires work from author or someone else with deep knowledge of the class.
2020-02-13 09:58:59 +01:00
Frank
1e1154d190
controllable
2020-01-19 22:14:45 +01:00
Frank
e6e5787fc6
Update Point.lua
2020-01-08 19:26:40 +01:00
Frank
431e8a05f9
ZCC
...
- Fixed unit counting in status report.
2020-01-08 18:45:57 +01:00
Frank
4661f6981e
Misc
2020-01-06 21:09:21 +01:00
Frank
fcfcfeae00
Misc
2020-01-06 00:15:44 +01:00
Frank
d5b8ed62ae
AI_AIR
...
- Fixed call to .Resume function if AI_A2A_CAP is calling.
2020-01-02 20:15:42 +01:00
Frank
740ee74f61
SUPPRESSION
2019-12-31 00:00:45 +01:00
Frank
8915657e91
ZONE_CAPTURE_COALITION
2019-12-29 23:08:23 +01:00
Frank
8b506a2f20
ZONE_CAPTURE_COALITON & RANGE
2019-12-28 23:59:39 +01:00
Frank
d3a3d96436
ZONE CAP COAL
2019-12-27 23:03:19 +01:00
Frank
8337058306
CAPTURE ZONE
2019-12-26 23:20:55 +01:00
Frank
07edcd7e73
SCHEDULER
...
Clean up
2019-12-18 23:00:42 +01:00
Frank
1c99e474b2
SPAWN AI_Balancer
...
SPAWN
- Added :InitAirbase()
AI_BALANCER
- Fixed bug in Return function.
2019-12-10 20:11:49 +01:00
Frank
1b5e9df586
SCHEDULER fixes
2019-12-08 00:27:20 +01:00
Frank
14de37f390
AIRBOSS & BASE
...
BASE:
- Fixed bug that tracing is always ON
AIRBOSS v1.1.0
- Added support for P-3C Orion and C-2A Greyhound (AI) from MAM
2019-11-23 20:36:45 +01:00
Frank
faa2debbae
DATABASE & RAT
...
- DATABASE: spawned units (ships) are registered as airbases.
- RAT v2.3.8: script will not crash if (spawned) AIRBASE cannot be found .
2019-11-04 22:17:26 +01:00
Frank
9b209d6ce0
ATIS
2019-10-21 00:29:46 +02:00
Frank
f5f1c9043b
ATIS v0.4.1
...
ATIS v0.4.1
- Fixed schedulers being deallocated by lua garbage collector.
RADIOQUEUE
- Added alias optional name.
- Minor.
2019-10-18 21:15:53 +02:00
Frank
1cea10f03a
Update Point.lua
...
Fixed bug in GetClosestAirbase() function.
2019-10-14 14:34:53 +02:00
Frank
c0e48288de
ATIS v0.3.3
...
- Improved soud file duration.
- Added Nav point data option.
2019-10-08 00:21:41 +02:00
Frank
6cc233cac7
ATIS
...
- COORDINATE
- RADIO
- RADIOQUEUE
- ATIS
- UTILS
- CONTROLLABLE
2019-10-02 19:45:37 +02:00
FlightControl
ad2ce8df78
Improvements to A2A and A2G Dispatchers
2019-09-30 10:35:29 +02:00
FlightControl
5cdaf53727
- Added a NoTrace option to the scheduler, so for those schedulers that have a schedule in microseconds, you may wanna use the function NoTrace(), to avoid spamming the dcs.log.
...
- Started with the implementation of multiple languages of speech. Got now a Russian and English prototype working.
- Moved radio frequency settings to a squadron, so multiple squadrons can communicate in their own radio frequency.
2019-09-25 17:53:11 +03:00
FlightControl
fb875077d7
Speech optimizations for A2A dispatcher
2019-09-22 20:30:59 +02:00
FlightControl
c579aad606
API V2 of the A2A and A2G dispatchers. Now a more fine grained attack is possible. You can now tweak the altitude and speed when units engage the target. Especially useful for ground attacks when SEAD, CAS or BAI.You can model low altitude approaches. Added 2 new test missions under the IAD - A2G API v2. Please report any bugs.
2019-09-22 08:23:28 +02:00
FlightControl
b309c25619
Speech Engine Prototype
2019-09-15 18:02:45 +02:00
Frank
d51fc5de8a
Update ScheduleDispatcher.lua
...
better fix
2019-09-13 19:37:13 +02:00
Frank
2d4a4fb2ca
Update ScheduleDispatcher.lua
...
Fix for Source (=Infor.source) nil problem.
2019-09-13 18:57:27 +02:00
FlightControl
1fd9cbec1f
- Added A2G voice overs to some of the basic events during defender flight. More to come, like multiple languages, and also more voice overs concerning some of the more detailed events, like:
...
- Damage
- Firing
- Enemy location
- Callsigns
- Numbers for distance and degrees.
2019-09-09 11:17:45 +02:00
FlightControl
1aedcf1ae4
Radio Queue
2019-09-09 08:19:48 +02:00
FlightControl
14b35cb069
Improvements in trace output:
...
- Scheduled calls are traced with ---> or +++> prefixes... This is handy to find where scheduled calls were actually called in the code. Line number and function is shown correctly now. ---> is for one schedule, and +++> for repeated schedules.
- Fsm output is now also organized better. All Fsm calls are shown with :::> prefix. The onafter, onbefore, onenter or onleave method names are also shown, and also the state transition including the function call place is shown now.
-- Now for each trace line, the class name has 30 characters space.
2019-08-31 07:24:31 +02:00
FlightControl
c1b240857f
- Remove unnecessary trace lines
...
- Implement Scheduled Trace - Now source and line number are shown for scheduled calls.
- Info lines are now shown where appropriate.
- The width of trace for the class name is now 25 characters instead of 20.
2019-08-26 08:26:14 +02:00
Frank
9e0f2c22b6
DATABASE fix
...
- Fix bug for RED templates being registered as NEUTRAL
2019-08-25 22:06:51 +02:00