aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Biome API, mgv7: Increase heat/humidity spreads. Improve mgv7 noise parametersparamat2015-05-242-13/+13
* Mgv5/v7: Fix generateBiomes biome recalculation logic Biomegen down to y = -1...paramat2015-05-234-103/+118
* Fix Windows build, clean up included headersSmallJoker2015-05-223-7/+2
* Deny empty username early in the protocolest312015-05-221-3/+5
* Don't ignore nametag attribute change message for newer versionsest312015-05-211-11/+9
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-1925-193/+180
* Add texture overridingrubenwardy2015-05-194-5/+76
* Fix build with libstdc++kwolekr2015-05-191-0/+2
* Split ObjDef/ObjDefManager out to objdef.cppkwolekr2015-05-1810-247/+297
* Lower log level for unexpected behaviourest312015-05-192-8/+8
* Enforce hiding nametagest312015-05-181-0/+5
* Make nametags white againest312015-05-181-4/+6
* Fix null dereference when loading schematic from definition without a NodeDef...kwolekr2015-05-171-1/+2
* Record MapBlock modification reasons as flags instead of stringskwolekr2015-05-176-233/+286
* SAPI/Noise: Add PerlinNoiseMap:getMapSlice() functionkwolekr2015-05-175-0/+160
* Mapgen v5/v7: Detect sandstone, enable sandstone brick dungeonsparamat2015-05-175-34/+69
* Add optional buffer param for bulk data array writes in Luakwolekr2015-05-172-22/+38
* Noise: Fix interpolation at negative coordinateskwolekr2015-05-171-2/+4
* Fix current mod name change missed during rebaseShadowNinja2015-05-161-4/+4
* Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler war...kwolekr2015-05-164-30/+31
* SAPI: Accept either ARGB8 table or ColorString to specify colorskwolekr2015-05-164-50/+63
* Add core.get_dir_listShadowNinja2015-05-163-26/+28
* Add core.request_insecure_environment()ShadowNinja2015-05-163-1/+33
* Add core.mkdirShadowNinja2015-05-162-1/+20
* Add mod securityShadowNinja2015-05-1619-79/+800
* 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-156-20/+25
* 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-154-9/+60
* Add get and set functions for the nametag colorTeTpaAka2015-05-158-2/+98
* ANDROID: Do not limit situations where fast is enabledCraig Robbins2015-05-151-10/+3
* Fix compiler warning about sign comparisonest312015-05-131-1/+1
* Build and link gmp correctly on MSVCSmallJoker2015-05-122-2/+5
* is_player() is no player-only functionest312015-05-122-13/+13
* Mapgen v5/6/7: Cleanup node resolver and aliasesparamat2015-05-126-111/+93
* Make early protocol auth mechanism generic, and add SRPest312015-05-1124-308/+3346
* Add LibGMPest312015-05-115-0/+4395
* Change lower limit of display_gamma to 1.0 (linear light)Craig Robbins2015-05-111-1/+1
* Schematics: Add per-node force placement optionkwolekr2015-05-096-92/+153
* 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-087-32/+328
* Gracefully handle PacketErrorsest312015-05-081-2/+5
* Fix missing Y component assignment in check_v3fkwolekr2015-05-081-1/+1