Age | Commit message (Collapse) | Author |
|
with an adjacent station in the same axis crashed.
|
|
of a global variable. Patch by Noldo (FS#1114).
|
|
|
|
|
|
vehicle color mapping so the vehicles use the new owner color
|
|
functions.
|
|
by PLAYER_SPECTATOR
|
|
useless includes.
|
|
|
|
map.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.
|
|
|
|
'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
|
While at it, remove one unused entry on the clear_price_table array.
It is based on ground type, and the unused one was referencing a non existing one.
|
|
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
|
|
remaining to fit with the naming style
|
|
style
|
|
-Codechange: Rename the BIGMUL functions to the fitting naming style
|
|
with the coding style
|
|
|
|
a macro (skidd13)
|
|
the color of the text in a DrawString call.
Patch heavily based on BiBB's work (FS#1383)
|
|
Money supports that now too.
|
|
money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
|
(according to TTDP's source code, not "the" specs) that it should take the "default" one.
|
|
|
|
|
|
type 'bool' in operation
|
|
indicators of everyone. Patch by SmatZ.
|
|
performance rating calculation.
|
|
functions. Based on patches by skidd13, SmatZ and Belugas.
|
|
station should get goods was not done properly.
|
|
company or a bankrupted/non-existant company.
|
|
Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
|
|
cargo too.
|
|
there were already two stations with a "more than default" rating as no cargo would be moved to the station to be picked up.
|
|
still thought that companies were described by two parameters instead of one.
|
|
the vehicle-income, not from the route-income (tnx to RichK for all the info)
|
|
vehicle struct.
-Codechange: do not force "special" vehicles to be allocated in the low 1024 vehicle slots and non "special" vehicles in the rest of the slots.
|
|
called LT_NORMAL :)
|
|
make it more obvious and less hidden what actually happens. Based on a patch by rfalke.
|
|
another way.
|
|
variables.h to strings.h
|
|
-Fix: cargo payment rates diverge from cost rates making it impossible to make any profit after a certain number of years.
Both are solved by stopping the inflation after 170 years; there is absolutely no point in continueing the inflation after that as it only makes the game have overflows at some point that cannot be solved; using larger variables only delays the inevitable.
|
|
|