(svn r26407) -Fix: __ln__ never read the script compatibility files.
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
			
		||||
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
AILog.Info("0.7 API compatability in effect:");
 | 
			
		||||
AILog.Info("0.7 API compatibility in effect:");
 | 
			
		||||
AILog.Info(" - AITown::GetLastMonthProduction's behaviour has slightly changed.");
 | 
			
		||||
AILog.Info(" - AISubsidy::GetDestination returns STATION_INVALID for awarded subsidies.");
 | 
			
		||||
AILog.Info(" - AISubsidy::GetSource returns STATION_INVALID for awarded subsidies.");
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
AILog.Info("1.0 API compatability in effect.");
 | 
			
		||||
AILog.Info("1.0 API compatibility in effect.");
 | 
			
		||||
 | 
			
		||||
AIRoad._BuildRoadStation <- AIRoad.BuildRoadStation;
 | 
			
		||||
AIRoad.BuildRoadStation <- function(tile, front, road_veh_type, station_id)
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
AILog.Info("1.1 API compatability in effect.");
 | 
			
		||||
AILog.Info("1.1 API compatibility in effect.");
 | 
			
		||||
 | 
			
		||||
AICompany.GetCompanyValue <- function(company)
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
@@ -7,4 +7,4 @@
 | 
			
		||||
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
AILog.Info("1.2 API compatability in effect.");
 | 
			
		||||
AILog.Info("1.2 API compatibility in effect.");
 | 
			
		||||
 
 | 
			
		||||
@@ -7,4 +7,4 @@
 | 
			
		||||
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
AILog.Info("1.3 API compatability in effect.");
 | 
			
		||||
AILog.Info("1.3 API compatibility in effect.");
 | 
			
		||||
 
 | 
			
		||||
@@ -7,4 +7,4 @@
 | 
			
		||||
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
AILog.Info("1.4 API compatability in effect.");
 | 
			
		||||
AILog.Info("1.4 API compatibility in effect.");
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
GSLog.Info("1.2 API compatability in effect.");
 | 
			
		||||
GSLog.Info("1.2 API compatibility in effect.");
 | 
			
		||||
 | 
			
		||||
GSTown._SetGrowthRate <- GSTown.SetGrowthRate;
 | 
			
		||||
GSTown.SetGrowthRate <- function(town_id, days_between_town_growth)
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
GSLog.Info("1.3 API compatability in effect.");
 | 
			
		||||
GSLog.Info("1.3 API compatibility in effect.");
 | 
			
		||||
 | 
			
		||||
GSTown._SetGrowthRate <- GSTown.SetGrowthRate;
 | 
			
		||||
GSTown.SetGrowthRate <- function(town_id, days_between_town_growth)
 | 
			
		||||
 
 | 
			
		||||
@@ -7,4 +7,4 @@
 | 
			
		||||
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
GSLog.Info("1.4 API compatability in effect.");
 | 
			
		||||
GSLog.Info("1.4 API compatibility in effect.");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user