aboutsummaryrefslogtreecommitdiff
path: root/builtin/game (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* builtin/.../falling.lua: Avoid crash when hitting unknown nodessfan52017-01-091-1/+1
* Expose and document chatcommands as minetest.registered_chatcommandsrubenwardy2017-01-041-9/+10
* Fix /grant & /revoke not working with custom auth handler (#4974)Dorian Wouters2016-12-311-2/+2
* Builtin/../falling.lua: Avoid crash when object pos over limitparamat2016-12-211-1/+3
* Don't send a join message in singleplayer mode.red-0012016-12-031-1/+3
* Allow restricting detached inventories to one playersfan52016-11-281-2/+2
* Make supplying empty formspec strings close the formspec (#4737)orwell962016-11-231-0/+4
* Tool break: Reduce gain of break soundsparamat2016-11-201-1/+1
* Builtin/../item: Enable tool breaking soundsAuke Kok2016-11-181-0/+3
* Introduce builtin_shared and use it to fix #4778est312016-11-163-5/+13
* Rename nodeupdate and nodeupdate_single and make them part of the official APIest312016-11-141-15/+31
* Builtin/../falling: Fix bugs caused by 'ignore' nodesparamat2016-11-071-14/+19
* Privileges: Only give singleplayer 4 basic privsWuzzy2016-11-071-11/+39
* Add debug priv, and allow player to display the scene as wire-frame. (#4709)lhofhansl2016-11-041-1/+4
* Chat commands: Trim whitespaces from input of `/privs` commandred-0012016-10-201-4/+5
* Builtin/../chatcommands: Add /grantme commandred-0012016-10-161-38/+56
* Builtin/../falling.lua: Code optimisationtenplus12016-10-141-15/+15
* VoxelArea: faster iter function (#4490)HybridDog2016-10-081-13/+36
* Builtin/falling: Add fallback vector in case of nil 'wallmounted to dir'paramat2016-10-031-1/+5
* Forceloading: Transient forceloadsraymoo2016-10-031-9/+30
* Fix typo in core.after (#4560)Rui2016-10-011-1/+1
* Builtin: Change error to warning for light_source > 14paramat2016-09-211-1/+3
* Register.lua: Throw error if node 'light_source' > core.LIGHT_MAXparamat2016-09-172-0/+8
* Add minetest.unregister_item and minetest.register_alias_forcepaly22016-09-081-0/+38
* Builtin: Disallow registering users with the same nameSmallJoker2016-08-291-0/+16
* Move on join and on leave messages to lua (#4460)Xunto2016-08-221-3/+11
* Zooming the camera requires the 'zoom' privilegeBen Deutsch2016-08-101-0/+4
* Builtin: Add core.MAP_BLOCKSIZE constantTim2016-07-262-1/+6
* Builtin: Fix check for a player object in core.check_player_privsTim2016-07-261-4/+6
* Builtin/profiler: Replace game profiler (#4245)Tim2016-07-123-371/+10
* Builtin/game/item: Add `place_param2` nodedef fieldAuke Kok2016-06-171-1/+3
* Add colored text (not only colored chat).Ekdohibs2016-05-312-15/+30
* Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade92016-05-312-1/+18
* protection_bypass priv can now be revoked in singleplayer (#4169)Sokomine2016-05-301-1/+4
* Item entities: Don't show description as infotextparamat2016-05-221-4/+0
* Add on_punchnode callbackWayward One2016-05-171-0/+5
* Avoid teleporting player if /teleport coords are out-of-rangetenplus12016-04-291-4/+10
* Builtin: Add basic_privs settingrubenwardy2016-04-281-2/+6
* Fix timer initialization.Auke Kok2016-04-211-1/+1
* falling: walk 4 additional diagonally down directions.Auke Kok2016-04-201-2/+6
* Convert nodeupdate to non-recursiveAuke Kok2016-04-111-19/+67
* stop falling.lua errortenplus12016-03-291-1/+3
* Falling: Set acceleration on step againRui2016-03-251-2/+5
* Make `options` local here.Auke Kok2016-03-241-1/+1
* Builtin/game/falling: Re-add comma removed by recent commitparamat2016-03-191-1/+1
* Set acceleration only once in falling nodeRui9142016-03-191-47/+36
* Introduce "protection_bypass" privilege.Auke Kok2016-03-112-2/+5
* Add consistent monotonic day counter - get_day_count()Auke Kok2016-03-091-0/+7
* Add AreaStore custom ID APIShadowNinja2016-03-071-0/+1
* Add minetest.register_lbm() to run code on block load onlyest312016-03-071-1/+9