blender/source/gameengine/GameLogic/Joystick
Kent Mein 8e9222ec21 More simple fixes to cleanup warnings and what not:
extern/bullet/BulletDynamics/ConstraintSolver/SimpleConstraintSolver.h
        added newline at end of file.
 intern/boolop/intern/BOP_Face2Face.cpp
        fixed indentation and had nested declarations of a varible i used
                for multiple for loops, changed it to just one declaration.
 source/blender/blenkernel/bad_level_call_stubs/stubs.c
        added prototypes and a couple other fixes.
 source/blender/include/BDR_drawobject.h
 source/blender/include/BSE_node.h
 source/blender/include/butspace.h
 source/blender/render/extern/include/RE_shader_ext.h
        added struct definitions
 source/blender/src/editmesh_mods.c
 source/gameengine/Ketsji/KX_BlenderMaterial.cpp
 source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp
 source/gameengine/Ketsji/KX_RaySensor.cpp
        removed unused variables;
 source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp
        changed format of case statements to avoid warnings in gcc.

Kent
2006-01-30 19:59:33 +00:00
..
Makefile Fixed the Makefiles so the Joystick stuff works. 2005-01-24 16:16:50 +00:00
SCA_Joystick.cpp More simple fixes to cleanup warnings and what not: 2006-01-30 19:59:33 +00:00
SCA_Joystick.h - updated MSVC 6 projectfiles. 2005-01-30 15:41:59 +00:00
SCA_JoystickDefines.h Added Joystick sensor (from snailrose) 2005-01-23 01:36:29 +00:00
SCA_JoystickEvents.cpp Big patches: 2005-03-25 10:33:39 +00:00
SCA_JoystickPrivate.h Added Joystick sensor (from snailrose) 2005-01-23 01:36:29 +00:00