Age | Commit message (Collapse) | Author |
|
with an OnNewDay method in the Vehicle class
|
|
extra checking and such anymore.
|
|
|
|
move the debugdumpcommand stuff out of the network 'area').
|
|
of FS#1335
|
|
useless includes.
|
|
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
logical locations.
|
|
extra checking and such anymore.
|
|
of FS#1482.
|
|
|
|
function and variables.
|
|
IsValidVehicle(vehicle).
|
|
window wasn't redrawn instantly
|
|
compile-time and server side only to aid debugging some desyncs, i.e. dump the stream of commands so it could be replayed in exactly the same way later. This should primarily be used to make desyncs more easily reproducable, so it can be properly debugged.
|
|
|
|
a few comments style.
Some documentation addition, when i can easily supply them
|
|
VEH_Train is 0, VEH_Road is 1 and so on
This means that "v->type" can be used as array indexes instead of VehTypeToIndex() (or "v->type - VEH_Train/0x10 as the code still used in some places)
Surprisingly this can be done without changing the savegame format
|
|
renamed to .cpp)
|