Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make force_lock_settings default to true for [scenario] #343

Merged
merged 1 commit into from
Dec 19, 2014

Commits on Dec 10, 2014

  1. make force_lock_settings default to true for [scenario]

    In most cases the campaigns designer don't want the use to be able to
    overwrite scenario properites like "turn limit" or "use fog".
    
    It is easiert to do this here in the code that loads the config than in
    the code that reads that value becasue there are multiple codes that
    read it and it's not clear that all of then know whether teh scenario
    was a [multiplayer] or a [scenario].
    
    Partly implements http://gna.org/bugs/?23037 which suggests to remove
    the ability to overwite those settings in capaigns completely.
    gfgtdf committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    213c829 View commit details
    Browse the repository at this point in the history