aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing? includeEsteban I. Ruiz Moreno2017-10-261-0/+1
* Reduce server FOV with forward speedLars Hofhansl2017-10-251-1/+9
* Minetest.conf.example(.extra): Updates due to noise group formatparamat2017-10-232-216/+787
* Lua_api.txt: Revert changes to NoiseParams format exampleMuhammad Rifqi Priyo Susanto2017-10-231-5/+5
* Improvements/fixes for noise parameter input in advanced settingsMuhammad Rifqi Priyo Susanto2017-10-239-145/+476
* Correct `prot_vers` in lua_api.txt.Auke Kok2017-10-191-1/+1
* Set range of blocks to retrieve per roundtrip to 2.Lars Hofhansl2017-10-191-1/+1
* directiontables.cpp: fix a warning reported by VS2017Loic Blot2017-10-171-1/+1
* Fix inventory drag drop flag (#6416)asl972017-10-172-8/+8
* Add updated settings_translation_fileEsteban I. RM2017-10-171-1/+1
* don't pass g_settings around, and use it directlyEsteban I. RM2017-10-177-17/+19
* Regenerate minetest.conf.example and translation fileEsteban I. RM2017-10-172-122/+275
* Implement #6096Esteban I. RM2017-10-175-0/+24
* Fix strict_protocol_version_checking functionality after ee9a442SmallJoker2017-10-161-1/+2
* Don't try to craft a non-existent itemEsteban I. RM2017-10-161-1/+12
* Real global textures (#6105)Vitaliy2017-10-1526-160/+469
* Cache server config settings. (#6530)lhofhansl2017-10-152-52/+55
* Profiler: Fix var args not being passed to callback register functionrubenwardy2017-10-141-1/+1
* Retrieve a small cone of blocks in the direction of the players velocity.Lars Hofhansl2017-10-131-8/+31
* Formspec: Fallback to 'label' in readonly textarea[]SmallJoker2017-10-131-4/+7
* Simple decorations: Make 'place_offset_y' usable with simple decorationsparamat2017-10-104-23/+33
* Smooth lighting: Fix light leaking through edge-connected cornersDTA72017-10-103-42/+110
* Fix warnings introduced by 9b8fa99fe30728c1fcfa73cdf74211841bdae9fbLoic Blot2017-10-102-6/+6
* Thread: fix a crash on Windows due to data race condition on Thread::m_start_...Loïc Blot2017-10-101-2/+6
* NetworkPacket::putRawPacket: resize m_data to datasize + memcpyLoic Blot2017-10-101-1/+3
* Simple decorations: Add 'param2_max' parameter for random param2paramat2017-10-094-3/+17
* Travis: Update clang from 4.0 to 5.0 (#6467)Loïc Blot2017-10-0912-37/+55
* Formspec: textarea with scrollbar improvementsadrido2017-10-095-30/+46
* FormSpec : Add an auto vertical scrollbar to the textareaadelcoding12017-10-098-34/+1856
* Replace deprecated WINAPI GetVersionInfoEx (#6496)adrido2017-10-072-14/+24
* Do not grant all privs to the admin - changes game behavior (#6460)lhofhansl2017-10-072-1/+11
* Add setting for near plane distance. (#6395)Rob Blanckaert2017-10-073-0/+9
* Unkown nodes: Provide position on interact (#6505)SmallJoker2017-10-074-19/+22
* settingtypes.txt: Update zoom description (#6443)James Alexander Stevenson2017-10-061-1/+1
* Move register_on_modchannel_signal() (#6497)James Alexander Stevenson2017-10-052-11/+10
* [CSM] Add callback on open inventory (#5793)Vincent Glize2017-10-026-5/+42
* ParticleSpawner::step cleanup and rotation fix (#6486)SmallJoker2017-10-022-114/+75
* CAO footstep sounds: Reduce gain to balance volumeparamat2017-10-021-7/+8
* Stratum ore: Allow use with no noise for simple horizontal strataparamat2017-10-014-25/+62
* game.cpp: remove dead code for proto v25 compat (#6481)Loïc Blot2017-09-301-21/+2
* Fix attached particle spawners far from spawn (#6479)raymoo2017-09-301-2/+10
* Make Player::peer_id server-side only and add getters and setters (#6478)Loïc Blot2017-09-308-73/+64
* Localplayer: Fix disable_jump effect and getStandingNodePos()SmallJoker2017-09-282-16/+42
* Lua_api.txt: Clarify arguments of functions, plus some cleanupHybrid Dog2017-09-281-66/+108
* Document orientation parameter of set_attach (#6473)raymoo2017-09-281-1/+1
* Add static_save property to luaentites to not save them statically. (#5112)orwell962017-09-285-0/+13
* Server: affect bind_addr on constructor instead of start() (#6474)Loïc Blot2017-09-284-28/+25
* Fix some forgotten u16 -> session_t in ad7daf7b52348e1b71aa803be10de5b2134cba11Loic Blot2017-09-273-32/+32
* Fix recent commit: std::max -> std::fmax for floats (#6469)Paramat2017-09-271-2/+2
* Lint fixLoic Blot2017-09-271-4/+5