1
0
Fork 0
OpenTTD/src/linkgraph
Peter Nelson 6cf7a899e9
Codechange: Use EnumBitSet for PauseMode. (#13553)
2025-02-14 08:30:04 +00:00
..
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: strongly type LinkGraphID and LinkGraphJobID 2025-02-09 15:07:29 +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 GetString() with argument parameters in simple cases. (#13551) 2025-02-14 00:10:56 +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: strongly type LinkGraphID and LinkGraphJobID 2025-02-09 15:07:29 +01: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: strongly type LinkGraphID and LinkGraphJobID 2025-02-09 15:07:29 +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 EnumBitSet for PauseMode. (#13553) 2025-02-14 08:30:04 +00: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: Use EnumBitSet for CargoClasses. (#13491) 2025-02-08 08:46:38 +00:00
mcf.h Codechange: Space between `template` and `<` (#13278) 2025-01-04 17:56:14 +00:00
refresh.cpp Codechange: change DestinationID into class with conversion helpers 2025-02-06 21:03:24 +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