minetest/src/network
CoderForTheBetter faa358e797 Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)
* Adds Lua methods 'set_rotation()' and 'get_rotation'. Also changed some method names to be more clear. Instead of an f32 being sent over network for yaw, now a v3f is sent for rotation on xyz axes. Perserved Lua method set_yaw/setyaw so that old mods still work, other wise to set yaw they would need to switch to set_rotation(0, yaw, 0).
2018-11-28 09:38:50 +01:00
..
CMakeLists.txt Initial Haiku support (#6568) 2017-10-30 08:17:43 +01:00
address.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
address.h Fix compile error in openbsd (#6430) 2017-09-20 23:29:47 +02:00
clientopcodes.cpp Rename CSM flavours to restrictions 2018-06-26 15:38:42 +02:00
clientopcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
clientpackethandler.cpp CSM: Don't create the client script environment if CSM is disabled (#7874) 2018-11-24 10:41:11 +00:00
connection.cpp Fix build on gcc 5.0 (#7586) 2018-07-26 21:49:38 +02:00
connection.h Remove legacy client handling code. 2018-07-14 11:41:05 -07:00
connectionthreads.cpp Remove legacy client handling code. 2018-07-14 11:41:05 -07:00
connectionthreads.h Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
networkexceptions.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
networkpacket.cpp Fix undefined behaviour on getting pointer to data in empty vector 2017-12-22 10:39:25 +00:00
networkpacket.h Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
networkprotocol.h Add core.remove_detached_inventory (#7684) 2018-10-10 20:48:58 +02:00
peerhandler.h RTT fixes (#7428) 2018-06-23 09:16:01 +02:00
serveropcodes.cpp Rename CSM flavours to restrictions 2018-06-26 15:38:42 +02:00
serveropcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
serverpackethandler.cpp Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395) 2018-11-28 09:38:50 +01:00
socket.cpp Fix ipv6_server=true not accepting IPv4 connections on Windows (#7471) 2018-06-22 20:54:23 +02:00
socket.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00