You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/linkgraph
Peter Nelson 40fa45a76a Codechange: Emplace std::pair into vectors.
This creates the pair in the vector, instead of creating it then copying it in.
2 months ago
..
CMakeLists.txt Add: introduce CMake for project management 4 years ago
demands.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 12 months ago
demands.h Codechange: Add missing override specifiers. 9 months ago
flowmapper.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 8 months ago
flowmapper.h Codechange: Add missing override specifiers. 9 months ago
init.h Codechange: Add missing override specifiers. 9 months ago
linkgraph.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 5 months ago
linkgraph.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 5 months ago
linkgraph_base.h Codechange: [Linkgraph] Drop node/edge wrappers from LinkGraph. 1 year ago
linkgraph_gui.cpp Codechange: Emplace std::pair into vectors. 2 months ago
linkgraph_gui.h Codechange: Pass by reference to UpdateWidgetSize. (#12457) 3 months ago
linkgraph_type.h Codechange: rename byte to uint8_t (#12308) 3 months ago
linkgraphjob.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 5 months ago
linkgraphjob.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 5 months ago
linkgraphjob_base.h Codechange: [Linkgraph] Drop node/edge wrappers from LinkGraphJob. 1 year ago
linkgraphschedule.cpp Codechange: range based for loops instead of C-style for loops 3 months ago
linkgraphschedule.h Codechange: Split dates and timers into Economy and Calendar time (#10700) 5 months ago
mcf.cpp Codechange: Silence warnings about intentionally unused parameters. 9 months ago
mcf.h Codechange: Add missing override specifiers. 9 months ago
refresh.cpp Codechange: rename byte to uint8_t (#12308) 3 months ago
refresh.h Codechange: Split CT_INVALID into CT_INVALID and INVALID_CARGO. 6 months ago