The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: Mariculous on April 30, 2021, 09:17:12 PM

Title: Transmit playercolor changes on the network
Post by: Mariculous on April 30, 2021, 09:17:12 PM
I just backported the playercolor change over network transmission from extended.
Greetings to the pak192.comic team!

https://github.com/aburch/simutrans/compare/master...irgend42:standard-playercolor-network-transmission.diff
Title: Re: Transmit playercolor changes on the network
Post by: prissi on May 01, 2021, 12:26:05 PM
This was deliberately left out, so everyone could choose his own favorite color (which may be important if you are color blind). However, if there is demand for this why not.

Is this feature used often on the extended server?
Title: Re: Transmit playercolor changes on the network
Post by: Mariculous on May 01, 2021, 12:34:18 PM
Quote from: prissi on May 01, 2021, 12:26:05 PMIs this feature used often on the extended server?
Yes it is. On BB server each company has changed their color two or three times on average over 300 ingame years.
And I've heard from the pak192.comic community that they miss this feature pretty much in standard.
Title: Re: Transmit playercolor changes on the network
Post by: prissi on May 03, 2021, 10:28:50 AM
Thank, indeed pak192 uses much more player color. INcorporated in r9752
Title: Re: Transmit playercolor changes on the network
Post by: Dwachs on May 03, 2021, 12:00:27 PM
I think in simmenu.h the constant TOOL_RECOLOUR_TOOL should be added before SIMPLE_TOOL_COUNT ;)
Title: Re: Transmit playercolor changes on the network
Post by: prissi on May 03, 2021, 12:03:54 PM
Indeed, r9754 fixes this
Title: Re: Transmit playercolor changes on the network
Post by: Flemmbrav on May 09, 2021, 12:52:41 PM
Thanks a lot for all of your work here!