Age | Commit message (Collapse) | Author |
|
|
|
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).
|
|
"road" everywhere except in the tile type.
|
|
foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
|
|
|
|
|
|
used wrong tileh in some cases (frosch)
|
|
accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
|
|
issues. Thanks to benc for providing the patch.
|
|
easily modified.
|
|
|
|
|
|
|
|
something...
|
|
respect to the airport placement, so he rewrote the aircraft handling of the AI; now it can actually make lots of money again :)
|
|
|
|
not telling "last_mo_production" when it is the production of the current month).
|
|
when clicking on the "skip" button while pressing CTRL.
|
|
the roadbits are.
|
|
road types on a single tile.
|
|
|
|
"road" with multiple owners on a single tile.
|
|
be found in the industry spec, so take it from there instead.
|
|
building when its rating for the town was not high enough.
|
|
|
|
and into landscape.h, and add a few where they didn't exist.
|
|
variable)
|
|
|
|
landscape types.
|
|
a random industry for the AI to prevent it slowing down the game. The AI now sucks a even a bit more than before (if that's even possible).
|
|
coding style (and rest of the code).
|
|
|
|
|
|
Remove {,u}intswap() and replace them by Swap()
|
|
-Codechange: Do not hardcode the catchment radius of airports, but hold the information in AirportFTAClass
-Fix (r979): The default AI tested possible airport locations with a fixed catchment radius instead of the radius of the to be built airport
|