aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-2724-284/+295
* Update version correctly again (#6462)SmallJoker2017-09-262-15/+15
* Update JsonCPP to 1.8.3 (#6466)Loïc Blot2017-09-2610-103/+549
* preview: try to send mod channel messages 4 seconds after joining, not after ...Loic Blot2017-09-261-6/+6
* Add mute setting (toggled by the mute key and in the volume menu) (#6415)DTA72017-09-264-34/+70
* Implement mod communication channels (#6351)Loïc Blot2017-09-2637-39/+1206
* Can_zoom player object property: Add missing documentationparamat2017-09-251-0/+2
* Positional sound: Limit volume when closer than 1 nodeparamat2017-09-251-4/+10
* Fix blocks written by vmanip not being marked as modifiedsfan52017-09-232-1/+3
* Set placer to nil instead of a non-functional one in item_OnPlace (#6449)DTA72017-09-213-10/+16
* on_death: Fix callback number of pushed arguments (Fixes #6451)SmallJoker2017-09-211-1/+1
* keycode.cpp: use std::unordered_map for keypress cacheLoic Blot2017-09-211-3/+3
* Fix compile error in openbsd (#6430)jcalve2017-09-201-0/+1
* Rooted plantlike drawtype: Add remaining documentationparamat2017-09-191-9/+20
* Leveled nodebox: Change levels from 1/63rds to 1/64thsparamat2017-09-183-22/+33