(´・ω・`)This is Ranran's patch #4.
春のらんらんパッチ祭第4弾Overview:This patch is roughly divided into three parts:
(1) revive of access charge recordThis was discussed
here.
It was included in the acceleration curve chart patch before, but its contents were extracted and became independent.
(2) Tabbed the right part of the line management dialogThe addition of the access charge chart resulted in an increase in the number of chart buttons, causing problems with the layout of the line management dialog.
So I made tabs as a measure.
(3) improvement of the line management dialogAs a result of tabbing, there is a need and room for improvement.
However, this time, tabbing is the main purpose, so I do not make major changes. (´・ω・`)
In the past,
such discussions have been held. Regardless, another patch to complement this patch is currently in progress.

Details:(1a) Access charges chart added to the convoy dialog

(1b) Access charges chart added to the line management dialog

(1c) Chart button colors have been adjusted

(1d) The order of buttons has been changed so that charts in the same group are continuous.
(2a) Tabbed the right part of the line management dialog - chart tab and convoy list tab
(2b) The number of convoys belonging to the line is displayed on the tab label.

Above of the right tab:(3A) Added line type symbol next to the line name edit box
(3B) Displays the symbol of the goods category that is handled by the line

(3C) The Livery selector pull-down list has been moved to the upper right to solve the unselectable issue.
(3D) The choices in the Livery selector list of the line management dialog now show only the livery scheme of the vehicles included in the line. This greatly slims down the options.

(3E) Symbolized line status. This allows multiple bad statuses to be indicated at the same time.
This symbol displays its meaning in a tooltip when the mouse hovers over it.

If the pakset has no symbols, only one text with the highest priority status will be displayed
(3F) You can add a symbol indicating missing scheduled slot to pakset
Obj=symbol
name=MissingScheduledSlot
(3G) To save space, clarify meaning, and make it easier for players to understand, some of the line statuses have been changed to display together with relevant content. For example, in the missing scheduled slot, the service frequency changes to a dark turquoise and a symbol is displayed.


Here is the source of the symbol sample
https://github.com/Ranran-the-JuicyPork/simutrans-pak128.britain/tree/MissingScheduledSlot-symbolAbout the contents of the convoy tab:(3H) Needless to say that the line to which the convoy of the line belongs is the line, so the display was deleted. This will reduce annoying text.
(3I) Symbol is now displayed on convoy where no load, replacing, and withdraw is set.
(3J) Alert symbol is now displayed on convoy that is stuck.

(3K) Added display mode switching function to convoy list. Press the button to switch the display mode.
- normal mode(default)The display is the same as before, except that the meaningless line name has disappeared.
- payload display modeThis is useful for checking capacity and loading status.
- formation picture modeThis is useful for checking convoy's formation and vehicles health.

The times history window doesn't need to have a separate window, so you might think it would be better to tab it out here.
However, it has been postponed this time because it was not designed so and was likely to be troublesome. I think it should be done at the same time as adding a tab to the convoy dialog (because the times history button is also there) and it is easier to do it after incorporating the standard GUI changes.
This patch uses the function of the depot dialog improvement patch, so it is necessary to incorporate that patch first.
Translated words to be added:cl_btn_general
cl_btn_payload
cl_btn_formation
EDIT(2nd April): Changed from sl_ to cl_ for commonization with other dialogs
(cl seems to be short for convoy list)
My github repository is here:
https://github.com/Ranran-the-JuicyPork/simutrans-extended/tree/improvement-of-linemanager-2I hope this modification will improve your gameplay comfort.
I would be grateful if you could give us new feedback on these. Thank you. (´・ω・`)
EDIT:Added link to my github repository for the sample of "missing scedules slot" symbol.