Frank
28a23c21f4
Update Airboss.lua
2019-08-14 00:35:54 +02:00
Frank
f32094aa43
up
2019-08-12 22:55:56 +02:00
Frank
a26c9f423c
Update FlightGroup.lua
2019-08-12 15:18:42 +02:00
Frank
d1e4295178
Merge branch 'FF/Develop' into FF/Fox2
2019-08-11 20:41:45 +02:00
Frank
c215255ae2
Merge branch 'develop' into FF/Develop
2019-08-11 20:39:31 +02:00
Frank
043e1dc74b
Merge branch 'FF/Develop' into FF/Fox2
2019-08-11 20:39:15 +02:00
Frank
10154a6e4e
Added SWAPR
2019-08-11 20:34:04 +02:00
Frank
53b998cfab
Airboss v1.0.7
...
- Corrected Foul Deck waveoff.
- Added LSOGrade event.
2019-08-11 20:25:33 +02:00
Frank
1e1e0758f8
Update FlightGroup.lua
2019-08-11 18:28:57 +02:00
FlightControl
0a0a7d0fc3
Added a task message when it is engaging or not. Important for communication to the player.
2019-08-11 12:59:43 +02:00
FlightControl
d84ae236eb
Added a task message when it is engaging or not. Important for communication to the player.
2019-08-11 12:59:21 +02:00
FlightControl
6dff84f435
Fixed problem with detections escalating. Too much events fired.
2019-08-11 11:00:53 +02:00
FlightControl
1bfa5b5ee0
Fixed problem with detections escalating. Too much events fired.
2019-08-11 11:00:33 +02:00
FlightControl
c3618bdc26
- Fixed Messaging of A2G defenses to players within the same coalition. Now the callsign will be used to communicate, not the user id.
2019-08-11 10:06:35 +02:00
FlightControl
eebc5d90d1
- Fixed Messaging of A2G defenses to players within the same coalition. Now the callsign will be used to communicate, not the user id.
2019-08-11 10:06:16 +02:00
FlightControl
596b3ddb4a
Fixes issue with SetDetectionLimit
...
Optimized the detection intervals + fixed bugs with player detection.
2019-08-11 09:46:25 +02:00
FlightControl
e770af9fc9
Optimized the detection intervals + fixed bugs with player detection.
2019-08-11 09:45:28 +02:00
FlightControl
d3c76da7a2
Fixes issue with SetDetectionLimit
2019-08-11 08:32:34 +02:00
Frank
f069523ba6
Flight Group
2019-08-10 22:55:01 +02:00
FlightControl
5f9880f17d
- Implemented attack nearest target.
...
- Implemented attack nearest ground target.
- Implemented attack nearest air target.
- Report all targets.
- Report only ground targets.
- Report only ground targets with radar.
- Report only air targets.
- Sort targest from nearest to furthest.
- Improved menu system.
- Improved detection of ground targets and air targets and reporting.
- Added the task TASK_CAPTURE as part of the reporting framework.
- Improved the detection of targets. Now targets with specific detection methods are correctly detected. f.e. disabling DLINK will now work correctly!
All these fixes are great improvements to the AI_ESCORT framework!
2019-08-10 15:42:00 +02:00
FlightControl
d6b1018700
- Implemented attack nearest target.
...
- Implemented attack nearest ground target.
- Implemented attack nearest air target.
- Report all targets.
- Report only ground targets.
- Report only ground targets with radar.
- Report only air targets.
- Sort targest from nearest to furthest.
- Improved menu system.
- Improved detection of ground targets and air targets and reporting.
- Added the task TASK_CAPTURE as part of the reporting framework.
- Improved the detection of targets. Now targets with specific detection methods are correctly detected. f.e. disabling DLINK will now work correctly!
All these fixes are great improvements to the AI_ESCORT framework!
2019-08-10 15:41:34 +02:00
Frank
6c846380c0
WH
...
- WAREHOUSE
- FlIGHTGROUP
2019-08-09 21:45:50 +02:00
Frank
c172c6d6d6
Update Warehouse.lua
2019-08-09 00:16:43 +02:00
Frank
f934c8cb77
Update Warehouse.lua
2019-08-08 23:27:45 +02:00
Frank
acd0ec187f
Update Warehouse.lua
2019-08-08 18:59:14 +02:00
Frank
965ae51223
Update Airboss.lua
2019-08-08 17:00:49 +02:00
funkyfranky
65557db444
WH
2019-08-08 16:28:53 +02:00
Frank
db4b5383fa
Merge branch 'develop' into FF/Develop
2019-08-07 22:58:07 +02:00
Frank
4982cabcfb
AIRBOSS v1.0.7
...
Corrected foul deck wave off.
2019-08-07 22:17:16 +02:00
funkyfranky
414196afc6
CVW
2019-08-07 16:49:26 +02:00
FlightControl
5594cd8fdf
Removed the escorts to detect targets using DLINK. Now escorts will only report targets that were detected by its own onboard detection methods.
2019-08-07 16:42:08 +02:00
FlightControl
fbb32a9e45
Removed the escorts to detect targets using DLINK. Now escorts will only report targets that were detected by its own onboard detection methods.
2019-08-07 16:41:21 +02:00
FlightControl
1c559110a2
Merged 'develop'.
2019-08-07 16:08:10 +02:00
Frank
6f170db344
Update SWAPR.lua
2019-08-05 21:37:28 +02:00
Frank
27a1401ae1
SWAPR v0.0.2
2019-08-05 18:04:59 +02:00
Frank
debf784d0c
SWAPR v0.0.1
2019-08-05 11:15:45 +02:00
Frank
eb37f9b18c
CVW 0.0.5
2019-08-04 11:05:05 +02:00
Frank
6f7f20f7a8
Merge branch 'FF/Develop' into FF/Fox2
2019-08-02 20:46:59 +02:00
FlightControl
5a97f68778
Escort menus are deleted once the escort crashes.
2019-08-02 21:10:56 +03:00
funkyfranky
2533651215
CVW 0.0.4
2019-08-02 16:51:00 +02:00
FlightControl
d2ef75b22c
Fixed nasty bug where the same plane would be chosen all the time for request spawns. Root cause was the inherit. self variables were also copied during inherit of the chile object, resulting in a bad bad bad behaviour.
...
Also cleaned up the menus once the player exists the client. When rejoining, it will only see the menu of the current or requested escorts.
I still need to fix a method to renew unused (but alive and intact) escorts for gamey play.
2019-08-01 21:17:46 +03:00
FlightControl
115743263b
Fixed nasty bug where the same plane would be chosen all the time for request spawns. Root cause was the inherit. self variables were also copied during inherit of the chile object, resulting in a bad bad bad behaviour.
2019-08-01 21:16:01 +03:00
FlightControl
59447999f0
Updates
2019-08-01 18:29:57 +03:00
Frank
4554ac1f3e
Merge pull request #1188 from FlightControl-Master/FF/Develop
...
AIRBOSS v1.0.6
2019-07-28 22:49:25 +02:00
Frank
d08d8db298
AIRBOSS v1.0.6
...
- Added Marshal radial to skipper menu.
- Adjusted grading and groove time start for LUL issue.
2019-07-28 22:43:10 +02:00
Frank
099f95f3cc
Merge pull request #1187 from FlightControl-Master/FF/Develop
...
Misc Updates and Fixes
2019-07-22 21:45:06 +02:00
Frank
20cf69c182
Update Airboss.lua
2019-07-22 21:20:05 +02:00
Frank
f931af2ee9
Updates
2019-07-22 21:06:12 +02:00
Frank
96fe9d51d6
Typo bug fix
2019-07-22 16:55:17 +02:00
Frank
d264c6f6a5
Update RecoveryTanker.lua
2019-07-21 23:59:35 +02:00