aboutsummaryrefslogtreecommitdiff
path: root/src/script (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-14Add Valleys mapgen.Duane Robertson7-0/+1300
2016-01-14Mgv7/flat/fractal: Place biome top node on tunnel entrance floorparamat3-34/+91
2016-01-11Mapgen: Various fixes and improvementsparamat7-14/+22
Lua_api.txt: Document 'minetest.registered_biomes' Minimal: Remove 'mapgen_air' alias Cavegen: Add fallback node for 'mapgen_ice' Dungeongen: Add fallback node for 'mapgen_river_water_source' Mgv5: Remove unnecessary '#include util/directiontables.h' Add missing 'this->'s in makeChunk() Mgv6: Edit empty line formatting Remove leading spaces in makeChunk() Add missing spaces after 'for' and 'if' Mgv7: Edit empty line formatting
2016-01-10Mgflat: Set blank default spflags. Unhideparamat3-4/+4
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