-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged in bgol/tradedangerous/devel (pull request #27)
CSV import/export update
- Loading branch information
Showing
11 changed files
with
2,143 additions
and
2,048 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
unq:[email protected]_id,unq:alt_name | ||
'Agri-Medicines','agriculturalmedicines' | ||
'Consumer Tech','consumertechnology' | ||
'Dom. Appliances','domesticappliances' | ||
'H.E. Suits','hazardousenvironmentsuits' | ||
'Microbial Furnaces','heliostaticfurnaces' | ||
'Narcotics','basicnarcotics' | ||
'Non-Lethal Wpns','nonlethalweapons' | ||
'Reactive Armour','reactivearmour' | ||
'Land Enrichment Systems','terrainenrichmentsystems' | ||
unq:[email protected]_id,unq:[email protected]_id,unq:alt_name | ||
'Consumer Items','Consumer Tech','consumertechnology' | ||
'Consumer Items','Dom. Appliances','domesticappliances' | ||
'Legal Drugs','Narcotics','basicnarcotics' | ||
'Machinery','Microbial Furnaces','heliostaticfurnaces' | ||
'Medicines','Agri-Medicines','agriculturalmedicines' | ||
'Technology','H.E. Suits','hazardousenvironmentsuits' | ||
'Technology','Land Enrichment Systems','terrainenrichmentsystems' | ||
'Weapons','Non-Lethal Wpns','nonlethalweapons' | ||
'Weapons','Reactive Armour','reactivearmour' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name | ||
unq:name | ||
'Chemicals' | ||
'Consumer Items' | ||
'Foods' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
[email protected]_id,unq:name | ||
unq:[email protected]_id,unq:name | ||
'Chemicals','Explosives' | ||
'Chemicals','Hydrogen Fuel' | ||
'Chemicals','Mineral Oil' | ||
'Chemicals','Pesticides' | ||
'Consumer Items','Clothing' | ||
'Consumer Items','Consumer Tech' | ||
'Consumer Items','Dom. Appliances' | ||
'Legal Drugs','Beer' | ||
'Legal Drugs','Liquor' | ||
'Legal Drugs','Narcotics' | ||
'Legal Drugs','Tobacco' | ||
'Legal Drugs','Wine' | ||
'Foods','Algae' | ||
'Foods','Animal Meat' | ||
'Foods','Coffee' | ||
|
@@ -25,6 +20,11 @@ [email protected]_id,unq:name | |
'Industrial Materials','Polymers' | ||
'Industrial Materials','Semiconductors' | ||
'Industrial Materials','Superconductors' | ||
'Legal Drugs','Beer' | ||
'Legal Drugs','Liquor' | ||
'Legal Drugs','Narcotics' | ||
'Legal Drugs','Tobacco' | ||
'Legal Drugs','Wine' | ||
'Machinery','Atmospheric Processors' | ||
'Machinery','Crop Harvesters' | ||
'Machinery','Marine Equipment' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name,capacity,mass,drive_rating,max_ly_empty,max_ly_full,max_speed,boost_speed | ||
unq:name,capacity,mass,drive_rating,max_ly_empty,max_ly_full,max_speed,boost_speed | ||
'Anaconda',228,2600,52345.0,19.7,17.6,180,235 | ||
'Cobra',36,114,1155.0,9.94,7.3,280,400 | ||
'Eagle',6,52,348.0,6.59,6.0,240,350 | ||
'Sidewinder',4,47,348.0,8.13,7.25,220,293 | ||
'Hauler',16,39,348.0,8.74,6.1,200,246 | ||
'Viper',8,40,348.0,13.49,9.16,320,500 | ||
'Cobra',36,114,1155.0,9.94,7.3,280,400 | ||
'Lakon Type 6',100,113,3455.0,29.36,15.64,220,329 | ||
'Lakon Type 9',440,1275,23720.0,18.22,13.34,130,200 | ||
'Anaconda',228,2600,52345.0,19.7,17.6,180,235 | ||
'Sidewinder',4,47,348.0,8.13,7.25,220,293 | ||
'Viper',8,40,348.0,13.49,9.16,320,500 |
Oops, something went wrong.