Skip to content

Commit

Permalink
Add new government frames, prepare release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rquinio committed Jan 27, 2018
1 parent fe44252 commit 7b1b638
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
By Romulien:

Version 2.x - 2018-?
Version 2.5.0 - 2018-01-27

- Add labels for new vanilla 2.8 properties (p14 makeup, p15 makeup2, p16 jewelry and p17 immortality)
- Add new 2.8 government frames
- Allow selection of characteristics to update when clicking randomize button
- Read mod directory from userdir.txt file in Steam CK2 folder, if any
- Prevent crash when mod directory doesn't exist
Expand Down
2 changes: 1 addition & 1 deletion PortraitBuilder/Engine/PortraitRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class PortraitRenderer {

private static readonly ILog logger = LogManager.GetLogger(typeof(PortraitRenderer).Name);

private static String[] governmentSpriteSuffix = new String[] { "", "_iqta", "_theocracy", "_republic" , "_merchantrepublic", "_tribal", "_nomadic"};
private static String[] governmentSpriteSuffix = new String[] { "", "_iqta", "_theocracy", "_republic", "_merchantrepublic", "_tribal", "_nomadic", "_theocraticfeudal", "_chineseimperial", "_confucian" };

/// <summary>
/// Draws a character portrait.
Expand Down
4 changes: 2 additions & 2 deletions PortraitBuilder/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyVersion("2.5.0")]
[assembly: AssemblyFileVersion("2.5.0")]

[assembly: log4net.Config.XmlConfigurator(Watch = true)]
5 changes: 4 additions & 1 deletion PortraitBuilder/UI/PortraitBuilderForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b1b638

Please sign in to comment.