index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ship_cmd.cpp
Age
Commit message (
Expand
)
Author
2019-03-16
Remove: OPF
Charles Pigott
2019-03-08
Fix #7334: Ship lost after crossing bridge due to path cache not being consum...
peter1138
2019-03-03
Change: Don't apply forbid 90 deg turn settings to ships.
Peter Nelson
2019-02-19
Fix #7244, 6ca637b8c1: OPF doesn't take 90 deg turns into account.
J0an Josep
2019-02-18
Fix #7226: Don't call ship pathfinders if there is no available track due to ...
J0an Josep
2019-02-04
Change: Make ships stop in locks to move up/down instead of following the slope.
Peter Nelson
2019-02-04
Fix #7119: When rotating a ship, apply an additional offset to avoid movement...
Peter Nelson
2019-01-31
Cleanup: [NPF] Remove unused parameter.
J0an Josep
2019-01-31
Cleanup: [NPF] Remove unused parameters.
J0an Josep
2019-01-26
Codechange: Use track functions.
J0an Josep
2019-01-24
Change: Make ships stop and change direction slowly instead of instantly turn...
Peter Nelson
2019-01-20
Change 81330b8d6e: Cached path only needs to be cleared if it was found to be...
Peter Nelson
2019-01-19
Change: Add path cache for ships.
Peter Nelson
2019-01-14
Change: Obey forbid_90_deg_turns when choosing available track with no destin...
Peter Nelson
2019-01-14
Change: When ship is lost, pick first available track instead of a random track.
Peter Nelson
2019-01-14
Codechange: Replace trackbit lookup table with existing functions.
Peter Nelson
2019-01-14
Codechange: Use const instead of magic number for ship order distance. Allow ...
Peter Nelson
2019-01-14
Change: Allow only one ship to leave depot at a time.
Peter Nelson
2019-01-14
Change: Don't pathfind with no destination or if destination is known to be t...
Peter Nelson
2019-01-14
Change: Don't leave ship depot with no orders.
Peter Nelson
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
2018-06-14
Fix: Prevent ships moving into docks after finishing (un)loading. (#6791)
PeterN
2018-05-22
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
PeterN
2017-04-23
(svn r27858) -Change [FS#6560]: Add missing game script event for ships arriv...
peter1138
2017-03-19
(svn r27807) -Codechange: Remove _ship_leave_depot_offs
peter1138
2017-03-19
(svn r27806) -Codechange: Remove function ShipGetNewDirection
peter1138
2017-03-19
(svn r27805) -Codechange: Remove function ShipGetNewDirectionFromTiles
peter1138
2016-10-16
(svn r27667) -Codechange: Add VehicleSpriteSeq::GetBounds and Draw.
frosch
2016-10-16
(svn r27666) -Codechange: Pass vehicle sprites around using a struct VehicleS...
frosch
2015-02-01
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca...
frosch
2014-09-20
(svn r26863) -Codechange: move a number of Vehicle* functions into the Vehicl...
rubidium
2014-05-01
(svn r26546) -Codechange: Make order wait_time, travel_time and max_speed pri...
fonsinchen
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-26
(svn r26130) -Codechange: add some guards against using invalid image indices
rubidium
2013-08-04
(svn r25648) -Change [FS#5669]: [NewGRF] Invalidate vehicle recolour palette ...
frosch
2013-05-19
(svn r25259) -Codechange: track capacities and usage of links
rubidium
2013-02-14
(svn r24998) -Fix [FS#5137]: Set vehicle's service interval is percent flag a...
rubidium
2013-02-14
(svn r24994) -Codechange: Replace access to service_interval with accessors (...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-12-23
(svn r24839) -Feature [FS#5271]: [NewGRF] Support oversized purchase list spr...
michi_cc
2012-09-21
(svn r24539) -Codechange [FS#5260]: make code simpler by using IsValidTile in...
yexo
2012-08-18
(svn r24481) -Feature [FS#5127]: Make the pathfinder decide whether ships sha...
frosch
2012-08-18
(svn r24480) -Doc: Doxygenize ChooseShipTrack().
frosch
2012-07-07
(svn r24384) -Fix [FS#5188-ish]: Make IsInDepot() functions behave consistent...
frosch
2012-06-06
(svn r24328) -Codechange: Simplify some silly code.
frosch
2012-05-26
(svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and ...
frosch
2012-02-14
(svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles.
michi_cc
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2012-01-02
(svn r23714) -Codechange: don't mix Viewport with non-viewport code
truebrain
[next]