Age | Commit message (Collapse) | Author |
|
changing company.
|
|
Engine::GetDisplayMaxSpeed(), GetPower() and GetDisplayWeight(). (and using them)
|
|
|
|
duplication.
|
|
duplication. Also stops AIs decrementing vehicle counter of first company
|
|
(optional) parameter.
|
|
instead of relying on consecutive string IDs.
|
|
indicating what it actually is.
|
|
industries and group gui
|
|
multiheaded engines were (too often) doubled in newspaper resp. offer window.
|
|
into their own parameter.
|
|
|
|
|
|
|
|
(and its headers) to engine_gui.cpp
|
|
from lots
of windows causing 'two stage' opening effect.
|
|
|
|
windows.
|
|
the Window class and remove Window from their naming.
|
|
|
|
Patch by Cirdan.
|
|
Window.
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
|
|
unneeded inclusions of engine.h and/or replace them with engine_type.h.
|
|
|
|
vehicles' running cost, and show running cost of wagons if they have it.
|
|
running_cost, inline with other vehicle types (It is the factor, not the base)
|
|
unneeded include from openttd.h.
|
|
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
their respective places.
|
|
|
|
and making it more logic where function definitions can be found.
|
|
'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
|
the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
|
money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
|
windows that are smaller than the default window size.
|
|
variables.h to strings.h
|
|
|
|
better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
|
|
place money in some string.
|
|
in the news item for new vehicles
|
|
coding style (and rest of the code).
|
|
|
|
respect to the news of new vehicles.
|
|
the news, it said "new railway locomotive available - railway locomotive".
|
|
velocities to from 8mph to 1km/h (peter1138), also give aircraft realsitic velocities (so that 1km/h is 1km/h independent of vehicle type) (peter1138). Introduce a flag to reduce aircraft speed in holding patterns to some realistic velocity. Use this flag for the city airport for the time being and make use of the different entry points for this airport type.
|