blender/source/gameengine/GameLogic
Kent Mein e9a7e30758 Removed another unused var and cleaned up a couple of lines of code
Here is the diff

Kent

Index: GameLogic/SCA_KeyboardSensor.cpp
===================================================================
RCS file: /cvs01/blender/source/gameengine/GameLogic/SCA_KeyboardSensor.cpp,v
retrieving revision 1.3
diff -u -r1.3 SCA_KeyboardSensor.cpp
--- GameLogic/SCA_KeyboardSensor.cpp    25 Nov 2002 15:29:42 -0000      1.3
+++ GameLogic/SCA_KeyboardSensor.cpp    30 Dec 2002 07:09:42 -0000
@@ -167,14 +167,14 @@
        } else
        {

-         //            cerr << "======= SCA_KeyboardSensor::Evaluate:: peeking at key status" << endl;
-               const SCA_InputEvent & inevent = inputdev->GetEventValue((SCA_IInputDevice::KX_EnumInputs) m_hotkey);
+       //              cerr << "======= SCA_KeyboardSensor::Evaluate:: peeking at key status" << endl;
+               const SCA_InputEvent & inevent = inputdev->GetEventValue(
+                       (SCA_IInputDevice::KX_EnumInputs) m_hotkey);

-               //              cerr << "======= SCA_KeyboardSensor::Evaluate::
status: " << inevent.m_status << endl;
+       //              cerr << "======= SCA_KeyboardSensor::Evaluate:: status: " << inevent.m_status << endl;

                if (inevent.m_status == SCA_InputEvent::KX_NO_INPUTSTATUS)
                {
-                       int i=4;
                } else
                {
                        if (inevent.m_status == SCA_InputEvent::KX_JUSTACTIVATED)
2002-12-30 07:13:26 +00:00
..
Makefile moved KX_Python_... files from ketsji to expressions 2002-10-21 19:23:52 +00:00
SCA_AlwaysEventManager.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_AlwaysEventManager.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_AlwaysSensor.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_AlwaysSensor.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_ANDController.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_ANDController.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_EventManager.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_EventManager.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_ExpressionController.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_ExpressionController.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_IActuator.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_IActuator.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_IController.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_IController.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_IInputDevice.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_IInputDevice.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_ILogicBrick.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_ILogicBrick.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_IObject.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_IObject.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_IScene.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_IScene.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_ISensor.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_ISensor.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_KeyboardManager.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_KeyboardManager.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_KeyboardSensor.cpp Removed another unused var and cleaned up a couple of lines of code 2002-12-30 07:13:26 +00:00
SCA_KeyboardSensor.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_LogicManager.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_LogicManager.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_MouseManager.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_MouseManager.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_MouseSensor.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_MouseSensor.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_ORController.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_ORController.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_PropertyActuator.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_PropertyActuator.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_PropertyEventManager.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_PropertyEventManager.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_PropertySensor.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_PropertySensor.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_PythonController.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_PythonController.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_RandomActuator.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_RandomActuator.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_RandomEventManager.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_RandomEventManager.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_RandomNumberGenerator.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_RandomNumberGenerator.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_RandomSensor.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_RandomSensor.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00
SCA_TimeEventManager.cpp Last of the config.h mods... 2002-11-25 15:29:57 +00:00
SCA_TimeEventManager.h Removed the config.h thing from the .h's in the source dir. 2002-12-27 13:11:01 +00:00