Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant.
|
|
|
|
in their instantiation of AIInfo.
|
|
compatibility script not found' error to be printed when loading it
|
|
|
|
AIAirport::IsAirportInformationAvailable. Also update several preconditions so it's now possible to get information on airports types that can no longer be build (small airport after 1960)
|
|
nested widgets through the nested_array.
|
|
which were sometimes missing and sometimes just typos
|
|
work though
|
|
code from the global scope
|
|
'global' scope
|
|
for more consistency and distinguishability.
|
|
|
|
SetAllowDoCommand possible resulting in an AI that wasn't allowed to do any actions
|
|
with GetDepotIndex(tile)
|
|
a specific depot
|
|
|
|
|
|
unless Ctrl is pressed. This makes the behaviour consistent between the two.
|
|
deprecation (yet), but make it clear that the wrapper is running and what (slight) changes there are w.r.t. to 0.7.
|
|
building (in the future buying) vehicles.
|
|
actually useful when building industries
|
|
|
|
false for stations with OWNER_NONE
|
|
their parameters were valid
|
|
|
|
companies anymore; caused by the introduction NoAI, although NewAI had the same problem too.
|
|
|
|
GetIndustryByTile()
|
|
ERR_PRECONDITION_ERROR for road/rail-crossings
|
|
available company slot causing other AIs to be started
|
|
AIIndustry::GetLastMonthTransportedPercentage
|
|
documented at all, make it return what AITown::GetLastMonthProduction did
-Change [NoAI]: mark AITown::GetMaxProduction as deprecated, AITown::GetLastMonthProduction returns now the value GetMaxProduction did
|
|
numbers to percents
|
|
|
|
|
|
3rdparty directory.
|
|
|
|
|
|
DoCommand during Save() instead of failing to save
|
|
as they should
|
|
incorrectly but crash the AI instead
|
|
|
|
/ Sleep instead of just printing an error message in the AI Debug Window
|
|
parameter allow every squirrel type and convert to a string
|
|
fixes) in the exporter
|
|
Return "0.7" to get an api compatible (as much as possible) with the 0.7 api or "0.8" to get the latest api.
-Change [NoAI]: move all deprecated functions to a separate squirrel script that is only loaded if an AI requests an old API version.
|