Compare commits

...

5 Commits
23 ... 2.3.2

Author SHA1 Message Date
Cmdr McDonald
077f432daf Merge branch 'release/2.3.2' 2017-04-14 13:09:52 +01:00
Cmdr McDonald
e846b4508b Bump version 2017-04-14 11:06:09 +01:00
Cmdr McDonald
3be78885b8 Bump 2017-04-14 10:58:15 +01:00
Cmdr McDonald
e29a4b263d Fix scan time/scan rate confusion 2017-04-13 23:19:27 +01:00
Cmdr McDonald
061ab77de1 Merge branch 'release/23' into develop 2017-04-13 22:26:33 +01:00
4 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
#2.3.2
* Use scan range for DSS rather than scan time
* Fix companion API import of Dolphin
* Use coriolis-data 2.3.2:
* Separate scan time and scan range
* Add Frontier IDs for new items in 2.3
* Update ownership of module blueprints for sensors and scanners
* Update railgun penetration
#2.3.0 #2.3.0
* Make scan time visible on scanners where available * Make scan time visible on scanners where available
* Update power distributor able-to-boost calculation to take fractional MJ values in to account * Update power distributor able-to-boost calculation to take fractional MJ values in to account

View File

@@ -1,6 +1,6 @@
{ {
"name": "coriolis_shipyard", "name": "coriolis_shipyard",
"version": "2.3.0", "version": "2.3.2",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/EDCD/coriolis" "url": "https://github.com/EDCD/coriolis"

View File

@@ -234,6 +234,7 @@ export const terms = {
reload: 'Reload', reload: 'Reload',
rof: 'Rate of fire', rof: 'Rate of fire',
angle: 'Scan angle', angle: 'Scan angle',
scanrate: 'Scan rate',
scantime: 'Scan time', scantime: 'Scan time',
shield: 'Shield', shield: 'Shield',
shieldboost: 'Shield boost', shieldboost: 'Shield boost',

View File

@@ -17,6 +17,7 @@ const SHIP_FD_NAME_TO_CORIOLIS_NAME = {
'Cutter': 'imperial_cutter', 'Cutter': 'imperial_cutter',
'DiamondBackXL': 'diamondback_explorer', 'DiamondBackXL': 'diamondback_explorer',
'DiamondBack': 'diamondback', 'DiamondBack': 'diamondback',
'Dolphin': 'dolphin',
'Eagle': 'eagle', 'Eagle': 'eagle',
'Empire_Courier': 'imperial_courier', 'Empire_Courier': 'imperial_courier',
'Empire_Eagle': 'imperial_eagle', 'Empire_Eagle': 'imperial_eagle',