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
/
linkgraph
/
demands.cpp
Age
Commit message (
Collapse
)
Author
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2016-07-10
(svn r27612) -Codechange: Replace three uses of std::list with ↵
fonsinchen
std::queue/vector. (JGR)
2014-10-12
(svn r27002) -Fix-ish: replace some non-ASCII characters with ASCII ↵
rubidium
characters, e.g. @þaram to @param
2014-06-14
(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link ↵
fonsinchen
graphs to reduce size.
2014-04-23
(svn r26484) -Change: Remove demand calculation based on tiles.
fonsinchen
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵
rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2014-03-17
(svn r26411) -Change [FS#5941]: Use better distance metric for link graph ↵
fonsinchen
(MildaIV)
2013-06-09
(svn r25355) -Add: demand handler for link graph
fonsinchen