aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_camera.cpp
AgeCommit message (Expand)Author
2022-10-04Consolidate API object code (#12728)Jude Melton-Houghton
2021-05-30script: Replace calls to depreated luaL_openlibsfan5
2020-10-04Add First Person Attachments (#10360)Jordan Snelling
2020-05-14CSM: Bugfixes to camera:get_pos() and camera:get_fov()sfan5
2019-11-11Fix camera:get_offset() in CSMsfan5
2019-09-14Load CSM environment after the restrictions are knownSmallJoker
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
2018-04-03Fix last clang-tidy reported problems for performance-type-promotion-in-math-fnLoic Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-06-19C++11 cleanup on constructors (#6000)Vincent Glize
2017-05-07Replace occurrence of luaL_reg in l_camera.cppT0ny2
2017-05-06Fix codestyle since CSM Camera APILoic Blot
2017-05-05[CSM] Add camera API (#5609)bigfoot547