Skip to content

Commit

Permalink
Maddavo's plugin 'corrections' support
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Mar 28, 2015
1 parent 61b0298 commit bdb24cb
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 459 deletions.
15 changes: 15 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
TradeDangerous, Copyright (C) Oliver "kfsone" Smith, July 2014
==============================================================================

v6.15.0 Mar 27 2015
. (kfsone) Maddavo Plugin
- Added support for "corrections"
"--opt=corrections" and "--opt=csvs" will read Maddavo's correction data
correction data is read first and is applied to existing data,
- Support for Category, Item, System, Station, Ship, ShipVendor and
RareItem name changes and deletions,
- System, Item and Station deletions can be very slow if there are prices
in the database, be patient,
- "--opt=csvs" now also enables "exportcsvs"
- "--opt=exportcsvs" not exports
API:
. (kfsone) transfers.CSVStream will give a line-by-line report of utf-8
decode errors but continue streaming.

v6.14.6 Mar 25 2015
. (kfsone) Item names in .price files are now case insensitive (Ai Relics)
+ Over 100 systems
Expand Down
29 changes: 29 additions & 0 deletions data/ShipVendor.csv
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ unq:[email protected]_id,unq:[email protected]_id,unq:[email protected]_id,mod
'AIABIKO','White Orbital','Sidewinder','2015-03-04 19:50:35'
'AIABIKO','White Orbital','Type 6','2015-03-04 19:50:35'
'AIABIKO','White Orbital','Type 7','2015-03-04 19:50:35'
'ALCOR','MacDonald Settlement','Asp','2015-03-25 10:59:12'
'ALCOR','MacDonald Settlement','Eagle','2015-03-25 10:59:12'
'ALCOR','MacDonald Settlement','Hauler','2015-03-25 10:59:12'
'ALCOR','MacDonald Settlement','Sidewinder','2015-03-25 10:59:12'
'ALCOR','MacDonald Settlement','Type 7','2015-03-25 10:59:12'
'ALCOR','MacDonald Settlement','Type 9','2015-03-25 10:59:12'
'ALIGNAK','Piserchia Port','Adder','2015-03-04 19:50:35'
'ALIGNAK','Piserchia Port','Anaconda','2015-03-04 19:50:35'
'ALIGNAK','Piserchia Port','Asp','2015-03-04 19:50:35'
Expand Down Expand Up @@ -489,6 +495,16 @@ unq:[email protected]_id,unq:[email protected]_id,unq:[email protected]_id,mod
'GONG GU','Kelly Dock','Type 7','2015-03-04 19:50:35'
'GONG GU','Kelly Dock','Type 9','2015-03-04 19:50:35'
'GONG GU','Kelly Dock','Viper','2015-03-04 19:50:35'
'HDS 1879','Shaikh Dock','Adder','2015-03-25 11:45:12'
'HDS 1879','Shaikh Dock','Anaconda','2015-03-25 11:45:12'
'HDS 1879','Shaikh Dock','Asp','2015-03-25 11:45:12'
'HDS 1879','Shaikh Dock','Clipper','2015-03-25 11:45:12'
'HDS 1879','Shaikh Dock','Dropship','2015-03-25 11:45:12'
'HDS 1879','Shaikh Dock','Eagle','2015-03-25 11:45:12'
'HDS 1879','Shaikh Dock','Hauler','2015-03-25 11:45:12'
'HDS 1879','Shaikh Dock','Sidewinder','2015-03-25 11:45:12'
'HDS 1879','Shaikh Dock','Type 6','2015-03-25 11:45:12'
'HDS 1879','Shaikh Dock','Type 7','2015-03-25 11:45:12'
'HIP 11954','Banno Orbital','Adder','2015-03-20 23:41:24'
'HIP 11954','Banno Orbital','Cobra','2015-03-20 23:41:24'
'HIP 11954','Banno Orbital','Eagle','2015-03-20 23:41:24'
Expand Down Expand Up @@ -1063,6 +1079,19 @@ unq:[email protected]_id,unq:[email protected]_id,unq:[email protected]_id,mod
'MIRATEJE','Ocampo Station','Cobra','2015-03-04 19:50:35'
'MIRATEJE','Ocampo Station','Type 6','2015-03-04 19:50:35'
'MIRATEJE','Ocampo Station','Viper','2015-03-04 19:50:35'
'MIZAR','Judson Station','Adder','2015-03-25 12:36:07'
'MIZAR','Judson Station','Anaconda','2015-03-25 12:36:07'
'MIZAR','Judson Station','Asp','2015-03-25 12:36:07'
'MIZAR','Judson Station','Cobra','2015-03-25 12:36:07'
'MIZAR','Judson Station','Dropship','2015-03-25 12:36:07'
'MIZAR','Judson Station','Eagle','2015-03-25 12:36:07'
'MIZAR','Judson Station','Hauler','2015-03-25 12:36:07'
'MIZAR','Judson Station','Orca','2015-03-25 12:36:07'
'MIZAR','Judson Station','Python','2015-03-25 12:36:07'
'MIZAR','Judson Station','Sidewinder','2015-03-25 12:36:07'
'MIZAR','Judson Station','Type 6','2015-03-25 12:36:07'
'MIZAR','Judson Station','Viper','2015-03-25 12:36:07'
'MIZAR','Judson Station','Vulture','2015-03-25 12:36:07'
'MOKOSH','Lubin Orbital','Adder','2015-03-09 09:35:18'
'MOKOSH','Lubin Orbital','Asp','2015-03-09 09:35:18'
'MOKOSH','Lubin Orbital','Cobra','2015-03-09 09:35:18'
Expand Down
Loading

0 comments on commit bdb24cb

Please sign in to comment.