Skip to content

Commit

Permalink
Deploy v5.7.0 (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikquinn committed Dec 1, 2017
2 parents 10fd306 + dfd2a68 commit 29f65c1
Show file tree
Hide file tree
Showing 47 changed files with 4,055 additions and 3,443 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 5.7.0 (December 1, 2017)
---
### Bugfixes
- Add empty video maps to WIP airports to keep them from crashing [#831](https://github.com/openscope/openscope/issues/831)

### Enhancements & Refactors
- Add restricted and prohibited areas to KSEA [#823](https://github.com/openscope/openscope/issues/823)
- Updates KSTL to AIRAC 1712 [#825](https://github.com/openscope/openscope/issues/825)
- Updates KDTW to AIRAC 1712 [#821](https://github.com/openscope/openscope/issues/821)
- Updates EDDH (Hamburg Airport, Germnay) [#829](https://github.com/openscope/openscope/issues/829)
- Updates documentation on airport format [#833](https://github.com/openscope/openscope/issues/833)
- Updates KLAS (McCarran International Airport, NV) [#485](https://github.com/openscope/openscope/issues/485)
- Removed Monarch Airlines and Airberlin [#801](https://github.com/openscope/openscope/issues/801) and [#802](https://github.com/openscope/openscope/issues/802)


## 5.6.1 (November 1, 2017)
---
### Hotfix
Expand Down
22 changes: 0 additions & 22 deletions assets/airlines/ber.json

This file was deleted.

14 changes: 0 additions & 14 deletions assets/airlines/mon.json

This file was deleted.

92 changes: 46 additions & 46 deletions assets/airports/airportLoadList.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
* @final
*/
return [
{
icao: 'ebbr',
level: 'easy',
name: 'Brussels-National',
premium: false,
wip: true
},
// {
// icao: 'ebbr',
// level: 'easy',
// name: 'Brussels-National',
// premium: false,
// wip: true
// },
{
icao: 'eddf',
level: 'medium',
Expand All @@ -62,10 +62,10 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
},
{
icao: 'eddh',
level: 'easy',
level: 'beginner',
name: 'Hamburg Airport',
premium: false,
wip: true
wip: false
},
{
icao: 'eddm',
Expand Down Expand Up @@ -116,13 +116,13 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
premium: false,
wip: true
},
{
icao: 'egnm',
level: 'beginner',
name: 'Leeds Bradford International Airport',
premium: false,
wip: true
},
// {
// icao: 'egnm',
// level: 'beginner',
// name: 'Leeds Bradford International Airport',
// premium: false,
// wip: true
// },
// {
// icao: 'eham',
// level: 'medium',
Expand Down Expand Up @@ -243,10 +243,10 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
// },
{
icao: 'klas',
level: 'medium',
level: 'hard',
name: 'McCarran International Airport',
premium: false,
wip: true
wip: false
},
// {
// icao: 'klax90',
Expand All @@ -255,13 +255,13 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
// premium: false,
// wip: true
// },
{
icao: 'klax',
level: 'medium',
name: 'Los Angeles International Airport',
premium: false,
wip: true
},
// {
// icao: 'klax',
// level: 'medium',
// name: 'Los Angeles International Airport',
// premium: false,
// wip: true
// },
// {
// icao: 'kmia',
// level: 'hard',
Expand Down Expand Up @@ -465,27 +465,27 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
// premium: false,
// wip: true
// },
{
icao: 'sawh',
level: 'beginner',
name: 'Aeropuerto Internacional Malvinas Argentinas',
premium: false,
wip: true
},
// {
// icao: 'sawh',
// level: 'beginner',
// name: 'Aeropuerto Internacional Malvinas Argentinas',
// premium: false,
// wip: true
// },
// {
// icao: 'sbgl',
// level: 'beginner',
// name: 'Aeroporto Internacional Tom Jobim',
// premium: false,
// wip: true
// },
{
icao: 'sbgr',
level: 'beginner',
name: 'Aeroporto Internacional São Paulo-Guarulhos',
premium: false,
wip: true
},
// {
// icao: 'sbgr',
// level: 'beginner',
// name: 'Aeroporto Internacional São Paulo-Guarulhos',
// premium: false,
// wip: true
// },
// {
// icao: 'tjsj',
// level: 'easy',
Expand All @@ -499,7 +499,7 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
name: 'Princess Juliana International Airport',
premium: false,
wip: true
},
// },
// {
// icao: 'uudd',
// level: 'easy',
Expand Down Expand Up @@ -528,12 +528,12 @@ window.AIRPORT_LOAD_LIST = (function() { // eslint-disable-line wrap-iife
// premium: false,
// wip: true
// },
{
icao: 'vhhh',
level: 'medium',
name: 'Hong Kong Chep Lap Kok International Airport',
premium: false,
wip: true
// {
// icao: 'vhhh',
// level: 'medium',
// name: 'Hong Kong Chep Lap Kok International Airport',
// premium: false,
// wip: true
// },
// {
// icao: 'vidp',
Expand Down
5 changes: 4 additions & 1 deletion assets/airports/ebbr.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,8 @@
["bel", 12]
]
}
]
],
"maps": {
"base": []
}
}
17 changes: 4 additions & 13 deletions assets/airports/eddf.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@
["cfg", 40],
["dlh", 50],
["baw", 5],
["ber", 10],
["ein", 3],
["klc", 3],
["tui", 25],
Expand All @@ -552,7 +551,6 @@
"airlines": [
["cfg", 40],
["dlh", 50],
["ber", 10],
["dal", 8],
["sas", 8],
["tui", 25],
Expand All @@ -575,7 +573,6 @@
["cfg", 40],
["dlh", 50],
["afl", 1],
["ber", 10],
["ces", 2],
["cpa", 2],
["csn", 3],
Expand Down Expand Up @@ -604,7 +601,6 @@
["dlh", 50],
["afr", 3],
["aza", 3],
["ber", 10],
["ibe", 3],
["thy", 3],
["tam", 2],
Expand All @@ -631,7 +627,6 @@
["afr", 3],
["aza", 3],
["baw", 5],
["ber", 10],
["ces", 2],
["cpa", 2],
["csn", 3],
Expand Down Expand Up @@ -673,7 +668,6 @@
["afr", 3],
["aza", 3],
["baw", 5],
["ber", 10],
["ces", 2],
["cpa", 2],
["csn", 3],
Expand Down Expand Up @@ -715,7 +709,6 @@
["afr", 3],
["aza", 3],
["baw", 5],
["ber", 10],
["ces", 2],
["cpa", 2],
["csn", 3],
Expand Down Expand Up @@ -757,7 +750,6 @@
["afr", 3],
["aza", 3],
["baw", 5],
["ber", 10],
["ces", 2],
["cpa", 2],
["csn", 3],
Expand Down Expand Up @@ -799,7 +791,6 @@
["afr", 3],
["aza", 3],
["baw", 5],
["ber", 10],
["ces", 2],
["cpa", 2],
["csn", 3],
Expand Down Expand Up @@ -841,7 +832,6 @@
["afr", 3],
["aza", 3],
["baw", 5],
["ber", 10],
["ces", 2],
["cpa", 2],
["csn", 3],
Expand Down Expand Up @@ -883,7 +873,6 @@
["afr", 3],
["aza", 3],
["baw", 5],
["ber", 10],
["ces", 2],
["cpa", 2],
["csn", 3],
Expand Down Expand Up @@ -925,7 +914,6 @@
["afr", 3],
["aza", 3],
["baw", 5],
["ber", 10],
["ces", 2],
["cpa", 2],
["csn", 3],
Expand All @@ -950,5 +938,8 @@
["cca/long", 4]
]
}
]
],
"maps": {
"base": []
}
}

0 comments on commit 29f65c1

Please sign in to comment.