Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
v14.0.0r0
Browse files Browse the repository at this point in the history
Updating VersionNotes
First RC version
  • Loading branch information
klyte45 committed Apr 25, 2021
1 parent b735a48 commit 4029d9a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
5 changes: 3 additions & 2 deletions TransportLinesManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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<TransportLinesManagerMod, TLMController, TLMPanel>
Expand Down Expand Up @@ -104,7 +105,7 @@ public static bool UseGameClockAsReferenceIfNoDayNight
}
public override string IconName => "K45_TLM_Icon";


protected override Tuple<string, string> GetButtonLink() => Tuple.New("View details of v14 at TLM's GitHub", "https://github.com/klyte45/TransportLinesManager/milestone/1");
}

public class UIButtonLineInfo : UIButton
Expand Down
26 changes: 14 additions & 12 deletions UI/VersionNotes.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<color #AA44FF>TLMv13.5</color>
- Added support to <color yellow>More Vehicles</color> 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.

<color yellow>Update r1:</color> Fixed game sometimes freezing when saving.
<color #FF8800>IMPORTANT NOTE: Some stats data will be lost due More Vehicles compatibility implementation!</color>

<color yellow>Update r2:</color> Fixed auto-save issue
<color #00ffff>NOTE: The savegame size will be increased.</color>
<extended><color #9999FF>TLM 14 - 29/APR/21</color>

<color yellow>Update r10000:</color> Downgrade to C# 7.x
<color yellow>Update r10002:</color> Fixed some crashes related to picking any of the transport line tools in some conditions.
<color yellow>Update r10003:</color> Reducing savegame size for the statistics.
- Perfomance: the data storage system was fully rewritten and now the mod is 30% faster in average than v13.5.
- <color yellow>Express services for bus, tram and trolleybus</color>: when active, they will only stop if there's any passenger exchange scheduled in the stop.
- <color yellow>Terminal mark for road shared modals</color>: 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.
- <color yellow>New map exporter algorithm</color>: 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.
Binary file modified _requiredDLLs/TransportLinesManager.dll
Binary file not shown.

0 comments on commit 4029d9a

Please sign in to comment.