diff --git a/TransportLinesManager.cs b/TransportLinesManager.cs index 7e1b8dd2..14f9cd17 100644 --- a/TransportLinesManager.cs +++ b/TransportLinesManager.cs @@ -3,6 +3,7 @@ using ColossalFramework.UI; using Klyte.Commons.Extensions; using Klyte.Commons.Interfaces; +using Klyte.Commons.Utils; using Klyte.TransportLinesManager.CommonsWindow; using Klyte.TransportLinesManager.Extensions; using Klyte.TransportLinesManager.MapDrawer; @@ -11,7 +12,7 @@ using System.Collections.Generic; using System.Reflection; -[assembly: AssemblyVersion("14.0.0.*")] +[assembly: AssemblyVersion("14.0.0.0")] namespace Klyte.TransportLinesManager { public class TransportLinesManagerMod : BasicIUserMod @@ -104,7 +105,7 @@ public static bool UseGameClockAsReferenceIfNoDayNight } public override string IconName => "K45_TLM_Icon"; - + protected override Tuple GetButtonLink() => Tuple.New("View details of v14 at TLM's GitHub", "https://github.com/klyte45/TransportLinesManager/milestone/1"); } public class UIButtonLineInfo : UIButton diff --git a/UI/VersionNotes.txt b/UI/VersionNotes.txt index 914a391d..9c98ba9e 100644 --- a/UI/VersionNotes.txt +++ b/UI/VersionNotes.txt @@ -1,13 +1,15 @@ -TLMv13.5 - - Added support to More Vehicles mod. Some statatistics may be lost when converting a savegame to use that mod, but it's harmless. - - Fixed some Write the Signs integration bugs. - -Update r1: Fixed game sometimes freezing when saving. - IMPORTANT NOTE: Some stats data will be lost due More Vehicles compatibility implementation! - -Update r2: Fixed auto-save issue - NOTE: The savegame size will be increased. +TLM 14 - 29/APR/21 -Update r10000: Downgrade to C# 7.x -Update r10002: Fixed some crashes related to picking any of the transport line tools in some conditions. -Update r10003: Reducing savegame size for the statistics. \ No newline at end of file +- Perfomance: the data storage system was fully rewritten and now the mod is 30% faster in average than v13.5. +- Express services for bus, tram and trolleybus: when active, they will only stop if there's any passenger exchange scheduled in the stop. +- Terminal mark for road shared modals: useful when using express services to force the vehicles to stop. Also will be used to set destinations in Write The Signs 0.3. Right click in a stop in the map to mark it. +- New map exporter algorithm: It's usable finally! It generates a basic features HTML with the public transport lines from the city. +- Added spawn unbunching feature to trolleybus (as well it already exists for bus and tram). +- New palette editor ingame - load a city to edit the colors! +- Now supports the RealTime clock if the day/night cycle is disabled - enable the option in menu for it! +- Small changes on auto name algorithm. +- Integration with Addresses 3 name new road name generation system. +- Minor fixes in integrations with Addresses and Write the Signs mods. +- Minor UI Fixes. + +See all changes in GitHub in the third button below. \ No newline at end of file diff --git a/_requiredDLLs/TransportLinesManager.dll b/_requiredDLLs/TransportLinesManager.dll index 64583313..9f54e47f 100644 Binary files a/_requiredDLLs/TransportLinesManager.dll and b/_requiredDLLs/TransportLinesManager.dll differ