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
/
queue.h
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2011-12-20
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...
truebrain
2010-12-02
(svn r21372) -Cleanup: remove some broken npf debug code
yexo
2010-10-16
(svn r20948) -Fix (r20880): compiler warning
smatz
2010-10-02
(svn r20888) -Codechange: Make Hash_FindNode a method.
alberth
2010-10-02
(svn r20887) -Codechange: Make stat_Hash a method.
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-08-29
(svn r20688) -Codechange: Rename Queue struct to BinaryHeap.
alberth
2010-08-29
(svn r20687) -Codechange: Replace the THISBIN_HEAP_ARR macro by a GetElement(...
alberth
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-08-29
(svn r20680) -Codechange: Remove the now useless union and struct wrappers ar...
alberth
2010-08-29
(svn r20679) -Codechange: Remove unused insertion sorter.
alberth
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-04-12
(svn r19614) -Codechange: "it's" => "its" where appropriate
smatz
2010-02-10
(svn r19084) -Codechange: minor coding-style fixups
smatz
2009-12-01
(svn r18364) -Codechange: move the pathfinders and their related files into a...
rubidium