← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/rolling_autosave into lp:widelands

 

I agree with removing to GUI part.
Regarding other comments:
- 1-10 vs 0-9: this specifies how many files to use, because this is independent from autosave intervall at all, at least one is necessary (wl_autosave_0.wgf). You would not want to set this to 0, instead set autsave interval to never.
- the current save is alway to _0. Before saving, the files are rolled, this means first deleting the oldes one (e.g. _9) then copying e.g._8->_9, _7->_8 ... 

I'll like this more than a round robin style of saving, where you always have to look which was the last one.

Will rework and implement a console option...
-- 
https://code.launchpad.net/~widelands-dev/widelands/rolling_autosave/+merge/246061
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/rolling_autosave.


References