virtualx-engine/servers
Rémi Verschelde 2b084352b9 Fix warnings on non-static data member initializers (C++11 feature)
We're not formally using C++11 yet so those trigger compilation warnings
(at least with GCC 5):

./main/input_default.h:122:30: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
  CursorShape default_shape = CURSOR_ARROW;
                              ^

Note: We may allow those eventually (especially for non-int static const),
but most of current occurrences were inconsistent with all other classes.

See also http://www.stroustrup.com/C++11FAQ.html#member-init
2018-09-27 10:29:48 +02:00
..
arvr Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio Fix warnings on non-static data member initializers (C++11 feature) 2018-09-27 10:29:48 +02:00
physics Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
physics_2d Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
visual -Rewrote GLES2 lighting and shadows and optimized state changes, did many optimizations, added vertex lighting. 2018-09-23 12:14:50 -03:00
arvr_server.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
arvr_server.h Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
audio_server.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
audio_server.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
physics_2d_server.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
physics_2d_server.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
physics_server.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
physics_server.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
register_server_types.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
register_server_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub disable caching for targets using helper functions 2017-11-28 23:24:12 -04:00
server_wrap_mt_common.h add 3D textures 2018-07-30 12:20:27 +02:00
visual_server.cpp -Rewrote GLES2 lighting and shadows and optimized state changes, did many optimizations, added vertex lighting. 2018-09-23 12:14:50 -03:00
visual_server.h Set uniform default values in inspector 2018-09-13 23:05:33 +02:00