This will also enable it for 1.9 users who never touched that
settings, because they only have an empty string in their preferences
file. Only users having toggled it twice (from 'no' to 'yes' then
'no' again) will keep the 'no' state, and I assume they really wanted
that.
* Windmill village's name changed to Village to match other villages
* Windmill's name removed and kept as its editor_name
* Fence's name removed and kept as its editor_name
(fix for bug #19188)
This causes statistics, scenario overwiew and turn dialog to show the
save_id instead of current_player. This doesn't break stringfreeze
since save_id isn't translatable. Any bug report complaints about
these dialogs no longer showing player name's translation shall be
rejected. >:|
Uninvasive workaround. Adding a dummy side would require many changes
and complicate the wml code. I've been using save_id=human player in
my addon campaign which involves leader change as well sine ever
without anyone complaining so hopefully...
Overall statistics (only for files with a smaller recompressed size):
Original size: 14 KiB on 1 files
Optimized size: 14 KiB
Total saving: 0 KiB = 0% decrease
This commit is meant to be reverted once that this project continues.
Removes test_campaign from data/campaigns, commented out --new-syntax
commandline parameter and disabled boost test for said parameter.
since they break compatibility.
This reverts
2011-12-16T01:24:54Z!anonymissimus@arcor.de
2011-12-16T04:06:47Z!Majora700@gmail.com
2011-12-16T04:08:22Z!Majora700@gmail.com
2011-12-16T04:14:58Z!Majora700@gmail.com
2011-12-16T20:13:27Z!anonymissimus@arcor.de
2011-12-16T20:14:08Z!anonymissimus@arcor.de
2011-12-16T20:48:39Z!Majora700@gmail.com
2011-12-17T09:46:29Z!Majora700@gmail.com
1. The internal type is a std::string, the lua getters/setters should
reflect that like all the existing ones already do instead of making
implicit conversions.
2. It doesn't make sense to convert the already translated string
into a t_string again upon getting it.
3. The setter in team.cpp you added is redundant.
4. The attribute is apparently not really meant to be modified
by lua or wml so a tag is no good idea.
* Get rid of a useless column with spacers and the Close button; the
latter has been moved to the previous column and its horizontal
alignment changed accordingly.
* Disable the pages slider when the page count is 1.