Commit f4bc5f9
authored
Release 1.1.1.0
FIX collision handling caused unloader to stop-and-go behind chopper
FIX multiple trailer unload harvester
TWEAK improved liquid overload:
- only start loading in silo-trigger-range and if trigger is found
TWEAK harvester - unloader - co-operation:
- increased reverse distance for unloader
- CP harvester should wait some seconds while unloader is driving reverse
TWEAK rework park destination:
- MP synchronized
- on dedi server trailers, attachments, etc. can now also be assigned parking spaces
- all destinations handled now internally in vehicles.xml in tag AutoDriveVehicleData parkDestination, AD will update automatical
TWEAK debug road network:
- performance optimisation, especial when deactivating route network debug
- changed: known markers for open / dead route ends now named with "1..."
- new: route network with connections AD might not use due to issues named "2...", i.e. reverse section (light blue) within one-way direction (green)
TWEAK reset AD modes if started should fix/avoid unusual behaviour(s)
TWEAK: CP interface for co-operation with newer CP versions
ADDED: combine open pipe when precall-level is reached
ADDED experimental features:
- blue Line Route Finder: default OFF, enable if AD could not find a route via multiple passes dark blue connections, feedback if issues occure
- detect Gras Field: default ON, harvester will detect gras field and assign the correct side to unloaderFile tree
50 files changed
+2052
-588
lines changed- FS19_AutoDrive
- gui
- scripts
- Events
- Gui
- Hud
- Manager
- Modes
- Modules
- Sensors
- Tasks
- Utils
- translations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+2052
-588
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
100 | 108 | | |
101 | 109 | | |
102 | 110 | | |
| |||
105 | 113 | | |
106 | 114 | | |
107 | 115 | | |
108 | | - | |
| 116 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
| 158 | + | |
154 | 159 | | |
155 | 160 | | |
156 | 161 | | |
| |||
177 | 182 | | |
178 | 183 | | |
179 | 184 | | |
| 185 | + | |
| 186 | + | |
180 | 187 | | |
181 | 188 | | |
182 | 189 | | |
| |||
218 | 225 | | |
219 | 226 | | |
220 | 227 | | |
221 | | - | |
| 228 | + | |
222 | 229 | | |
223 | 230 | | |
224 | 231 | | |
225 | 232 | | |
226 | 233 | | |
227 | 234 | | |
228 | 235 | | |
| 236 | + | |
229 | 237 | | |
230 | 238 | | |
231 | 239 | | |
| |||
279 | 287 | | |
280 | 288 | | |
281 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
282 | 293 | | |
283 | 294 | | |
284 | 295 | | |
| |||
304 | 315 | | |
305 | 316 | | |
306 | 317 | | |
| 318 | + | |
| 319 | + | |
307 | 320 | | |
308 | 321 | | |
309 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
311 | 316 | | |
312 | | - | |
313 | | - | |
| 317 | + | |
| 318 | + | |
314 | 319 | | |
315 | 320 | | |
316 | 321 | | |
| |||
0 commit comments