sfan5
682b9de824
Fix camera:get_offset() in CSM
2019-11-11 14:06:48 +01:00
SmallJoker
23677be951
Load CSM environment after the restrictions are known
...
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
2019-09-14 19:42:25 +02:00
Quentin Bazin
5f1cd555cd
Move client-specific files to 'src/client' ( #7902 )
...
Update Android.mk
Remove 'src/client' from include_directories
2018-11-28 20:01:49 +01:00
Loic Blot
05fe3b06c8
Fix last clang-tidy reported problems for performance-type-promotion-in-math-fn
...
Based on https://travis-ci.org/minetest/minetest/jobs/361810382 output
Also fix 2 missing copyright notices
2018-04-03 23:05:22 +02:00
Loïc Blot
85511a642f
Cleanup various headers to reduce compilation times ( #6255 )
...
* Cleanup various headers to reduce compilation times
2017-08-16 22:11:45 +02:00
Vincent Glize
4a5e8ad343
C++11 cleanup on constructors ( #6000 )
...
* C++11 cleanup on constructors dir script
2017-06-19 23:54:58 +02:00
T0ny2
d067894816
Replace occurrence of luaL_reg in l_camera.cpp
...
Related to commit 41c5483. Replace an occurrence of luaL_reg in
src/script/lua_api/l_camera.cpp (added by commit de028fc).
2017-05-07 06:09:30 +01:00
Loic Blot
a024042bf5
Fix codestyle since CSM Camera API
2017-05-06 21:30:27 +02:00
bigfoot547
de028fc056
[CSM] Add camera API ( #5609 )
...
* [CSM] Add camera API
roper rebase & squash
* Address nerzhul's review
2017-05-05 22:07:36 +02:00