Skip to content

Commit

Permalink
Deploy v6.16.0 (openscope#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikquinn authored Mar 1, 2020
2 parents e1077d1 + 2d11ef9 commit b86421c
Show file tree
Hide file tree
Showing 250 changed files with 43,952 additions and 12,353 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
# 6.15.1 (December 2, 2020)
# 6.16.0 (March 1, 2020)
### New Features
- <a href="https://github.com/openscope/openscope/issues/1526" target="_blank">#1526</a> - Introduce Montevideo Carrasco Airport (SUMU)

### Bugfixes
- <a href="https://github.com/openscope/openscope/issues/1389" target="_blank">#1389</a> - Prevent unfair penalty at KDCA on IRONS7 arrivals by deactivating R6601B/C
- <a href="https://github.com/openscope/openscope/issues/1218" target="_blank">#1218</a> - Ensure proper removal of aircraft who collide with terrain/traffic
- <a href="https://github.com/openscope/openscope/issues/1513" target="_blank">#1513</a> - Add missing fleets to AFR/LDM airlines that were crashing EDDM/EIDW
- <a href="https://github.com/openscope/openscope/issues/1398" target="_blank">#1398</a> - Fix go-arounds from aircraft with low descent rates

### Enhancements & Refactors
- <a href="https://github.com/openscope/openscope/issues/1486" target="_blank">#1486</a> - Update AFL airline
- <a href="https://github.com/openscope/openscope/issues/1507" target="_blank">#1507</a> - Fix broken link in aircraft commands documentation
- <a href="https://github.com/openscope/openscope/issues/1022" target="_blank">#1022</a> - Reintroduce Munich Airport (EDDM)
- [#1387](https://github.com/openscope/openscope/issues/1387) - Update LOWW to AIRAC 1908
- <a href="https://github.com/openscope/openscope/issues/1499" target="_blank">#1499</a> - Reintroduce Ministro Pistarini Airport (SAEZ)
- <a href="https://github.com/openscope/openscope/issues/1503" target="_blank">#1503</a> - Reintroduce Dublin Airport (EIDW)
- <a href="https://github.com/openscope/openscope/issues/1471" target="_blank">#1471</a> - Change all airport guide links to open in new tab
- <a href="https://github.com/openscope/openscope/issues/1514" target="_blank">#1514</a> - Reintroduce Malvinas Argentinas Ushuaia Airport (SAWH)
- <a href="https://github.com/openscope/openscope/issues/1381" target="_blank">#1381</a> - Change all airport names in airport loadList to the official English name according to Jeppesen charts
- <a href="https://github.com/openscope/openscope/issues/242" target="_blank">#242</a> - Update KJFK to AIRAC 2002
- <a href="https://github.com/openscope/openscope/issues/1528" target="_blank">#1528</a> - Remove heavies from KDCA
- <a href="https://github.com/openscope/openscope/issues/1525" target="_blank">#1525</a> - Reintroduce Mendoza El Plumerillo Airport (SAME)
- <a href="https://github.com/openscope/openscope/issues/1517" target="_blank">#1517</a> - Reintroduce Princess Juliana Airport (TNCM)


# 6.15.1 (December 2, 2019)
### Hotfixes
- <a href="https://github.com/openscope/openscope/issues/1480" target="_blank">#1480</a> - Ensure settings menu appears above flight strip bay

Expand Down
37 changes: 37 additions & 0 deletions assets/aircraft/a338.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "Airbus A330-800neo",
"icao": "A338",
"engines": {
"number": 2,
"type": "J"
},
"weightClass": "H",
"category": {
"srs": 3,
"lahso": 8,
"recat": "B"
},
"ceiling": 41450,
"rate": {
"climb": 2000,
"descent": 3000,
"accelerate": 6,
"decelerate": 3.5
},
"runway": {
"takeoff": 2.800,
"landing": 1.800
},
"speed":{
"min": 125,
"landing": 130,
"cruise": 464,
"cruiseM": null,
"max": 496,
"maxM": 0.86
},
"capability": {
"ils": true,
"fix": true
}
}
37 changes: 37 additions & 0 deletions assets/aircraft/a339.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "Airbus A330-900neo",
"icao": "A339",
"engines": {
"number": 2,
"type": "J"
},
"weightClass": "H",
"category": {
"srs": 3,
"lahso": 8,
"recat": "B"
},
"ceiling": 41450,
"rate": {
"climb": 2000,
"descent": 3000,
"accelerate": 6,
"decelerate": 3.5
},
"runway": {
"takeoff": 2.800,
"landing": 1.800
},
"speed":{
"min": 125,
"landing": 130,
"cruise": 464,
"cruiseM": null,
"max": 496,
"maxM": 0.86
},
"capability": {
"ils": true,
"fix": true
}
}
37 changes: 37 additions & 0 deletions assets/aircraft/be20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "Beechcraft Super King Air 200",
"icao": "BE20",
"engines": {
"number": 2,
"type": "T"
},
"weightClass": "S+",
"category": {
"srs": 3,
"lahso": 7,
"recat": "F"
},
"ceiling": 35000,
"rate": {
"climb": 1500,
"descent": 1500,
"accelerate": 6,
"decelerate": 5
},
"runway": {
"takeoff": 0.570,
"landing": 0.540
},
"speed":{
"min": 100,
"landing": 115,
"cruise": 260,
"cruiseM": 0.48,
"max": 290,
"maxM": null
},
"capability": {
"ils": true,
"fix": true
}
}
18 changes: 9 additions & 9 deletions assets/aircraft/be36.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"lahso": 2,
"recat": "F"
},
"ceiling": 18000,
"ceiling": 18500,
"rate": {
"climb": 2000,
"climb": 1000,
"descent": 1000,
"accelerate": 4,
"decelerate": 3
},
"runway": {
"takeoff": 0.640,
"landing": 0.400
"takeoff": 0.350,
"landing": 0.450
},
"speed":{
"min": 60,
"landing": 80,
"cruise": 168,
"min": 52,
"landing": 70,
"cruise": 160,
"cruiseM": null,
"max": 177,
"max": 203,
"maxM": null
},
"capability": {
"ils": true,
"fix": false
"fix": true
}
}
37 changes: 37 additions & 0 deletions assets/aircraft/e290.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "Embraer 190/195-E2",
"icao": "E290",
"engines": {
"number": 2,
"type": "J"
},
"weightClass": "L",
"category": {
"srs": 3,
"lahso": 7,
"recat": "D"
},
"ceiling": 41000,
"rate": {
"climb": 3400,
"descent": 2200,
"accelerate": 7,
"decelerate": 4
},
"runway": {
"takeoff": 1.900,
"landing": 1.300
},
"speed":{
"min": 110,
"landing": 120,
"cruise": 475,
"cruiseM": 0.78,
"max": 481,
"maxM": 0.82
},
"capability": {
"ils": true,
"fix": true
}
}
37 changes: 37 additions & 0 deletions assets/aircraft/e35l.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "Embraer EMB-135BJ Legacy 600/650",
"icao": "E35L",
"engines": {
"number": 2,
"type": "J"
},
"weightClass": "M",
"category": {
"srs": 3,
"lahso": 7,
"recat": "E"
},
"ceiling": 37000,
"rate": {
"climb": 3500,
"descent": 1500,
"accelerate": 10,
"decelerate": 6
},
"runway": {
"takeoff": 1.580,
"landing": 1.130
},
"speed":{
"min": 125,
"landing": 130,
"cruise": 320,
"cruiseM": 0.76,
"max": 470,
"maxM": null
},
"capability": {
"ils": true,
"fix": true
}
}
14 changes: 7 additions & 7 deletions assets/aircraft/glf5.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
"number": 2,
"type": "J"
},
"weightClass": "S+",
"weightClass": "M",
"category": {
"srs": 3,
"lahso": 7,
"recat": "D"
},
"ceiling": 51000,
"rate": {
"climb": 3600,
"descent": 3000,
"climb": 4000,
"descent": 2500,
"accelerate": 6,
"decelerate": 5
},
"runway": {
"takeoff": 1.800,
"landing": 0.960
"takeoff": 1.570,
"landing": 0.880
},
"speed":{
"min": 120,
"landing": 130,
"landing": 140,
"cruise": 459,
"cruiseM": 0.80,
"cruiseM": 0.85,
"max": 488,
"maxM": 0.85
},
Expand Down
37 changes: 37 additions & 0 deletions assets/aircraft/j328.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "Dornier 328 JET",
"icao": "J328",
"engines": {
"number": 2,
"type": "J"
},
"weightClass": "M",
"category": {
"srs": 3,
"lahso": 6,
"recat": "F"
},
"ceiling": 35000,
"rate": {
"climb": 2500,
"descent": 2500,
"accelerate": 10,
"decelerate": 6
},
"runway": {
"takeoff": 1.300,
"landing": 1.200
},
"speed":{
"min": 132,
"landing": 1115,
"cruise": 350,
"cruiseM": 0.66,
"max": 300,
"maxM": 0.66
},
"capability": {
"ils": true,
"fix": true
}
}
Loading

0 comments on commit b86421c

Please sign in to comment.