diff --git a/AuroraRecordGenerator/Properties/AssemblyInfo.cs b/AuroraRecordGenerator/Properties/AssemblyInfo.cs index e74465b..7260044 100644 --- a/AuroraRecordGenerator/Properties/AssemblyInfo.cs +++ b/AuroraRecordGenerator/Properties/AssemblyInfo.cs @@ -49,5 +49,5 @@ using System.Windows; // 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("1.4.*")] +[assembly: AssemblyVersion("2.0.*")] [assembly: AssemblyFileVersion("1.1.0.0")] diff --git a/AuroraRecordGenerator/Record.cs b/AuroraRecordGenerator/Record.cs index 08cc3a3..6f36315 100644 --- a/AuroraRecordGenerator/Record.cs +++ b/AuroraRecordGenerator/Record.cs @@ -22,8 +22,6 @@ namespace AuroraRecordGenerator [ProtoMember(5)] public SpeciesType Species { get; set; } = SpeciesType.Human; - [ProtoMember(16)] - public SpeciesSubType Subspecies { get; set; } = SpeciesSubType.None; [ProtoMember(6)] public string Pronouns { get; set; } = string.Empty; @@ -55,13 +53,16 @@ namespace AuroraRecordGenerator [ProtoMember(15)] public string Citizenship { get; set; } = string.Empty; - // 16 & 17 used to be PictureUrl and PictureCredit, now unused. + [ProtoMember(16)] + public SpeciesSubType Subspecies { get; set; } = SpeciesSubType.None; + + [ProtoMember(17)] + public string PublicNotes { get; set; } = string.Empty; [ProtoMember(18)] public string NextOfKin { get; set; } = string.Empty; - [ProtoMember(19)] - public string MedicalPublicRecord { get; set; } = string.Empty; + // 19 was used for MedicalPublicRecord, now empty [ProtoMember(20)] public string MedicalHistory { get; set; } = string.Empty; @@ -89,8 +90,7 @@ namespace AuroraRecordGenerator [ProtoMember(28)] public string MedicalPrescriptions { get; set; } = string.Empty; - [ProtoMember(29)] - public string SecurityPublicRecord { get; set; } = string.Empty; + // 29 was used for SecurityPublicRecord, now empty [ProtoMember(30)] public string SecurityRecords { get; set; } = string.Empty; @@ -98,8 +98,7 @@ namespace AuroraRecordGenerator [ProtoMember(31)] public string SecurityNotes { get; set; } = string.Empty; - [ProtoMember(32)] - public string EmploymentPublicRecord { get; set; } = string.Empty; + // 32 was used for EmploymentPublicRecord, now empty [ProtoMember(33)] public string EmploymentExperience { get; set; } = string.Empty; diff --git a/AuroraRecordGenerator/RecordEditor.xaml b/AuroraRecordGenerator/RecordEditor.xaml index fdcf02f..664d4e0 100644 --- a/AuroraRecordGenerator/RecordEditor.xaml +++ b/AuroraRecordGenerator/RecordEditor.xaml @@ -7,7 +7,7 @@ xmlns:system="clr-namespace:System;assembly=mscorlib" xmlns:controls="http://metro.mahapps.com/winfx/xaml/controls" mc:Ignorable="d" - Title="Aurora Character Records Generator" Height="563" Width="719.583" + Title="Aurora Character Records Generator, 2464 edition" Height="697" Width="719.583" GlowBrush="{DynamicResource AccentColorBrush}" TitleCharacterCasing="Normal" Loaded="WindowLoaded"> @@ -24,7 +24,11 @@ - + + + + + @@ -180,6 +184,29 @@ Text="Eye Color" VerticalAlignment="Top" /> + + + + + + + + + @@ -191,7 +218,6 @@ - @@ -199,27 +225,14 @@ VerticalAlignment="Bottom" Margin="0" Height="10" /> - - - - - - - + Grid.Row="1" Text="{Binding Path=MedicalHistory}" TabIndex="6" /> @@ -339,7 +342,6 @@ - @@ -367,30 +369,24 @@ VerticalAlignment="Bottom" Margin="0" Height="10" /> - + Grid.Row="2" Text="{Binding Path=SecurityNotes}" /> - +