dtmt/crates/dtmm/assets
Lucas Schwiderski 8928d22bf6
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Delay mod loading
The initial implementation of DML ended up loading mods quite late,
which did give it the benefit of all `Manager`s being available.
This change therefore moves mod loading until after those are
initialized.

But contrary to old DML, we still create a separate game state to make
sure the game doesn't advance until mods are loaded. This avoids race
conditions like the one where LogMeIn needs to come early in the load
order.
2023-11-23 20:28:36 +01:00
..
tabler-icons chore(dtmm): Vendor icons 2023-03-28 21:34:16 +02:00
mod_data.lua.j2 Use template engine to build mod_data.lua 2023-11-23 20:28:27 +01:00
mod_main.lua Delay mod loading 2023-11-23 20:28:36 +01:00