mirror of
https://github.com/minetest/minetest.git
synced 2024-12-30 18:07:29 +01:00
faa358e797
* 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). |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
database-dummy.cpp | ||
database-dummy.h | ||
database-files.cpp | ||
database-files.h | ||
database-leveldb.cpp | ||
database-leveldb.h | ||
database-postgresql.cpp | ||
database-postgresql.h | ||
database-redis.cpp | ||
database-redis.h | ||
database-sqlite3.cpp | ||
database-sqlite3.h | ||
database.cpp | ||
database.h |