Compare commits

...

5 Commits
1.7.0 ... 1.7.2

Author SHA1 Message Date
Colin McLeod
4c74675edd Bumping version to 1.7.2 2015-09-22 09:27:39 -07:00
Colin McLeod
d43ee25e71 Use full name for Advanced Plasma Accelerator 2015-09-22 09:27:19 -07:00
Colin McLeod
46f00e0bc7 Lint fixes 2015-09-22 09:14:47 -07:00
Colin McLeod
d3cea71e50 Bumping version to 1.7.1 2015-09-22 09:13:43 -07:00
Colin McLeod
0516a6f54d Use calculated boost speed in comparisons. Fixes #91 2015-09-22 09:13:21 -07:00
4 changed files with 6 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ angular.module('shipyard', ['ngLodash'])
},
{ // 1
title: 'speed',
props: ['topSpeed', 'boost'],
props: ['topSpeed', 'topBoost'],
lbls: ['thrusters', 'boost'],
unit: 'm/s',
fmt: 'fCrd'

View File

@@ -63,7 +63,7 @@
{
"id": "Ap",
"grp": "pa",
"name": "Advanced",
"name": "Advanced Plasma Accelerator",
"class": 3,
"rating": "B",
"cost": 4119120,

View File

@@ -1,6 +1,6 @@
{
"name": "coriolis_shipyard",
"version": "1.7.0",
"version": "1.7.2",
"repository": {
"type": "git",
"url": "https://github.com/cmmcleod/coriolis"