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
/
server
/
luaentity_sao.cpp
Age
Commit message (
Expand
)
Author
2022-10-30
Allow rotating entity selectionboxes (#12379)
Lars Müller
2022-09-20
Fix formula used for acceleration (#12353)
Lars Müller
2022-07-14
Move f1000 sanitizing to the places that still use this type
sfan5
2022-06-11
on_deactivate: distinguish removal and unloading (#11931)
Lars Müller
2022-05-29
Handle lua entity HP changes correctly (like punches)
sfan5
2021-10-31
Fix number of tool uses being off by 1..32767 (#11110)
Wuzzy
2021-10-20
Add no_texture.png as fallback for unspecified textures
Wuzzy
2021-02-15
Server-side authority for attached players (#10952)
SmallJoker
2021-02-12
Send attachments instantly before set_pos (#10235)
SmallJoker
2021-01-02
Add on_deactivate callback for luaentities (#10723)
hecks
2020-10-04
Add First Person Attachments (#10360)
Jordan Snelling
2020-10-01
(se)SerializeString: Include max length in the name
SmallJoker
2020-06-04
Move shared parameters sending to UnitSAO (#9968)
SmallJoker
2020-05-27
Value copy / allocation optimizations mostly in server, SAO and serialize code
sfan5
2020-04-27
Expose collision information to LuaEntity on_step
sfan5
2020-04-11
Drop content_sao.{cpp,h}
Loic Blot