summaryrefslogtreecommitdiff
path: root/builtin/game
Commit message (Expand)AuthorAge
* Builtin auth handler: Speed up file writing (#7252)SmallJoker2018-06-03
* core.rotate_node: Do not trigger after_place_node (#6900)SmallJoker2018-06-03
* /shutdown can't do countdown when using reconnect and/or shutdown message (#7...dopik2018-06-03
* Fix "Ignoring CONTENT_IGNORE redefinition" warning (#4393)you2018-06-03
* Item entity: Delete in 'ignore' nodesparamat2018-06-03
* Falling.lua: Delete falling node entities on contact with 'ignore'paramat2018-06-03
* Add minetest.is_player (#7013)you2018-06-03
* Builtin: Fix handle_node_drops crash with nil diggerSmallJoker2018-06-03
* Make use of safe file writing in auth handler (fixes #6576)sfan52018-06-03
* Fix default item callbacks to work with nil users (#5819)raymoo2018-06-03
* Make dropped items colorableDániel Juhász2018-06-03
* Automatic item and node colorization (#5640)Dániel Juhász2018-06-03
* Remove “inf” argument from shutdown command help (#5880)Wuzzy2017-06-02
* Add /clearinv chat command (#4994)Elijah Duffy2017-05-20
* Use a settings object for the main settingsShadowNinja2017-05-06
* Player data to Database (#5475)Loïc Blot2017-04-23
* Add /fixlight chat commandDániel Juhász2017-04-22
* Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-15
* Hardware coloring for itemstacksDániel Juhász2017-04-08
* Move chat command handling code from C++ to Lua (#5528)red-0012017-04-08
* Map generation limit: Make per-worldparamat2017-03-27
* Change command prefix to "." and add "help" command.red-0012017-03-26
* Give CSM access to use `core.colorize()` (#5113)red-0012017-03-17
* Fix two nul deref if digging unknown nodes. (#5398)Auke Kok2017-03-15
* [CSM] sound_play & sound_stop support + client_lua_api doc (#5096)Loïc Blot2017-03-13
* [CSM] Add client-sided chat commands (#5092)red-0012017-03-13
* Save metainfo for falling nodesVladislav Tsendrovskii2017-03-11
* Optimize item.luatenplus12017-03-10
* Add minetest.spawn_falling_node(pos) (#5339)zaoqi2017-03-04
* Fix crash that can be caused by the shutdown command. (#5292)red-0012017-02-25
* Fixes for colorwallmounted and colorfacedir nodesDániel Juhász2017-02-18
* Statbars.lua: Cache enable_damage settingtenplus12017-02-18
* Add support for the new arguments of `request_shutdown` to the `/shutdown` ch...red-0012017-02-18
* Add textures for air and ignore items (#5196)Wuzzy2017-02-10
* Make facedir_to_dir and wallmounted_to_dir work with coloured nodes as well. ...Nathanaël Courant2017-01-31
* core: Add dir_to_yaw and yaw_to_dir helpersAuke Kok2017-01-23
* Add chatcommand unregister and override API (#5076)Elijah Duffy2017-01-20
* Add minetest.player_exists() (#5064)rubenwardy2017-01-18
* Improve priv descriptions (#5047)Ezhh2017-01-17
* Remove client-side chat prediction. (#5055)red-0012017-01-17
* Add staticdata parameter to add_entity (#5009)Rui2017-01-09
* builtin/.../falling.lua: Avoid crash when hitting unknown nodessfan52017-01-09
* Expose and document chatcommands as minetest.registered_chatcommandsrubenwardy2017-01-04
* Fix /grant & /revoke not working with custom auth handler (#4974)Dorian Wouters2016-12-31
* Builtin/../falling.lua: Avoid crash when object pos over limitparamat2016-12-21
* Don't send a join message in singleplayer mode.red-0012016-12-03
* Allow restricting detached inventories to one playersfan52016-11-28
* Make supplying empty formspec strings close the formspec (#4737)orwell962016-11-23
* Tool break: Reduce gain of break soundsparamat2016-11-20
* Builtin/../item: Enable tool breaking soundsAuke Kok2016-11-18