[Commits] [wesnoth/wesnoth] 219bb2: disable turn over advantage for campaigns by defau...
GitHub
noreply at github.com
Tue Jun 16 00:20:37 UTC 2015
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 219bb24b30d7ed205a30264fb4bdf5461bc7cc90
https://github.com/wesnoth/wesnoth/commit/219bb24b30d7ed205a30264fb4bdf5461bc7cc90
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2015-06-16 (Tue, 16 Jun 2015)
Changed paths:
M data/multiplayer/eras.cfg
Log Message:
-----------
disable turn over advantage for campaigns by default
For campaigns (sp and mp) which are usually coop campaigns you usually
don't want the turns over advantage message. So we disable it by default
for campaigns. It is still possible to (de-)activate is manually by
setting the wml variable show_turns_over_advantage to yes/no
Commit: 634d29020fe85b162c4104df9086ae08e248288a
https://github.com/wesnoth/wesnoth/commit/634d29020fe85b162c4104df9086ae08e248288a
Author: gfgtdf <f492343 at rmqkr.net>
Date: 2015-06-16 (Tue, 16 Jun 2015)
Changed paths:
M data/multiplayer/eras.cfg
A data/multiplayer/eras.lua
Log Message:
-----------
dont make 4mp leader quick in campaigns by default
making 4mp leader automaticly quick is unexpected for a campaigns
designer. And the intention is make it easier to port sp campaigns to
mp.
To do this i ported the quick4 mp leader code to lua.
I also moved the lua code from eras.cfg to a new file eras.lua, this
makes is easier for an editor to detect lua syntax highlichting
automaticly.
Compare: https://github.com/wesnoth/wesnoth/compare/c2071fca132b...634d29020fe8
More information about the Commits
mailing list