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
/
pathfinder
/
yapf
/
yapf_ship.cpp
Age
Commit message (
Expand
)
Author
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-06-30
Change: Avoid caching end of ship path, to allow penalties to apply.
peter1138
2019-06-30
Add: Penalty for occupied docking points.
peter1138
2019-06-30
Feature: Multi-tile docks and docking points.
peter1138
2019-04-29
Codechange: Remove Track{dir,}{Bits,}Byte types
Charles Pigott
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-08
Add: Road vehicle path cache. (#7261)
PeterN
2019-03-08
Change: Automatically use Trackdir node key as needed if ship curve penalties...
Peter Nelson
2019-03-08
Change: Add configurable curve penalty for ships.
Peter Nelson
2019-03-03
Change: Don't apply forbid 90 deg turn settings to ships.
Peter Nelson
2019-01-26
Codechange: Use track functions.
J0an Josep
2019-01-19
Change: Add path cache for ships.
Peter Nelson
2018-06-27
Codechange: Use HasTrack(dir) to improve code readability.
J0anJosep
2018-04-30
Codechange: Use TileAddBy(Diag)Dir when possible.
J0anJosep
2015-08-08
(svn r27362) -Codechange: Codestyle fixes for reference var declarations, sta...
alberth
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-26
(svn r26117) -Cleanup: unneeded NULL check
rubidium
2013-02-03
(svn r24964) -Fix [FS#5416]: With YAPF the docking behaviour differed per dir...
rubidium
2012-08-18
(svn r24481) -Feature [FS#5127]: Make the pathfinder decide whether ships sha...
frosch
2011-12-20
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...
truebrain
2011-08-21
(svn r22801) -Feature: [YAPF] Take canal/ocean speed fraction of ships into a...
michi_cc
2011-04-19
(svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_n...
smatz
2010-12-13
(svn r21511) -Feature: vehicle lost message for ships
rubidium
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2009-12-02
(svn r18374) -Cleanup: remove some unused code
rubidium
2009-12-02
(svn r18373) -Codechange: unify some road pathfinder functions
rubidium
2009-12-02
(svn r18372) -Codechange: push some extra type safety into YAPF
rubidium
2009-12-02
(svn r18370) -Codechange: push some constness/type strictness into the ship p...
rubidium
2009-12-01
(svn r18367) -Codechange: unify the ship pathfinder 'calls'
rubidium
2009-12-01
(svn r18364) -Codechange: move the pathfinders and their related files into a...
rubidium