aboutsummaryrefslogtreecommitdiff
path: root/builtin/builtin.lua
AgeCommit message (Collapse)Author
2014-05-07Organize builtin into subdirectoriesShadowNinja
2014-05-07Fix heart + bubble bar size on different texture packssapier
Add DPI support for statbar Move heart+bubble bar to Lua HUD Add statbar size (based upon an idea by blue42u) Add support for customizing breath and statbar
2014-04-24Revert "Add backtrace to error function"ShadowNinja
This reverts commit 5b518ed2feff28c9bf21ad940c1b211b72d71bd1. This caused duplicate tracebacks and tracebacks when unwanted. It also ignored the level argument to error() and didn't pass the message (or level) to debug.traceback(). Use xpcall() or lua_pcall()'s errorhandler argument instead.
2014-01-11Add forceloadingNovatux
2013-09-04Add backtrace to error functionsapier
2013-07-07Add vector helpersShadowNinja
2013-06-28Add voxelarea.lua helper to builtinkwolekr
2013-05-01Add a Way of checking for specific Feature with Lua Adds ↵Sfan5
minetest.get_feature() and minetest.has_feature()
2013-02-18Set numeric locale for LuaIlya Zhuravlev
2012-10-31Move falling to builtinPilzAdam
2012-07-25Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola
2012-06-07Add minetest.serialize() and minetest.deserialize()Perttu Ahola
2012-04-09Support static_spawnpoint settingPerttu Ahola
2012-04-01Implement dropped items as LuaEntities; leave the old ones as is for ↵Perttu Ahola
compatibility
2012-04-01Split builtin.lua to multiple filesPerttu Ahola
2012-04-01granting and revoking of all privileges at oncePerttu Ahola
2012-03-31Fix authentication handler reporting failed password change while it isn'tPerttu Ahola
2012-03-31Improve /grant and /revoke output, add /auth_reloadPerttu Ahola
2012-03-31Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola
2012-03-31More documentation in doc/lua_api.txtPerttu Ahola
2012-03-31Allow group:groupname in ABM definition and implement ↵Perttu Ahola
minetest.hash_node_position()
2012-03-30Fix handling of missing auth.txt in the new handlerPerttu Ahola
2012-03-30Fix admin password handling in minetest.builtin_auth_handler.get_authPerttu Ahola
2012-03-30Improved teleport commandPerttu Ahola
2012-03-30Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵Perttu Ahola
names, 2) minetest.register_authentication_handler()
2012-03-30Add minetest.get_connected_players()Perttu Ahola
2012-03-30minetest.register_chatcommand(cmd, def)Perttu Ahola
2012-03-29on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfixKahrl
Add minetest.register_on_joinplayer and minetest.register_on_leaveplayer, make adding new callbacks to scriptapi.cpp easier by adding scriptapi_run_callbacks, also fix a minor bug with PlayerSAO <-> singleplayer mode interaction
2012-03-27Fix and extend minetest.after(time, func, param)Perttu Ahola
2012-03-27Add minetest.after(time, func)Perttu Ahola
2012-03-20Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola