mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Merge branch 'release/2.2.3' into develop
This commit is contained in:
11
ChangeLog.md
11
ChangeLog.md
@@ -1,5 +1,14 @@
|
|||||||
#2.2.3
|
#2.2.3
|
||||||
* Fix hull boost calculation
|
* Fix hull boost calculation - now shows correct % modifier and total armour
|
||||||
|
* Fix import of DiamondBack - can now be imported
|
||||||
|
* Fix import of Beluga - can now be imported
|
||||||
|
* Use coriolis-data 2.2.3:
|
||||||
|
* Fix mismatch between class 5 and class 7 fighter hangars - now shows correct module
|
||||||
|
* Add details for concordant sequence special effect - now shows correct damage
|
||||||
|
* Fix details for thermal shock special effect - now shows correct damage
|
||||||
|
* Add engineer blueprints
|
||||||
|
* Modification tooltip now shows name and grade of modifications for imported builds
|
||||||
|
* Retain import URL unless user changes the build - allows future updates of Coriolis to take advantage of additional build information
|
||||||
|
|
||||||
#2.2.2
|
#2.2.2
|
||||||
* Update DPS/HPS/EPS in real-time as modifiers change
|
* Update DPS/HPS/EPS in real-time as modifiers change
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "coriolis_shipyard",
|
"name": "coriolis_shipyard",
|
||||||
"version": "2.2.3beta",
|
"version": "2.2.3",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/EDCD/coriolis"
|
"url": "https://github.com/EDCD/coriolis"
|
||||||
|
|||||||
@@ -289,8 +289,6 @@ export default class OutfittingPage extends Page {
|
|||||||
sStr = ship.getStandardString() + '.' + ship.getModificationsString(),
|
sStr = ship.getStandardString() + '.' + ship.getModificationsString(),
|
||||||
iStr = ship.getInternalString() + '.' + ship.getModificationsString();
|
iStr = ship.getInternalString() + '.' + ship.getModificationsString();
|
||||||
|
|
||||||
Router.replace(outfitURL(ship.id, code, buildName));
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div id='outfit' className={'page'} style={{ fontSize: (sizeRatio * 0.9) + 'em' }}>
|
<div id='outfit' className={'page'} style={{ fontSize: (sizeRatio * 0.9) + 'em' }}>
|
||||||
<div id='overview'>
|
<div id='overview'>
|
||||||
|
|||||||
Reference in New Issue
Block a user