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
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