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
/
aystar.cpp
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-01-31
Fix #7060: [NPF] Do not check whether ignored first tiles are end nodes.
J0an Josep
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2010-10-02
(svn r20890) -Doc: Make documentation accessible to doxygen.
alberth
2010-10-02
(svn r20889) -Codechange: Make ClosedListHash, OpenListQueue, and OpenListHas...
alberth
2010-10-02
(svn r20886) -Codechange: Make init_Hash a method.
alberth
2010-10-02
(svn r20885) -Codechange: Make delete_Hash a method.
alberth
2010-10-02
(svn r20884) -Codechange: Make clear_Hash a method.
alberth
2010-10-02
(svn r20883) -Codechange: Make Hash_Delete a method.
alberth
2010-10-02
(svn r20882) -Codechange: Make Hash_Set a method.
alberth
2010-10-02
(svn r20881) -Codechange: Make Hash_Get a method.
alberth
2010-10-02
(svn r20880) -Codechange: Make Hash_Size a method.
alberth
2010-10-02
(svn r20879) -Codechange: Make AyStarMain_ClosedList_IsInList a method.
alberth
2010-10-02
(svn r20878) -Codechange: Make AyStarMain_ClosedList_Add a method.
alberth
2010-10-02
(svn r20877) -Codechange: Make AyStarMain_OpenList_IsInList a method.
alberth
2010-10-02
(svn r20876) -Codechange: Make AyStarMain_OpenList_Pop a method.
alberth
2010-10-02
(svn r20875) -Codechange: Make AyStarMain_OpenList_Add a method.
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 r20866) -Codechange: CheckTile() always returns the same (ignored) value.
alberth
2010-10-02
(svn r20865) -Codechange: Make AyStarMain_CheckTile() a method.
alberth
2010-10-02
(svn r20864) -Codechange: Make AyStar_Clear() a method.
alberth
2010-10-02
(svn r20863) -Codechange: Make AyStarMain_Loop a method.
alberth
2010-10-02
(svn r20862) -Codechange: Make AyStar_Free() a method.
alberth
2010-10-01
(svn r20860) -Cleanup: remove some unused functions and variables
smatz
2010-08-29
(svn r20686) -Codechange: Make init_BinaryHeap() a method.
alberth
2010-08-29
(svn r20685) -Codechange: Make BinaryHeap_Clear() a method.
alberth
2010-08-29
(svn r20684) -Codechange: Make BinaryHeap_Free() a method.
alberth
2010-08-29
(svn r20683) -Codechange: Make BinaryHeap_Delete() a method.
alberth
2010-08-29
(svn r20682) -Codechange: Make BinaryHeap_Pop() a method.
alberth
2010-08-29
(svn r20681) -Codechange: Make BinaryHeap_Push() a method, introduce temporar...
alberth
2010-07-24
(svn r20211) -Codechange: Indented code should have curly braces around it.
alberth
2010-05-13
(svn r19815) -Cleanup: remove two unused variables
smatz
2010-01-01
(svn r18683) -Fix: it's not an other
rubidium
2009-12-02
(svn r18374) -Cleanup: remove some unused code
rubidium
2009-12-01
(svn r18364) -Codechange: move the pathfinders and their related files into a...
rubidium