aboutsummaryrefslogtreecommitdiff
path: root/builtin/game/misc.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't let HTTP API pass through untrusted functionsfan52021-12-181-2/+3
* Implemented disconnect_player (#10492)Corey Powell2021-11-261-0/+10
* Fix incorrect error message in core.encode_pngsfan52021-10-221-1/+1
* Dynamic_Add_Media v2 (#11550)sfan52021-09-091-21/+2
* Remove statement semicolons from a lua scripthecks2021-08-091-3/+3
* Add a simple PNG image encoder with Lua API (#11485)hecks2021-07-291-0/+39
* Add metatables to lua vectors (#11039)DS2021-06-041-6/+5
* Builtin: Translatable join, leave, profiler msgs (#11064)Wuzzy2021-03-191-3/+5
* Revise dynamic_add_media API to better accomodate future changessfan52021-02-011-0/+23
* Add minetest.get_artificial_light and minetest.get_natural_light (#5680)HybridDog2020-10-061-0/+6
* Add minetest.is_creative_enabledWuzzy2020-05-291-0/+6
* Move core.get_connected_players() implementation to C++sfan52020-02-231-16/+0
* Add luacheck to check builtin (#7895)rubenwardy2019-08-061-1/+1
* Builtin: Replace deprecated function calls (#7561)SmallJoker2018-07-171-1/+1
* Builtin/../misc.lua: Replace minetest. with core., improve codestyle (#7540)ClobberXD2018-07-091-10/+12
* Make the server status message customizable (#7357)SmallJoker2018-07-011-0/+6
* is_area_protected: Rename from intersects_protection (#7073)SmallJoker2018-02-251-8/+12
* Add minetest.is_player (#7013)you2018-02-051-5/+13
* Intersects_protection(): Move from Minetest Game to builtin (#6952)Paramat2018-01-231-1/+65
* Allow the join/leave message to be overridden by mods.red-0012017-09-111-7/+15
* Use a settings object for the main settingsShadowNinja2017-05-061-1/+1
* Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-151-0/+5
* Give CSM access to use `core.colorize()` (#5113)red-0012017-03-171-31/+0
* [CSM] sound_play & sound_stop support + client_lua_api doc (#5096)Loïc Blot2017-03-131-44/+0
* Add minetest.player_exists() (#5064)rubenwardy2017-01-181-5/+8
* Don't send a join message in singleplayer mode.red-0012016-12-031-1/+3
* Make supplying empty formspec strings close the formspec (#4737)orwell962016-11-231-0/+4
* Fix typo in core.after (#4560)Rui2016-10-011-1/+1
* Move on join and on leave messages to lua (#4460)Xunto2016-08-221-3/+11
* Builtin: Fix check for a player object in core.check_player_privsTim2016-07-261-4/+6
* Add colored text (not only colored chat).Ekdohibs2016-05-311-14/+29
* Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade92016-05-311-0/+17
* Fix timer initialization.Auke Kok2016-04-211-1/+1
* Faster insertion into tableRui9142016-03-061-5/+5
* Add Lua interface to HTTPFetchRequestJeija2016-02-221-0/+19
* New timer design.Auke Kok2016-01-291-58/+32
* Add more ways to pass data to check_player_privsRobert Zenz2015-10-221-5/+24
* Add /emergeblocks command and core.emerge_area() Lua APIkwolekr2015-09-231-0/+19
* SAPI: Track last executed mod and include in error messageskwolekr2015-08-121-2/+13
* Decrease minetest.after globalstep lagHybridDog2015-06-061-18/+50
* Add code to support raillike group namesNovatux2015-05-121-0/+11
* Simplify deleteblocks chat command argument parsingkwolekr2015-01-151-24/+0
* Fix indexing error in timer processingZefram2014-07-161-1/+5
* Use "core" namespace internallyShadowNinja2014-05-081-35/+35
* Organize builtin into subdirectoriesShadowNinja2014-05-071-0/+134