aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_camera.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CSM: Bugfixes to camera:get_pos() and camera:get_fov()sfan52020-05-141-23/+36
| | | closes #9857
* Fix camera:get_offset() in CSMsfan52019-11-111-4/+3
|
* Load CSM environment after the restrictions are knownSmallJoker2019-09-141-8/+13
| | | | | | | Safety-guards for CSM callbacks to abort on a bad implementation Only run callbacks when the mods are loaded (and with it: builtin) Duplication checks inside constructors
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-3/+3
| | | | | Update Android.mk Remove 'src/client' from include_directories
* Fix last clang-tidy reported problems for performance-type-promotion-in-math-fnLoic Blot2018-04-031-2/+23
| | | | | | Based on https://travis-ci.org/minetest/minetest/jobs/361810382 output Also fix 2 missing copyright notices
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-0/+1
| | | | * Cleanup various headers to reduce compilation times
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-191-2/+1
| | | | * C++11 cleanup on constructors dir script
* Replace occurrence of luaL_reg in l_camera.cppT0ny22017-05-071-1/+1
| | | | | Related to commit 41c5483. Replace an occurrence of luaL_reg in src/script/lua_api/l_camera.cpp (added by commit de028fc).
* Fix codestyle since CSM Camera APILoic Blot2017-05-061-33/+29
|
* [CSM] Add camera API (#5609)bigfoot5472017-05-051-0/+206
* [CSM] Add camera API roper rebase & squash * Address nerzhul's review