aboutsummaryrefslogtreecommitdiff
path: root/po/eo/minetest.po (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-10Fix the checking of flags values in the settings tabRogier1-2/+2
Changes: - Accept setting an empty flags-type value in the settings tab if the variable specification permits it - Don't accept substrings of flag values E.g. with values: 'one,two,three', 'hree', 'w', etc. used to be accepted. Not any more - Don't accept flags with random pattern-matching special characters E.g. with values: 'one,two,three', 'on.', '(o)[n]e*' etc. used to be accepted. Not any more.
2016-01-10Improve parsing of setting types from settingtypes.txt for settings tabRogier1-12/+24
- Accept numbers prefixed with '+' - Accept multiple spaces instead of just a single one where spaces are expected - Allow flags to have an empty default value
2016-01-09Cache disable_anticheat and check it for "interacted_too_far"ASL971-2/+4