aboutsummaryrefslogtreecommitdiff
path: root/builtin/game (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Temporarily set default biome in builtinkwolekr2014-12-182-0/+10
* Make dropped items larger and rotate fasterCalinou2014-12-041-12/+12
* Fix some undeclared global variablesCraig Davison2014-11-262-6/+7
* Add strict moduleShadowNinja2014-11-192-3/+3
* Improved VoxelArea variable locality, thus performanceWouters Dorian2014-11-141-18/+24
* Add last_login field to auth.txtRyan Newell2014-11-082-25/+54
* Add a better error message when trying to teleport another player without bri...LeMagnesium2014-10-071-37/+39
* Use round if falling node is misplacedSmallJoker2014-09-281-4/+7
* Fix retval of entity.get_staticdata beeing lost while profiling is enabledsapier2014-08-241-1/+2
* Remove buildable_to nodes without dropping item when replaced by a falling nodeCasimir2014-08-221-11/+18
* Mod profiling supportsapier2014-08-193-0/+373
* Rework texture generating code, add texture grouping via ( ... )sfan52014-07-291-0/+1
* Fix indexing error in timer processingZefram2014-07-161-1/+5
* Fix crash reported here: https://forum.minetest.net/viewtopic.php?f=6&t=9726Novatux2014-07-131-1/+1
* New feature: drop a item instead a stack while...Lord89James2014-06-101-6/+11
* Allow custom liquids to have dropssfan52014-06-081-19/+14
* Add success and output return values to chat commandsShadowNinja2014-05-281-240/+212
* Add item eat callbackrubenwardy2014-05-262-1/+8
* Sort commands and privs alphabetically in '/help'.Diego Martinez2014-05-241-4/+17
* Item entity stacks merge on the ground.RealBadAngel2014-05-231-34/+100
* Fix old client showing duplicated health bar on new serversapier2014-05-111-0/+3
* Fix healthbar not beeing hidden on disabled damagesapier2014-05-101-2/+4
* Use "core" namespace internallyShadowNinja2014-05-0814-578/+580
* Organize builtin into subdirectoriesShadowNinja2014-05-0716-0/+2938