0ad/source/simulation2
phosit 998dc30b6d Return by value from CCamera::BuildCameraRay
Some return values can be assigned to a `const auto`, somewhere `dir` is
mutated so the whole result has to be assigned to a non `const` variable
and once only dir is used, so structured binding isn't used there.
2024-11-17 20:27:58 +01:00
..
components Make the TaskManager a automatic livetime object 2024-11-17 18:03:49 +01:00
docs Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
helpers Return by value from CCamera::BuildCameraRay 2024-11-17 20:27:58 +01:00
scripting Replace usage of OSString().c_str() by OSString 2024-10-28 16:35:49 +01:00
serialization Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
system Do not pin or atomize ParamNode strings 2024-11-17 18:59:48 +01:00
tests Add CXeromycesEngine 2024-11-17 18:03:49 +01:00
MessageTypes.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Simulation2.cpp Replace usage of OSString().c_str() by OSString 2024-10-28 16:35:49 +01:00
Simulation2.h Don't use std::shared_ptr<ScriptContext> in the CSimulation2 2024-03-08 17:15:25 +00:00
TypeList.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00