aboutsummaryrefslogtreecommitdiff
path: root/builtin/game (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Lua interface to HTTPFetchRequestJeija2016-02-221-0/+19
* Initialize facedir and wallmounted tables only once.Diego Martinez2016-02-111-28/+29
* Log /clearobjects modeKahrl2016-02-111-1/+2
* Add '/clearobjects quick'Kahrl2016-02-111-1/+11
* Add admin command which says who the administator is for the server.Splizard2016-02-041-0/+12
* New timer design.Auke Kok2016-01-291-58/+32
* Show infotext with description for item entitiesRealBadAngel2016-01-181-0/+4
* Liquids: Flow into and destroy 'floodable' nodesparamat2016-01-072-0/+2
* Fix missing localization for objHybridDog2015-12-201-11/+3
* Add on_secondary_use when right clicking an item in the airAlex Ford2015-12-022-0/+8
* Simplify regex used in check_modname_prefix and other improvements.Robert Zenz2015-11-241-4/+8
* Log static_spawn error only onceRui2015-11-211-15/+7
* Add the player name to dropped itemsRobert Zenz2015-11-122-2/+5
* Improve LuaVoxelManip documentationkwolekr2015-11-071-0/+5
* Add callback parameter for core.emerge_area()kwolekr2015-11-023-2/+48
* minetest. to core.Rui9142015-10-312-2/+2
* Check if hitter has inventory when punching itemBlockMen2015-10-251-3/+4
* Add more ways to pass data to check_player_privsRobert Zenz2015-10-221-5/+24
* Refactor loggingShadowNinja2015-10-142-8/+7
* Localize digprop_err functionRui2015-10-121-2/+1
* Added minetest.wallmounted_to_dirFernando Carmona Varo2015-10-041-0/+13
* Some map border related fixesest312015-09-292-5/+12
* Add /emergeblocks command and core.emerge_area() Lua APIkwolekr2015-09-232-29/+60
* Small fixes of minetest.has_featureRui2015-09-031-3/+3
* Minor tweaks __builtin:falling_nodeRui2015-09-011-13/+3
* SAPI: Track last executed mod and include in error messageskwolekr2015-08-126-4/+64
* Add ability to specify coordinates for /spawnentityMarcin2015-07-181-6/+13
* Remove reference to deprecated privilegeCraig Davison2015-06-141-1/+1
* Add minetest.register_on_player_hpchangeTeTpaAka2015-06-131-0/+28
* Decrease minetest.after globalstep lagHybridDog2015-06-061-18/+50
* Nicer time setting loggingest312015-06-021-1/+1
* Added hour:minute format to time commandLeMagnesium2015-05-161-14/+36
* Add minetest.register_on_punchplayerBrandon2015-05-151-0/+1
* Don't crash if an item gets dropped into unloaded spacetenplus12015-05-151-1/+11
* Item entity merging refactorest312015-05-151-45/+56
* Add code to support raillike group namesNovatux2015-05-121-0/+11
* Fix minetest.clear_* creating new LOCAL table instead of clearing the existin...Tomas Brod2015-04-261-1/+3
* Add reason to kicked log message and use present tenseest312015-04-051-3/+6
* Radius parameter for /deleteblocks hereSmallJoker2015-03-051-2/+9
* Add /setpassword and /clearpassword loggingest312015-02-271-5/+15
* Fix unused (and so, broken) enable_rollback_recording. This option must be re...Loic Blot2015-02-181-0/+10
* Fix minetest.item_eat's replace_with_item, fixes #2292rubenwardy2015-02-161-17/+35
* Hud: Modify Y-positioning of health/breath starbars to prevent overlapping wi...kwolekr2015-02-081-2/+2
* Prevent null concatenation when /deleteblocks is provided an incorrect formatkwolekr2015-01-271-0/+4
* Simplify deleteblocks chat command argument parsingkwolekr2015-01-152-36/+6
* Add ability to delete MapBlocks from mapkwolekr2015-01-151-0/+40
* builtin: Unify register wrapper functions and wrap clear_registered_* functio...kwolekr2015-01-131-16/+23
* Remove builtin_biome.lua from builtin and add simple biome minimalparamat2015-01-112-10/+0
* Add registered_ores and registered_decorationsShadowNinja2015-01-051-7/+22
* Expose mapgen parameters on scripting initkwolekr2014-12-291-1/+6