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