Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-28 | Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395) | CoderForTheBetter | |
* 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-08-05 | Replace auth.txt with SQLite auth database (#7279) | Ben Deutsch | |
* Replace auth.txt with SQLite auth database | |||
2018-04-06 | Add player:get_meta(), deprecate player attributes (#7202) | rubenwardy | |
* Add player:get_meta(), deprecate player attributes | |||
2017-11-08 | Move files to subdirectories (#6599) | Vitaliy | |
* Move files around |