[Bf-blender-cvs] CVS commit: blender/source/blender/makesdna DNA_sensor_types.h blender/source/blender/src buttons_logic.c blender/source/gameengine/BlenderRoutines KX_BlenderInputDevice.h blender/source/gameengine/Converter KX_ConvertSensors.cpp blender/source/gameengine/GameLogic SCA_IInputDevice.h SCA_MouseSensor.cpp SCA_MouseSensor.h ...

Kester Maddock Christopher.Maddock.1 at uni.massey.ac.nz
Mon May 3 01:45:03 CEST 2004


kester (Kester Maddock) 2004/05/03 01:45:03 CEST

  Modified files:
    blender/source/blender/makesdna DNA_sensor_types.h 
    blender/source/blender/src buttons_logic.c 
    blender/source/gameengine/BlenderRoutines 
                                              KX_BlenderInputDevice.h 
    blender/source/gameengine/Converter KX_ConvertSensors.cpp 
    blender/source/gameengine/GameLogic SCA_IInputDevice.h 
                                        SCA_MouseSensor.cpp 
                                        SCA_MouseSensor.h 
    blender/source/gameengine/GamePlayer/common 
                                                GPC_MouseDevice.cpp 
                                                GPC_MouseDevice.h 
    blender/source/gameengine/GamePlayer/ghost GPG_Application.cpp 
                                               GPG_Application.h 
  
  Log:
  Mouse Wheel Support for the Game Engine.
  
  This adds "Wheel Up" and "Wheel Down" as choices to the Mouse sensor brick.
  
  Revision  Changes    Path
  1.6       +3 -1      blender/source/blender/makesdna/DNA_sensor_types.h
  1.12      +2 -2      blender/source/blender/src/buttons_logic.c
  1.8       +8 -6      blender/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h
  1.5       +14 -6     blender/source/gameengine/Converter/KX_ConvertSensors.cpp
  1.7       +4 -1      blender/source/gameengine/GameLogic/SCA_IInputDevice.h
  1.5       +9 -1      blender/source/gameengine/GameLogic/SCA_MouseSensor.cpp
  1.7       +3 -1      blender/source/gameengine/GameLogic/SCA_MouseSensor.h
  1.5       +7 -1      blender/source/gameengine/GamePlayer/common/GPC_MouseDevice.cpp
  1.7       +4 -2      blender/source/gameengine/GamePlayer/common/GPC_MouseDevice.h
  1.7       +23 -1     blender/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
  1.7       +2 -1      blender/source/gameengine/GamePlayer/ghost/GPG_Application.h



More information about the Bf-blender-cvs mailing list