Commit Graph

315 Commits

Author SHA1 Message Date
FlightControl_Master 5558c26db7 Reduction of moose.lua sizing working now! 2017-09-26 18:47:33 +02:00
funkyfranky ec6961fada ATC queue minor changes 2017-09-24 21:53:24 +02:00
funkyfranky c41b30adc2 Improved get destination/departuire behaviour. 2017-09-24 15:29:51 +02:00
funkyfranky c1f884d024 atc2 2017-09-21 01:11:52 +02:00
funkyfranky 0f764424e8 Added some more output. 2017-09-17 23:39:19 +02:00
funkyfranky 8c5eb5fb0d Bug fixes
Fixed bug in airport ID.
Fixed bug in equation of waypoint distance calculation.
2017-09-16 10:57:32 +02:00
funkyfranky 5d627d91d8 Moved RAT to functional. 2017-09-09 18:23:57 +02:00
funkyfranky 9289e0dac1 First version of RAT
Not even alpha status.
2017-08-28 00:05:30 +02:00
FlightControl_Master 27f77c5df0 Updates 2017-08-11 14:14:35 +02:00
FlightControl_Master 652ed8b178 Fix for #627 2017-07-25 08:20:38 +02:00
FlightControl_Master 4d33abb0eb Documentation 2017-07-20 13:19:39 +02:00
FlightControl f221047eba Updated various functions for tasking. 2017-07-02 12:14:41 +02:00
FlightControl 9006e17c25 Fixed problem with BASE:GetParent method 2017-07-01 19:00:44 +02:00
FlightControl 5d2eb2ea15 Dynamic Moose.lua 2017-06-30 10:36:14 +02:00
FlightControl 862f2ab3ac new version 2017-06-29 16:58:12 +02:00
FlightControl aed71ca9e2 Task Progress Accounting
Record achievement history for players executing a task. Only show
progress when there is progress to report. Only score progress when
there is progress for a player, not for other groups.
2017-06-24 15:05:33 +02:00
FlightControl 54c8a6f9dd Updates 2017-06-21 06:00:24 +02:00
FlightControl f56b2229a7 Progress 2017-06-12 06:44:01 +02:00
FlightControl 4f91ba6081 Progress 2017-06-10 10:59:41 +02:00
FlightControl 9f22e2cc71 Progress 2017-06-09 20:35:46 +02:00
FlightControl e17de754a3 Progress 2017-06-08 15:44:35 +02:00
FlightControl cf4c269f77 Progress 2017-06-06 18:33:24 +02:00
FlightControl a3289205e6 Progress 2017-05-31 18:58:34 +02:00
FlightControl 0af5e1428b Progress 2017-05-30 19:38:56 +02:00
FlightControl 599f31dfae Final tests done, publishing 2017-05-22 12:17:18 +02:00
FlightControl 13449cc9ee Progress designing system settings 2017-05-20 08:48:57 +02:00
FlightControl 4b62fbd497 First A2A class 2017-05-17 19:12:39 +02:00
FlightControl b9c51ffc75 Release of AI_FORMATION 2017-05-10 10:33:23 +02:00
FlightControl f359c8c380 Attack map object as part of BA 2017-05-09 21:29:19 +02:00
FlightControl 743fa8ced1 new AI_BAI class 2017-05-09 10:40:05 +02:00
FlightControl 755343d02e Fixeds for tasking
- Fixed the hanging report (I think)
- Fixed the routing messages appearing every time again
- Fixed the Task menu
2017-04-26 11:33:48 +02:00
FlightControl 6b3fe625e5 Important changes
-- Renamed AI_DESIGNATE to DESIGNATE
-- Added a parameter to the New() method: CC.
The declaration prototype is now:
`function DESIGNATE:New( CC, Detection, AttackSet )`

I've added a lot of good stuff in the clas now. Almost ready.
2017-04-24 13:04:25 +02:00
FlightControl a8da12c09d Documentation 2017-04-23 21:33:15 +02:00
FlightControl 1cc89942d1 Progress 2017-04-23 08:49:12 +02:00
FlightControl 036768d400 Progress! 2017-04-22 13:53:54 +02:00
FlightControl cb5510d047 Publish to master 2017-04-19 19:41:26 +02:00
FlightControl b1c7e04422 Progress 2017-04-19 19:13:23 +02:00
FlightControl 3a3869e095 Lasing is working 2017-04-19 16:53:35 +02:00
FlightControl 898976d437 Fixed for cargo hitting client helicopter
When unboarding, the cargo would it the client helicopter on the path,
this is fixed by positioning the cargo at the direction of the target
unboarding point. No helicopter anymore in between.
2017-04-16 08:09:20 +02:00
FlightControl 59d9eb127d Progress 2017-04-15 12:13:34 +02:00
FlightControl 1a5a74120b Progress 2017-04-13 09:42:22 +02:00
FlightControl c20f13f0f8 Progress 2017-04-13 08:45:28 +02:00
FlightControl 92c5e0c592 Documentation update 2017-04-12 18:02:17 +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 573f444254 New dynamic loader 2017-04-12 09:27:52 +02:00
FlightControl 51c1da3557 Added Event Reset for SPAWN, GROUP and UNIT on SPAWN:ReSpawn() 2017-04-11 08:19:06 +02:00
FlightControl c8cf0e2cc5 Updated improved version ...
-- Fixed error in HIT processing. HIT events are only for the Target,
when set on UNIT or GROUP level!
2017-04-11 07:01:44 +02:00
FlightControl 553435bbcb Event fix, version 1 pre-alpha test version... 2017-04-10 16:14:27 +02:00
Grey-Echo d5adf0a282 Resolve problems with Zone.lua
also generate Dynamic Loader (forgot to generate it after generating static for tests)
2017-04-05 09:35:06 +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