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
Age
Commit message (
Expand
)
Author
2021-07-09
Codechange: Remove FOR_EACH_SET_CARGO_ID
glx22
2021-06-14
Codechange: use SLE_STRUCT(LIST) for Linkgraph chunks
Patric Stout
2021-05-31
Codechange: C++-ify lists for SaveLoad (#9323)
Patric Stout
2021-05-27
Codechange: linkgraph always iterates with NodeIDs over the Size(), so make S...
rubidium42
2021-05-15
Change: Use gender-neutral pronouns
rubidium42
2021-05-15
Fix: comparison of narrow type to wide type in loop (potential for infinite l...
Rubidium
2021-04-30
Codechange: Use text lines instead of pixel height of font for link graph wid...
Peter Nelson
2021-04-13
Fix: Add virtual destructor to link graph Path.
Milek7
2021-03-11
Change: Recolour graph windows to brown (#8700)
Tyler Trahan
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-12-25
Change: [Linkgraph] Allow job threads to be aborted early when clearing sched...
Jonathan G Rennison
2020-12-22
Change: [Linkgraph] Only acquire thread join performance measurements on netw...
Jonathan G Rennison
2020-12-22
Change: [Linkgraph] Pause the game when linkgraph jobs lag (#6470)
Jonathan G Rennison
2020-06-05
Add: introduce CMake for project management
Patric Stout
2020-05-21
Codechange: Replace SmallPair with std::pair.
Michael Lutz
2020-01-08
Codechange: [Linkgraph] Skip MCF source node Dijkstra when all demand satisfied
Jonathan G Rennison
2019-12-21
Codechange: Replace linkgraph related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace station related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-29
Codechange: Remove DistributionTypeByte
Charles Pigott
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-03-30
Fix aa7ca7fe6: Linkgraph node index order must be maintained due to other ref...
PeterN
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + n
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Resize() with std::vector::resize()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2019-03-20
Codechange: Implement OnTooltip event for custom window tooltips.
peter1138
2019-02-23
Fix #7004: Mark linkgraph dirty to be rebuilt on next draw call. (#7265)
PeterN
2019-01-28
Codechange: [Linkgraph GUI] Replace line visibility detection algorithm
Jonathan G Rennison
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
2018-06-24
Add: Hover tool-tips to cargo dest flow legend window.
Jonathan G Rennison
2018-06-24
Fix: Poor contrast in cargo dest flow legend window cargo labels.
Jonathan G Rennison
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
2017-07-11
(svn r27887) -Cleanup: Remove unused/unimplemented prototype (adf88)
frosch
2016-10-30
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) thread...
frosch
2016-07-10
(svn r27614) -Codechange: Use a fixed array instead of a map for link refresh...
fonsinchen
2016-07-10
(svn r27613) -Codechange: Use a flat vector instead of a map in FlowEdgeItera...
fonsinchen
2016-07-10
(svn r27612) -Codechange: Replace three uses of std::list with std::queue/vec...
fonsinchen
2016-07-10
(svn r27611) -Codechange: Cache the calculated value of CapacityAnnotation
fonsinchen
2015-03-07
(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.
frosch
2014-10-15
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spa...
rubidium
2014-10-12
(svn r27002) -Fix-ish: replace some non-ASCII characters with ASCII character...
rubidium
2014-09-21
(svn r26891) -Codechange: Add methods to retrieve flows from a FlowStatMap
fonsinchen
[next]