blender/source/gameengine/GameLogic
Sergey Sharybin d3fa1bd4d5 Fix warnings reported by MSVC
Mainly it's related on a bad practice in SDL to force-define __SSE__
and __SSE2__ flags which generates quite some warnings and causes too
much noise.

There are some other warnings fixed. Should be no functional changes.

NeXyon, please check the changes in audaspace :)
2016-02-23 09:44:54 +01:00
..
Joystick Fix warnings reported by MSVC 2016-02-23 09:44:54 +01:00
CMakeLists.txt clang/cmake - quiet warnings for external libs and reference moto as a system include. 2013-07-15 08:26:16 +00:00
SCA_2DFilterActuator.cpp
SCA_2DFilterActuator.h
SCA_ActuatorEventManager.cpp
SCA_ActuatorEventManager.h
SCA_ActuatorSensor.cpp
SCA_ActuatorSensor.h
SCA_AlwaysEventManager.cpp
SCA_AlwaysEventManager.h
SCA_AlwaysSensor.cpp
SCA_AlwaysSensor.h
SCA_ANDController.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_ANDController.h
SCA_BasicEventManager.cpp
SCA_BasicEventManager.h
SCA_DelaySensor.cpp
SCA_DelaySensor.h Cleanup: warning & whitespace 2015-10-26 22:22:30 +11:00
SCA_EventManager.cpp
SCA_EventManager.h BGE cleanup: Removing the unused SCA_EventManager::Replace_PhysicsScene(). 2014-05-01 19:43:07 -07:00
SCA_ExpressionController.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_ExpressionController.h
SCA_IActuator.cpp
SCA_IActuator.h BGE: Fix T30179 action actuator not stoped when state changed. 2015-10-23 10:54:08 +02:00
SCA_IController.cpp BGE: generic python callback list + replace KX_PythonSeq. 2015-10-26 20:27:08 +01:00
SCA_IController.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_IInputDevice.cpp
SCA_IInputDevice.h Cleanup: style 2015-01-21 11:57:11 +11:00
SCA_ILogicBrick.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_ILogicBrick.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_IObject.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_IObject.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_IScene.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_IScene.h BGE debug API and actuator 2014-07-11 16:00:14 -07:00
SCA_ISensor.cpp BGE: Fix for T42341 Sensor.frequency is badly named 2015-04-16 06:39:33 +02:00
SCA_ISensor.h BGE: Fix for T42341 Sensor.frequency is badly named 2015-04-16 06:39:33 +02:00
SCA_JoystickManager.cpp
SCA_JoystickManager.h
SCA_JoystickSensor.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_JoystickSensor.h
SCA_KeyboardManager.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_KeyboardManager.h
SCA_KeyboardSensor.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_KeyboardSensor.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_LogicManager.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_LogicManager.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_MouseManager.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_MouseManager.h
SCA_MouseSensor.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_MouseSensor.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_NANDController.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_NANDController.h
SCA_NORController.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_NORController.h
SCA_ORController.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_ORController.h
SCA_PropertyActuator.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_PropertyActuator.h BGE: Add level mode to property actuator 2014-07-17 22:49:40 -07:00
SCA_PropertyEventManager.cpp
SCA_PropertyEventManager.h
SCA_PropertySensor.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_PropertySensor.h BGE: New Property sensor evaluation types 2014-06-16 14:56:36 -07:00
SCA_PythonController.cpp BGE: make error message more clear when trying to de/activate actuator from non-active controller 2015-09-15 00:01:32 -03:00
SCA_PythonController.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_PythonJoystick.cpp
SCA_PythonJoystick.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_PythonKeyboard.cpp
SCA_PythonKeyboard.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_PythonMouse.cpp
SCA_PythonMouse.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_RandomActuator.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_RandomActuator.h
SCA_RandomEventManager.cpp
SCA_RandomEventManager.h
SCA_RandomNumberGenerator.cpp
SCA_RandomNumberGenerator.h
SCA_RandomSensor.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_RandomSensor.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_TimeEventManager.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_TimeEventManager.h BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_XNORController.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_XNORController.h
SCA_XORController.cpp BGE Clean-up: New EXP prefix for the BGE Expression module 2015-07-12 16:58:12 +02:00
SCA_XORController.h