aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-23Improvements/fixes for noise parameter input in advanced settingsMuhammad Rifqi Priyo Susanto
2017-10-19Set range of blocks to retrieve per roundtrip to 2.Lars Hofhansl
2017-10-17directiontables.cpp: fix a warning reported by VS2017Loic Blot
2017-10-17Fix inventory drag drop flag (#6416)asl97
2017-10-17Add updated settings_translation_fileEsteban I. RM
2017-10-17don't pass g_settings around, and use it directlyEsteban I. RM
2017-10-17Regenerate minetest.conf.example and translation fileEsteban I. RM
2017-10-17Implement #6096Esteban I. RM
2017-10-16Fix strict_protocol_version_checking functionality after ee9a442SmallJoker
2017-10-16Don't try to craft a non-existent itemEsteban I. RM
2017-10-15Real global textures (#6105)Vitaliy
2017-10-15Cache server config settings. (#6530)lhofhansl
2017-10-13Retrieve a small cone of blocks in the direction of the players velocity.Lars Hofhansl
2017-10-13Formspec: Fallback to 'label' in readonly textarea[]SmallJoker
2017-10-10Simple decorations: Make 'place_offset_y' usable with simple decorationsparamat
2017-10-10Smooth lighting: Fix light leaking through edge-connected cornersDTA7
2017-10-10Fix warnings introduced by 9b8fa99fe30728c1fcfa73cdf74211841bdae9fbLoic Blot
2017-10-10Thread: fix a crash on Windows due to data race condition on Thread::m_start_...Loïc Blot
2017-10-10NetworkPacket::putRawPacket: resize m_data to datasize + memcpyLoic Blot
2017-10-09Simple decorations: Add 'param2_max' parameter for random param2paramat
2017-10-09Travis: Update clang from 4.0 to 5.0 (#6467)Loïc Blot
2017-10-09Formspec: textarea with scrollbar improvementsadrido
2017-10-09FormSpec : Add an auto vertical scrollbar to the textareaadelcoding1
2017-10-07Replace deprecated WINAPI GetVersionInfoEx (#6496)adrido
2017-10-07Add setting for near plane distance. (#6395)Rob Blanckaert
2017-10-07Unkown nodes: Provide position on interact (#6505)SmallJoker
2017-10-02[CSM] Add callback on open inventory (#5793)Vincent Glize
2017-10-02ParticleSpawner::step cleanup and rotation fix (#6486)SmallJoker
2017-10-02CAO footstep sounds: Reduce gain to balance volumeparamat
2017-10-01Stratum ore: Allow use with no noise for simple horizontal strataparamat
2017-09-30game.cpp: remove dead code for proto v25 compat (#6481)Loïc Blot
2017-09-30Fix attached particle spawners far from spawn (#6479)raymoo
2017-09-30Make Player::peer_id server-side only and add getters and setters (#6478)Loïc Blot
2017-09-28Localplayer: Fix disable_jump effect and getStandingNodePos()SmallJoker
2017-09-28Add static_save property to luaentites to not save them statically. (#5112)orwell96
2017-09-28Server: affect bind_addr on constructor instead of start() (#6474)Loïc Blot
2017-09-27Fix some forgotten u16 -> session_t in ad7daf7b52348e1b71aa803be10de5b2134cba11Loic Blot
2017-09-27Fix recent commit: std::max -> std::fmax for floats (#6469)Paramat
2017-09-27Lint fixLoic Blot
2017-09-27Add session_t typedef + remove unused functions (#6470)Loïc Blot
2017-09-26Update version correctly again (#6462)SmallJoker
2017-09-26Update JsonCPP to 1.8.3 (#6466)Loïc Blot
2017-09-26Add mute setting (toggled by the mute key and in the volume menu) (#6415)DTA7
2017-09-26Implement mod communication channels (#6351)Loïc Blot
2017-09-25Positional sound: Limit volume when closer than 1 nodeparamat
2017-09-23Fix blocks written by vmanip not being marked as modifiedsfan5
2017-09-21Set placer to nil instead of a non-functional one in item_OnPlace (#6449)DTA7
2017-09-21on_death: Fix callback number of pushed arguments (Fixes #6451)SmallJoker
2017-09-21keycode.cpp: use std::unordered_map for keypress cacheLoic Blot
2017-09-20Fix compile error in openbsd (#6430)jcalve