diff --git a/RegulatedNoise/Enums and Utility Classes/RegulatedNoiseSettings.cs b/RegulatedNoise/Enums and Utility Classes/RegulatedNoiseSettings.cs index e11cf7a..3719d48 100644 --- a/RegulatedNoise/Enums and Utility Classes/RegulatedNoiseSettings.cs +++ b/RegulatedNoise/Enums and Utility Classes/RegulatedNoiseSettings.cs @@ -13,7 +13,7 @@ namespace RegulatedNoise [Serializable] public class RegulatedNoiseSettings { - public readonly decimal Version = 1.8m; + public readonly decimal Version = 1.81m; public string ProductsPath = ""; public string GamePath = ""; //Should Replace ProductsPath by always contain the newest FORC-FDEV dir. diff --git a/RegulatedNoise/Form1.Designer.cs b/RegulatedNoise/Form1.Designer.cs index eb32851..86510a1 100644 --- a/RegulatedNoise/Form1.Designer.cs +++ b/RegulatedNoise/Form1.Designer.cs @@ -29,10 +29,10 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); - System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); - System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); - System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); - System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.bOpen = new System.Windows.Forms.Button(); this.cbStation = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); @@ -818,13 +818,13 @@ private void InitializeComponent() this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - chartArea1.Name = "ChartArea1"; - this.chart1.ChartAreas.Add(chartArea1); + chartArea3.Name = "ChartArea1"; + this.chart1.ChartAreas.Add(chartArea3); this.chart1.Location = new System.Drawing.Point(0, -1); this.chart1.Name = "chart1"; - series1.ChartArea = "ChartArea1"; - series1.Name = "Series1"; - this.chart1.Series.Add(series1); + series3.ChartArea = "ChartArea1"; + series3.Name = "Series1"; + this.chart1.Series.Add(series3); this.chart1.Size = new System.Drawing.Size(205, 213); this.chart1.TabIndex = 5; this.chart1.Text = "chart1"; @@ -845,14 +845,14 @@ private void InitializeComponent() this.chart2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - chartArea2.Name = "ChartArea1"; - this.chart2.ChartAreas.Add(chartArea2); + chartArea4.Name = "ChartArea1"; + this.chart2.ChartAreas.Add(chartArea4); this.chart2.Location = new System.Drawing.Point(3, 18); this.chart2.Name = "chart2"; - series2.ChartArea = "ChartArea1"; - series2.Name = "Series1"; - this.chart2.Series.Add(series2); - this.chart2.Size = new System.Drawing.Size(200, 107); + series4.ChartArea = "ChartArea1"; + series4.Name = "Series1"; + this.chart2.Series.Add(series4); + this.chart2.Size = new System.Drawing.Size(200, 221); this.chart2.TabIndex = 6; this.chart2.Text = "chart2"; this.chart2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseMove); diff --git a/RegulatedNoise/Form1.resx b/RegulatedNoise/Form1.resx index 623c1f5..7a98992 100644 --- a/RegulatedNoise/Form1.resx +++ b/RegulatedNoise/Form1.resx @@ -1499,7 +1499,16 @@ - v1.8 + v1.81 +* Add EDDN message counting by app and version +* EditOcrResults window fixes +* Fix No way to clear ORC corrections if you don't want to import #14 +* Add EDDN Spool to File +* Fix Can't cancel the "load a calibration screenshot" window #41 +* Fix Manual calibration doesn't let you set the 12th point correctly, according to user feedback. #39 +* Fix Item duplication in the Edit Results window #13 + +v1.8 * Add MRmP's editable calibration system * Add magnifier for calibration purposes * Remove incredibly-dumb bug that has been eating the spaces in station names... d'oh...