FlightControl_Master
e78cd56752
Core modules
2018-05-21 22:51:43 +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
ac72e6fad2
Zone probability implementation.
2018-05-15 19:02:17 +02:00
FlightControl_Master
48384ac758
Added the dynamic creation of a SET_ZONE, but you still need to declare all zones within the mission script.
2018-05-14 08:12:15 +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
fea2f55fbb
Lots of optimizations
2018-04-12 13:59:55 +02:00
FlightControl_Master
1ae1b9abd7
Ready for another test session.
2018-04-11 09:14:12 +02:00
FlightControl_Master
ffe4d9a143
Finish Cargo/FC/Transport
2018-04-10 20:02:40 +02:00
FlightControl_Master
7735120f25
Progress on AI_CARGO_TROOPS
2018-04-07 14:21:34 +02:00
FlightControl_Master
747777b297
-- Fix issue SET_AIRBASE does not update #817 .
2018-03-27 15:10:14 +02:00
FlightControl_Master
e22e7f2c58
-- Fix issue SET_AIRBASE does not update #817 .
2018-03-27 15:03:07 +02:00
FlightControl_Master
52d783a0b7
Fixing errors due to core changes in the model.
2018-03-22 05:01:14 +01:00
FlightControl_Master
44160dfa29
Merge branch 'master' into FC/DETECTION_UNITS_class_broken___#773
2018-03-20 11:26:19 +01:00
FlightControl_Master
706aea01ca
Cleanup of documentation of AI
2018-03-20 10:34:53 +01:00
FlightControl_Master
7c2c6daf3e
Tracify comments
2018-03-18 11:17:37 +01:00
FlightControl_Master
8bbff46efd
Reworked the DESIGNATE functionality and menu mechanisms.
2018-03-06 12:38:22 +01:00
FlightControl_Master
03c38356ce
Fixed the issue that No commandcenter menu was generated in case of birth of a join of a player.
2018-03-05 11:36:01 +01:00
FlightControl_Master
8332ba5112
Fixed the issue in AI_BALANCER
2017-12-18 11:50:15 +01:00
FlightControl_Master
f35d78c11c
Fixed the issue in designate.
2017-12-17 17:39:13 +01:00
FlightControl_Master
95112e8818
Solving the SCORING menu not anymore accessible due to S_EVENT_PLAYER_ENTER_UNIT bug in DCS (not fired anymore in MP when a player joins a slot).
2017-12-12 16:08:23 +01:00
FlightControl_Master
ef1290015e
AliveSet fix
2017-12-11 11:31:47 +01:00
FlightControl_Master
02c671bd63
Ensuring that only alive groups are handled, trying to solve the menu issues.
...
Optimizing the threatlevel boxes.
2017-12-11 11:08:15 +01:00
FlightControl_Master
e036ec0adf
Fixing error with SET_BASE:GetSet(). It was the wrong approach to solve the Menu issues. Setting back to the original.
2017-12-10 19:02:20 +01:00
FlightControl_Master
d38c2540c2
Fixed errors with SET_GROUP
2017-12-04 14:01:59 +01:00
FlightControl_Master
76ea635b63
* Fixed AI_A2A_DISPATCHER going crazy
...
* Fixed SET to avoid when a new element is added, that the index is also incremented.
2017-11-30 16:04:58 +01:00
FlightControl_Master
0e4a5c02d5
Working version, fiew!
2017-10-26 14:54:59 +02:00
FlightControl_Master
a8c5ccd4ad
* Final version
...
* Monitor off taxi way
* Monitor maximum speed
* Monitor kick speed
2017-10-23 15:30:40 +02:00
FlightControl_Master
6f151a6c5d
Progress
...
* Added USERFLAG class to manage user flags
* Added USERSOUND class to manage sounds
* Added SET_BASE:GetSetNames() to return an array of the object names of
a Set. (Created dynamic lists based on mission editor groups defined).
* Added SET_BASE:GetSetObjects()
* Revised the Messages
* Optimized the code for GetScannedCoalition
* Markings text optimized for ZONE_CAPTURE_COALITION. Now the owning
coalition is also shown.
* Removed the stupid naming of messages to coalitions.
2017-10-10 11:06:05 +02:00
FlightControl_Master
b84d08f052
Progress
2017-09-29 07:03:50 +02:00
FlightControl_Master
57eeefcf06
Progress
2017-09-28 19:54:44 +02:00
FlightControl_Master
56813a800c
Fixed the impossible bearing calculation problem
...
* Bearing is only known of a SET_UNIT, if all units of the set are
heading +/- 5 degrees in the same direction.
2017-09-15 19:38:19 +02:00
FlightControl_Master
adb4befcdf
Updates
2017-09-13 07:07:07 +02:00
FlightControl_Master
560f551ed7
Progress
2017-09-11 14:54:08 +02:00
FlightControl_Master
1cf2383dfd
First version
2017-08-15 17:44:09 +02:00
FlightControl
33916c2631
Merge remote-tracking branch 'refs/remotes/origin/master-release'
...
# Conflicts:
# Moose Mission Setup/Moose.lua
# Release 2.1.md
2017-07-11 16:56:17 +02:00
FlightControl
a0befeb34f
Fixed a bug in the removal of GROUP objects in SET_GROUP
...
Upon a DEAD or CRASH event processing in a SET_GROUP, the GROUP object
would be removed regardless of how many UNITs are still in the GROUP
object.
The fix is that upon a DEAD or CRASH event in a SET_GROUP, it will be
checked if there is only one UNIT left in the GROUP, and only then the
GROUP will be removed from the SET_GROUP.
2017-07-11 16:20:15 +02:00
FlightControl
9f5b9ab04c
Progress
2017-07-06 08:51:08 +02:00
FlightControl
f0c20be967
Improved Task Goal monitoring
2017-06-23 21:54:59 +02:00
FlightControl
6126ec9450
Fixes bug in SET_GROUP
...
Was unable to filter on category "ground". Fixed now.
2017-06-23 08:14:02 +02:00
Fridge
18ddbdac84
Fix for '-' characters in the prefix string when using FilterPrefix on groups with '-' in the name
...
This should replace '-' characters in the search pattern with %- (the escaped version). Thedouble %% is necessary to get the escape sequence through.
2017-06-20 20:51:08 -03:00
FlightControl
e17de754a3
Progress
2017-06-08 15:44:35 +02:00
FlightControl
ef95cfb1f5
Progress
2017-06-07 12:56:43 +02:00
FlightControl
531f8a9106
Progress
2017-05-31 22:41:29 +02:00
FlightControl
9984055f7d
Documentation
2017-05-29 18:02:57 +02:00
FlightControl
aa159b1337
Documentation tags and release prep text
2017-05-16 10:35:26 +02:00
FlightControl
cc4a6a5f01
Fixed #517 - When detected set is empty, script fails when lasing is activated.
...
Now, when there is no target detected and lase is activated, the system
does not crash.
2017-05-15 12:40:32 +02:00
FlightControl
2fadd949a6
Fixes
2017-05-07 15:37:27 +02:00
FlightControl
16e6730dc1
Trace
2017-05-04 16:19:04 +02:00
FlightControl
f410d2ae0b
A lot of fixes
...
See #386
2017-04-24 12:38:24 +02:00