Frank
54896e0e31
Merge pull request #1444 from rollnthndr/develop
...
Added a note pointing out that callsigns need to be chosen depending …
2021-02-01 08:06:11 +01:00
Frank
fe55555c67
OPS
...
- Fixed inAir check for spawned groups
- Reduced SCHEDULER min delay to 0.001 sec (was 0.1 sec)
2021-01-30 23:28:07 +01:00
rollnthndr
261d1cbeba
Added a note pointing out that callsigns need to be chosen depending on the type of unit that this task is being assigned to.
2021-01-29 18:15:20 -07:00
Frank
35b776179e
Merge branch 'master' into develop
2021-01-19 16:56:40 +01:00
Frank
5146106885
Update Controllable.lua
2021-01-19 16:56:26 +01:00
Frank
5b4f3d1c98
Merge branch 'master' into develop
2021-01-16 22:56:43 +01:00
Frank
17c56a11bd
Merge pull request #1432 from OttoWerkr/develop
...
Update Scenery.lua
2021-01-15 23:53:37 +01:00
OttoWerkr
73b1394ca7
Update Scenery.lua
...
Added FindByName() to SCENERY Class.
2021-01-15 14:27:43 -05:00
Applevangelist
9440d2b2c3
Update Controllable.lua
...
missing # in docu
2021-01-13 08:47:20 +01:00
Frank
df79c765f8
Merge branch 'master' into develop
2021-01-12 17:40:40 +01:00
Frank
a6e16fb7ad
Update Airbase.lua
...
Fixed bug in white list
2021-01-12 17:40:21 +01:00
Frank
d09737c218
Merge branch 'master' into develop
2021-01-12 13:51:26 +01:00
Frank
94f206af68
AIRBASE
...
- Added black and white parking spot lists.
2021-01-12 13:49:35 +01:00
Frank
d08e4db0eb
Merge branch 'master' into develop
2021-01-03 00:24:42 +01:00
Frank
89afd2b4c0
Merge pull request #1421 from FlightControl-Master/FF/MasterDevel
...
Events and Database
2021-01-03 00:10:00 +01:00
Frank
417af6a93c
Client
2021-01-02 21:45:19 +01:00
Frank
7b7605e501
Client
2021-01-02 01:21:45 +01:00
Frank
f1e7d8bd06
Merge branch 'master' into develop
2021-01-01 10:16:58 +01:00
Frank
5185ea35fe
Merge pull request #1415 from acrojason/naval-cargo
...
Multiple ship types, set default cargobay limit, fixed doc bug
2021-01-01 02:21:41 +01:00
acrojason
ec039f2999
Multiple ship types, set default cargobay limit, fixed doc bug
2020-12-31 17:04:21 -08:00
Frank
c49497e68c
Merge branch 'master' into FF/MasterDevel
2020-12-31 21:39:37 +01:00
Frank
1328ac061e
Merge branch 'master' into develop
2020-12-31 21:22:59 +01:00
Frank
57bc6de12b
Merge pull request #1414 from acrojason/naval-cargo
...
Naval cargo
2020-12-31 20:38:30 +01:00
acrojason
1b80d68f50
Add support for naval logistics
2020-12-31 10:15:32 -08:00
Frank
787151597c
Client
2020-12-31 17:17:15 +01:00
Frank
f725039da5
Client and Event updates
2020-12-31 00:51:54 +01:00
Frank
38cf5be738
Update Airbase.lua
2020-12-29 22:51:10 +01:00
Frank
87f4ebee64
Clients
2020-12-29 01:10:40 +01:00
Frank
457ce1ece1
Merge branch 'master' into develop
2020-12-18 13:52:23 +01:00
Frank
ce5aaf0b48
Update Airbase.lua
...
- Changed Persion Gulf Airbase Names
2020-12-18 13:52:08 +01:00
Frank
8356271f8d
Merge branch 'master' into develop
2020-12-17 12:34:04 +01:00
Applevangelist
4fda0414a0
Add new Routing Function to Controllable.lua
...
--- (GROUND) Relocate controllable to a random point within a given radius; use e.g.for evasive actions; Note that not all ground controllables can actually drive, also the alarm state of the controllable might stop it from moving.
-- @param #CONTROLLABLE self
-- @param #number speed Speed of the controllable, default 20
-- @param #number radius Radius of the relocation zone, default 500
-- @param #boolean onroad If true, route on road (less problems with AI way finding), default true
-- @param #boolean shortcut If true and onroad is set, take a shorter route - if available - off road, default false
2020-12-16 10:10:46 +01:00
Frank
cfc0f1a1f7
Merge branch 'master' into develop
2020-12-03 23:18:32 +01:00
Frank
2500cfb3c7
RANGE v2.3.0
...
- Performance optimizations
2020-12-03 23:17:40 +01:00
Frank
edf657c65c
Merge branch 'master' into develop
2020-11-30 11:40:34 +01:00
Applevangelist
f034e3680c
Update Controllable.lua
2020-11-22 17:39:56 +01:00
Applevangelist
e5c57269bb
Update Controllable.lua
...
Added option OptionAAAttackRange and OptionEngageRange
2020-11-22 17:24:56 +01:00
Applevangelist
3e0db05664
Update Controllable.lua
...
Added control to keep within limits of the options
2020-11-22 13:01:26 +01:00
Applevangelist
9573d92cc0
Update Controllable.lua
...
Add option to control a2a attack ranges for AIR fighter units. See https://wiki.hoggitworld.com/view/DCS_option_missileAttack
2020-11-22 12:07:49 +01:00
Frank
09452444d7
Merge branch 'master' into develop
2020-11-15 23:00:23 +01:00
Frank
bf61f22dd1
Fixed UnHandleEvent for UNIT
...
#1365
2020-11-15 23:00:03 +01:00
Frank
d81ffcf119
Merge branch 'develop' into FF/Ops
2020-10-26 16:16:56 +01:00
Frank
9ed3b045f7
Merge branch 'master' into develop
2020-10-26 09:17:41 +01:00
Frank
9cb3111dd5
Github issues addressed
...
- Fixes #1342
- Fixes #1333
- Fixes #1331
2020-10-26 09:13:49 +01:00
Frank
2d6653c14a
Ops
...
- Laser
2020-10-26 08:01:56 +01:00
Frank
ab0e7e735a
Merge branch 'develop' into FF/Ops
2020-10-20 23:40:52 +02:00
Frank
3243555d3f
Merge branch 'master' into develop
2020-10-20 23:31:30 +02:00
Frank
1312555690
Github Issues Addressed
...
**GROUP**
#1354
**ARTY v1.1.8**
#1356
#1357
2020-10-20 23:26:32 +02:00
Frank
8696ce0cc1
Ops
2020-10-20 23:04:15 +02:00
Frank
7f98e703f1
Update Airbase.lua
...
- Fixed bug in the `AIRBASE:GetRunwaydata()` function.
2020-10-03 23:12:17 +02:00