index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scriptapi.h
Age
Commit message (
Expand
)
Author
2013-05-25
Move scriptapi to separate folder (by sapier)
sapier
2013-03-06
Fix Irrlicht includes in scriptapi_*
kwolekr
2013-03-05
split scriptapi.cpp
sapier
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2012-11-30
Add shutdown hook interface to Lua API
Matthew I
2012-09-09
Add dtime_s to entity activation
Perttu Ahola
2012-07-25
Improve inventory callbacks a bit
Perttu Ahola
2012-07-25
Remove special handling of creative mode
Perttu Ahola
2012-07-25
Detached inventory callbacks and reworked node metadata callbacks
Perttu Ahola
2012-07-23
Implement node timers
darkrose
2012-07-22
minetest.register_on_player_receive_fields()
Perttu Ahola
2012-06-17
Optimize headers
Perttu Ahola
2012-06-05
Add after_destruct and cache the existence of on_construct, on_destruct and a...
Perttu Ahola
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-06-03
on_metadata_inventory_{move,offer,take}
Perttu Ahola
2012-06-03
Implement sign using form field protocol
Perttu Ahola
2012-06-03
Add node on_construct, on_destruct callbacks and update lua_api.txt
Perttu Ahola
2012-03-30
Reimplement authentication handler in Lua; now we have 1) infinite privilege ...
Perttu Ahola
2012-03-30
ObjectProperties
Perttu Ahola
2012-03-29
on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfix
Kahrl
2012-03-29
added PlayerSAO and RemotePlayer, removed ServerRemotePlayer
Kahrl
2012-03-28
Add blockseed to on_generated
Perttu Ahola
2012-03-10
Immediate smoke puff when a normal entity is punched to death
Perttu Ahola
2012-03-10
Entity damage system WIP; Remove C++ mobs
Perttu Ahola
2012-02-02
Fix some warnings on some compilers
Giuseppe Bilotta
2012-01-22
Node placement / mineral / serialization / iron freq / node_dig callback
Kahrl
2012-01-12
The huge item definition and item namespace unification patch (itemdef), see ...
Kahrl
2012-01-06
Implement minetest.register_on_dieplayer()
Perttu Ahola
2011-12-02
Fix script error reporting a bit
Perttu Ahola
2011-12-02
Script-defined creative inventory
Perttu Ahola
2011-12-02
Add time_from_last_punch to Lua API
Perttu Ahola
2011-11-29
CraftItem rework and Lua interface
Kahrl
2011-11-29
Add chat message callback and send functions
Perttu Ahola
2011-11-29
Add on_generated hook
Perttu Ahola
2011-11-29
on_newplayer and on_respawnplayer callbacks
Perttu Ahola
2011-11-29
Add object reference to Lua on_place/dig/punchnode parameters
Perttu Ahola
2011-11-29
Improve LuaEntity velocity/acceleration handling (by kahrl); implement static...
Perttu Ahola
2011-11-29
Node place/dig Lua callbacks
Perttu Ahola
2011-11-29
Create framework for getting rid of global definitions of node/tool/item/what...
Perttu Ahola
2011-11-29
Handle undefined objects better
Perttu Ahola
2011-11-29
Scripting WIP: Add global environment step function on_step
Perttu Ahola
2011-11-29
Scripting WIP: dynamic object stuff
Perttu Ahola
2011-11-29
Scripting WIP
Perttu Ahola
2011-11-29
Scripting WIP
Perttu Ahola
2011-11-29
Scripting WIP
Perttu Ahola
2011-11-29
Scripting WIP; Lua entity step callback works
Perttu Ahola
2011-11-29
Scripting WIP
Perttu Ahola