aboutsummaryrefslogtreecommitdiff
path: root/src/mg_schematic.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-01Fix typo in core.after (#4560)Rui1-1/+1
2016-09-30Update default controls in README.txtWuzzy1-28/+36
2016-09-30Mgv7: Avoid mid-air spawn on disabled mountain terrain, optimise functionparamat1-8/+18
2016-09-30Fix android buildest311-2/+5
2016-09-29Only include keycode unittests in client build (fixes #4559)sfan52-1/+5
2016-09-25Add keycode.cpp unittestssfan52-0/+130
2016-09-25Rewrite keycode.cpp (Keycode handling & names)sfan52-271/+286
2016-09-23Conf.example: Re-add deleted noise parameter documentationparamat2-1/+41
2016-09-21Update library versions in buildbotsfan52-61/+54
2016-09-21Don't use ZLIB_WINAPI if the required DLL is not provided to CMakesfan52-4/+11
2016-09-21Do not serialize empty NodeMetadatasfan52-3/+23
2016-09-21Builtin: Change error to warning for light_source > 14paramat1-1/+3
2016-09-21Increase default font size by 1James Stevenson4-6/+6
2016-09-19Fix a typo and use proper deprecation notification systemest311-1/+1
2016-09-17Register.lua: Throw error if node 'light_source' > core.LIGHT_MAXparamat4-3/+16
2016-09-15Lua_api.txt: Add note of maximum value for node 'light_source'paramat1-1/+1
2016-09-15Add an [invert:<mode> texture modifierThomas--S2-2/+50
2016-09-15Collision: Improve performance by combining 6 vectors into 1 using a structShadowNinja1-64/+58
2016-09-14Decorations: Generalise 'spawn by' to be used by all decoration typesparamat4-85/+80
2016-09-14Allow escaping of texture names when passed as an argument to a modifiersfan52-23/+56
2016-09-13Fix "unknown CMake command "check_library_exists" (#4517)Eric Mountain1-0/+1
2016-09-12Plantlike meshoptions: fix degrotate. (#4512)Auke Kok1-1/+1
2016-09-12fix missing parameters in some mentions of entity callbacksraymoo1-3/+5
2016-09-10Return nil on empty get_area() (#4508)James Stevenson2-0/+4
2016-09-09Anticheat: Use the physics_override modifiers aswellSmallJoker1-44/+44
2016-09-08Make getStackMax return the correct maximal stack sizeSmallJoker3-7/+5
2016-09-08Add minetest.unregister_item and minetest.register_alias_forcepaly28-3/+121
2016-08-30Run updatepo.shest3131-4174/+8285
2016-08-30Translated using Weblate (Danish)Rui1-4/+4
2016-08-30Translated using Weblate (Japanese)Rui1-102/+106
2016-08-30Translated using Weblate (Danish)Thomas Wagner Nielsen1-31/+39
2016-08-30Translated using Weblate (German)bse6661-6/+12
2016-08-30Translated using Weblate (Polish)Mateusz Mendel1-18/+47
2016-08-30Translated using Weblate (Polish)Jakub Mendel1-355/+772
2016-08-30Translated using Weblate (Portuguese (Brazil))Bruno Borges1-237/+493
2016-08-30Translated using Weblate (Portuguese)Bruno Borges1-8/+11
2016-08-30Translated using Weblate (Serbian (cyrillic))lisacvuk1-25/+42
2016-08-30Translated using Weblate (French)Jean-Baptiste1-4/+3
2016-08-30Translated using Weblate (French)Onyx Steinheim1-43/+39
2016-08-30Translated using Weblate (Chinese (Taiwan))Jeff Huang1-69/+58
2016-08-30Document keymap_autorun in settingtypes.txt and minetest.conf.example (#4486)Rui3-0/+11
2016-08-30Update minetest.conf.example and settings_translation_file.cppest312-17/+20
2016-08-29Fix background formspec elements from interfering with each otherrubenwardy2-30/+33
2016-08-29Settingtypes.txt: Clarify comments, correct spellingred-0011-12/+12
2016-08-29Builtin: Disallow registering users with the same nameSmallJoker1-0/+16
2016-08-27Allow fields to choose whether they close on enter pressrubenwardy3-13/+45
2016-08-27Submit name of field on enter key pressrubenwardy2-1/+14
2016-08-26Camera: Higher frequency limit for view/hand bobbing and footstepsparamat1-1/+1
2016-08-26Make plantlike drawtype more funAuke Kok6-13/+167
2016-08-22Client: disable pre v25 init sending by defaultest316-8/+34