Age | Commit message (Collapse) | Author |
|
|
|
drag and drop
|
|
disapearing, and a depot which was unable to remove
|
|
station blocks
|
|
operation while overtaking in a curve (tnx to guru3, Tron and peter1138)
-Codechange: while at that, removed a local variable (more pretty :))
|
|
window
|
|
_signals_table_other and _signals_table_both by the equivalent calls to rail.h functions.
- Codechange: Add a few constants.
|
|
passed coordinate is on the map, like in r3357, but this time in DoCommandP - *cough* code duplication *cough*
|
|
CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SERVICE_INT commands into one CMD_CHANGE_SERVICE_INT command.
As side effect this is a
-Fix: The default AI tried to change the service intervals of vehicles via the CMD_CHANGE_TRAIN_SERVICE_INT command - regardless of the type of the vehicle - which of course failed for non-trains
|
|
|
|
|
|
AllocateWindowAutoPlace, AllocateWindowAutoPlace2)
|
|
but gives a bit more fair amount of money. Can only be fixed correctly with CargoPackets as suggested in branch.
|
|
- move call to convert from old to new train subtypes.
- ensure AI is started for AI players.
|
|
starting removal process.
|
|
refit mask.
|
|
redraw the replace window after the command has completed, rather than after calling the command.
|
|
|
|
command is on the map
|
|
- Initialize _sl_version after loading an old savegame.
|
|
OKed by Belugas)
|
|
s/SRT_SORT_BY/STR_SORT_BY/ (noticed by chu)
|
|
trains: Use the length of the train before the replacement as reference length
|
|
blocks to allow use of Random() instead of InteractiveRandom(), which will alleviate some possible network desyncs.
|
|
consistent with those widgets in other vehicle type lists. (Stops "Total capacity per cargo type" overflowing)
|
|
|
|
|
|
lead to wrong results
|
|
it the other way round?)
|
|
1387477 ] Can't refit aircraft to carry Fizzy Drinks"
|
|
|
|
to Truelight) translation
|
|
particular type are obsolete.
|
|
|
|
it already exists on that platform
|
|
if a header file changed
Also really automagically create the dependency directories by deriving the directory names from $(DEPS)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config writer
|
|
|
|
meaningful
|
|
- Add: TracksOverlap() (from the map branch), TrackdirBitsToTrackBits(), DiagdirReachesTrackdirs(), DiagdirReachesTracks().
- Fix: Infinite loop in the pathfinder introduces in r3321.
|
|
(belugas)
|
|
are stored in m3, not m4. According to the mask (RAILTYPE_MASK), this is should be 0..1 but 0..3 are actually reserved. (egladil)
|
|
support (dst)
|
|
servicing, the NON_STOP flag failed the command.
|