Sven Van de Velde
17e9538740
Merge pull request #927 from jtoppins/code-cleanup
...
cleanup: remove unreferenced variables
2018-06-24 09:20:19 +02:00
funkyfranky
19197bf234
Min Fuel Fixes
...
AI_A2A and AI_Patrol:
Changed average fuel for controllable to new min fuel function. Hopefully provides better RTB behavior.
CONTROLLABLE:
Added GetFuelMin and GetFuelAve functions to ensure polymorphic behavior.
UNIT:
Added GetFuelMin and GetFuelAve functions for completeness and potential polymorphism.
2018-06-18 23:13:21 +02:00
Jonathan Toppins
64c4d57a7b
cleanup: remove unreferenced variables
...
PatrolManageFuel seems to have been forgotten after a code refactor
in commit ce0be4dcf75d ("Fixing TASK_DISPATCHER and optimizing reports")
$ git rev-parse --show-toplevel
projects/moose
$ pwd
projects/moose
$ git grep "PatrolManageFuel"
Moose Development/Moose/AI/AI_A2A.lua: self.PatrolManageFuel = true
Moose Development/Moose/AI/AI_Patrol.lua: self.PatrolManageFuel = true
Signed-off-by: Jonathan Toppins <jtoppins@users.sourceforge.net>
2018-06-18 16:05:35 -04:00
FlightControl_Master
f556077ff6
Cleanup
2018-06-01 06:52:36 +02:00
FlightControl_Master
073bfbf9c9
Documentation Improvements
2018-05-27 08:57:44 +02:00
FlightControl_Master
11516228fa
First images
2018-05-26 10:56:22 +02:00
FlightControl_Master
1b39f5d6e6
Optimized comments and documentation set
2018-05-23 10:42:27 +02:00
FlightControl_Master
706aea01ca
Cleanup of documentation of AI
2018-03-20 10:34:53 +01:00
FlightControl_Master
e1f4bdc24b
Improvements on Patrol
2017-09-25 12:55:12 +02:00
FlightControl_Master
0df4b5fd37
Fixed DISPATCHER issues with TakeoffFromRunway
2017-09-22 11:08:35 +02:00
FlightControl_Master
ea96a5e0a3
Planes remaining at airfield fixed
...
* AI_A2A_DISPATCHER: Planes remaining on the airfield is now fixed. The
issue was with planes out of fuel doing CAP, which would return to a
different airbase because they were out of control. At the landing,
these weren't despawned.
2017-08-30 07:30:03 +02:00
FlightControl_Master
d558c5be21
Updates
2017-08-13 17:04:04 +02:00
FlightControl_Master
4f2afa29fa
Fixes with waypoints in NTTR 2.1.1
...
behaves different than 1.5.7!!!
2017-08-12 17:07:10 +02:00
FlightControl_Master
e16e5d9a81
Fixes
2017-08-08 21:37:12 +02:00
FlightControl_Master
386777930e
Updates of tasking
2017-08-08 15:54:44 +02:00
FlightControl_Master
2aecf45316
Many Fixes
2017-08-08 09:42:42 +02:00
FlightControl_Master
63866e4aa9
Updates of tracing
2017-08-06 17:37:36 +02:00
FlightControl_Master
dbe1d7aaa3
New Refuelling process
2017-08-03 12:21:56 +02:00
FlightControl_Master
9054a493f9
Updated defects in dispatcher
2017-08-01 17:35:53 +02:00
FlightControl_Master
85bd3a1c33
First working version
2017-07-31 12:04:27 +02:00
FlightControl_Master
87634969b3
Added default CAP methods
...
* Added method :SetDefaultCapTimeInterval( CapMinSeconds, CapMaxSeconds
) for AI_A2A_DISPATCHER and AI_A2A_GCICAP.
* Added method :SetDefaultCapLimit( CapLimit ) for AI_A2A_DISPATCHER and
AI_A2A_GCICAP.
Added documentation in chapter 10.7 and chapter 1.8.
Changed Treshold to Threshold
2017-07-30 20:54:24 +02:00
FlightControl_Master
5107366e57
Added fuel treshold and damage treshold as default parameter setting methods
...
* Added method :SetDefaultFuelTreshold( FuelTreshold )
* Added method :SetDefaultDamageTreshold( DamageTreshold )
2017-07-30 10:39:10 +02:00
FlightControl
a42b5fcea7
Fixes
2017-06-15 19:46:46 +02:00
FlightControl
5a7551d312
Progress
2017-06-13 13:17:17 +02:00
FlightControl
1ea916ec73
Progress
2017-06-12 16:25:05 +02:00
FlightControl
f56b2229a7
Progress
2017-06-12 06:44:01 +02:00
FlightControl
4f91ba6081
Progress
2017-06-10 10:59:41 +02:00
FlightControl
e17de754a3
Progress
2017-06-08 15:44:35 +02:00
FlightControl
0f9f615313
Progress
2017-06-08 11:53:53 +02:00
FlightControl
59ab62685c
Progress
2017-06-08 00:20:53 +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
37a176e3ae
Progress
2017-06-03 10:28:50 +02:00
FlightControl
0af5e1428b
Progress
2017-05-30 19:38:56 +02:00