dtmt/crates/dtmm/src/controller
Lucas Schwiderski f50a97ff16
feat(dtmm): Improve deployment after game update
Usually the backup created by the first deployment is used for a clean
file to make further deployments from, but when the game is updated,
that is reversed, as now the original file is newer than the backup.

In such a case, we first copy the new file to our backup before
continuing with the deployment.

The current implementation is not fool-proof (e.g. it'll do weird stuff
if users mess with the files manually) and doesn't cover everything. But
it should be enough for the regular use case.

Closes #90.
2023-03-28 15:26:15 +02:00
..
app.rs feat(dtmm): Delay initial load 2023-03-16 14:31:53 +01:00
game.rs feat(dtmm): Improve deployment after game update 2023-03-28 15:26:15 +02:00
mod.rs refactor: Capitalize error messages 2023-03-08 20:40:30 +01:00
worker.rs feat(dtmm): Delay initial load 2023-03-16 14:31:53 +01:00