aboutsummaryrefslogtreecommitdiff
path: root/src/server/player_sao.cpp
Commit message (Collapse)AuthorAge
* (se)SerializeString: Include max length in the nameSmallJoker2020-10-01
| | | | | | | This commit clarifies the maximal length of the serialized strings. It will avoid accidental use of serializeString() when a larger string can be expected. Removes unused Wide String serialization functions
* Patch fast/teleport vulnerability when attached to an entity (#10340)Elias Fleckenstein2020-09-26
|
* Move shared parameters sending to UnitSAO (#9968)SmallJoker2020-06-04
| | | | | | Better header sorting by topic Make UnitSAO-specific parameters private Skip redundant recursive entity sending code (since ~5.2.0)
* Clean up CAO nametag handling and remove deprecated AO_CMDsfan52020-05-29
| | | | | AO_CMD_UPDATE_NAMETAG_ATTRIBUTES was deprecated in 9eee3c3f465c071bb9908749cf48be3c131a1bdf (0.4.14)
* Value copy / allocation optimizations mostly in server, SAO and serialize codesfan52020-05-27
|
* Server: Improve some log messages (#9820)sfan52020-05-05
|
* Move PlayerSAO to dedicated filesLoic Blot2020-04-11