Age | Commit message (Collapse) | Author |
|
AI-use, NewGRF property 0x08 for trains.
|
|
|
|
in orders
|
|
GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
|
|
|
|
|
|
instead of using specific indexes each time.
-Codechange: Minor scope changes in said loops.
|
|
there were any tram grfs loaded
|
|
YAPF failed for steep slopes.
Trolly failed for a lot.
|
|
road bridge
|
|
uninitialized memory in the AI.
|
|
building/removing a large block of track/signals/station
|
|
with other cases of *B_* vs *_* like VETSB_* and VETS_*.
|
|
|
|
|
|
unneeded include from openttd.h.
|
|
|
|
some type safety.
|
|
of a global variable. Patch by Noldo (FS#1114).
|
|
structs to a place where they are only included a few times.
|
|
needed.
|
|
useless includes.
|
|
|
|
map.h).
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
it is really needed.
|
|
|
|
their respective places.
|
|
|
|
|
|
r11642
|
|
bridge_map.h into tunnelbridge_map.h
|
|
order.h too
|
|
|
|
rename it fitting to the naming style
|
|
cause they depend on Random()
-Codechange: Convert the CHANCE macros to functions and rename them fitting to the naming style
|
|
fitting to the naming style
|
|
remaining to fit with the naming style
|
|
style
|
|
money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
|
used to check whether there was no vehicle on the ground, except that the former didn't take care of aircraft shadows. So now we only use EnsureNoVehicleOnGround.
|
|
|
|
|
|
remotely trigger an assertion.
|
|
Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
|
|
a depot.
|
|
AI does not support them.
|
|
negation was needed. Patch by frosch.
|
|
as super class.
|
|
IsValidVehicle(vehicle).
|