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
/
aystar.c
Age
Commit message (
Collapse
)
Author
2005-04-02
(svn r2121) -Fix: changed the 2nd param of AyStar_EndNodeCheck back to what ↵
truelight
it should be
2005-03-08
(svn r1963) - Add: [NPF] Penalty for a red signal that is the last signal on ↵
matthijs
the path. - Add: [NPF] NPFGetFlag() and NPFSetFlag() to wrap NPF node flag handling
2005-01-22
(svn r1596) Add some more statics
tron
2005-01-09
(svn r1451) Fix some of the signed/unsigned comparison warnings
tron
2005-01-07
(svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn ↵
tron
the latter into inline functions names Tile[XY]
2004-12-29
(svn r1297) Language fixes in the source.. (ln-)
miham
2004-09-10
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
truelight
2004-08-22
(svn r111) -Fix: converted all linebreaks to UNIX-linebreak (\n)
truelight
2004-08-20
(svn r85) -Add: initial commit of new AI (enable in Patch menu)
truelight
-Add: generalised A* Algorithm -Add: generalised queues (Fifo, Stack, InsSort, BinaryHeap)