Frank
|
331315a83e
|
Merge branch 'develop' into FF/Develop
|
2019-01-30 20:11:11 +01:00 |
|
Frank
|
e325b2192b
|
AIRBOSS, RECOVERYTANKER, RESCUEHELO, RANGE
AIRBOSS v0.9.3
RECOVERYTANKER v1.0.6
RESCUEHELO v1.0.4
RANGE v1.2.4
SPAWN added modex
GROUP added modex respawn
|
2019-01-30 20:10:41 +01:00 |
|
FlightControl
|
86094bc6d2
|
Improvements in the attack methods! This is going to be great!
# Conflicts:
# Moose Development/Moose/AI/AI_A2G_Dispatcher.lua
|
2019-01-29 20:51:03 +01:00 |
|
Frank
|
bcfa0f9ac5
|
RECOVERYTANKER v1.0.5
Recoverytanker:
- Added AWACS roll
- Added function to set callsign
UTILS
- Added callsigns enumerator
CONTROLLABLE
- Added command SetCallsign
|
2019-01-29 17:07:48 +01:00 |
|
Frank
|
9e450ce76b
|
RECOVERYTANKER v1.0.4
- Fixed PG airbase enumerator names
- Rescuehelo v1.0.3
- minor stuff
|
2019-01-28 22:03:21 +01:00 |
|
FlightControl
|
77bee89ea5
|
Updates
|
2019-01-27 17:19:41 +01:00 |
|
Frank
|
ff0371faa5
|
CONTROLLABLE
Fixed task bombing runway.
|
2019-01-27 13:07:48 +01:00 |
|
FlightControl
|
1c063ca308
|
Optimizations
|
2019-01-22 08:51:17 +01:00 |
|
Frank
|
dd15da28b2
|
AIBOSS v0.9.0
SPAWN: Added delay for respawn on landing.
RAT v2.3.5: Fixed bug for Vmax cruise.
RECOVERYTANKER v1.0.3
RESCUEHELO v1.0.2
POSITIONABLE: Added GetOffsetCoordinate function
UNIT: Added Explode function.
|
2019-01-20 02:02:22 +01:00 |
|
Frank
|
47dd068655
|
AIRBOSS v0.8.0
|
2019-01-10 17:26:37 +01:00 |
|
Frank
|
9700776468
|
Controllable log output
Controllable, changed self:E to self:F/T2 since it was spamming the DCS log.
Airboss docs.
Spawn scheduler(self,...) --> scheduler(nil,...)
|
2019-01-03 14:09:19 +01:00 |
|
Frank
|
ab38efd69e
|
Merge pull request #1077 from FlightControl-Master/FF/Develop
New classes, fixes and improvements.
|
2018-12-26 04:50:56 +01:00 |
|
Frank
|
8dc5642599
|
AIBOSS v0.6.3
Recovery Tanker v1.0.0
Rescue Helo v1.0.0
Fixed spawn after engine shutdown bug.
Added new PG airbases.
|
2018-12-25 18:55:35 +01:00 |
|
Frank
|
876b369c0d
|
AIRBOSS v0.5.7
|
2018-12-19 00:40:42 +01:00 |
|
Frank
|
d576573cf8
|
RECOVERYTANKER v0.9.9
RESCUEHELO v0.9.8
|
2018-12-16 16:59:53 +01:00 |
|
Frank
|
1559f14f11
|
RESCUEHELO v0.9.7
- Fixed spawn bug with multiple helos.
- Adjusted default parameters.
- Changed RTB to respawn (not perfect).
- Improved documentation.
|
2018-12-15 23:06:36 +01:00 |
|
FlightControl
|
810cebfe0a
|
Optimizations
|
2018-12-12 07:31:08 +01:00 |
|
Frank
|
d607b96021
|
AIRBOSS v0.5.2
|
2018-12-12 00:50:42 +01:00 |
|
FlightControl
|
d098930351
|
-- New SEAD, BAI and CAS files.
-- Correct handling of task assignments.
-- Added Weapon stuff in DCS.lua.
-- Dispatcher optimizations.
|
2018-12-11 19:20:11 +01:00 |
|
Frank
|
afb0a8af33
|
Manual diff merge from FF/Development
Hopefully cleans up the mess now.
|
2018-12-09 19:11:46 +01:00 |
|
FlightControl
|
9481cbf7e8
|
Fixing issue #1054 related to ZONE_CAPTURE_COALITION going into Attacked state when the zone is attacked, meaning, when a unit is hit that is in the zone.
|
2018-11-14 20:01:29 +01:00 |
|
Frank
|
2d7d19880f
|
AIRBOSS v0.2.3
group fixed init heading
|
2018-11-11 23:55:19 +01:00 |
|
Frank
|
cf4be99093
|
AB v0.2.2
|
2018-11-10 00:57:14 +01:00 |
|
funkyfranky
|
4542c96eae
|
AB v0.2.1w
|
2018-11-09 16:07:30 +01:00 |
|
Frank
|
087ac992a2
|
CT v0.1.6
|
2018-11-04 01:14:47 +01:00 |
|
Frank
|
1a4baeafb6
|
Warehose v0.6.6
WAREHOUSE:
- Improved parking spot check for airbase ship.
AI_FORMATION:
- Added Stop option
CT:
- fixes
COORDINATE:
- Improved landing waypoint.
|
2018-10-28 13:15:38 +01:00 |
|
Frank
|
b72ea2d02c
|
minor
|
2018-10-26 00:12:21 +02:00 |
|
Frank
|
238fcf1176
|
WAREHOUSE v0.6.5
* fixed bug for assignments
|
2018-10-24 23:13:56 +02:00 |
|
Frank
|
c354fecc6d
|
Merge branch 'develop' into FF/Develop
|
2018-10-24 21:47:52 +02:00 |
|
Frank
|
4434d1da21
|
Fixes
AI_FORMATION:
* added stop possibility ad interval input
WAREHOUSE
* added autodefence assignment
UNIT:
* improved InAir() check function
|
2018-10-24 21:32:07 +02:00 |
|
Chris
|
f2eafe0302
|
Honor the GotPath return value from COORDINATE
PathOnRoad is always defined, at least as an empty table.
Use the 3rd return value instead, which indicates whether
a road route was found
|
2018-10-24 00:17:26 -04:00 |
|
Frank
|
d9374f0389
|
Controllable
Added more general orbit task.
|
2018-10-23 23:35:25 +02:00 |
|
FlightControl
|
b378ad2885
|
Fixing path calculation. Direct route when the length between the two coordinates is less than 2 km.
|
2018-10-20 04:26:45 +02:00 |
|
FlightControl
|
e4606b4d05
|
Fixing path calculation. Direct route when the length between the two coordinates is less than 1 km.
|
2018-10-19 17:00:43 +02:00 |
|
FlightControl
|
07d666b030
|
Optimized the boarding and unboarding of cargo. fixed bug when in defence of APC, cargo would not be loaded. The boarding and unboarding has become much more stable now.
|
2018-10-18 07:27:09 +02:00 |
|
Frank
|
003b0c875e
|
Added wind ot AoA
COORDINATE
* added GetWindWithTurbulences function
POSITIONABLE
* Included wind in AoA calculation
|
2018-10-13 23:25:45 +02:00 |
|
Frank
|
8551830517
|
Merge branch 'develop' into FF/Develop
|
2018-10-13 19:42:30 +02:00 |
|
FlightControl
|
4171cc45f5
|
Fixing a mistake on capture.
|
2018-10-13 07:49:14 +02:00 |
|
Frank
|
f9cb5d5966
|
CT v0.0.4
Fixed wrong z-position.
Generalized abort parameters.
Added preliminary F10 menu.
|
2018-10-13 00:37:15 +02:00 |
|
FlightControl
|
19e2af08e0
|
increased the altitude of hover.
|
2018-10-12 21:10:58 +02:00 |
|
FlightControl
|
da90826bd0
|
Fix height problem in workaround solution.
|
2018-10-12 20:15:10 +02:00 |
|
funkyfranky
|
33509a49e0
|
CT v0.0.3
|
2018-10-12 16:16:39 +02:00 |
|
FlightControl
|
690805d7ca
|
Implemented workaround request to board and unboard cargo from buildings. Now "InAir" means a velocity < 1 m/s and a height < 30 m. Once DCS properly fixes the flag to land on buildings, this workaround can be removed.
|
2018-10-12 07:14:05 +02:00 |
|
Frank
|
eda359e20f
|
CT v0.0.2
|
2018-10-12 00:11:39 +02:00 |
|
Frank
|
46882ed192
|
Merge branch 'develop' into FF/Develop
|
2018-10-11 19:36:57 +02:00 |
|
FlightControl
|
6625de9005
|
Some optimizations for group.
|
2018-10-11 17:44:49 +02:00 |
|
funkyfranky
|
bbd5766688
|
CT general dist
|
2018-10-11 16:17:58 +02:00 |
|
funkyfranky
|
fa4abed028
|
Added AoA function and carrier training WIP
|
2018-10-10 15:56:34 +02:00 |
|
Frank
|
a4595090c4
|
Warehouse v0.5.6
- Neutral warehouses can be captured
- Added example 16 for resupply
|
2018-10-03 21:41:33 +02:00 |
|
FlightControl
|
ec9a5efdde
|
-- Added AnyInZone stuff.
-- Now for tasking, routing messages show the task name...
|
2018-10-01 22:06:42 +02:00 |
|