Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
6.03.00048 Many fixes, some MP
Browse files Browse the repository at this point in the history
Debug channel refactoring (#6908)

Channels 1-10 assigned for the corresponding mode 1-10

Hopefully more logical split of other channels.

Possible MP fix for bale loader init

Initialize bale loader only when starting the CP driver,
as that happens only on the server.

On the client where not all data is available keep the
constructor at a minimum.

Disable send event from client on AIDriver init (#6941)

Apparently the noEventSend was not passed all the way down to all the
SiloSelectedFillTypeSetting functions

Turning radius fix (#6943)

Updated functions finding the turn radius in AIDriverUtil.getTurningRadius to include user settings and values from VehicleConfigurations.xml or to revert to a default if no value is found/given.

MP bandaid for #6935

No idea why that error is coming, there were no changes there,
it may be just a buggy mod, in any case try to handle that exception
gracefully.
  • Loading branch information
pvaiko committed Mar 5, 2021
1 parent e45c66d commit 4296673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="47">
<version>6.03.00047</version>
<version>6.03.00048</version>
<author><![CDATA[Courseplay.devTeam]]></author>
<title><!-- en=English de=German fr=French es=Spanish ru=Russian pl=Polish it=Italian br=Brazilian-Portuguese cs=Chinese(Simplified) ct=Chinese(Traditional) cz=Czech nl=Netherlands hu=Hungary jp=Japanese kr=Korean pt=Portuguese ro=Romanian tr=Turkish -->
<en>CoursePlay SIX</en>
Expand Down

0 comments on commit 4296673

Please sign in to comment.