aboutsummaryrefslogtreecommitdiff
path: root/src/server/luaentity_sao.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix number of tool uses being off by 1..32767 (#11110)Wuzzy2021-10-311-3/+5
* Add no_texture.png as fallback for unspecified texturesWuzzy2021-10-201-0/+5
* Server-side authority for attached players (#10952)SmallJoker2021-02-151-7/+3
* Send attachments instantly before set_pos (#10235)SmallJoker2021-02-121-0/+3
* Add on_deactivate callback for luaentities (#10723)hecks2021-01-021-2/+11
* Add First Person Attachments (#10360)Jordan Snelling2020-10-041-2/+2
* (se)SerializeString: Include max length in the nameSmallJoker2020-10-011-14/+14
* Move shared parameters sending to UnitSAO (#9968)SmallJoker2020-06-041-54/+17
* Value copy / allocation optimizations mostly in server, SAO and serialize codesfan52020-05-271-10/+5
* Expose collision information to LuaEntity on_stepsfan52020-04-271-3/+5
* Drop content_sao.{cpp,h}Loic Blot2020-04-111-0/+581