godot/main
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
..
tests Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
app_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
default_controller_mappings.h SCons: properly close files when reading controller mappings 2018-03-16 08:40:33 +01:00
gamecontrollerdb.txt Generate controller mapping class from one or more SDL2 database files 2018-03-05 22:23:49 -08:00
gamecontrollerdb_204.txt Generate controller mapping class from one or more SDL2 database files 2018-03-05 22:23:49 -08:00
gamecontrollerdb_205.txt Generate controller mapping class from one or more SDL2 database files 2018-03-05 22:23:49 -08:00
godotcontrollerdb.txt Generate controller mapping class from one or more SDL2 database files 2018-03-05 22:23:49 -08:00
input_default.cpp Fix warnings on non-static data member initializers (C++11 feature) 2018-09-27 10:29:48 +02:00
input_default.h Fix warnings on non-static data member initializers (C++11 feature) 2018-09-27 10:29:48 +02:00
main.cpp Main: Group static members and add some docs 2018-09-20 14:38:40 +02:00
main.h Main: Group static members and add some docs 2018-09-20 14:38:40 +02:00
main_builders.py Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
performance.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
performance.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
SCsub Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
splash.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
splash_editor.png Donors: Add GameDev.tv as platinum sponsor 2018-08-28 12:55:07 +02:00
timer_sync.cpp Misc. typos 2018-09-12 21:39:17 -04:00
timer_sync.h Add missing copyright headers 2018-05-16 14:50:44 -03:00