summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove some unused attributes/class functions in server.cpp/hLoic Blot2016-10-08
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)Loic Blot2016-10-08
* Textures: Ignore unknown node in override.txtSmallJoker2016-10-08
* Fix C++11 Windows build of threading codesfan52016-10-06
* use unordered containers where possible (patch 4 on X)Loic Blot2016-10-06
* Fix narrow string compiling issue on MSVC2010SmallJoker2016-10-06
* Use more unordered_maps to improve performance in c++11 buildsLoic Blot2016-10-06
* Use relative position for nametagsSmallJoker2016-10-06
* Fix crash regression when chatting in the ncurses consoleest312016-10-06
* Travis: build matrix improvements + CPP11 buildLoic Blot2016-10-06
* Compilation fixLoic Blot2016-10-05
* Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot2016-10-05
* Make some maps unordered to improve performanceLoic Blot2016-10-05
* Chat: new settings to prevent spamLoic Blot2016-10-05
* Mapblock_mesh_generate_special: Improve performanceparamat2016-10-04
* Fix build/warning on non X11 platformsest312016-10-03
* Formspec: Add container[] and container_end[] elementsrubenwardy2016-10-03
* Allow nothing to be selected from formspec parameterssfan52016-10-02
* Mgv7: Avoid mid-air spawn on disabled mountain terrain, optimise functionparamat2016-09-30
* Fix android buildest312016-09-30
* Only include keycode unittests in client build (fixes #4559)sfan52016-09-29
* Add keycode.cpp unittestssfan52016-09-25
* Rewrite keycode.cpp (Keycode handling & names)sfan52016-09-25
* Don't use ZLIB_WINAPI if the required DLL is not provided to CMakesfan52016-09-21
* Do not serialize empty NodeMetadatasfan52016-09-21
* Increase default font size by 1James Stevenson2016-09-21
* Register.lua: Throw error if node 'light_source' > core.LIGHT_MAXparamat2016-09-17
* Add an [invert:<mode> texture modifierThomas--S2016-09-15
* Collision: Improve performance by combining 6 vectors into 1 using a structShadowNinja2016-09-15
* Decorations: Generalise 'spawn by' to be used by all decoration typesparamat2016-09-14
* Allow escaping of texture names when passed as an argument to a modifiersfan52016-09-14
* Fix "unknown CMake command "check_library_exists" (#4517)Eric Mountain2016-09-13
* Plantlike meshoptions: fix degrotate. (#4512)Auke Kok2016-09-12
* Return nil on empty get_area() (#4508)James Stevenson2016-09-10
* Anticheat: Use the physics_override modifiers aswellSmallJoker2016-09-09
* Make getStackMax return the correct maximal stack sizeSmallJoker2016-09-08
* Add minetest.unregister_item and minetest.register_alias_forcepaly22016-09-08
* Document keymap_autorun in settingtypes.txt and minetest.conf.example (#4486)Rui2016-08-30
* Update minetest.conf.example and settings_translation_file.cppest312016-08-30
* Fix background formspec elements from interfering with each otherrubenwardy2016-08-29
* Allow fields to choose whether they close on enter pressrubenwardy2016-08-27
* Submit name of field on enter key pressrubenwardy2016-08-27
* Camera: Higher frequency limit for view/hand bobbing and footstepsparamat2016-08-26
* Make plantlike drawtype more funAuke Kok2016-08-26
* Client: disable pre v25 init sending by defaultest312016-08-22
* Move on join and on leave messages to lua (#4460)Xunto2016-08-22
* gettext.h: include <locale> before defining the gettext macro (#4452)kahrl2016-08-21
* Also support X11 icon for minetest copies installed via make install (#4407)est312016-08-20
* Tidy up generate_from_settingtypes.lua a bit.Tim2016-08-20
* Mapblock mesh: Fix updateFastFaceRow tiling issueobneq2016-08-18