[CSM] Add camera API (#5609)
authorbigfoot547 <bigfoot547@users.noreply.github.com>
Fri, 5 May 2017 20:07:36 +0000 (15:07 -0500)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Fri, 5 May 2017 20:07:36 +0000 (22:07 +0200)
commitde028fc056b26e03ee00324888f870f64e28c756
treeba0bdcc2bf2b94bf321aad7a38311c778f6f7606
parente8b00fdf987e9c689f3dbf9c22c0a6269250c3b5
[CSM] Add camera API (#5609)

* [CSM] Add camera API
roper rebase & squash

* Address nerzhul's review
build/android/jni/Android.mk
doc/client_lua_api.md
src/camera.cpp
src/camera.h
src/script/lua_api/CMakeLists.txt
src/script/lua_api/l_camera.cpp [new file with mode: 0644]
src/script/lua_api/l_camera.h [new file with mode: 0644]
src/script/lua_api/l_localplayer.cpp
src/script/lua_api/l_localplayer.h
src/script/scripting_client.cpp
src/script/scripting_client.h