FlightControl
6d5655e56a
Progress on AI_CAS_ZONE and AI_PATROL_ZONE rework.
2017-01-15 11:11:58 +01:00
FlightControl
e552e70e2a
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
2017-01-13 20:15:16 +01:00
Sven Van de Velde
3f6487c410
Merge pull request #194 from FlightControl-Master/FlightControl
...
commit
2017-01-13 20:08:37 +01:00
FlightControl
25b7c49842
Updates
2017-01-13 20:08:18 +01:00
FlightControl
3dfbc9a0f9
updates
2017-01-13 20:06:17 +01:00
FlightControl
3331c58e24
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
2017-01-13 20:05:58 +01:00
FlightControl
eae00a0cb8
commit
2017-01-13 20:04:42 +01:00
Sven Van de Velde
cabedb65b7
Merge pull request #193 from FlightControl-Master/FlightControl
...
Flightcontrol
2017-01-13 20:00:01 +01:00
FlightControl
f0e99225db
Updates
2017-01-13 19:59:23 +01:00
FlightControl
f3d0f7233d
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
2017-01-13 19:59:07 +01:00
Sven Van de Velde
8609cb50d3
Merge pull request #192 from FlightControl-Master/FlightControl
...
Flightcontrol
2017-01-13 19:58:00 +01:00
FlightControl
54c3549bac
Update
2017-01-13 19:57:30 +01:00
FlightControl
8439708cca
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
2017-01-13 19:57:21 +01:00
Sven Van de Velde
368b396b2a
Merge pull request #191 from FlightControl-Master/FlightControl
...
First AI_CAS_ZONE prototype ...
2017-01-13 14:14:15 +01:00
FlightControl
3e199fce90
Fixed the scoring (small fix)
2017-01-13 14:12:35 +01:00
FlightControl
60bb6de4a5
CAS first prototype
2017-01-13 14:05:09 +01:00
FlightControl
f5f59c4137
Test
2017-01-13 03:13:13 +01:00
FlightControl
5bdad983ad
Updated the declutter lua file
2017-01-12 18:53:27 +01:00
FlightControl
f2f73ef71b
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
2017-01-12 12:23:10 +01:00
Sven Van de Velde
cfca7dfc05
Merge pull request #190 from FlightControl-Master/FlightControl
...
Flightcontrol: Fixed AI_BALANCER problems.
- Problems were with the scheduler, and the SPAWNING.
- After a re-spawn, the route set by AI_PATROLZONE was erased for the new GROUP object.
- The SCHEDULER was completely wrong used for SetTask, GetTask and RouteTo.
2017-01-12 12:22:15 +01:00
FlightControl
1acdfc1798
Ensure merge is done correctly
2017-01-12 12:20:17 +01:00
FlightControl
db7b91bb5f
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
2017-01-12 12:19:42 +01:00
FlightControl
6716f2907b
Fixed AI_BALANCER problem with AI not patrolling...
...
-- Need to redo a video, because I gave the wrong example ...
2017-01-12 12:19:23 +01:00
FlightControl
f0d0b07cc0
Master page and introduction
2017-01-12 09:37:52 +01:00
FlightControl
cbd26b631a
CARGO
2017-01-11 16:54:08 +01:00
FlightControl
792f006041
main site
2017-01-11 11:38:39 +01:00
FlightControl
4f7fb7ef1d
Link to MOOSE in 5 minutes video
2017-01-11 11:35:22 +01:00
FlightControl
d274dc44e9
MOOSE in 5 minutes presentation
2017-01-11 11:27:59 +01:00
FlightControl
788e5dfa56
Master page update
2017-01-11 10:25:09 +01:00
FlightControl
b4c7e9cacf
Master page update
2017-01-11 10:21:05 +01:00
FlightControl
2453fb6780
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
2017-01-11 10:12:50 +01:00
Sven Van de Velde
3cff3ed761
Merge pull request #187 from FlightControl-Master/FlightControl
...
Flightcontrol
2017-01-10 12:57:02 +01:00
FlightControl
9258beffc8
Revised documentation for AI_BALANCER
...
-- Added new SPAWN test missions.
-- Added new AI_BALANCER test missions.
-- Revised the MOOSE launch page.
2017-01-10 12:56:03 +01:00
FlightControl
899d076399
Documentation and Videos
2017-01-09 16:48:30 +01:00
FlightControl
41ccfb35fc
Modified documentation
2017-01-09 15:59:54 +01:00
FlightControl
5adc72fdb9
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
2017-01-09 15:59:40 +01:00
FlightControl
de4edad449
Documenting further
2017-01-09 11:27:37 +01:00
Sven Van de Velde
ccc10e5233
Merge pull request #186 from FlightControl-Master/FlightControl
...
-- Revised and Added documentation.
-- Added pictures to documentation.
-- Add/Exit clients is working. AI balances perfectly.
-- FSM bug fixed. SUBS should not execute OnAfter, OnEnter
2017-01-08 21:13:13 +01:00
FlightControl
51780b1d9b
AI_BALANCER revised completely
...
-- Revised and Added documentation.
-- Added pictures to documentation.
-- Add/Exit clients is working. AI balances perfectly.
-- FSM bug fixed. SUBS should not execute OnAfter, OnEnter
2017-01-08 21:07:25 +01:00
FlightControl
1f90c0c766
Fixed respawn bug in AI_BALANCER + Scheduler bug
...
AI_BALANCER respawns back the AI. Bug was in the FSM. In a transition,
when states are the same, the events SHOULD execute.
Added spawn delay interval option API SetSpawnInterval().
Bug that prevented AI_BALANCER to start if multiple AI_BALANCERs is also
fixed.
Fixed bug in scheduler dispatcher. Multiple schedules for the same
scheduler work now too!
2017-01-08 03:53:05 +01:00
FlightControl
243f33764a
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
...
# Conflicts:
# Moose Mission Setup/Moose.lua
2017-01-07 16:46:50 +01:00
FlightControl
196f85f07b
AI_BALANCER fixes and other stuff
2017-01-07 16:44:41 +01:00
Sven Van de Velde
8c45629dde
Merge pull request #184 from FlightControl-Master/Bugfix-132nd
...
fix to missile trainer be 132nd
2017-01-07 14:15:48 +01:00
entropySG
ffe3325080
fix to missile trainer be 132nd
...
we had noticed that some weapons, like GBU-38 were destroyed by the
missile trainer. This insert would restrict the unspecific destruction
of weapons to the Tunguskas missile only and leave other weapons, like
GBU38 intact
2017-01-07 13:59:56 +01:00
FlightControl
fc100716e0
FSM Updates
2017-01-06 11:08:42 +01:00
FlightControl
44332595a4
And now putting them back to get them on the web page :-)
2017-01-06 07:42:50 +01:00
FlightControl
a5298a950f
Deleting JPG Files ...
2017-01-06 07:42:08 +01:00
FlightControl
743609310b
FSM Documentation
2017-01-06 07:37:20 +01:00
FlightControl
df0adff9f1
FSM Documentation
2017-01-05 22:12:09 +01:00
FlightControl
e60f686ec8
FSM Documentation
2017-01-05 16:12:29 +01:00