mirror of
https://github.com/minetest/minetest.git
synced 2024-11-24 08:33:46 +01:00
c7160cb629
* Cleanup network headers * Move peerhandler to a specific header to reduce compilation times * Move socket.cpp/h to network folder * More work * Network code cleanups * Move socket.{cpp,h} to network folder * Move Address object to network/address.{cpp,h} * Move network exceptions to network/networkexceptions.h * Client: use unique_ptr for Connection * Server/ClientIface: use shared_ptr for Connection * Format fixes * Remove socket.cpp socket.h from clang-format whitelist * Also fix NetworkPacket code style & make it under clang-format |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_areastore.cpp | ||
test_collision.cpp | ||
test_compression.cpp | ||
test_connection.cpp | ||
test_filepath.cpp | ||
test_inventory.cpp | ||
test_keycode.cpp | ||
test_map_settings_manager.cpp | ||
test_mapnode.cpp | ||
test_nodedef.cpp | ||
test_noderesolver.cpp | ||
test_noise.cpp | ||
test_objdef.cpp | ||
test_player.cpp | ||
test_profiler.cpp | ||
test_random.cpp | ||
test_schematic.cpp | ||
test_serialization.cpp | ||
test_settings.cpp | ||
test_socket.cpp | ||
test_threading.cpp | ||
test_utilities.cpp | ||
test_voxelalgorithms.cpp | ||
test_voxelmanipulator.cpp | ||
test.cpp | ||
test.h |