summaryrefslogtreecommitdiff
path: root/builtin/misc.lua
Commit message (Collapse)AuthorAge
* Fix issue #1009 (minetest.get_connected_players() returns non-existing players)kwolekr2013-11-17
|
* Add basic protection support to builtinShadowNinja2013-11-02
|
* Optimized minetest.get_connected_players()fairiestoy2013-10-01
| | | | | | Instead of collecting all objects within a huge radius (which could be a big value), just register each player that connects and give back the current hold list.
* Fix formspec escaping, add escaping to info.txt for texture packs.Novatux2013-08-15
|
* Move math.hypot() to misc_helpers.lua and fix zero-division errorShadowNinja2013-07-07
|
* Add vector helpersShadowNinja2013-07-07
|
* Move scriptapi to separate folder (by sapier)sapier2013-05-25
| | | | | | | | | | | On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
* Prevent passing nil to unpack() in minetest.afterPilzAdam2013-03-19
|
* Allow minetest.after to take a variable number of argumentsJeija2013-03-17
|
* Allow any character in formspec strings with escape charkwolekr2013-03-05
|
* Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return ↵Perttu Ahola2012-06-03
| | | | a string to aid better inter-object compatibility of code that assumes objects to be players
* Support static_spawnpoint settingPerttu Ahola2012-04-09
|
* Improve doc/lua_api.txt and add minetest.get_item_group(name, group)Perttu Ahola2012-04-09
|
* minetest.get_node_group(name, group)Perttu Ahola2012-04-08
|
* Split builtin.lua to multiple filesPerttu Ahola2012-04-01