minetest/src/util
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 Add colored text (not only colored chat). 2016-05-31 17:34:29 +02:00
areastore.cpp Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
areastore.h Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
auth.cpp Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
auth.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
base64.cpp Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
base64.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
basic_macros.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
container.h Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
directiontables.cpp directiontables: Fix MSVC compiler error (#6785) 2017-12-14 19:46:42 +01:00
directiontables.h Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
enriched_string.cpp Add clientside translations. 2017-08-24 17:54:10 +02:00
enriched_string.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
hex.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
md32_common.h Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
numeric.cpp Fix MurmurHash implementation to really be unaligned (#7482) 2018-06-26 00:12:09 +01:00
numeric.h Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395) 2018-11-28 09:38:50 +01:00
pointedthing.cpp Raycast: export exact pointing location (#6304) 2018-08-16 20:10:08 +02:00
pointedthing.h Raycast: export exact pointing location (#6304) 2018-08-16 20:10:08 +02:00
pointer.h Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
serialize.cpp Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
serialize.h Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
sha1.cpp Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
sha1.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
sha2.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
sha256.c Fix fips_cipher_abort warning and other duplicate macros 2017-04-12 09:06:26 +02:00
srp.cpp Fix build on gcc 5.0 (#7586) 2018-07-26 21:49:38 +02:00
srp.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
strfnd.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
string.cpp Fix memory leak in guiConfirmRegistration 2018-07-06 11:13:18 +02:00
string.h Replace auth.txt with SQLite auth database (#7279) 2018-08-05 13:13:38 +02:00
thread.h Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
timetaker.cpp Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
timetaker.h Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00