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
Contributor
schwiti6190
commented
Jul 5, 2021
•
edited by Tensuko
Loading
edited by Tensuko
- Small global company fix, where the production overlay automatically opens while loading. Coursplay Menu Fehler #7313
- Added DriverModeSetting
- Adds more available helpers than 10 maximum allowed workers? #7335
pvaiko
suggested changes
Jul 11, 2021
schwiti6190
force-pushed
the
DriverModeSetting
branch
from
July 13, 2021 09:30
5c6584c
to
1b4c3a3
Compare
pvaiko
suggested changes
Jul 13, 2021
schwiti6190
force-pushed
the
DriverModeSetting
branch
from
July 18, 2021 10:55
598dc3c
to
a89e3bd
Compare
schwiti6190
commented
Jul 18, 2021
base.lua
Outdated
@@ -334,7 +331,7 @@ function courseplay:onDraw() | |||
local isDriving = self:getIsCourseplayDriving(); | |||
|
|||
--WORKWIDTH DISPLAY | |||
if self.cp.mode ~= 7 and self.cp.timers.showWorkWidth and self.cp.timers.showWorkWidth > 0 then | |||
if self.cp.settings.driverMode:get() ~= 7 and self.cp.timers.showWorkWidth and self.cp.timers.showWorkWidth > 0 then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pvaiko Is it correct, that the work width isn't shown for the bale collector ai driver ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is, it does not make any sense there. While you are at it, could replace the magic number with the constant, btw
schwiti6190
force-pushed
the
DriverModeSetting
branch
2 times, most recently
from
July 18, 2021 12:36
66fc869
to
815318a
Compare
pvaiko
approved these changes
Jul 23, 2021
schwiti6190
force-pushed
the
DriverModeSetting
branch
from
July 24, 2021 07:01
815318a
to
dc692d3
Compare
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.