Commit Graph

196 Commits

Author SHA1 Message Date
FlightControl_Master bfd0c19109 Fixed nil value problem in friendlies search 2017-08-30 20:11:31 +02:00
FlightControl_Master 05d9faedee Fixed friendlies nearby calculation
* Added DETECTION_BASE:FilterFriendliesCategory() method, which allows
to filter friendlies based on the category of the units found. This
method was required to be added to avoid counting airborne units as
friendlies in A2G missions.
2017-08-30 09:28:04 +02:00
FlightControl_Master d26a938ba4 Fixed detection reports
* Detection reports of DETECTION classes now are returned as a REPORT
object. So they can be streamed with various delimiters \n or , or
other...
* If a coordinate needs to be represented by BR or BRAA, then a "source"
controllable is required, which is usually the player aircraft. If not
given, the coordinate will be returned in MGRS mode!!!
2017-08-29 22:20:38 +02:00
FlightControl_Master 62ab859215 DESIGNATE can now lase for specific codes
* DESIGNATE can now lase targets with specific laser codes upon request
by players. Methods :AddMenuLaserCode() and :RemoveMenuLaserCode()
added, which allow to set or delete specific additional menu options in
the lase menu for players to lase with specific codes. This comes in
handy for the SU-25T and the A-10A and other planes.
2017-08-29 21:48:11 +02:00
FlightControl_Master 9784b694ba Fixed detection problem with ESCORT 2017-08-29 09:00:43 +02:00
FlightControl_Master 608293f1cb Updates 2017-08-15 20:39:32 +02:00
FlightControl_Master 9dcda37703 Updates 2017-08-15 20:23:26 +02:00
FlightControl_Master 1cf2383dfd First version 2017-08-15 17:44:09 +02:00
FlightControl_Master d558c5be21 Updates 2017-08-13 17:04:04 +02:00
FlightControl_Master 3742f2937c Fix in scheduler 2017-08-12 16:12:07 +02:00
FlightControl_Master a9ac185034 Fixes
* Added a maximum markings per designated target group. So not all FACs
are occupied.
* Optimized the designation report. Move the horizontal line.
* Ensured in DESIGNATE that when targets are ordered to be smoke or
designated, that this also will happen. Was issue with the scheduler,
which got garbage collected before actually being executed, resulting in
an obsolete schedule.
* Fixed the tasking, coordinates are now updated when enquiring a task
report.
2017-08-12 08:27:58 +02:00
FlightControl_Master b1e7951a47 Nearest distance for Designate is 12.000 meters 2017-08-11 16:44:58 +02:00
FlightControl_Master 27f77c5df0 Updates 2017-08-11 14:14:35 +02:00
FlightControl_Master 49bf6010f8 Designate optimization 2017-08-11 05:22:46 +02:00
FlightControl_Master e16e5d9a81 Fixes 2017-08-08 21:37:12 +02:00
FlightControl_Master 2aecf45316 Many Fixes 2017-08-08 09:42:42 +02:00
FlightControl_Master b88c84fc3b Fixed 643 2017-08-05 13:52:59 +02:00
FlightControl_Master 446ecc5b4d Set the new spawn altitude 2017-08-05 13:33:02 +02:00
FlightControl_Master 411636a7f4 Intercept ready 2017-07-31 17:04:20 +02:00
FlightControl_Master 27b18780f8 Optimizations 2017-07-31 12:35:37 +02:00
FlightControl_Master 85bd3a1c33 First working version 2017-07-31 12:04:27 +02:00
FlightControl_Master 600166fd80 Fixed error in Escort, Reports were not shown
-- Fixed reports to be shown in ESCORT class. SETTINGS now also are
working in ESCORT reports. MGRS, LL, BR, metric, imperial are now
supported.
2017-07-27 07:52:38 +02:00
FlightControl_Master 9c9ed494d9 Progress 2017-07-26 15:08:56 +02:00
FlightControl_Master 495786b4eb Heavily improved the documentation of AI_A2A_DISPATCHER 2017-07-26 13:17:55 +02:00
FlightControl_Master 227752399b Updated designation menu settings 2017-07-26 08:15:18 +02:00
FlightControl_Master c3ee9306f3 Progress 2017-07-25 12:54:15 +02:00
FlightControl_Master 3924d2d8fc Fixes 2017-07-25 09:11:57 +02:00
FlightControl_Master 652ed8b178 Fix for #627 2017-07-25 08:20:38 +02:00
FlightControl_Master b769ad143d Fixed some glitches in Detection (when set is empty) + documentation 2017-07-22 08:20:23 +02:00
FlightControl_Master a61c6b4fe2 Documentation updates 2017-07-19 19:05:59 +02:00
FlightControl_Master 1206935886 Added DESIGNATE:SetMission() method.
-- Allows to place the designate menu under the menu of the mission.
2017-07-19 18:45:48 +02:00
FlightControl_Master b21cd0c0ae AI_A2A_DISPATCHER and AI_A2A_GCICAP optimizations
-- Optimized takeoff height when airplanes spawn in the air.
-- Optimized helicopters to be included in detections.
-- Updated documentation.
2017-07-15 09:07:16 +02:00
FlightControl 4252f9baac Fixed problem with crash in Detection.lua.
When DetectionObject is nil (this can be), or is destroyed in between
detections, then nil must be returned and IsDetectedObjectIdentified is
not required to be checked.
2017-07-13 21:41:58 +02:00
FlightControl c1bee3a9b0 Fixed #614 - Implemented an implementation with or without {}....
See documentation of SetBorderZone.
2017-07-12 20:42:06 +02:00
FlightControl 47f1b8ae66 Event Handling 2017-07-08 14:10:33 +02:00
FlightControl ab33d6b272 CLEANUP_AIRBASE documentation 2017-07-08 13:00:18 +02:00
FlightControl 85975c01a4 Optimizations 2017-07-08 09:20:42 +02:00
FlightControl 3fe573926b Fixed scoring format 2017-07-08 06:35:06 +02:00
FlightControl 84055e9798 Updates fixing cargo stuff 2017-07-04 16:34:00 +02:00
FlightControl ccfcca8f9a Tweaks for the settings system
- Player settings are located at the group level. Only the first player
that joins the group will be able to configure the settings.
- Default system settings are located at the group of the commend
center. Thus, the COMMANDCENTER class will contain the default system
settings menu. You need to join the command center unit (ALT-J) as a
game master to be able to configure these settings.
2017-07-04 10:55:45 +02:00
FlightControl c043eef5eb Added method CLEANUP:CleanMissilesOn() 2017-07-04 07:05:33 +02:00
FlightControl 8825b26b36 New version 2017-07-02 23:16:35 +02:00
FlightControl 300ee0a16a Fix trace amount and performance 2017-07-02 17:59:56 +02:00
FlightControl 22b02cd3ee Made __ methods invisible 2017-07-01 13:12:52 +02:00
FlightControl 507e4ef25a Made CleanUpScheduler private 2017-07-01 13:02:49 +02:00
FlightControl 8b1583df30 Made Airbases private 2017-07-01 13:00:12 +02:00
FlightControl 083568d3fd Updates 2017-07-01 12:55:51 +02:00
FlightControl 8e5af4ada4 New implementations
of inheritance
of private - public methods ....

This is a big improvement for many!
2017-07-01 12:32:44 +02:00
FlightControl d719c437ec Fixes 2017-06-30 10:30:46 +02:00
FlightControl 133910ac3b New revised CLEANUP class 2017-06-30 10:27:44 +02:00