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.cpp
Age
Commit message (
Expand
)
Author
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
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
2011-09-03
(svn r22881) -Fix (r22875): GCC warnings on 64bit systems.
frosch
2011-09-02
(svn r22875) -Codechange: Add some asserts and checks to better prevent overf...
michi_cc
2010-12-02
(svn r21372) -Cleanup: remove some broken npf debug code
yexo
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 r20283) -Codechange: Unify start of doygen comments.
frosch
2010-05-09
(svn r19775) -Fix: improper use of 'then' in few comments (ln)
smatz
2009-12-01
(svn r18364) -Codechange: move the pathfinders and their related files into a...
rubidium