Age | Commit message (Collapse) | Author |
|
something more than whitespace as description of files that don't have a description.
|
|
and data for a vehicle (or chain of vehicles)
Autoreplace uses this with the following benefits:
-Mass autoreplace (the button in the depot window) will now estimate costs correctly
-Autoreplace now either replaces correctly or manages to keep the original vehicle (no more broken trains)
Thanks to Ammler for testing this
|
|
function back to cpp
|
|
binary size saved
|
|
will now also replace wagons even if they aren't connected to a locomotive
fixed estimated cost in CmdDepotMassAutoReplace() (will still not estimate wagon removal profits)
Made it possible to command CmdDepotMassAutoReplace() to either replace everything or nothing (the button will still happily replace just some of the vehicles if cash premits)
|
|
|
|
property to allow further fixes
|
|
remove blanks from command list where old commands have been removed.
|
|
|
|
with 'shift'-key.
|
|
building/removing a large block of track/signals/station
|
|
logical location.
|
|
unneeded include from openttd.h.
|
|
|
|
move the debugdumpcommand stuff out of the network 'area').
|
|
command can be executed.
|
|
of a global variable. Patch by Noldo (FS#1114).
|
|
|
|
|
|
vehicle color mapping so the vehicles use the new owner color
|
|
map.h).
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
|
|
their respective places.
|
|
|
|
|
|
and making it more logic where function definitions can be found.
|
|
-Codechange: merge DoConvert functions into one, make test and exec runs the same for tunnels/bridges
|
|
of FS#1482.
|
|
money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.
|
|
NewGRFs.
|
|
|
|
remotely trigger an assertion.
|
|
belong to a "valid" tile, like the money cheat/giving money.
|
|
variables.h to strings.h
|
|
when a command failed instead of only the client that actually did the command.
|
|
timetables based on
the times from the first (or subsequent) run-throughs.
|
|
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.
|
|
issues. Thanks to benc for providing the patch.
|
|
|
|
|
|
|
|
easily modified.
|
|
|
|
|
|
when clicking on the "skip" button while pressing CTRL.
|
|
- Group protection status wasn't changed via a command.
- Group renaming didn't check group owner (and in fact changed the owner,
just like renaming a sign...).
- Added owner checks to other group commands.
- Invalidate window data after the command has been completed instead of after
the command has been sent. This fixes gui issues in network play.
|
|
can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
|
|
|