aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Translated using Weblate (Spanish)Laura Arjona Reina2015-10-051-3/+3
* Translated using Weblate (Spanish)Laura Arjona Reina2015-10-051-16/+15
* Translated using Weblate (Ukrainian)Olexandr2015-10-051-81/+69
* Translated using Weblate (Ukrainian)Olexandr2015-10-051-8/+9
* Translated using Weblate (German)pilino12342015-10-051-4/+4
* Translated using Weblate (Chinese (Taiwan))Jeff Huang2015-10-051-5/+8
* Translated using Weblate (German)Tim2015-10-051-3/+3
* Translated using Weblate (German)pilino12342015-10-051-4/+4
* Translated using Weblate (German)Tim2015-10-051-2/+2
* Translated using Weblate (German)pilino12342015-10-051-17/+17
* Translated using Weblate (Chinese (Taiwan))Jeff Huang2015-10-051-277/+304
* Translated using Weblate (Chinese (Taiwan))Jeff Huang2015-10-051-0/+1164
* Translated using Weblate (Esperanto)Tim2015-10-051-13/+12
* Add new ContentParamType2 "CPT2_DEGROTATE"est312015-10-044-51/+58
* Allow setting chunksize in core.set_mapgen_paramskwolekr2015-10-043-1/+16
* Hide mapgens from main menu not intended for end userskwolekr2015-10-044-11/+16
* Add emerge completion callback mechanismkwolekr2015-10-046-562/+614
* doc: Update node callback documentationkwolekr2015-10-041-3/+6
* Remove redundant code in player interact handlerkwolekr2015-10-041-7/+9
* Define and use limit constants for Irrlicht fixed-width typeskwolekr2015-10-0411-16/+31
* Added minetest.wallmounted_to_dirFernando Carmona Varo2015-10-041-0/+13
* Fix MinGW 32-bit buildShadowNinja2015-10-031-0/+1
* Add get_biome_id(biome_name) callbackDuane Robertson2015-10-023-0/+32
* Add environment variable MINETEST_WORLD_PATHSmallJoker2015-10-022-20/+28
* Mapnode: Replace rotateAlongYAxis with improved versionparamat2015-10-023-27/+6
* Fix some SRP issuesest312015-09-304-82/+153
* Some map border related fixesest312015-09-293-12/+29
* Don't serialize StaticObjectList with > 65535 objectsKahrl2015-09-291-1/+13
* Decorations: Remove error message 'chunksize not divisable by sidelen'paramat2015-09-261-4/+2
* Abort at uncatched exceptionsest312015-09-271-6/+6
* Fix redis erroring on non found blocksest312015-09-261-0/+5
* FindJson: use PATH_SUFFIXES jsoncpp to find incdirIgor Gnatenko2015-09-261-1/+1
* Fix falling through nodes on world load (fixes #2784)Christof Kaufmann2015-09-261-1/+9
* Clarify radii and distance types in documentationTim2015-09-261-6/+8
* Update .gitignore to ignore symlinks to non-static Minetest directories and s...Tim2015-09-261-14/+28
* redis: throw error if block request failednetinetwalker2015-09-261-4/+13
* Add /emergeblocks command and core.emerge_area() Lua APIkwolekr2015-09-239-49/+162
* Save and remove player by pointerLoic Blot2015-09-233-29/+9
* Mapnode: Add rotateAlongYAxisFull supporting 24 facedirsparamat2015-09-223-2/+57
* Replace "self program" with "this program" in fstk boilerplatesest312015-09-214-51/+51
* Fix another typo in doc/world_format.txtKahrl2015-09-211-1/+1
* lua_api.txt: fix typoest312015-09-211-1/+1
* Various style cleanups + unused code removalest312015-09-1911-169/+75
* Little optimization on getAdded/Removed activeobjects per player loop.Loic Blot2015-09-193-46/+36
* Mgv5/6/7: Re-add #include profiler.h as commented-out optionparamat2015-09-193-0/+3
* Blob ore: Fix partial blobsparamat2015-09-191-3/+3
* Document current node metadata formatest312015-09-181-4/+18
* Send proper block to old clients for swap_node callsest312015-09-171-1/+1
* Ore: Add puff ore typekwolekr2015-09-174-25/+180
* Fix object position border checkingest312015-09-162-9/+11