Age | Commit message (Collapse) | Author |
|
crash for the dummy AI.
|
|
use it everywhere, so CB 36 is also used everywhere.
|
|
to their own file.
|
|
anymore.
|
|
classes ScriptScanner/ScriptFileInfo.
|
|
expanding them much easier (Alberth)
|
|
when there's no AI and they want to play with an AI
|
|
sources too
|
|
ai/library/<library_name>/ instead of ai/library/<category_name>/<library_name>/. Libraries inside tar files are not affected.
|
|
|
|
AIs crashed and show a message that the user should report the crash.
|
|
carries only cargo.
|
|
|
|
|
|
readable and fix a crash if no parameters are given to that function.
|
|
project. You know that time is there when you make two huge mistakes in just 10 lines of code. I wish you all the best of luck :) (ps: HUGE mistakes!)
|
|
no other AI is available instead of a non-existing file.
|
|
AIOrder::SetOrderFlags().
|
|
AIVehicleList_DefaultGroup(vehicle_type).
|
|
functions better.
|
|
|
|
of GetInstanceName() to make branching of AIs easier.
|
|
|
|
which cannot accept CT_INVALID.
-Codechange: Add Engine::GetDefaultCargoType() and Engine::CanCarryCargo() and use them.
-Fix [FS#2617]: When articulated parts have no available default cargo, use the cargo type of the first part for livery selection.
-Change: To decide whether a vehicle is refittable do not test its current capacity for being zero, but always use the 'capacity property'.
Note: The property is used unmodifed without calling CB 15/36. By setting it to a non-zero value and returning zero in the callback vehicles can be refitted to/from zero capacity for e.g. livery effects.
Note: It is intentional that you cannot control refittability by CB 36.
|
|
changing the amount of towns/industries from the newgame gui.
|
|
calls typechecking as stated in squirrel docs
|
|
squirrel.
|
|
|
|
|
|
AIEngine::GetMaxTractiveEffort.
|
|
update some documentation since a few enums have been renamed.
|
|
AIRail::Build/Remove RailWaypoint, AIWaypoint and AIWaypointList.
|
|
BuildRoadStation and BuildDriveThroughRoadStation.
|
|
and MoveWagonChain (frosch).
|
|
front tile instead of a bool is_vertical (frosch).
|
|
AIBridge::IsValidBridge now only returns true for available bridges.
|
|
AIAirport::IsValidAirportType now only returns true for available AirportTypes.
|
|
|
|
AIEventVehicleCrashed::CloneCrashedVehicle.
|
|
|
|
GetHeliportAndDockLocation in HasHeliport/HasDock and GetHeliportLocation/GetDockLocation.
|
|
SetCompanyName. They've been replaced with GetName and SetName.
|
|
AIIndustry::GetLastMonthProduction instead.
|
|
|
|
call.
|
|
|
|
AddSetting, AddLabels and RegisterAI.
|
|
available in-game.
|
|
an info.nut failed to compile.
|
|
definition of very simple getters to header file
|