Changeset - r21317:42e44a0c430b
[Not reviewed]
master
0 9 0
frosch - 11 years ago 2014-03-17 20:05:38
frosch@openttd.org
(svn r26407) -Fix: __ln__ never read the script compatibility files.
9 files changed with 9 insertions and 9 deletions:
0 comments (0 inline, 0 general)
bin/ai/compat_0.7.nut
Show inline comments
 
@@ -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.");
bin/ai/compat_1.0.nut
Show inline comments
 
@@ -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)
bin/ai/compat_1.1.nut
Show inline comments
 
@@ -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)
 
{
bin/ai/compat_1.2.nut
Show inline comments
 
@@ -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.");
bin/ai/compat_1.3.nut
Show inline comments
 
@@ -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.");
bin/ai/compat_1.4.nut
Show inline comments
 
@@ -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.");
bin/game/compat_1.2.nut
Show inline comments
 
@@ -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)
bin/game/compat_1.3.nut
Show inline comments
 
@@ -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)
bin/game/compat_1.4.nut
Show inline comments
 
@@ -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.");
0 comments (0 inline, 0 general)