(svn r25150) -Fix [FS#5514]: [Script] The was no way to differentiate between a cargo-station combination with or without rating, so introduce [AI|GS]Station::HasRating and let GetRating return -1 when there is no rating

This commit is contained in:
rubidium
2013-04-06 12:36:33 +00:00
parent b2292122b6
commit 7a3d549f2f
7 changed files with 38 additions and 4 deletions

View File

@@ -19,6 +19,13 @@
*
* 1.4.0 is not yet released. The following changes are not set in stone yet.
*
* API additions:
* \li AIStation::HasRating
*
* Other changes:
* \li AIStation::GetRating does return -1 for cargo-station combinations that
* do not have a rating yet instead of returning 69.
*
* \b 1.3.0
*
* API additions: