aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-06use unordered containers where possible (patch 4 on X)Loic Blot
2016-10-06Fix narrow string compiling issue on MSVC2010SmallJoker
2016-10-06Use more unordered_maps to improve performance in c++11 buildsLoic Blot
2016-10-06Use relative position for nametagsSmallJoker
2016-10-06Fix crash regression when chatting in the ncurses consoleest31
2016-10-06Travis: build matrix improvements + CPP11 buildLoic Blot
2016-10-05Compilation fixLoic Blot
2016-10-05Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot
2016-10-05Make some maps unordered to improve performanceLoic Blot
2016-10-05Chat: new settings to prevent spamLoic Blot
2016-10-04Mapblock_mesh_generate_special: Improve performanceparamat
2016-10-03Fix build/warning on non X11 platformsest31
2016-10-03Formspec: Add container[] and container_end[] elementsrubenwardy
2016-10-02Allow nothing to be selected from formspec parameterssfan5
2016-09-30Mgv7: Avoid mid-air spawn on disabled mountain terrain, optimise functionparamat
2016-09-30Fix android buildest31
2016-09-29Only include keycode unittests in client build (fixes #4559)sfan5
2016-09-25Add keycode.cpp unittestssfan5
2016-09-25Rewrite keycode.cpp (Keycode handling & names)sfan5
2016-09-21Don't use ZLIB_WINAPI if the required DLL is not provided to CMakesfan5
2016-09-21Do not serialize empty NodeMetadatasfan5
2016-09-21Increase default font size by 1James Stevenson
2016-09-17Register.lua: Throw error if node 'light_source' > core.LIGHT_MAXparamat
2016-09-15Add an [invert:<mode> texture modifierThomas--S
2016-09-15Collision: Improve performance by combining 6 vectors into 1 using a structShadowNinja
2016-09-14Decorations: Generalise 'spawn by' to be used by all decoration typesparamat
2016-09-14Allow escaping of texture names when passed as an argument to a modifiersfan5
2016-09-13Fix "unknown CMake command "check_library_exists" (#4517)Eric Mountain
2016-09-12Plantlike meshoptions: fix degrotate. (#4512)Auke Kok
2016-09-10Return nil on empty get_area() (#4508)James Stevenson
2016-09-09Anticheat: Use the physics_override modifiers aswellSmallJoker
2016-09-08Make getStackMax return the correct maximal stack sizeSmallJoker
2016-09-08Add minetest.unregister_item and minetest.register_alias_forcepaly2
2016-08-30Document keymap_autorun in settingtypes.txt and minetest.conf.example (#4486)Rui
2016-08-30Update minetest.conf.example and settings_translation_file.cppest31
2016-08-29Fix background formspec elements from interfering with each otherrubenwardy
2016-08-27Allow fields to choose whether they close on enter pressrubenwardy
2016-08-27Submit name of field on enter key pressrubenwardy
2016-08-26Camera: Higher frequency limit for view/hand bobbing and footstepsparamat
2016-08-26Make plantlike drawtype more funAuke Kok
2016-08-22Client: disable pre v25 init sending by defaultest31
2016-08-22Move on join and on leave messages to lua (#4460)Xunto
2016-08-21gettext.h: include <locale> before defining the gettext macro (#4452)kahrl
2016-08-20Also support X11 icon for minetest copies installed via make install (#4407)est31
2016-08-20Tidy up generate_from_settingtypes.lua a bit.Tim
2016-08-18Mapblock mesh: Fix updateFastFaceRow tiling issueobneq
2016-08-18Script API: Make the craft recipe field 'method' consistentSmallJoker
2016-08-12Add an [opacity:<r> texture modifier. Makes the base image transparent accord...Thomas--S
2016-08-11Use the standard to_string() functions for C++11 (#4279)Rogier-5
2016-08-11Add infotext containing entity type (e.g. mobs:cow) to unknown entities (#4431)Rogier-5