minetest/src/server
SmallJoker 947466ab28 (se)SerializeString: Include max length in the name
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
2020-10-01 09:52:59 +02:00
..
CMakeLists.txt Server class code cleanups (#9769) 2020-05-07 22:38:41 +02:00
activeobjectmgr.cpp Optimize get_objects_inside_radius calls (#9671) 2020-04-16 08:25:48 +02:00
activeobjectmgr.h Optimize get_objects_inside_radius calls (#9671) 2020-04-16 08:25:48 +02:00
luaentity_sao.cpp (se)SerializeString: Include max length in the name 2020-10-01 09:52:59 +02:00
luaentity_sao.h Drop content_sao.{cpp,h} 2020-04-11 16:07:17 +02:00
mods.cpp Load media from subfolders (#9065) 2020-08-20 22:25:29 +02:00
mods.h Add MetricsBackend with prometheus counter support 2020-04-29 07:48:08 +02:00
player_sao.cpp (se)SerializeString: Include max length in the name 2020-10-01 09:52:59 +02:00
player_sao.h Drop content_sao.{cpp,h} 2020-04-11 16:07:17 +02:00
serveractiveobject.cpp (se)SerializeString: Include max length in the name 2020-10-01 09:52:59 +02:00
serveractiveobject.h Drop content_sao.{cpp,h} 2020-04-11 16:07:17 +02:00
serverinventorymgr.cpp Server class code cleanups (#9769) 2020-05-07 22:38:41 +02:00
serverinventorymgr.h Value copy / allocation optimizations mostly in server, SAO and serialize code 2020-05-27 21:58:40 +02:00
unit_sao.cpp (se)SerializeString: Include max length in the name 2020-10-01 09:52:59 +02:00
unit_sao.h Move shared parameters sending to UnitSAO (#9968) 2020-06-04 19:31:46 +02:00