aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Real global textures (#6105)Vitaliy2017-10-1519-154/+357
* Cache server config settings. (#6530)lhofhansl2017-10-152-52/+55
* 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-103-11/+16
* 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-093-3/+13
* Travis: Update clang from 4.0 to 5.0 (#6467)Loïc Blot2017-10-098-22/+38
* Formspec: textarea with scrollbar improvementsadrido2017-10-092-26/+39
* FormSpec : Add an auto vertical scrollbar to the textareaadelcoding12017-10-096-33/+1853
* Replace deprecated WINAPI GetVersionInfoEx (#6496)adrido2017-10-072-14/+24
* Add setting for near plane distance. (#6395)Rob Blanckaert2017-10-072-0/+3
* Unkown nodes: Provide position on interact (#6505)SmallJoker2017-10-074-19/+22
* [CSM] Add callback on open inventory (#5793)Vincent Glize2017-10-023-5/+31
* 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-013-13/+25
* 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
* Add static_save property to luaentites to not save them statically. (#5112)orwell962017-09-284-0/+9
* 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-266-23/+47
* Add mute setting (toggled by the mute key and in the volume menu) (#6415)DTA72017-09-263-34/+68
* Implement mod communication channels (#6351)Loïc Blot2017-09-2627-38/+1086
* 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-212-4/+8
* 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
* Leveled nodebox: Change levels from 1/63rds to 1/64thsparamat2017-09-182-5/+4
* Biome API: Revert biomes, decos, ores being relative to water levelparamat2017-09-1714-92/+41
* Biome generation: Fix layers of 'filler' nodes at biome y limitsparamat2017-09-171-0/+1
* Correct tooltip_append_itemstring terminology (#6421)DTA72017-09-163-4/+4
* Fix addModsFormConfig typo (#6420)Greg2017-09-162-4/+4
* Generate biomes: Recalculate biome at biome lower limitparamat2017-09-161-8/+9
* Add setting to display the itemstring after the tooltip in the inventory. (#6...DTA72017-09-153-12/+10
* ServerEnv: Clean up object lifecycle handling (#6414)sfan52017-09-158-213/+175
* Customizeable max breath for players (#6411)SmallJoker2017-09-158-10/+22
* Cavegen: Avoid unsupported biome 'top' or 'filler' nodesparamat2017-09-141-1/+16