Merge branch 'develop' into FF/Develop

This commit is contained in:
funkyfranky
2018-05-22 17:03:35 +02:00
43 changed files with 46 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
--- **AI** -- (R2.2) - Models the process of Combat Air Patrol (CAP) for airplanes.
--
-- This is a class used in the @{AI_A2A_Dispatcher}.
-- This is a class used in the @{AI.AI_A2A_Dispatcher}.
--
-- ===
--

View File

@@ -155,7 +155,7 @@
-- ### Authors: **FlightControl** rework of GCICAP + introduction of new concepts (squadrons).
-- ### Authors: **Stonehouse**, **SNAFU** in terms of the advice, documentation, and the original GCICAP script.
--
-- @module AI_A2A_Dispatcher
-- @module AI.AI_A2A_Dispatcher

View File

@@ -9,7 +9,7 @@
--
-- ===
--
-- @module Base
-- @module Core.Base

View File

@@ -7,7 +7,7 @@
--
-- ===
--
-- @module Database
-- @module Core.Database
--- @type DATABASE

View File

@@ -164,7 +164,7 @@
--
-- ===
--
-- @module Event
-- @module Core.Event
--- The EVENT structure

View File

@@ -64,7 +64,7 @@
--
-- ===
--
-- @module Fsm
-- @module Core.Fsm
do -- FSM

View File

@@ -10,7 +10,7 @@
--
-- ===
--
-- @module Goal
-- @module Core.Goal
do -- Goal

View File

@@ -30,7 +30,7 @@
--
-- ===
--
-- @module Menu
-- @module Core.Menu
MENU_INDEX = {}

View File

@@ -4,7 +4,7 @@
--
-- ===
--
-- @module Message
-- @module Core.Message
--- The MESSAGE class
-- @type MESSAGE

View File

@@ -26,7 +26,7 @@
--
-- ### Contributions:
--
-- @module Point
-- @module Core.Point

View File

@@ -32,7 +32,7 @@
--
-- ### Author: Hugues "Grey_Echo" Bousquet
--
-- @module Radio
-- @module Core.Radio
--- # RADIO class, extends @{Base#BASE}

View File

@@ -30,7 +30,7 @@
-- ### Contributions: -
-- ### Authors: FlightControl : Design & Programming
--
-- @module ScheduleDispatcher
-- @module Core.ScheduleDispatcher
--- The SCHEDULEDISPATCHER structure
-- @type SCHEDULEDISPATCHER

View File

@@ -39,7 +39,7 @@
--
-- ===
--
-- @module Scheduler
-- @module Core.Scheduler
--- The SCHEDULER class

View File

@@ -30,7 +30,7 @@
--
-- ===
--
-- @module Set
-- @module Core.Set
--- @type SET_BASE

View File

@@ -16,7 +16,7 @@
--
-- * **FlightControl**: Design & Programming
--
-- @module Settings
-- @module Core.Settings
--- @type SETTINGS

View File

@@ -21,7 +21,7 @@
--
-- ===
--
-- @module Spawn
-- @module Core.Spawn
--- SPAWN Class

View File

@@ -29,7 +29,7 @@
--
-- ===
--
-- @module SpawnStatic
-- @module Core.SpawnStatic

View File

@@ -38,7 +38,7 @@
--
-- ===
--
-- @module Spot
-- @module Core.Spot
do

View File

@@ -10,7 +10,7 @@
--
-- ===
--
-- @module UserFlag
-- @module Core.UserFlag
do -- UserFlag

View File

@@ -10,7 +10,7 @@
--
-- ===
--
-- @module UserSound
-- @module Core.UserSound
do -- UserSound

View File

@@ -7,7 +7,7 @@
--
-- ===
--
-- @module Velocity
-- @module Core.Velocity
do -- Velocity

View File

@@ -34,7 +34,7 @@
--
-- ===
--
-- @module Zone
-- @module Core.Zone
--- @type ZONE_BASE

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSAirbase
-- @module DCS.DCSAirbase
--- Represents airbases: airdromes, helipads and ships with flying decks or landing pads.

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSCoalitionObject
-- @module DCS.DCSCoalitionObject
--- @type CoalitionObject
-- @extends Dcs.DCSWrapper.Object#Object

View File

@@ -1,4 +1,4 @@
--- @module DCSCommand
--- @module DCS.DCSCommand
--- @type Command

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSController
-- @module DCS.DCSController
--- Controller is an object that performs A.I.-routines. Other words controller is an instance of A.I.. Controller stores current main task, active enroute tasks and behavior options. Controller performs commands. Please, read DCS A-10C GUI Manual EN.pdf chapter "Task Planning for Unit Groups", page 91 to understand A.I. system of DCS:A-10C.
--

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSGroup
-- @module DCS.DCSGroup
--- Represents group of Units.
-- @type Group

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSObject
-- @module DCS.DCSObject
--- @type Object
-- @field #Object.Category Category

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSStaticObject
-- @module DCS.DCSStaticObject
-------------------------------------------------------------------------------

View File

@@ -1,4 +1,4 @@
--- @module DCSTask
--- @module DCS.DCSTask
--- A task descriptor (internal structure for DCS World)

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSTime
-- @module DCS.DCSTime
--- @type ModelTime
-- @extends #number

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSTypes
-- @module DCS.DCSTypes

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSUnit
-- @module DCS.DCSUnit
--- @type Unit
-- @extends Dcs.DCSCoalitionWrapper.Object#CoalitionObject

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSVec3
-- @module DCS.DCSVec3

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSZone
-- @module DCS.DCSZone

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCScoalition
-- @module DCS.DCScoalition
--- @type coalition
-- @field #coalition.side side

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCScountry
-- @module DCS.DCScountry
--- @type country
-- @field #country.id id

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module env
-- @module DCS.DCSenv
--- @type env

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module land
-- @module DCS.land
--- @type land
-- @field #land.SurfaceType SurfaceType

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCStimer
-- @module DCS.DCStimer
--- @type timer

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCStrigger
-- @module DCS.DCStrigger
trigger = {} --#timer

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSWorld
-- @module DCS.DCSWorld
--- @type world
-- @field #world.event event