aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_camera.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add First Person Attachments (#10360)Jordan Snelling2020-10-041-1/+2
* CSM: Bugfixes to camera:get_pos() and camera:get_fov()sfan52020-05-141-23/+36
* Fix camera:get_offset() in CSMsfan52019-11-111-4/+3
* Load CSM environment after the restrictions are knownSmallJoker2019-09-141-8/+13
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-3/+3
* Fix last clang-tidy reported problems for performance-type-promotion-in-math-fnLoic Blot2018-04-031-2/+23
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-0/+1
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-191-2/+1
* Replace occurrence of luaL_reg in l_camera.cppT0ny22017-05-071-1/+1
* Fix codestyle since CSM Camera APILoic Blot2017-05-061-33/+29
* [CSM] Add camera API (#5609)bigfoot5472017-05-051-0/+206