Merge remote-tracking branch 'upstream/master'

Conflicts:
	apps/openmw/mwgui/settingswindow.cpp
	extern/oics/ICSInputControlSystem_joystick.cpp
	files/mygui/openmw_settings_window.layout
This commit is contained in:
scrawl 2015-02-27 22:21:02 +01:00
commit 97cc2522c0
504 changed files with 12728 additions and 6272 deletions

View file

@ -36,6 +36,9 @@ namespace ICS
, mDetectingBindingControl(NULL)
, mLog(log)
, mXmouseAxisBinded(false), mYmouseAxisBinded(false)
, mClientHeight(1)
, mClientWidth(1)
, mDetectingBindingDirection(Control::STOP)
{
ICS_LOG(" - Creating InputControlSystem - ");