.. |
CMakeLists.txt
|
Add: introduce CMake for project management
|
2020-06-05 19:36:05 +02:00 |
demands.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
demands.h
|
Codechange: Space between `template` and `<` (#13278)
|
2025-01-04 17:56:14 +00:00 |
flowmapper.cpp
|
Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445)
|
2023-11-06 20:29:35 +00:00 |
flowmapper.h
|
Codechange: Add missing override specifiers.
|
2023-09-25 21:27:45 +01:00 |
init.h
|
Codechange: Add missing override specifiers.
|
2023-09-25 21:27:45 +01:00 |
linkgraph.cpp
|
Codechange: do not implicitly convert during assignment to StrongType
|
2025-01-01 21:32:51 +01:00 |
linkgraph.h
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
linkgraph_base.h
|
Codechange: [Linkgraph] Drop node/edge wrappers from LinkGraph.
|
2023-02-26 21:41:24 +01:00 |
linkgraph_gui.cpp
|
Codechange: Use EnumBitSet for WindowDefaultFlags.
|
2025-01-30 08:40:42 +00:00 |
linkgraph_gui.h
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
linkgraph_type.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |
linkgraphjob.cpp
|
Codechange: Split GoodsEntry cargo and flows data to unique_ptr. (#13058)
|
2025-01-02 20:48:23 +00:00 |
linkgraphjob.h
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
linkgraphjob_base.h
|
Codechange: [Linkgraph] Drop node/edge wrappers from LinkGraphJob.
|
2023-02-26 21:41:24 +01:00 |
linkgraphschedule.cpp
|
Codechange: use Date/Year constructor explicitly
|
2025-01-01 16:25:32 +01:00 |
linkgraphschedule.h
|
Codechange: Use std::unique_ptr for link graph schedule handlers. (#12988)
|
2024-10-15 02:11:06 +01:00 |
mcf.cpp
|
Codechange: Space between `template` and `<` (#13278)
|
2025-01-04 17:56:14 +00:00 |
mcf.h
|
Codechange: Space between `template` and `<` (#13278)
|
2025-01-04 17:56:14 +00:00 |
refresh.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
refresh.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |