aboutsummaryrefslogtreecommitdiff
path: root/src/scriptapi.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add shutdown hook interface to Lua APIMatthew I2012-11-301-0/+3
* Add dtime_s to entity activationPerttu Ahola2012-09-091-1/+1
* Improve inventory callbacks a bitPerttu Ahola2012-07-251-4/+4
* Remove special handling of creative modePerttu Ahola2012-07-251-1/+0
* Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola2012-07-251-6/+55
* Implement node timersdarkrose2012-07-231-0/+2
* minetest.register_on_player_receive_fields()Perttu Ahola2012-07-221-0/+6
* Optimize headersPerttu Ahola2012-06-171-1/+1
* Add after_destruct and cache the existence of on_construct, on_destruct and a...Perttu Ahola2012-06-051-0/+2
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* on_metadata_inventory_{move,offer,take}Perttu Ahola2012-06-031-0/+16
* Implement sign using form field protocolPerttu Ahola2012-06-031-0/+5
* Add node on_construct, on_destruct callbacks and update lua_api.txtPerttu Ahola2012-06-031-0/+2
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ...Perttu Ahola2012-03-301-0/+7
* ObjectPropertiesPerttu Ahola2012-03-301-2/+2
* on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfixKahrl2012-03-291-0/+2
* added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl2012-03-291-2/+1
* Add blockseed to on_generatedPerttu Ahola2012-03-281-1/+2
* Immediate smoke puff when a normal entity is punched to deathPerttu Ahola2012-03-101-1/+2
* Entity damage system WIP; Remove C++ mobsPerttu Ahola2012-03-101-1/+3
* Fix some warnings on some compilersGiuseppe Bilotta2012-02-021-1/+1
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-9/+6
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-12/+9
* Implement minetest.register_on_dieplayer()Perttu Ahola2012-01-061-0/+1
* Fix script error reporting a bitPerttu Ahola2011-12-021-0/+2
* Script-defined creative inventoryPerttu Ahola2011-12-021-0/+2
* Add time_from_last_punch to Lua APIPerttu Ahola2011-12-021-1/+1
* CraftItem rework and Lua interfaceKahrl2011-11-291-0/+13
* Add chat message callback and send functionsPerttu Ahola2011-11-291-0/+4
* Add on_generated hookPerttu Ahola2011-11-291-0/+2
* on_newplayer and on_respawnplayer callbacksPerttu Ahola2011-11-291-0/+4
* Add object reference to Lua on_place/dig/punchnode parametersPerttu Ahola2011-11-291-3/+6
* Improve LuaEntity velocity/acceleration handling (by kahrl); implement static...Perttu Ahola2011-11-291-2/+4
* Node place/dig Lua callbacksPerttu Ahola2011-11-291-0/+6
* Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola2011-11-291-1/+2
* Handle undefined objects betterPerttu Ahola2011-11-291-1/+2
* Scripting WIP: Add global environment step function on_stepPerttu Ahola2011-11-291-0/+4
* Scripting WIP: dynamic object stuffPerttu Ahola2011-11-291-2/+4
* Scripting WIPPerttu Ahola2011-11-291-24/+3
* Scripting WIPPerttu Ahola2011-11-291-0/+24
* Scripting WIPPerttu Ahola2011-11-291-2/+6
* Scripting WIP; Lua entity step callback worksPerttu Ahola2011-11-291-4/+3
* Scripting WIPPerttu Ahola2011-11-291-0/+43