aboutsummaryrefslogtreecommitdiff
path: root/src/server/luaentity_sao.cpp
AgeCommit message (Expand)Author
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