funkyfranky
6991550d1b
AI_CARGO_DISPATCHER
...
APCs and helos will now obey speeds set by SetPickupSpeed() and SetDeploySpeed().
2018-07-21 16:32:25 +02:00
funkyfranky
c60bb29303
Minor fixes
...
Task_A2G: fixt GetAlt()
AI_Formation: fixed comma in equation
2018-07-17 22:19:25 +02:00
funkyfranky
fda061d8c8
Improved GroundOnRoad functions
2018-07-10 23:47:12 +02:00
Van De Velde
9e13ac3f68
First version of documentation of cargo.
2018-07-05 19:25:07 +02:00
Van De Velde
727aea604f
Correctly interprete the _ in the documentation!
...
Generate new documentation with markdown _ change avoiding wrong italics in the documentation. This is an important change improving the documentation quality!
2018-07-05 08:48:05 +02:00
thebgpikester
4bdb75245b
Merge pull request #934 from jtoppins/issue-932
...
a2a-dispatcher: add check for not in air in OnEventEngineShutdown
2018-06-29 00:35:27 +01:00
Jonathan Toppins
c952f134d8
a2a-dispatcher: remove fuel check in OnEventLand() handler
...
This effectivally reverts the change made in commit
ea96a5e0a38b ("Planes remaining at airfield fixed") to declutter
airbases of aircraft which land at incorrect bases.
The problem with the logic is an RTB command will not be issued until
the fuel threshold is reached. Therefore the check will always be true
resulting the the unit always being deleted.
Bug: 875
Signed-off-by: Jonathan Toppins <jtoppins@users.sourceforge.net>
2018-06-28 00:38:08 -04:00
Jonathan Toppins
169dcfe3f6
a2a-dispatcher: add check for not in air in OnEventEngineShutdown
...
This fixes the problem of planes owned by gcicap would immediately
despawn when shot causing their engine to quit.
While not ultimately satisfying as planes shot while taxiing will still
immediately despawn. One is now able to see their air victories in all
their glory, including the fiery crash into the ground.
Bug: 932
Signed-off-by: Jonathan Toppins <jtoppins@users.sourceforge.net>
2018-06-28 00:26:13 -04:00
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
82d40759b5
Get Fuel Min
...
AI_A2A_Dispatcher
Changed tac display from ave fuel to min fuel
2018-06-18 23:55:31 +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
2d43af7c0d
docu
2018-06-03 22:02:26 +02:00
FlightControl_Master
6a71921270
Documentation AI
2018-06-03 18:07:00 +02:00
FlightControl_Master
bd7c822def
Documentation
2018-06-03 09:14:27 +02:00
FlightControl_Master
7b3f84f468
orbit with speed
2018-06-03 08:05:42 +02:00
FlightControl_Master
d9d53db53f
Documentation improvements.
2018-06-02 18:23:06 +02:00
FlightControl_Master
43a4052dc8
Documentation cleanup
2018-06-01 16:00:42 +02:00
FlightControl_Master
18098d402b
Documentation updates
2018-06-01 10:59:53 +02:00
FlightControl_Master
f556077ff6
Cleanup
2018-06-01 06:52:36 +02:00
FlightControl_Master
43b320ca90
New versions with documentation
2018-05-29 22:34:33 +02:00
FlightControl_Master
f03f9a3308
Landing event made a bit more loose.
2018-05-28 20:03:35 +02:00
FlightControl_Master
0553e4b14e
Fixing AI_CARGO_HELICOPTER to interprete the real height correctly and also allow for pickup when the helo is still speeding more than 7 km/h.
2018-05-28 06:13:14 +02:00
Frank
4c5d5a32dc
Merge pull request #905 from FlightControl-Master/FF/Develop
...
RANGE v1.2 and "Speed"
2018-05-27 22:21:33 +02:00
FlightControl_Master
073bfbf9c9
Documentation Improvements
2018-05-27 08:57:44 +02:00
funkyfranky
950c121f38
Merge branch 'develop' into FF/Develop
2018-05-26 14:56:33 +02:00
funkyfranky
ad75a7ddb5
RANGE v1.2 and other changes
...
RANGE:
-Optimized performance. Bombs are now only tracked if the player is within a certain distance of the range.
CONTROLLABLE:
- Added speed unit to @param description. Sometimes it was unclear if speed needs to be given in m/s or km/h.
- Fixed some default speed and conversions.
COORDINATE:
- Cleaned up some speed unit stuff.
- Reintroduced PathOnRoad function to contain the full path. Useful as interface to DCS API function.
- Fixed some default speed and conversions.
AI_CARGO_APC:
Speed is not fixed any more but set to 50% of the max speed a given unit can move at.
2018-05-26 14:46:23 +02:00
FlightControl_Master
11516228fa
First images
2018-05-26 10:56:22 +02:00
funkyfranky
d98f207bcf
Merge branch 'develop' into FF/Develop
2018-05-24 19:39:48 +02:00
FlightControl_Master
1b39f5d6e6
Optimized comments and documentation set
2018-05-23 10:42:27 +02:00
funkyfranky
9585959431
Merge branch 'develop' into FF/Develop
2018-05-22 17:03:35 +02:00
FlightControl_Master
fe2f59660d
AI test
2018-05-22 11:15:51 +02:00
Frank
25e4d171ab
Added GetSpeedMax function
2018-05-21 21:43:19 +02:00
FlightControl_Master
0b378063c0
- Fixed infantry deploying when helicopter was hit.
...
- Fixed further landing coordinate lockups.
2018-05-20 08:37:02 +02:00
FlightControl_Master
d05973f487
Finish Cargo/AI_Cargo_Helicopter
2018-05-19 06:12:37 +02:00
FlightControl_Master
d07d063265
Removed Start(). Now Start() needs to be called outside the logic.
2018-05-17 10:24:59 +02:00
FlightControl_Master
533b5d035e
- Documentation
...
- Added the methods Added and Removed to the SET
- Cleanup of code.
2018-05-17 08:51:59 +02:00
FlightControl_Master
7598a6ce5c
Finish Cargo/AI_Cargo_Helicopter
2018-05-14 06:53:45 +02:00
FlightControl_Master
0e0ab3507c
Okay, fixed the problem with the crashing at the deploy zone.
...
Also added methods to set and/or randomize the pickup speed, pickup radius, deploy speed, deploy radius.
2018-05-13 15:57:28 +02:00
FlightControl_Master
25a6cbcf6d
Helicopter AI_CARGO_DISPATCHER working (almost).
...
Queueing at deploy locations working.
2018-05-12 08:37:27 +02:00
FlightControl_Master
74668bb7db
Fixes
2018-05-10 23:42:14 +02:00
FlightControl_Master
bca964aca8
Helicopter version of AI_CARGO_DISPATCHER_HELICOPTER
2018-05-10 23:17:06 +02:00
FlightControl_Master
6b31ad9645
Moose file changes
2018-05-10 20:00:50 +02:00
FlightControl_Master
1159d11a12
New AI_CARGO_DISPATCHER_APC
2018-05-10 14:39:22 +02:00
FlightControl_Master
a1eb0ff4d9
Fixes
2018-05-08 20:26:46 +02:00
FlightControl_Master
0600c96282
Finish Cargo/AI_Cargo_APC
2018-05-08 06:43:15 +02:00
FlightControl_Master
dd636939bb
Documentation and performance fix.
2018-05-07 06:11:58 +02:00
FlightControl_Master
19b3dcec21
# Conflicts:
...
# Moose Development/Moose/AI/AI_Cargo_APC.lua
# Moose Development/Moose/Wrapper/Controllable.lua
2018-05-06 07:36:58 +02:00
FlightControl_Master
810d900d7e
Working with Transporting mode on or off.
2018-05-02 22:18:07 +02:00
FlightControl_Master
c999389cda
Handler for unloading too.
2018-04-23 06:51:49 +02:00