Commit Graph

63 Commits

Author SHA1 Message Date
FlightControl_Master 1f5030fcbc Progress 2017-10-03 19:19:09 +02:00
FlightControl_Master 6799cd776e RAT documentation update 2017-09-15 16:17:08 +02:00
FlightControl_Master 887faacdb1 New documentation version 2017-09-13 21:41:46 +02:00
funkyfranky 5d627d91d8 Moved RAT to functional. 2017-09-09 18:23:57 +02:00
FlightControl_Master 0eb0a3a3e7 Detection time 2017-09-01 12:22: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 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 27f77c5df0 Updates 2017-08-11 14:14:35 +02:00
FlightControl_Master 6dec92168e Documentation 2017-08-08 15:56:17 +02:00
FlightControl_Master 2aecf45316 Many Fixes 2017-08-08 09:42:42 +02:00
FlightControl_Master d349ed12a9 Engage Range test 2017-08-06 07:40:55 +02:00
FlightControl_Master a86a346378 Update the documentation and how default values were set in AI_A2A_DISPATCHER 2017-08-06 07:08:54 +02:00
FlightControl_Master 53845448b0 Documentation 2017-08-05 15:14:11 +02:00
FlightControl_Master dbe1d7aaa3 New Refuelling process 2017-08-03 12:21:56 +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 dddcb42e32 Documentation 2017-07-26 15:14:44 +02:00
FlightControl_Master a2630670c0 Docs 2017-07-24 17:42:00 +02:00
FlightControl_Master b386c2b5eb Documentation 2017-07-24 05:59:34 +02:00
FlightControl_Master 4d33abb0eb Documentation 2017-07-20 13:19:39 +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 ab33d6b272 CLEANUP_AIRBASE documentation 2017-07-08 13:00:18 +02:00
FlightControl 85975c01a4 Optimizations 2017-07-08 09:20:42 +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 5a7551d312 Progress 2017-06-13 13:17:17 +02:00
FlightControl 9984055f7d Documentation 2017-05-29 18:02:57 +02:00
FlightControl fb1e9972a5 Documentation 2017-05-23 22:20:29 +02:00
FlightControl 4359831423 Updates in POSITIONABLE
-- Added :GetBoundingBox()
-- Added :GetHeight()
-- Updated documentation
2017-05-13 06:36:13 +02:00
FlightControl 15c52e03d9 Documentation updates 2017-05-11 12:48:10 +02:00
FlightControl b9c51ffc75 Release of AI_FORMATION 2017-05-10 10:33:23 +02:00
FlightControl 743fa8ced1 new AI_BAI class 2017-05-09 10:40:05 +02:00
Grey-Echo 7b2f0fda9c Update to the documentation generation process
Include a doc update too.
2017-05-03 16:35:34 +02:00
FlightControl 6459ee4329 Documentation 2017-04-24 14:01:17 +02:00
FlightControl f410d2ae0b A lot of fixes
See #386
2017-04-24 12:38:24 +02:00
FlightControl 6c018acc79 Documentation 2017-04-23 17:09:03 +02:00
Grey-Echo 7bb60f51bb Merge branch 'master' into issue437 2017-04-22 15:21:43 +02:00
Grey-Echo f1a9029bc6 Documentation update 2017-04-22 14:56:30 +02:00
FlightControl 036768d400 Progress! 2017-04-22 13:53:54 +02:00
FlightControl e53303b71a regenerate documentation 2017-04-20 18:06:27 +02:00
FlightControl cb5510d047 Publish to master 2017-04-19 19:41:26 +02:00
FlightControl 4761e7150a Update web site 2017-04-14 09:49:29 +02:00
FlightControl b245ed0e1d Update web site 2017-04-14 09:48:00 +02:00
FlightControl 798996efd2 Documentation etc 2017-04-14 09:31:44 +02:00
Sven Van de Velde d62cd7562b Merge branch 'master-353-task-cargo-transport' into enhancement-353-task-cargo-transport 2017-04-12 17:35:10 +02:00
FlightControl 306ac64bd3 Updated SPAWN
-- Revised documentation
-- Initial delay OFF by default for SpawnScheduled() spawning. Use the
InitDelayOn() to activate the delays.
2017-04-11 20:35:46 +02:00
Grey-Echo 3b69cf992e This is an important refactor of the way documentation generation works
* Installs luarocks WITH it's executable (easy to install other rocks if necessary)
* Use Lua supplied with luarocks
* Create Utils/luadocumentor.bat, which works with RELATIVE PATH ! -> Everybody can generate the doc
* Updated launch files accordingly
2017-04-05 01:26:39 +02:00
FlightControl 7e9b97dda0 Documentation 2017-04-02 09:39:00 +02:00
FlightControl 581414b259 Release automation preparation
-- Updated .launch files to work from workspace. So everybody can use
them from LDT.
-- Deleted obscolete .launch files.
-- Created new Moose_Create.lua script. Now lua makes the Dynamic and
Static Moose.lua stub.
-- One single file is the reference for the Moose sources: Moose.files
located in Moose Setup
-- Removed the l10n directory from Moose Setup\Moose Mission Update.
-- Removed the 7z and other outputs to update missions.
2017-03-29 09:50:39 +02:00
Grey-Echo af6f942218 Merge branch 'master' into RadioComs 2017-03-20 22:23:03 +01:00
Grey-Echo 55cbd24588 LDoc final pass and HTML doc generation 2017-03-20 13:51:00 +01:00
FlightControl 8add761982 Updated documentation 2017-03-10 23:05:02 +01:00