Update to 1.8.0

--HG--
branch : openttd
This commit is contained in:
Pavel Stupnikov
2018-04-06 21:26:22 +03:00
parent c13f57641c
commit 42ec3bd611
221 changed files with 2325 additions and 1788 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: ai_changelog.hpp 27942 2017-12-11 20:14:55Z frosch $ */
/* $Id: ai_changelog.hpp 27996 2018-03-21 19:39:49Z frosch $ */
/*
* This file is part of OpenTTD.
@@ -15,6 +15,10 @@
* functions may still be available if you return an older API version
* in GetAPIVersion() in info.nut.
*
* \b 1.8.0
*
* No changes
*
* \b 1.7.0 - 1.7.2
*
* No changes

View File

@@ -1,4 +1,4 @@
/* $Id: game_changelog.hpp 27942 2017-12-11 20:14:55Z frosch $ */
/* $Id: game_changelog.hpp 27996 2018-03-21 19:39:49Z frosch $ */
/*
* This file is part of OpenTTD.
@@ -15,6 +15,10 @@
* functions may still be available if you return an older API version
* in GetAPIVersion() in info.nut.
*
* \b 1.8.0
*
* No changes
*
* \b 1.7.0 - 1.7.2
*
* No changes

View File

@@ -1,4 +1,4 @@
/* $Id: script_error.cpp 27758 2017-02-26 19:41:30Z frosch $ */
/* $Id: script_error.cpp 27893 2017-08-13 18:38:42Z frosch $ */
/*
* This file is part of OpenTTD.
@@ -40,7 +40,8 @@ ScriptError::ScriptErrorMapString ScriptError::error_map_string = ScriptError::S
case TEXT_TAB_SPECIAL:
if (index < 0xE4) break; // Player name
/* FALL THROUGH */
FALLTHROUGH;
case TEXT_TAB_TOWN:
if (index < 0xC0) break; // Town name
/* These strings are 'random' and have no meaning.