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
/
npf
/
npf.cpp
Age
Commit message (
Expand
)
Author
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-08-18
(svn r24481) -Feature [FS#5127]: Make the pathfinder decide whether ships sha...
frosch
2012-08-18
(svn r24479) -Fix: Trains were unable to reverse in stations when using NPF.
frosch
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-11-04
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...
rubidium
2011-02-25
(svn r22145) -Codechange: Do explicit test for non-bool values.
alberth
2011-02-07
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
rubidium
2010-12-15
(svn r21524) -Fix [FS#4302]: Do not apply the last signal red pathfinder pena...
michi_cc
2010-12-14
(svn r21516) -Codechange: Add IsGroundVehicle function to the Vehicle class.
terkhen
2010-12-13
(svn r21511) -Feature: vehicle lost message for ships
rubidium
2010-12-13
(svn r21510) -Feature [FS#1956]: vehicle lost message for road vehicles
rubidium
2010-12-13
(svn r21509) -Codechange: rename the rail pathfinders "path_not_found" parame...
rubidium
2010-11-20
(svn r21273) -Codechange: Return values should start at the same line.
alberth
2010-10-02
(svn r20874) -Codechange: Make init_AyStar a method.
alberth
2010-10-02
(svn r20868) -Codechange: Make AyStarMain_Main() a method.
alberth
2010-10-02
(svn r20867) -Codechange: Make AyStarMain_AddStartNode() a method.
alberth
2010-10-02
(svn r20864) -Codechange: Make AyStar_Clear() a method.
alberth
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-12
(svn r20474) -Cleanup: remove some unused code
yexo
2010-08-01
(svn r20281) -Codechange: unify case scope closure + break coding style
rubidium
2010-07-31
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
alberth
2010-07-24
(svn r20211) -Codechange: Indented code should have curly braces around it.
alberth
2010-05-13
(svn r19814) -Codechange: give some more unnamed enums a name, in case they c...
rubidium
2010-05-11
(svn r19792) -Change: use the typed FOR_EACH_SET_BIT for Tracks (adf88)
rubidium
2010-05-11
(svn r19788) -Codechange: make FOR_EACH_SET_BIT not change the value of the p...
rubidium
2010-03-18
(svn r19460) -Fix [FS#3703]: [NPF] Crash when finding a waypoint before findi...
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-12-19
(svn r18535) -Fix [FS#2722]: don't account for path reservation costs when en...
rubidium
2009-12-19
(svn r18533) -Fix: don't refer, in the comments, to a long renamed function
rubidium
2009-12-13
(svn r18481) -Codechange: unify the curve pathfinder penalty defaults; 0.01 t...
rubidium
2009-12-07
(svn r18421) -Fix [FS#3244]: pathfinders wouldn't consider the 'other' reacha...
rubidium
2009-12-04
(svn r18404) -Codechange: link drive through stops better together
rubidium
2009-12-02
(svn r18386) -Codechange: make the NPF functions static and remove unused fun...
rubidium
2009-12-02
(svn r18383) -Fix (r18375): triggering NOT_REACHED for some waypoints
rubidium
2009-12-02
(svn r18382) -Codechange: make road vehicles behave more like trains 'around'...
rubidium
2009-12-02
(svn r18375) -Codechange: use Station::GetTileArea to get the tile area for C...
rubidium
2009-12-02
(svn r18373) -Codechange: unify some road pathfinder functions
rubidium
2009-12-02
(svn r18371) -Codechange: unify calling of the train pathfinders
rubidium
2009-12-02
(svn r18370) -Codechange: push some constness/type strictness into the ship p...
rubidium
2009-12-02
(svn r18368) -Fix: alignment of comment and 'add' some missing comments
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