Commit Graph

191 Commits

Author SHA1 Message Date
funkyfranky 61884c07c7 Restored oritinal Spawn and AI_Balancer.lua files 2017-08-28 15:35:09 +02:00
funkyfranky 6a2739da5e Fixed Spawn & AI_Balancer mistake. 2017-08-28 00:16:55 +02:00
funkyfranky 9289e0dac1 First version of RAT
Not even alpha status.
2017-08-28 00:05:30 +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
FlightControl 975566eb3c Fixed message bug in scoring 2017-06-26 20:51:01 +02:00
FlightControl 55164c38bf Finetuning of the messages and menus 2017-06-26 20:33:26 +02:00
FlightControl d396ca1684 Target progress accounting for players 2017-06-24 15:21:59 +02:00
FlightControl caad080c6c Fixed but with distance when player was nearby.
Detection used PlayerUnitName, instead of Distance. Added new
FriendliesDistance field.
This is a better solution.
2017-06-22 06:30:36 +02:00
FlightControl 5a7551d312 Progress 2017-06-13 13:17:17 +02:00