Fix setting of auto-grant and auto-tax levels
Ok I did that. I agree the general sense that the 20 point spread between tax and grant makes more sense in practice which is what everyone seems to be headed here. As far as the UI expectation, or what people may say, I think the point was to just keep the tax and grant values sane if both happened to be set. That they were accidentally both being set was a fluke, but who knows if people really expect it. I implemented handling that should make sense either way if it comes around to that.
Town: Fix auto tax adjust in set_auto_grant_loyalty.
Town: Make the grant tax adjust value configurable.
I think I'll implement some options and see where things sort out to.
Sort saved games by file time descending
Thanks. This does need an option, which I added to ConfigAdv (config.txt). The parameter is game_file_sort, and the options are name (default) and time.
GameFileArray: Add file browser sort by time.