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.
fixes tab getting stuck.
fixes train not being removed from list if 'showTrain' is false
fixes parked vehicles not being considered when checking which vehicles can be chosen.
added option to show/hide license plates for implements in list and fixes Umbenennen der Fahrzeuge #10.
added option to show implement types instead of models in list.
added option to combine fill levels in list.
changed delimiters "with" and "&" to use "→" instead, to easily distinguish between vehicles and implements in list.
optimized to not call operational functions twice.
fixes train storelcon not being shown although avoids showing it's implements instead
Changes text color for vehicles with engines on since it was hard to see difference from the selected vehicle.
Tested for a good half hour, and the only thing that i was left with, is when you sell all your vehicles while having showTrain on, you can't tab to the train until you open the vehicle list.
.. could be one of the many
if not VehicleSort:isHidden()calls causing it or perhapsonDelete()not calling while selling. not quite sure.if you have any improvements or ideas, let me know.