This repository has been archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 523
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Straw Harvest Premos Support - AIDriver rogue check fix
Forgotten file
pvaiko
suggested changes
Sep 5, 2020
Pipe spec is already there
Nonrelevant test leftovers, concerning pipe management.
schwiti6190
suggested changes
Sep 6, 2020
pvaiko
suggested changes
Sep 6, 2020
Bad LUA understanding.
A comment for anyone who tests this. I'm not happy at how the "pipe" (conveyor belt) is handled with Premos, because it unfolds too late and pushes the trailer/tractor. Not sure if is the cause of this is the absence of markers or is a more generic issue with pipe handling. |
pvaiko
added a commit
that referenced
this pull request
Sep 10, 2020
MP impovements (#6025) * improved debugging channel 5 * removed waypoint index, cp.text events and moved them to onWriteUpdate to reduce network load closes #6026 , closes #5975, closes #6020, closes #6008 Straw Harvest Premos Support (#6031) * Straw Harvest Premos Support Mode 10 fixes * correct working width calculation (#6037) * fixed starting position calculation * reset target silo at each start so if we change silos we won't get stuck at the old one, fixes #4254 May fix #4547, #4130, #5249, #5936 and #6029
pvaiko
added a commit
that referenced
this pull request
Sep 11, 2020
Fixes #6056 (lua error when StrawHarvest not installed) * improved debugging channel 5 * removed waypoint index, cp.text events and moved them to onWriteUpdate to reduce network load closes #6026 , closes #5975, closes #6020, closes #6008 Straw Harvest Premos Support (#6031) * Straw Harvest Premos Support Mode 10 fixes * correct working width calculation (#6037) * fixed starting position calculation * reset target silo at each start so if we change silos we won't get stuck at the old one, fixes #4254 May fix #4547, #4130, #5249, #5936 and #6029
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
- AIDriver rogue check fix-isInTrigger
check makes no sense, no prior assignment- Fixes driver using the approach for no apparent reason