aboutsummaryrefslogtreecommitdiff
path: root/misc/minetest.svg (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-16C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot50-751/+331
2017-06-16Fix deserialization of ItemDefinition (#5995)Rui1-1/+1
2017-06-16Mgv6 mudflow: Also check for 'ignore' nodesparamat1-7/+11
2017-06-15Improve chatcommand params consistency (#5985)Ezhh2-23/+25
2017-06-15Mgv6 mudflow: Avoid partially removed stacked decorationsparamat2-19/+41
2017-06-14Fix no sound bug (#5968)Rui2-8/+14
2017-06-14Remove legacy content_abm.{cpp,h}Loïc Blot6-73/+0
2017-06-14Update list of installed files concerning server and non-RUN_IN_PLACE builds ...sfan51-6/+10
2017-06-11Fix the serialization error by ff73c7a (#5964)Rui2-26/+32
2017-06-11Use thread_local instead from some static settings (#5955)Loïc Blot8-16/+22
2017-06-11Sound: Add pitch option (#5960)Rui10-54/+68
2017-06-11Remove minetestmapper from this repository (#5901)Loïc Blot3-962/+0
2017-06-11Improve the path select GUI (#5852)red-00110-70/+77
2017-06-11Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja16-160/+82
2017-06-10Remove superfluous pointer null checksQrchackOfficial10-46/+20
2017-06-11Plantlike meshoptions: Fix inverted random vertical offsetnumber Zero1-1/+1
2017-06-11(Re)spawn players within 'mapgen_limit'paramat4-13/+33
2017-06-10Menu: Do not use textlist for shaders in settings tab (#5820)Elijah Duffy1-11/+14
2017-06-10Add a server-sided way to remove color codes from incoming chat messages (#5948)red-0016-16/+25
2017-06-10fix an example in lua_api (#5604)DS1-2/+2
2017-06-10C++11 patchset 6: forbid object copy using assigment/copy function deleters (...Loïc Blot12-28/+13
2017-06-10Order es_DrawType exactly like enum NodeDrawType in nodedef.h (#5946)Thomas--S1-3/+4
2017-06-09Fix sending color codes to clients that don't support them. (#5950)red-0013-42/+22
2017-06-09CSM: Fix documentation error for register_on_*_chat_messages (#5917)DS5-11/+10
2017-06-09buildbot: exit 0 at the end of the scriptLoïc Blot2-0/+2
2017-06-08Implement GItlab CI daily builds for windows platform (32 & 64) (#5923)Loïc Blot3-7/+88
2017-06-08Have the server send the player list to the client (#5924)red-0018-5/+68
2017-06-08C++11 patchset 5: use std::threads and remove old compat layer (#5928)Loïc Blot3-195/+12
2017-06-08Autorun: Change to 'autoforward' (#5926)Paramat6-21/+21
2017-06-08Use a settings object when generating world.mt and set player_backend to sqli...red-0011-9/+9
2017-06-07make ret variable in /builtin/mainmenu/tab_credits.lua local (#5942)DS1-1/+1
2017-06-07[CSM] Add function to get player privileges (#5933)red-0017-25/+56
2017-06-06DragonflyBSD & NetBSD build fixLoic Blot1-1/+1
2017-06-06Fix bump_version.sh & client_lua_api.mdLoic Blot2-2/+4
2017-06-06Fix typos/mistakes in the documentation for colour related functions. (#5936)red-0012-8/+8
2017-06-06Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot36-363/+59
2017-06-06Revert "Remove deprecated code segments (#5891)"Loïc Blot10-34/+418
2017-06-06Main Menu: Add get_clientmodpath API (#5912)Elijah Duffy3-2/+16
2017-06-06C++11 patchset 3: remove Atomic/GenericAtomic and use std::atomic (#5906)Loïc Blot4-149/+11
2017-06-06Remove old network code (#5921)red-0011-11/+0
2017-06-05Fixed #5907 Documentation for screen_h and screen_w (#5909)Vincent Glize2-4/+4
2017-06-05Remove SharedPtr, it's not used and will be never used, we use C++11Loic Blot2-76/+0
2017-06-05Gitlab CI: Fix Ubuntu 14.04/Debian 8 build by using GCC 6 toolchainLoic Blot1-21/+31
2017-06-04Remove deprecated code segments (#5891)Thomas--S10-418/+34
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot59-298/+223
2017-06-04JsonCPP update from 0.10.6 to 1.8.0Loic Blot2-466/+1020
2017-06-04Minetest for C++11 (CMakeLists + Travis)Loic Blot16-72/+144
2017-06-04Mapgen v6: Use snow blocks in tundra and remove them from taiga (#5827)Casimir1-6/+5
2017-06-03Fix segmentation fault with tool capabilities (#5899)ShadowNinja1-1/+1
2017-06-03Snake case for screen options in minetest.conf (#5792)Vincent Glize4-15/+15