Results 6 issues of Pierre Palatin

As of writing, the whole map is rendered at the same resolution levels. However: - Given that the area chosen is square, lots of space is not interesting, esp. those...

enhancement

In the implementation, `mapshot render` uses the list of mods from the current Factorio install. It means that the render can include or exclude some mods compared to what the...

bug

Currently, listing available versions of a given serve is only available through `mapshot serve` subcommand - the list of available saves is obtained by scanning which mapshot.json exist and built...

enhancement

Each mapshot is fairly large, so keep the number under control would make sense. We can imagine keeping (for example) just the last one for a given map (based on...

enhancement

From [Mazmot](https://mods.factorio.com/user/Mazmot) on [Factorio forum](https://mods.factorio.com/mod/mapshot/discussion/655c89e0ff0f276171f28cc8): > Having an option to delay capturing will make nicer look & feel for furnaces. > > In CLI version, this mod try to capture...

enhancement

From https://mods.factorio.com/mod/mapshot/discussion/679ac072f8d1a921348b8e2f, it seems that surfaces might have a better name. Right now, this is using `LuaSurface.name` ([here](https://github.com/Palats/mapshot/blob/aee6b95cb52c092dd6fdcd7f0d57370d861e0cb9/mod/control.lua#L266)). It seems that `LuaSurface` has also a `localised_name`; and the [documentation](https://github.com/Palats/mapshot/blob/aee6b95cb52c092dd6fdcd7f0d57370d861e0cb9/mod/control.lua#L266) hints...

enhancement