aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add core.request_insecure_environment()ShadowNinja2015-05-165-4/+46
* Add core.mkdirShadowNinja2015-05-163-33/+49
* Add mod securityShadowNinja2015-05-1622-80/+809
* Added hour:minute format to time commandLeMagnesium2015-05-161-14/+36
* Fix build since last commitest312015-05-162-5/+5
* Finalize init packets and enable protocol v25est312015-05-166-28/+38
* Add push_ARGB8 to script/common/c_converterTeTpaAka2015-05-153-9/+15
* Generalize core.get/set_nametag_color into core.get/set_nametag_attributesTeTpaAka2015-05-157-26/+36
* Noise: Make buffer size parameters unsignedkwolekr2015-05-152-7/+7
* Schematics: Fix probability values for .mts version 1kwolekr2015-05-151-1/+1
* Add minetest.register_on_punchplayerBrandon2015-05-156-10/+71
* Add get and set functions for the nametag colorTeTpaAka2015-05-159-2/+104
* ANDROID: Do not limit situations where fast is enabledCraig Robbins2015-05-151-10/+3
* Fix libgmp for Androidest312015-05-152-1/+9
* Don't crash if an item gets dropped into unloaded spacetenplus12015-05-151-1/+11
* Item entity merging refactorest312015-05-151-45/+56
* Fix compiler warning about sign comparisonest312015-05-131-1/+1
* Build and link gmp correctly on MSVCSmallJoker2015-05-122-2/+5
* Add code to support raillike group namesNovatux2015-05-122-0/+15
* is_player() is no player-only functionest312015-05-123-14/+14
* Mapgen v5/6/7: Cleanup node resolver and aliasesparamat2015-05-126-111/+93
* Make early protocol auth mechanism generic, and add SRPest312015-05-1125-308/+3350
* Add LibGMPest312015-05-1111-43/+4537
* Replaced libjpeg dependency on apt-get, it should be libjpeg-dev instead of l...Megaf2015-05-112-2/+2
* Change lower limit of display_gamma to 1.0 (linear light)Craig Robbins2015-05-112-2/+2
* Schematics: Add per-node force placement optionkwolekr2015-05-097-114/+172
* Fix typo in WieldMesh::setItem()kwolekr2015-05-081-1/+1
* Ensure that Map::findNodesWithMetadata() reports nodes strictly within the no...kwolekr2015-05-081-2/+9
* Replace Wieldmesh::setItem assertion that could be triggered by the server wi...kwolekr2015-05-081-2/+7
* Fix release build warningest312015-05-081-0/+1
* Fix compilation for non-client builds, and fix signed comparison warningkwolekr2015-05-082-2/+3
* Tests: Add schematic unittestskwolekr2015-05-088-32/+329
* Gracefully handle PacketErrorsest312015-05-081-2/+5
* Fix missing Y component assignment in check_v3fkwolekr2015-05-081-1/+1
* Conf.example: Update recommended maximum cloud radius to 26paramat2015-05-081-1/+1
* Remove duplicate lua_getfield() in c_converter.cppKevin Ott2015-05-071-1/+0
* Schematics: Add indent-with-space option for schematic Lua table serializationkwolekr2015-05-074-13/+22
* NodeResolver: Remove NodeResolveMethodkwolekr2015-05-079-169/+103
* Fix connection speed unit namesShadowNinja2015-05-061-3/+3
* Fix error messages for type-checking Lua reading functionsShadowNinja2015-05-061-17/+40
* Improve Redis error messagesShadowNinja2015-05-061-14/+25
* Fix build on Debian broken by b45df9d (missing include, somehow?)kwolekr2015-05-051-0/+1
* NodeDefManager: Improve const-correctness of interfaceskwolekr2015-05-053-48/+46
* Add core.find_nodes_with_meta() script APIkwolekr2015-05-057-20/+89
* Tests: Add NodeResolver unittestskwolekr2015-05-058-25/+349
* Make Git version detection use VERSION_STRING instead of tagsShadowNinja2015-05-054-19/+38
* Fix GCC compiler warningShadowNinja2015-05-041-2/+2
* Stop NetworkPacket methods from producing bloated packetsJay Arndt2015-05-052-19/+7
* Update Turkish LanguageMahmut Elmas2015-05-051-58/+233
* Cache enable_3d_clouds flagest312015-05-042-3/+5