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
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
FlightControl
ef95cfb1f5
Progress
2017-06-07 12:56:43 +02:00
FlightControl
2fb83c89af
Progress
2017-06-06 14:43:40 +02:00
FlightControl
531f8a9106
Progress
2017-05-31 22:41:29 +02:00
FlightControl
a3289205e6
Progress
2017-05-31 18:58:34 +02:00
FlightControl
0af5e1428b
Progress
2017-05-30 19:38:56 +02:00
FlightControl
9984055f7d
Documentation
2017-05-29 18:02:57 +02:00
FlightControl
f2e966735c
A2A SWEEP Tasking
2017-05-29 05:29:41 +02:00
FlightControl
89371378b7
Fixed non removal of Planned Tasks
2017-05-24 11:49:03 +02:00
FlightControl
f3b49ecc0a
Fixed the removal of obscolete planned tasks
2017-05-24 07:14:40 +02:00
FlightControl
a66529d482
ENGAGE task is working now
...
-- Also the switching between INTERCEPT and ENGAGE (players move in and
out of proximity), is working now !!!
2017-05-23 20:02:58 +02:00
FlightControl
30ae32e539
Got ENGAGE A2A task type working.
2017-05-23 13:51:47 +02:00
FlightControl
96f7a79f3a
Working INTERCEPT!
2017-05-23 11:50:28 +02:00
FlightControl
599f31dfae
Final tests done, publishing
2017-05-22 12:17:18 +02:00
FlightControl
2b0fcd3426
Progress
2017-05-20 22:04:44 +02:00
FlightControl
96fdf72400
Progress implementing teh SETTINGS class and coordinates per Controllable of the player
2017-05-20 13:32:21 +02:00
FlightControl
13449cc9ee
Progress designing system settings
2017-05-20 08:48:57 +02:00
FlightControl
312007b51c
Progress
2017-05-18 20:53:15 +02:00
FlightControl
3106f62709
Progress
2017-05-18 16:26:31 +02:00
FlightControl
9abc4f9725
INTERCEPT logic working
2017-05-18 13:26:25 +02:00
FlightControl
b4107b14f8
Eliminate trace details
2017-05-04 13:33:13 +02:00
FlightControl
a06c6176a2
Attempt to fix the count problem
2017-05-04 06:33:40 +02:00
FlightControl
c7d6027734
Optimizations for detection
...
-- Detected range will now correctly update between detections.
-- Detected known or unknown type will now be correctly reported.
-- Detected distance is now correctly estimated or known.
-- Removed visual detection, because it just is not working correctly.
-- Cleaned up the code.
-- Added new fields in DetectedObject structure.
-- Added parameters for IsTargetDetected API
2017-05-03 12:05:15 +02:00
FlightControl
2066becb17
Fix for craigowen and fixing issue #424
2017-04-25 21:13:29 +02:00
FlightControl
0456deddd7
Publishing new Menu driven reporting structure for TASKING
...
-- Each group can now select from a menu to report a task overview or
only the task with a specific state...
-- Dactivate the flashing of the available tasks. A small message is
displayed now.
2017-04-25 12:56:02 +02:00
FlightControl
8d6b1940bb
Play time
...
-- Improved menu system. Much shorter Detection menus now.
-- Improved Detection IDs. Each detection item has now an ID.
-- Added coordinate system.
-- Added menu system to manage coordinates. A system settings menu has
been added.
-- Coordinates can now be switched between LL Degrees, LL Decimal and
MGRS
-- COORDINATE class added.
2017-04-25 10:17:10 +02:00
FlightControl
f410d2ae0b
A lot of fixes
...
See #386
2017-04-24 12:38:24 +02:00
FlightControl
51022be4d4
Working version
2017-04-21 14:01:01 +02:00
FlightControl
ca3ee12c41
Finalized AI_DESIGNATE
2017-04-20 14:14:39 +02:00
FlightControl
b1c7e04422
Progress
2017-04-19 19:13:23 +02:00
FlightControl
3a3869e095
Lasing is working
2017-04-19 16:53:35 +02:00
FlightControl
d7f1a74caf
Implemented :FilterCategories() method for DETECTION_ classes fixing issue #415
...
-- Added:FilterCategories() method to DETECTION_BASE.
-- Reviewed documentation
-- Added documentation for FilterCategories method
-- Default detection methods are all ON. (They were only set to visual).
-- Created test missions. DET-30x
2017-04-12 09:00:00 +02:00
FlightControl
f1d206d4ea
Fixed #349
...
-- problem was with ipairs, should have been pairs... changed it.
2017-03-28 13:17:09 +02:00
FlightControl
1bb40824a2
Fix in detection of crash.
2017-03-25 06:23:15 +01:00
FlightControl
13159f3ed3
Update detection documentation.
2017-03-20 20:07:51 +01:00
FlightControl
32c5227d71
Updated stuff in tasking
...
-- SET improved
-- Resolved bug with destroy scoring not granted.
-- Implemented LL for all detection reports
-- Testing
-- Added test mission TAD-220 for DETECTION_TYPES testing.
2017-03-20 12:53:36 +01:00
FlightControl
4dde14eba6
Fixes accounting of destroy and updated documentation
...
Destroy events were not correctly accounted for in the new tasking
system. this is now fixed.
2017-03-19 15:02:49 +01:00
FlightControl
9f2179a428
Trying to get the dependency on EVENTs solved.
2017-03-17 18:33:08 +01:00
FlightControl
3f0c983194
Updates
2017-03-17 13:59:19 +01:00
FlightControl
af55214c52
Menu optimization
2017-03-17 06:57:32 +01:00
FlightControl
9fc3f7a601
Made user exits for Mission Completion evaluation...
...
Man, this is going to rock!
2017-03-15 10:08:03 +01:00
FlightControl
fe79821474
Fixing SCHEDULER - TO BE FURTHER STUDIES AND FIXED
...
TASK object should dissapear after nillified.
They are hooked to the SCHEDULER... SCHEDULEs should dissapear, but they
don't....
To be further studied.
2017-03-14 03:36:12 +01:00
FlightControl
c07ac8e1ba
DETECTION_TYPES working!
2017-03-12 19:32:36 +01:00
FlightControl
82f505ddb0
Progress
...
-- Got DETECTION_TYPES running with A2G_TASK_DISPATCHER
2017-03-12 17:14:00 +01:00
FlightControl
7ebf0cdb0f
Updates
2017-03-10 14:50:14 +01:00
FlightControl
3bd0cdbe32
Progress
2017-03-09 17:44:56 +01:00
FlightControl
fbae55b9f9
Progress on tasking
2017-03-09 13:37:13 +01:00