Commit Graph

64 Commits

Author SHA1 Message Date
Frank 49d2f5eef1 Back 2018-09-24 10:44:23 +02:00
Frank 71415a9796 Merge branch 'develop' into FF/Develop 2018-09-24 10:06:24 +02:00
Frank 483c5deddd Wrong 2018-09-24 10:00:43 +02:00
FlightControl def7a1513e fixes stupid error I did on AI_CARGO_DISPATCHER. 2018-09-24 05:40:40 +02:00
Frank 954ca31c79 Strange Things! 2018-09-23 21:45:19 +02:00
FlightControl ddeb832f12 Documentation 2018-09-22 10:29:52 +02:00
FlightControl 163e42ee6e Documentation 2018-09-22 10:06:19 +02:00
FlightControl 9ca61c680e Documentation 2018-09-22 09:57:46 +02:00
FlightControl d86419f893 Documentation 2018-09-22 09:55:40 +02:00
FlightControl 6e67da1672 Dispatcher documentation. 2018-09-22 09:45:57 +02:00
FlightControl 136a2ce5f2 Documentation test 2018-09-22 09:28:08 +02:00
FlightControl e274ac3151 Documentation 2018-09-21 21:18:40 +02:00
FlightControl c8f2786611 Unboarding and Unboarding timing updates. 2018-09-21 16:29:53 +02:00
FlightControl 8516cb349c Test 2018-09-21 15:24:40 +02:00
FlightControl fc5cbb7862 Documentation 2018-09-21 13:21:04 +02:00
FlightControl 99b1532974 docs 2018-09-20 22:02:27 +02:00
FlightControl 3625ad37b4 Documentation 2018-09-20 21:43:05 +02:00
FlightControl 1345bdcb10 Refinement of the code.
- ALL the Pickup event code has changed. A Height parameter has been added.
- ALL the Deploy event code has changed. A Height parameter has been added.
- ALL the Home event code has changed. A Height parameter has been added.
- ZONE_POLYGON now also has a create zone event triggered.
2018-09-20 20:08:00 +02:00
FlightControl 337e7eab53 Fixed the remaining issues with APCs, Helicopter and Airplane cargo dispatchers. 2018-09-19 05:14:20 +02:00
funkyfranky d6cbd40575 Merge branch 'develop' into FF/Develop 2018-09-12 00:27:54 +02:00
FlightControl d5e2365bb3 More updates to fix the RemoveUnit problems for DATABASE and SETs. 2018-09-11 15:26:23 +02:00
funkyfranky 64ed3a119f Merge branch 'develop' into FF/Develop 2018-09-09 22:04:52 +02:00
FlightControl 5c5b9df470 Fixing problem with AI cargo helicopter pickup 2018-09-09 18:44:04 +02:00
funkyfranky 718679b5dd Warehouse v0.3.7w 2018-09-07 16:41:23 +02:00
funkyfranky c2064690f1 AI CARGO
Added new routines by Sven.
Due to conflicts just overwriting the old ones.
2018-09-06 23:25:19 +02:00
FlightControl 703dac8251 Optimization solving the overloading problem with Loaded event for cargo deployment. 2018-09-06 20:31:33 +02:00
FlightControl 5bd6f4901f Fixed issues with pickup zones. 2018-09-06 19:23:13 +02:00
FlightControl 5c29f48a88 Home event handler implementation for APCs and Helicopters. airplanes is to be further investigated. 2018-09-06 18:36:31 +02:00
FlightControl ea60e43584 Documentation updates 2018-09-05 21:24:11 +02:00
FlightControl ab19c696c3 Fixing an issue with cargo links. 2018-09-05 20:55:56 +02:00
FlightControl 415b740196 Workable solution? 2018-09-05 20:11:41 +02:00
FlightControl 81b0c3a050 Reworking cargo 2018-09-05 06:03:56 +02:00
funkyfranky c9e44dd865 Warehosue v0.3.3 2018-09-02 23:49:02 +02:00
funkyfranky 0ebbbde6c3 Merge branch 'develop' into FF/Develop 2018-08-30 17:56:36 +02:00
FlightControl 25777afdd1 - Now the cargo is sorted from large to small for dispatching.
- The carrier which has a unit that fits the group size, will be routed towards that cargo.
- When boarding, the carrier(s) will then be boarded with any cargo group that is available that fits the remaining cargo bays.
2018-08-29 19:23:46 +02:00
funkyfranky 508e35aec3 Warehouse v0.2.7 2018-08-27 00:10:05 +02:00
funkyfranky 5b7852ef6c Warehouse v0.2.5 2018-08-24 21:19:53 +02:00
funkyfranky 448110de08 Merge branch 'develop' into FF/Develop 2018-08-23 17:24:18 +02:00
FlightControl 7a2dee4162 OK. Revised cargo for AI is working. 2018-08-19 07:26:50 +02:00
FlightControl a02d3c1950 Cargo Dispatcher APC - Multiple Cargo Groups and Weight in APC 2018-08-17 07:59:53 +02:00
FlightControl 9650129769 AI helicopter dispatcher working to load multiple infantry groups ! 2018-08-14 22:40:28 +02:00
FlightControl 4d7812b368 Working version for airplanes, now need to debug to make it also happen for helicopters and apcs 2018-08-13 21:42:44 +02:00
FlightControl 74e9599df9 Got the airplanes finally to load together ... 2018-08-13 07:38:18 +02:00
FlightControl 7f9f9b33fd - Have added cargo bay limits based on volume and weight.
- AI Cargo Dispatcher works with cargo bay limits for carrier. (i still need to add options to set the parameters for this).
- Carriers load now multiple cargo.
- Added weight and volume attached to cargo objects for units. I reworked the respawning of cargo units, so that these volumes and weights are collected from the unit Descriptor properties!
- There are still bugs, which I need to resolve, but it is going in the right direction.
2018-08-11 11:33:43 +02:00
funkyfranky 195459d6d8 Warehouse v0.1.3 2018-08-10 16:26:39 +02:00
funkyfranky 06688366c6 Warehouse 0.1.2 2018-08-09 23:40:56 +02:00
FlightControl a14c2ef589 Work in progress. Limit functions for POSITIONABLE. 2018-08-08 22:41:02 +02:00
funkyfranky 86e4654474 Warehouse etc 2018-08-07 21:22:06 +02:00
FlightControl e93f2c54b2 Working version, but needs to be upgraded. 2018-08-04 16:47:18 +02:00
FlightControl 0a68e7e2f1 Pictures changed 2018-07-30 19:48:15 +02:00