minetest/src/network
nOOb3167 bb219e1059 Fix undefined behaviour on getting pointer to data in empty vector
`&vector[0]` is undefined if vector.empty(), causing build failure on MSVC
2018-06-03 17:32:00 +02:00
..
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
clientopcodes.cpp Sound API: Add fading sounds 2017-05-03 03:12:45 +01:00
clientopcodes.h Fix wrong channel type in Client/Server CommandFactories 2017-04-14 15:56:40 +02:00
clientpackethandler.cpp Damage: Remove damage ignore timer 2018-06-03 17:32:00 +02:00
connection.cpp Fix Travis/unittest broken since b662a45 2017-04-29 16:40:56 +02:00
connection.h Time: Change old `u32` timestamps to 64-bit (#5818) 2017-05-26 14:03:36 +02:00
networkpacket.cpp Fix undefined behaviour on getting pointer to data in empty vector 2018-06-03 17:32:00 +02:00
networkpacket.h NetworkPacket: don't copy push std::string and std::wstring 2017-04-14 18:26:24 +02:00
networkprotocol.h Set sky API: Add bool for clouds in front of custom skybox 2017-05-02 20:42:35 -07:00
serveropcodes.cpp Add missing server sending rule for bd921a7916 2017-05-05 20:21:04 +02:00
serveropcodes.h Fix wrong channel type in Client/Server CommandFactories 2017-04-14 15:56:40 +02:00
serverpackethandler.cpp Inventory: Restrict access from too far away 2018-06-03 17:32:00 +02:00