Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.14.3.1 - Next Time Do More Testing #165

Merged
merged 1 commit into from
Aug 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DLL_Project/MapComponents/MiniMapController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public static string GenSaveKey( string inputString )
{
// Remove non-valid xml tag characters from the string
var regExed = regEx.Replace( inputString, "" );
Log.Message( string.Format( "GenSaveKey( '{0}' ) = '{1}'", inputString, regExed ) );
//Log.Message( string.Format( "GenSaveKey( '{0}' ) = '{1}'", inputString, regExed ) );
return regExed;
}

Expand Down
2 changes: 2 additions & 0 deletions DLL_Project/MiniMapOverlays/MiniMapOverlay_Mining.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public MiniMapOverlay_Mining( MiniMap minimap, MiniMapOverlayDef overlayData ) :

public override void Update()
{
ClearTexture();

// get the mining designators
var miningDesignators = Find.DesignationManager.allDesignations
.Where( d => d.def == DesignationDefOf.Mine )
Expand Down
2 changes: 2 additions & 0 deletions DLL_Project/MiniMapOverlays/MiniMapOverlay_PlanningTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public MiniMapOverlay_PlanningTool( MiniMap minimap, MiniMapOverlayDef overlayDa

public override void Update()
{
ClearTexture();

// get the planning designators
var planningDesignators = Find.DesignationManager.allDesignations
.Where( d => d.def == DesignationDefOf.Plan )
Expand Down
2 changes: 1 addition & 1 deletion DLL_Project/Version/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class Version
#region Instance Data

private static System.Version versionMin = new System.Version( "0.14.0" );
private const string versionCurrentInt = "0.14.3";
private const string versionCurrentInt = "0.14.3.1";

private static System.Version versionCurrent;

Expand Down
2 changes: 1 addition & 1 deletion Forum/1_Release_Post.bbc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[center][img]https://github.com/RimWorldCCLTeam/CommunityCoreLibrary/blob/master/WebGraphics/CCL_Logo_Long.png?raw=true[/img]
[size=14pt]v0.14.3[/size]
[size=14pt]v0.14.3.1[/size]

[size=8pt]Compatible with RimWorld builds:
1220, 1230, 1232, 1234, 1238, 1241, 1249[/size]
Expand Down
3 changes: 2 additions & 1 deletion Forum/7_Changelog.bbc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

For the full list of changes in each version, please refer to the [url=https://github.com/RimWorldCCLTeam/CommunityCoreLibrary/pull/??]commit log[/url]. This section is just for convenience sake.

[code]v0.14.3 - Mod Tweaks, Russian translation, ToggleSettingDef, traits to BackStoryDef, ITab injector, reverse designators, more utility minimap overlays and some rare occurance bugs fixed.
[code]v0.14.3.1 - Fixes planning tool and mining minimap overlays not clearing their texture before drawing, removes left-over debug message.
v0.14.3 - Mod Tweaks, Russian translation, ToggleSettingDef, traits to BackStoryDef, ITab injector, reverse designators, more utility minimap overlays and some rare occurance bugs fixed.
v0.14.2.1 - Small bugs stomped
v0.14.2 - Adds OutfitDef and additional C# API methods.
v0.14.1 - Adds BackstoriesCore, fixes small bugs.
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.3
0.14.3.1