1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00
luanti/src/network
Lars Müller a73e71510a
Clamp client-sent movement speed control (#15721)
Results in the `movement_x` and `movement_y` fields of `player:get_player_control()` being safe to use
(otherwise users would need to compute the length as `(x^2 + y^2)^0.5` and clamp that to 1 themselves).
2025-02-04 12:19:00 +01:00
..
mtp Propagate peer ID change to outgoing reliables (#15680) 2025-02-01 13:23:00 +01:00
address.cpp Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
address.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
clientopcodes.cpp Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
clientopcodes.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
clientpackethandler.cpp Use openssl's sha1 and sha256, optionally (#15472) 2024-12-10 22:00:43 +01:00
CMakeLists.txt Move some more sources to shared target 2024-10-16 19:39:59 +02:00
connection.cpp Move network protocol implementation behind an interface 2024-08-21 21:40:58 +02:00
connection.h connection: Remove unused timeout feature 2024-08-31 20:46:27 +02:00
networkexceptions.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
networkpacket.cpp Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
networkpacket.h Make Luanti buildable for macOS 10.15 also. (#15352) 2024-10-28 19:40:28 +01:00
networkprotocol.cpp Add particle blend mode "clip" (#15444) 2024-11-19 13:30:17 +01:00
networkprotocol.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
peerhandler.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
serveropcodes.cpp Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
serveropcodes.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
serverpackethandler.cpp Clamp client-sent movement speed control (#15721) 2025-02-04 12:19:00 +01:00
socket.cpp Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00
socket.h Replace licensing text in headers (LGPLv2.1) (#15321) 2024-10-28 15:57:39 +01:00