Age | Commit message (Collapse) | Author |
|
prevent unnecessary inclusion newgrf.h anyway
|
|
|
|
|
|
casts when converting Vehicle to specialised vehicle types. Includes safety check
|
|
|
|
|
|
company-based settings, so in a multiplayer game everyone can change them.
|
|
reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
|
|
const is (accidentally?) removed using C-style casts.
|
|
unnecessarily add it.
|
|
struct so (some vehicle related) NewGRF cache 'desyncs' can be tested easier.
|
|
|
|
from VehicleRail to Train
|
|
|
|
|
|
make it static.
|
|
PoolItem::IsValidID(index)
|
|
|
|
-Fix [FS#2864]: autopause and manual pausing conflict with eachother
-Fix: new game + pause on new game + autopause make the game not unpause on the first join
|
|
|
|
|
|
DrawString.
|
|
they were multiline strings being drawn using DrawString instead of DrawStringMultiLine.
|
|
this ID' from 'some' strings and replace the string name with something more sensible.
|
|
-Change: move a string to a more sensible location
|
|
of duplicate strings and unifies the GUIs quite a bit
|
|
correctly
|
|
details windows.
|
|
widget number comment in _vehicle_refit_widgets
|
|
|
|
callback
|
|
showing in vehicle list windows. Instead of drawing the label ourselves we can set the dropdown's data property to the string to draw.
|
|
|
|
|
|
around left and right instead of only left and assuming infinite width.
|
|
drawing functions instead of only the left.
|
|
new one.
|
|
|
|
the new one.
|
|
|
|
expanding them much easier (Alberth)
|
|
sources too
|
|
|
|
articulated part.
|
|
window.
|
|
color and colour.
|
|
holds the owner of whatever is shown in the window
|
|
changing company.
|
|
|
|
train_acceleration_model, and change from boolean to value. Don't forget to update your settings.
|