Skip to content

Commit

Permalink
1.84_0.19_2
Browse files Browse the repository at this point in the history
   * completed changes for sorting datevalues in Commanders Log   
   * some GUI corrections on start tab
   * showing changedate of systems and stations in a readable format
   * correction on trigger for "Market Data Collected" event 
   * added latest EDDB data files
  • Loading branch information
Duke-Jones committed May 6, 2015
1 parent 6e2042b commit b635757
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class RegulatedNoiseSettings

#if DukeJones

public readonly decimal VersionDJ = 0.18m;
public readonly decimal VersionDJ = 0.19m;
#endif
private int _isFirstRun = -1;

Expand Down
60 changes: 30 additions & 30 deletions RegulatedNoise/Form1.Designer.cs

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

4 changes: 2 additions & 2 deletions RegulatedNoise/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3452,8 +3452,6 @@ private void bContinueOcr_Click(object sender, EventArgs e)
bClearOcrOutput.Enabled = false;
bEditResults.Enabled = false;

CommandersLog_MarketDataCollectedEvent(tbCurrentSystemFromLogs.Text, tbCurrentStationinfoFromLogs.Text);

// save the new data immediately
SaveCommodityData(true);

Expand Down Expand Up @@ -3607,6 +3605,8 @@ private void ImportFinalOcrOutput()
ImportCsvString(s, false, true, true);
}
}

CommandersLog_MarketDataCollectedEvent(tbCurrentSystemFromLogs.Text, tbCurrentStationinfoFromLogs.Text);

SetupGui();
}
Expand Down
4 changes: 2 additions & 2 deletions RegulatedNoise/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.84.0.018")]
[assembly: AssemblyFileVersion("1.84.0.018")]
[assembly: AssemblyVersion("1.84.0.019")]
[assembly: AssemblyFileVersion("1.84.0.019")]
8 changes: 2 additions & 6 deletions ToDo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,17 @@ todo:
* option "take jumps into account"
* show distance in lists
* Cmdrs Log must using ED-Time
* optimize column widths of tables
* make visibility and width of columns selectable and save the settings
* possibility to disable station / consider the station distance
* single station/time export
* possibility to cancel route calculation
* english data base with possibility of import (file/ocr) from other languages
* if theres a comodity with a warnlevel of -1 found in a station
so ask the user to set currnet values
* by commodity : show distance to current system
* new commodity added and looking on the warn levels (small form) results in crash
* scanning is not sure visible after every jump
* commodity selection is resetted if changing the system distance filter
* showing distance to system in the "by station" and "by commodity" view
* copy system name with context menu in the "by station" and "by commodity" view
* if implausibe prices show warnlevel direct under the price data
* show hint with age of market prices if location is a station
* show hint how many stations and systems are in database
* add rejected marketdata from eddn with rightclick contextmenue
* show the stations as a one look list
* eddn layout v2
Expand All @@ -28,6 +22,8 @@ todo:
* completed changes for sorting datevalues in Commanders Log
* some GUI corrections on start tab
* showing changedate of systems and stations in a readable format
* correction on trigger for "Market Data Collected" event
* added latest EDDB data files
-------------------------------------------------------------------------------------
1.84_0.19_1
* fix invalid cast from EDCommoditiesExt to int (thx to zericco)
Expand Down

0 comments on commit b635757

Please sign in to comment.