0ad/source/simulation2
phosit d85eef067b Make TaskManager independent of Future
`TaskManager` and `Future` where coupled together. When a task is pushed
a future is returned. Also the `Future::Wrap` function was inconvenient
to use.
Now `TaskManager::PushTask` doesn't return a `Future` anymore. This
alows to use different `Future`-like types.
Also it's possible to easily use the `Future` with a different type that
implements a `PushTask` function.
2025-08-28 20:01:39 +02:00
..
components Make TaskManager independent of Future 2025-08-28 20:01:39 +02:00
docs Remove UNUSED 2025-06-26 17:25:05 +02:00
helpers Fix some includes all over the place 2025-08-14 20:15:30 +02:00
scripting Fix includes in source/simulation2 2025-08-07 20:00:49 +02:00
serialization Update SpiderMonkey to ESR 128.13 2025-08-15 19:43:34 +02:00
system Fix includes in source/simulation2 2025-08-08 07:10:11 +02:00
tests Fix some includes all over the place 2025-08-14 20:15:30 +02:00
MessageTypes.h Fix includes in source/simulation2 2025-08-08 07:10:11 +02:00
Simulation2.cpp Fix includes in source/simulation2 2025-08-08 07:10:11 +02:00
Simulation2.h Fix includes in source/simulation2 2025-08-08 07:10:11 +02:00
TypeList.h Store whether a player is activ in C++ 2025-01-05 19:57:12 +01:00