From cwant at ualberta.ca Mon Sep 1 21:01:49 2003 From: cwant at ualberta.ca (Chris Want) Date: Mon, 1 Sep 2003 21:01:49 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source nan_compile.mk tuhopuu2/source/blender/blenlib/intern arithb.c tuhopuu2/source/blender/include game.h life.h sector.h BDR_drawmesh.h BDR_drawobject.h BIF_screen.h BSE_drawview.h ... Message-ID: <20030901190149.AB78D4F0C3A@xserve.blender.org> hos (Chris Want) 2003/09/01 21:01:49 CEST Modified files: . featurelist.txt tuhopuu2/source nan_compile.mk tuhopuu2/source/blender/blenlib/intern arithb.c tuhopuu2/source/blender/include BDR_drawmesh.h BDR_drawobject.h BIF_screen.h BSE_drawview.h BSE_editipo.h tuhopuu2/source/blender/makesdna DNA_object_types.h DNA_world_types.h tuhopuu2/source/blender/src buttons.c drawobject.c editipo.c editsca.c editscreen.c headerbuttons.c space.c tuhopuu2/source/gameengine/Converter KX_BlenderSceneConverter.cpp tuhopuu2/source/gameengine/Ketsji KX_PhysicsEngineEnums.h Added files: tuhopuu2/source/blender/include game.h life.h sector.h tuhopuu2/source/blender/src life.c sector.c Log: Re-added the enji game engine. Revision Changes Path 1.12 +24 -0 tuhopuu2/featurelist.txt 1.2 +2 -2 tuhopuu2/source/nan_compile.mk 1.3 +3 -3 tuhopuu2/source/blender/blenlib/intern/arithb.c 1.2 +2 -1 tuhopuu2/source/blender/include/BDR_drawmesh.h 1.2 +5 -1 tuhopuu2/source/blender/include/BDR_drawobject.h 1.2 +2 -1 tuhopuu2/source/blender/include/BIF_screen.h 1.2 +3 -1 tuhopuu2/source/blender/include/BSE_drawview.h 1.2 +2 -1 tuhopuu2/source/blender/include/BSE_editipo.h 1.2 +19 -1 tuhopuu2/source/blender/makesdna/DNA_object_types.h 1.2 +3 -2 tuhopuu2/source/blender/makesdna/DNA_world_types.h 1.14 +13 -7 tuhopuu2/source/blender/src/buttons.c 1.7 +6 -6 tuhopuu2/source/blender/src/drawobject.c 1.2 +35 -1 tuhopuu2/source/blender/src/editipo.c 1.2 +141 -39 tuhopuu2/source/blender/src/editsca.c 1.3 +24 -1 tuhopuu2/source/blender/src/editscreen.c 1.4 +6 -1 tuhopuu2/source/blender/src/headerbuttons.c 1.6 +111 -34 tuhopuu2/source/blender/src/space.c 1.2 +73 -78 tuhopuu2/source/gameengine/Converter/KX_BlenderSceneConverter.cpp 1.2 +7 -6 tuhopuu2/source/gameengine/Ketsji/KX_PhysicsEngineEnums.h From Roel at spruitje.nl Tue Sep 2 23:21:39 2003 From: Roel at spruitje.nl (Roel Spruit) Date: Tue, 2 Sep 2003 23:21:39 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/projectfiles/blender blender.dsp Message-ID: <20030902212139.BCA9E577110@xserve.blender.org> goofster (Roel Spruit) 2003/09/02 23:21:39 CEST Modified files: tuhopuu2/projectfiles/blender blender.dsp Log: added intern\bmfont to include path (thanks chris :) Revision Changes Path 1.4 +9 -1 tuhopuu2/projectfiles/blender/blender.dsp From Roel at spruitje.nl Tue Sep 2 23:31:19 2003 From: Roel at spruitje.nl (Roel Spruit) Date: Tue, 2 Sep 2003 23:31:19 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/projectfiles/blender blender.dsp Message-ID: <20030902213119.5D8F657972A@xserve.blender.org> goofster (Roel Spruit) 2003/09/02 23:31:19 CEST Modified files: tuhopuu2/projectfiles/blender blender.dsp Log: added the bmfont include path to the debug target (duh) Revision Changes Path 1.5 +1 -1 tuhopuu2/projectfiles/blender/blender.dsp From Roel at spruitje.nl Wed Sep 3 00:09:43 2003 From: Roel at spruitje.nl (Roel Spruit) Date: Wed, 3 Sep 2003 00:09:43 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src buttons.c Message-ID: <20030902220943.54EC657B196@xserve.blender.org> goofster (Roel Spruit) 2003/09/03 00:09:43 CEST Modified files: tuhopuu2/source/blender/src buttons.c Log: Excuse this nasty commit. I've undone (commented out) nishin's changes to the material and texture buttons. the pulldown men's may have looked nice for some, but somehow they caused a crash upon opening those buttonwindows if you compiled with MSVC. please take a closer look at that code? I couldn't solve it entirely, but there was a uiDefButC (character) for the texture-pulldown where there should have been a uiDefButS (short)..didn't sole it tho =/. so I chose to commit a working version for now. Revision Changes Path 1.15 +34 -17 tuhopuu2/source/blender/src/buttons.c From cwant at ualberta.ca Wed Sep 3 03:41:48 2003 From: cwant at ualberta.ca (Chris Want) Date: Wed, 3 Sep 2003 03:41:48 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src filesel.c Message-ID: <20030903014148.929055912D4@xserve.blender.org> hos (Chris Want) 2003/09/03 03:41:48 CEST Modified files: tuhopuu2/source/blender/src filesel.c Log: A fix for the fileselect highlighting prob -- please test. Revision Changes Path 1.3 +18 -18 tuhopuu2/source/blender/src/filesel.c From theeth at yahoo.com Thu Sep 4 04:05:26 2003 From: theeth at yahoo.com (Martin Poirier) Date: Thu, 4 Sep 2003 04:05:26 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editobject.c Message-ID: <20030904020526.47F7F5F1539@xserve.blender.org> theeth (Martin Poirier) 2003/09/04 04:05:26 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src editobject.c Log: typing code fixes. See featurelist for more details. also made the mode parsing code more smart and pretty to look at (stupid me for using a switch case the first time). Revision Changes Path 1.13 +6 -3 tuhopuu2/featurelist.txt 1.7 +233 -259 tuhopuu2/source/blender/src/editobject.c From theeth at yahoo.com Sun Sep 7 02:11:53 2003 From: theeth at yahoo.com (Martin Poirier) Date: Sun, 7 Sep 2003 02:11:53 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/include BDR_drawobject.h tuhopuu2/source/blender/src drawobject.c editobject.c Message-ID: <20030907001153.DEB526BF8C5@xserve.blender.org> theeth (Martin Poirier) 2003/09/07 02:11:53 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/include BDR_drawobject.h tuhopuu2/source/blender/src drawobject.c editobject.c Log: Vertice snaping mode for grabbing mode and helpline for constrained transformation (grab mode only as of now). see featurelist Revision Changes Path 1.14 +14 -0 tuhopuu2/featurelist.txt 1.3 +2 -1 tuhopuu2/source/blender/include/BDR_drawobject.h 1.8 +37 -1 tuhopuu2/source/blender/src/drawobject.c 1.8 +95 -14 tuhopuu2/source/blender/src/editobject.c From theeth at yahoo.com Tue Sep 9 02:57:44 2003 From: theeth at yahoo.com (Martin Poirier) Date: Tue, 9 Sep 2003 02:57:44 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/include BDR_drawobject.h tuhopuu2/source/blender/src drawobject.c editobject.c Message-ID: <20030909005744.4CB9677D4AC@xserve.blender.org> theeth (Martin Poirier) 2003/09/09 02:57:44 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/include BDR_drawobject.h tuhopuu2/source/blender/src drawobject.c editobject.c Log: Fixed formating stuff in featurelist (80 chars, tab count as 8, right?) Lots of cleaning up in helpline code, I placed it in a really stupid time before (which had been a cause of flickering, but that was fixed before I commited last time). The line stills flickers when you move the mouse, but that's because they are drawn on a front buffer or something like this (I don't understand all the openGL hokus pokus, but it works). Different color for different axis now (following Broken's advice). Again, see featurelist for more indept details on functionality. Added a note regarding Axis restriction. Anyone concerned and those that know some stuff about matricial math should have a look if they want to help. Revision Changes Path 1.15 +30 -11 tuhopuu2/featurelist.txt 1.4 +2 -2 tuhopuu2/source/blender/include/BDR_drawobject.h 1.9 +4 -4 tuhopuu2/source/blender/src/drawobject.c 1.9 +118 -51 tuhopuu2/source/blender/src/editobject.c From cwant at ualberta.ca Tue Sep 9 04:54:07 2003 From: cwant at ualberta.ca (Chris Want) Date: Tue, 9 Sep 2003 04:54:07 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 Makefile featurelist.txt tuhopuu2/source Makefile nan_definitions.mk tuhopuu2/source/blender/src buttons.c tuhopuu2/source/kesterji Makefile Makefile.am tuhopuu2/source/kesterji/BlenderRoutines BL_KetsjiEmbedStart.cpp KX_BlenderCanvas.cpp ... Message-ID: <20030909025407.79F16789671@xserve.blender.org> hos (Chris Want) 2003/09/09 04:54:07 CEST Modified files: . Makefile featurelist.txt tuhopuu2/source Makefile nan_definitions.mk tuhopuu2/source/blender/src buttons.c Added files: tuhopuu2/source/kesterji Makefile Makefile.am tuhopuu2/source/kesterji/BlenderRoutines BL_KetsjiEmbedStart.cpp KX_BlenderCanvas.cpp KX_BlenderCanvas.h KX_BlenderGL.cpp KX_BlenderGL.h KX_BlenderInputDevice.cpp KX_BlenderInputDevice.h KX_BlenderKeyboardDevice.cpp KX_BlenderKeyboardDevice.h KX_BlenderMouseDevice.cpp KX_BlenderMouseDevice.h KX_BlenderPolyMaterial.cpp KX_BlenderPolyMaterial.h KX_BlenderRenderTools.cpp KX_BlenderRenderTools.h KX_BlenderSystem.cpp KX_BlenderSystem.h Makefile Makefile.am tuhopuu2/source/kesterji/Converter BL_ActionActuator.cpp BL_ActionActuator.h BL_ArmatureObject.cpp BL_ArmatureObject.h BL_BlenderDataConversion.cpp BL_BlenderDataConversion.h BL_DeformableGameObject.cpp BL_DeformableGameObject.h BL_MeshDeformer.cpp BL_MeshDeformer.h BL_SkinDeformer.cpp BL_SkinDeformer.h BL_SkinMeshObject.cpp BL_SkinMeshObject.h BlenderWorldInfo.cpp BlenderWorldInfo.h KX_BlenderScalarInterpolator.cpp KX_BlenderScalarInterpolator.h KX_BlenderSceneConverter.cpp KX_BlenderSceneConverter.h KX_ConvertActuators.cpp KX_ConvertActuators.h KX_ConvertControllers.cpp KX_ConvertControllers.h KX_ConvertProperties.cpp KX_ConvertProperties.h KX_ConvertSensors.cpp KX_ConvertSensors.h KX_IpoConvert.cpp KX_IpoConvert.h Makefile Makefile.am tuhopuu2/source/kesterji/Expressions BoolValue.cpp BoolValue.h ConstExpr.cpp ConstExpr.h EXP_C-Api.cpp EXP_C-Api.h EmptyValue.cpp EmptyValue.h ErrorValue.cpp ErrorValue.h Expression.cpp Expression.h FloatValue.cpp FloatValue.h IdentifierExpr.cpp IdentifierExpr.h IfExpr.cpp IfExpr.h InputParser.cpp InputParser.h IntValue.cpp IntValue.h KX_HashedPtr.cpp KX_HashedPtr.h KX_Python.h KX_Python_dynamic.h KX_Python_static.h ListValue.cpp ListValue.h Makefile Makefile.am Operator1Expr.cpp Operator1Expr.h Operator2Expr.cpp Operator2Expr.h PyObjectPlus.cpp PyObjectPlus.h StringValue.cpp StringValue.h Value.cpp Value.h VectorValue.cpp VectorValue.h VoidValue.h tuhopuu2/source/kesterji/GameLogic Makefile Makefile.am SCA_ANDController.cpp SCA_ANDController.h SCA_AlwaysEventManager.cpp SCA_AlwaysEventManager.h SCA_AlwaysSensor.cpp SCA_AlwaysSensor.h SCA_EventManager.cpp SCA_EventManager.h SCA_ExpressionController.cpp SCA_ExpressionController.h SCA_IActuator.cpp SCA_IActuator.h SCA_IController.cpp SCA_IController.h SCA_IInputDevice.cpp SCA_IInputDevice.h SCA_ILogicBrick.cpp SCA_ILogicBrick.h SCA_IObject.cpp SCA_IObject.h SCA_IScene.cpp SCA_IScene.h SCA_ISensor.cpp SCA_ISensor.h SCA_KeyboardManager.cpp SCA_KeyboardManager.h SCA_KeyboardSensor.cpp SCA_KeyboardSensor.h SCA_LogicManager.cpp SCA_LogicManager.h SCA_MouseManager.cpp SCA_MouseManager.h SCA_MouseSensor.cpp SCA_MouseSensor.h SCA_ORController.cpp SCA_ORController.h SCA_PropertyActuator.cpp SCA_PropertyActuator.h SCA_PropertyEventManager.cpp SCA_PropertyEventManager.h SCA_PropertySensor.cpp SCA_PropertySensor.h SCA_PythonController.cpp SCA_PythonController.h SCA_RandomActuator.cpp SCA_RandomActuator.h SCA_RandomEventManager.cpp SCA_RandomEventManager.h SCA_RandomNumberGenerator.cpp SCA_RandomNumberGenerator.h SCA_RandomSensor.cpp SCA_RandomSensor.h SCA_TimeEventManager.cpp SCA_TimeEventManager.h tuhopuu2/source/kesterji/GamePlayer Makefile Makefile.am tuhopuu2/source/kesterji/GamePlayer/ActiveX ActiveXandNetscapeTest.html ActiveXgp.hpj BlenderDataPathProperty.cpp BlenderDataPathProperty.h BlenderPlayer.aps BlenderPlayer.clw BlenderPlayer.cpp BlenderPlayer.def BlenderPlayer.h BlenderPlayer.html BlenderPlayer.ico BlenderPlayer.odl BlenderPlayer.rc BlenderPlayerCtl.bmp BlenderPlayerCtl.cpp BlenderPlayerCtl.h BlenderPlayerDuo.html BlenderPlayerPpg.cpp BlenderPlayerPpg.h CControlRefresher.cpp CControlRefresher.h MemoryResource.cpp MemoryResource.h RawImageRsrc.cpp RawImageRsrc.h ReadMe.txt ReadMeBuilding.txt SafeControl.cpp SafeControl.h StdAfx.cpp StdAfx.h resource.h splash.bmp tuhopuu2/source/kesterji/GamePlayer/ActiveX/Hlp ActiveXgp.hm ActiveXgp.rtf Bullet.bmp tuhopuu2/source/kesterji/GamePlayer/common GPC_Canvas.cpp GPC_Canvas.h GPC_Engine.cpp GPC_Engine.h GPC_KeyboardDevice.cpp GPC_KeyboardDevice.h GPC_MouseDevice.cpp GPC_MouseDevice.h GPC_PolygonMaterial.cpp GPC_PolygonMaterial.h GPC_RawImage.cpp GPC_RawImage.h GPC_RawLoadDotBlendArray.cpp GPC_RawLoadDotBlendArray.h GPC_RawLogoArrays.cpp GPC_RawLogoArrays.h GPC_RenderTools.cpp GPC_RenderTools.h GPC_System.cpp GPC_System.h Makefile bmfont.cpp load.blend logo_blender.raw logo_blender3d.raw logo_nan.raw tuhopuu2/source/kesterji/GamePlayer/common/unix GPU_Canvas.cpp GPU_Canvas.h GPU_Engine.cpp GPU_Engine.h GPU_KeyboardDevice.cpp GPU_KeyboardDevice.h GPU_PolygonMaterial.h GPU_System.cpp GPU_System.h Makefile tuhopuu2/source/kesterji/GamePlayer/common/windows GPW_Canvas.cpp GPW_Canvas.h GPW_Engine.cpp GPW_Engine.h GPW_KeyboardDevice.cpp GPW_KeyboardDevice.h GPW_System.cpp GPW_System.h Makefile tuhopuu2/source/kesterji/GamePlayer/ghost GPG_Application.cpp GPG_Application.h GPG_Canvas.cpp GPG_Canvas.h GPG_KeyboardDevice.cpp GPG_KeyboardDevice.h GPG_System.cpp GPG_System.h GPG_ghost.cpp Makefile tuhopuu2/source/kesterji/GamePlayer/netscape Makefile tuhopuu2/source/kesterji/GamePlayer/netscape/common npmac.cpp npunix.c npwin.cpp tuhopuu2/source/kesterji/GamePlayer/netscape/netscape_api jri.h jri_md.h jritypes.h npapi.h npupp.h tuhopuu2/source/kesterji/GamePlayer/netscape/src Blender3DPlugin.c Blender3DPlugin.class Blender3DPlugin.h Blender3DPlugin.java Blender3DPlugin_native_implementation.c Makefile NZC_application_callback.h NZC_application_hooks.h PLB_script_bindings.h PLG_MSWindows_windowing.c PLG_MSWindows_windowing.h PLG_X11_windowing.c PLG_X11_windowing.h PLG_plugin_handles.h README UnixShell.c blender_plugin_types.h netscape_plugin_Plugin.c netscape_plugin_Plugin.h npB3DPlg.def npB3DPlg.rc resource.h stubs.c winstubs.cpp tuhopuu2/source/kesterji/GamePlayer/netscape/src/ketsji KXH_MSWindows_event_sinks.cpp KXH_MSWindows_event_sinks.h KXH_MSWindows_services.cpp KXH_MSWindows_services.h KXH_engine_data_wraps.h KXH_ketsji_hooks.cpp KXH_ketsji_hooks.h KXH_unix_event_sinks.cpp KXH_unix_event_sinks.h KXH_unix_services.cpp KXH_unix_services.h Makefile tuhopuu2/source/kesterji/GamePlayer/netscape/src/xpcom Blender3DPlugin.h Blender3DPlugin.idl Blender3DPlugin.xpt Makefile XPH_xpcom_hooks.cpp XPH_xpcom_hooks.h _Blender3DPlugin_implementation_.cpp _Blender3DPlugin_implementation_.h nsClassInfoMixin.h tuhopuu2/source/kesterji/GamePlayer/netscape/test Makefile tuhopuu2/source/kesterji/GamePlayer/netscape/test/colorcycle Makefile TST_colorcycle.c tuhopuu2/source/kesterji/GamePlayer/netscape/test/gears Makefile TST_gears.c tuhopuu2/source/kesterji/GamePlayer/netscape/test/resource test.html tuhopuu2/source/kesterji/GamePlayer/netscape/test/stub Makefile TST_stubbed_app.c tuhopuu2/source/kesterji/GamePlayer/netscape/test/threaded_gears Makefile TST_threaded_gears.c tuhopuu2/source/kesterji/Ketsji KX_CDActuator.cpp KX_CDActuator.h KX_Camera.cpp KX_Camera.h KX_CameraActuator.cpp KX_CameraActuator.cpp.bras KX_CameraActuator.h KX_CameraIpoSGController.cpp KX_CameraIpoSGController.h KX_ClientObjectInfo.h KX_ConstraintActuator.cpp KX_ConstraintActuator.h KX_ConstraintWrapper.cpp KX_ConstraintWrapper.h KX_ConvertPhysicsObject.h KX_ConvertPhysicsObjects.cpp KX_EmptyObject.cpp KX_EmptyObject.h KX_GameActuator.cpp KX_GameActuator.h KX_GameObject.cpp KX_GameObject.h KX_ICollisionSensor.h KX_IInterpolator.h KX_IPOTransform.h KX_IPO_SGController.cpp KX_IPO_SGController.h KX_IPhysicsController.cpp KX_IPhysicsController.h KX_IScalarInterpolator.h KX_ISceneConverter.h KX_ISystem.h KX_IpoActuator.cpp KX_IpoActuator.h KX_KetsjiEngine.cpp KX_KetsjiEngine.h KX_Light.cpp KX_Light.h KX_LightIpoSGController.cpp KX_LightIpoSGController.h KX_MeshProxy.cpp KX_MeshProxy.h KX_MotionState.cpp KX_MotionState.h KX_MouseFocusSensor.cpp KX_MouseFocusSensor.h KX_NearSensor.cpp KX_NearSensor.h KX_ObColorIpoSGController.cpp KX_ObColorIpoSGController.h KX_ObjectActuator.cpp KX_ObjectActuator.h KX_OdePhysicsController.cpp KX_OdePhysicsController.h KX_OrientationInterpolator.cpp KX_OrientationInterpolator.h KX_PhysicsEngineEnums.h KX_PhysicsObjectWrapper.cpp KX_PhysicsObjectWrapper.h KX_PhysicsPropertiesobsolete.h KX_PositionInterpolator.cpp KX_PositionInterpolator.h KX_PyConstraintBinding.cpp KX_PyConstraintBinding.h KX_PythonInit.cpp KX_PythonInit.h KX_RadarSensor.cpp KX_RadarSensor.h KX_RayEventManager.cpp KX_RayEventManager.h KX_RaySensor.cpp KX_RaySensor.h KX_SCA_AddObjectActuator.cpp KX_SCA_AddObjectActuator.h KX_SCA_EndObjectActuator.cpp KX_SCA_EndObjectActuator.h KX_SCA_ReplaceMeshActuator.cpp KX_SCA_ReplaceMeshActuator.h KX_SG_NodeRelationships.cpp KX_SG_NodeRelationships.h KX_ScalarInterpolator.cpp KX_ScalarInterpolator.h KX_ScalingInterpolator.cpp KX_ScalingInterpolator.h KX_Scene.cpp KX_Scene.h KX_SceneActuator.cpp KX_SceneActuator.h KX_SoundActuator.cpp KX_SoundActuator.h KX_SumoPhysicsController.cpp KX_SumoPhysicsController.h KX_TimeCategoryLogger.cpp KX_TimeCategoryLogger.h KX_TimeLogger.cpp KX_TimeLogger.h KX_TouchEventManager.cpp KX_TouchEventManager.h KX_TouchSensor.cpp KX_TouchSensor.h KX_TrackToActuator.cpp KX_TrackToActuator.h KX_VertexProxy.cpp KX_VertexProxy.h KX_VisibilityActuator.cpp KX_VisibilityActuator.h KX_WorldInfo.cpp KX_WorldInfo.h KX_WorldIpoController.cpp KX_WorldIpoController.h Makefile Makefile.am tuhopuu2/source/kesterji/Ketsji/KXNetwork KX_NetworkEventManager.cpp KX_NetworkEventManager.h KX_NetworkMessageActuator.cpp KX_NetworkMessageActuator.h KX_NetworkMessageSensor.cpp KX_NetworkMessageSensor.h KX_NetworkObjectActuator.cpp KX_NetworkObjectActuator.h KX_NetworkObjectSensor.cpp KX_NetworkObjectSensor.h Makefile tuhopuu2/source/kesterji/Network Makefile Makefile.am NG_NetworkDeviceInterface.h NG_NetworkMessage.cpp NG_NetworkMessage.h NG_NetworkObject.cpp NG_NetworkObject.h NG_NetworkScene.cpp NG_NetworkScene.h tuhopuu2/source/kesterji/Network/LoopBackNetwork Makefile NG_LoopBackNetworkDeviceInterface.cpp NG_LoopBackNetworkDeviceInterface.h tuhopuu2/source/kesterji/Network/TerraplayNetwork Makefile NG_TerraplayNetworkDeviceInterface.cpp NG_TerraplayNetworkDeviceInterface.h tuhopuu2/source/kesterji/Physics Makefile Makefile.am tuhopuu2/source/kesterji/Physics/BlOde Makefile OdeConeCollider.cpp OdeMesh.cpp OdeMesh.h OdePhysicsController.cpp OdePhysicsController.h OdePhysicsEnvironment.cpp OdePhysicsEnvironment.h OdeSensor.cpp OdeSensor.h tuhopuu2/source/kesterji/Physics/Dummy DummyPhysicsEnvironment.cpp DummyPhysicsEnvironment.h Makefile tuhopuu2/source/kesterji/Physics/Sumo Makefile SumoPhysicsController.cpp SumoPhysicsController.h SumoPhysicsEnvironment.cpp SumoPhysicsEnvironment.h convert.txt tuhopuu2/source/kesterji/Physics/Sumo/Fuzzics Makefile tuhopuu2/source/kesterji/Physics/Sumo/Fuzzics/include SM_Callback.h SM_ClientObjectInfo.h SM_FhObject.h SM_MotionState.h SM_Object.h SM_Props.h SM_Scene.h tuhopuu2/source/kesterji/Physics/Sumo/Fuzzics/sample Makefile particle.cpp particle0.cpp tuhopuu2/source/kesterji/Physics/Sumo/Fuzzics/src Makefile SM_FhObject.cpp SM_Object.cpp SM_Scene.cpp tuhopuu2/source/kesterji/Physics/Sumo/include interpolator.h solid.h solid_broadphase.h solid_types.h tuhopuu2/source/kesterji/Physics/common Makefile PHY_DynamicTypes.h PHY_IMotionState.cpp PHY_IMotionState.h PHY_IPhysicsController.cpp PHY_IPhysicsController.h PHY_IPhysicsEnvironment.cpp PHY_IPhysicsEnvironment.h PHY_Pro.h tuhopuu2/source/kesterji/Rasterizer Makefile Makefile.am RAS_BucketManager.cpp RAS_BucketManager.h RAS_CameraData.h RAS_Deformer.h RAS_FramingManager.cpp RAS_FramingManager.h RAS_ICanvas.h RAS_IPolygonMaterial.cpp RAS_IPolygonMaterial.h RAS_IRasterizer.h RAS_IRenderTools.cpp RAS_IRenderTools.h RAS_LightObject.h RAS_MaterialBucket.cpp RAS_MaterialBucket.h RAS_MeshObject.cpp RAS_MeshObject.h RAS_ObjectColor.h RAS_Polygon.cpp RAS_Polygon.h RAS_Rect.h RAS_TexMatrix.h RAS_TexVert.cpp RAS_TexVert.h RAS_texmatrix.cpp tuhopuu2/source/kesterji/Rasterizer/RAS_OpenGLRasterizer Makefile RAS_CheckVertexArrays.cpp RAS_CheckVertexArrays.h RAS_OpenGLRasterizer.cpp RAS_OpenGLRasterizer.h RAS_VAOpenGLRasterizer.cpp RAS_VAOpenGLRasterizer.h tuhopuu2/source/kesterji/SceneGraph Makefile Makefile.am SG_Controller.cpp SG_Controller.h SG_IObject.cpp SG_IObject.h SG_Node.cpp SG_Node.h SG_ParentRelation.h SG_Spatial.cpp SG_Spatial.h tuhopuu2/source/kesterji/ode/linux/OPCODE libopcode.a tuhopuu2/source/kesterji/ode/linux/include/ode collision.h collision_space.h collision_trimesh.h common.h config.h contact.h error.h geom.h mass.h matrix.h memory.h misc.h objects.h ode.h odecpp.h odecpp_collision.h odecpp_old.h odecpp_old_collision.h odemath.h rotation.h space.h timer.h tuhopuu2/source/kesterji/ode/linux/lib libode.a tuhopuu2/source/kesterji/ode/linux/ode/src array.h joint.h objects.h obstack.h Log: OK, the cvs merge was postponed so I might as well get this done: Here is an implementation of Kester's work on the gameenjine. The source resides in the directory source/kesterji which gets built instead of source/gameengine when NAN_KESTERJI is set to true (this is how it is set up by default to 'inspire' people to get their platform ready to go -- if you can't get this to build you can set NAN_KESTERJI=false in your environment). Again, I apologize for this completely inelegant way of doing things -- please view it as a temporary but necessary measure. ODE libs, which are compiled from cvs, are placed in source/kesterji/ode/ (I don't get picky about the libc, etc, which I'm sure will haunt me in the future). source/kesterji/ode/linux is ready to go as an example. If you're OS is not supported and you want to pitch in, you can get the ode source by doing ('>' represents shell prompt): > cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/opende login (press enter for no password) > cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/opende co ode Then go to OPCODE, and type 'make' and hope it works. Then do: > cp config/user-settings.example config/user-settings and then modify config/user-settings so that PLATFORM matches your OS and set PRECISION=SINGLE and OPCODE_DIRECTORY=OPCODE. Then type make and hope it works. If you need help be sure to e-mail tuhopuu-devel at blender.org. Kester: if you still have been unsucessfull creating your projects.blender.org ID, please seek LarstiQ on irc. Revision Changes Path 1.6 +6 -1 tuhopuu2/Makefile 1.16 +3 -0 tuhopuu2/featurelist.txt 1.2 +11 -2 tuhopuu2/source/Makefile 1.2 +8 -1 tuhopuu2/source/nan_definitions.mk 1.16 +2 -2 tuhopuu2/source/blender/src/buttons.c From cwant at ualberta.ca Tue Sep 9 07:12:42 2003 From: cwant at ualberta.ca (Chris Want) Date: Tue, 9 Sep 2003 07:12:42 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BDR_drawobject.h Message-ID: <20030909051242.D577B79A90A@xserve.blender.org> hos (Chris Want) 2003/09/09 07:12:42 CEST Modified files: tuhopuu2/source/blender/include BDR_drawobject.h Log: fixed the constline prototype Revision Changes Path 1.5 +2 -2 tuhopuu2/source/blender/include/BDR_drawobject.h From cwant at ualberta.ca Tue Sep 9 07:14:09 2003 From: cwant at ualberta.ca (Chris Want) Date: Tue, 9 Sep 2003 07:14:09 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenlib BLI_winstuff.h Message-ID: <20030909051409.148D879A97B@xserve.blender.org> hos (Chris Want) 2003/09/09 07:14:09 CEST Modified files: tuhopuu2/source/blender/blenlib BLI_winstuff.h Log: Disabled a warning for windows/gcc created by a #pragma used to disable warnings in MSVC. Revision Changes Path 1.2 +3 -1 tuhopuu2/source/blender/blenlib/BLI_winstuff.h From cwant at ualberta.ca Tue Sep 9 07:21:23 2003 From: cwant at ualberta.ca (Chris Want) Date: Tue, 9 Sep 2003 07:21:23 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji/ode/windows/gcc/OPCODE libopcode.a tuhopuu2/source/kesterji/ode/windows/gcc/include/ode collision.h collision_space.h collision_trimesh.h common.h config.h contact.h error.h geom.h mass.h matrix.h memory.h misc.h objects.h ode.h odecpp.h odecpp_collision.h odecpp_old.h ... Message-ID: <20030909052123.DEFDA79ADBA@xserve.blender.org> hos (Chris Want) 2003/09/09 07:21:23 CEST Added files: tuhopuu2/source/kesterji/ode/windows/gcc/OPCODE libopcode.a tuhopuu2/source/kesterji/ode/windows/gcc/include/ode collision.h collision_space.h collision_trimesh.h common.h config.h contact.h error.h geom.h mass.h matrix.h memory.h misc.h objects.h ode.h odecpp.h odecpp_collision.h odecpp_old.h odecpp_old_collision.h odemath.h rotation.h space.h timer.h tuhopuu2/source/kesterji/ode/windows/gcc/lib libode.a tuhopuu2/source/kesterji/ode/windows/gcc/ode/src array.h joint.h objects.h obstack.h Log: The ode libs for kester's stuff for windows/gcc From theeth at yahoo.com Wed Sep 10 22:56:14 2003 From: theeth at yahoo.com (Martin Poirier) Date: Wed, 10 Sep 2003 22:56:14 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editobject.c Message-ID: <20030910205614.A9CCD84F276@xserve.blender.org> theeth (Martin Poirier) 2003/09/10 22:56:14 CEST Modified files: tuhopuu2/source/blender/src editobject.c Log: Fixed vertex snapping using the fix intrr suggested yesterday. However, it involves duplicating a function that already exists in editmesh.c (according to what he said, this function isn't accessible outside). I'll look into that and see if that can be fixed. Revision Changes Path 1.10 +71 -26 tuhopuu2/source/blender/src/editobject.c From cwant at ualberta.ca Thu Sep 11 04:35:36 2003 From: cwant at ualberta.ca (Chris Want) Date: Thu, 11 Sep 2003 04:35:36 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji/Rasterizer/RAS_OpenGLRasterizer RAS_VAOpenGLRasterizer.cpp Message-ID: <20030911023536.1BADA860B7E@xserve.blender.org> hos (Chris Want) 2003/09/11 04:35:36 CEST Modified files: tuhopuu2/source/kesterji/Rasterizer/RAS_OpenGLRasterizer RAS_VAOpenGLRasterizer.cpp Log: Apple/OpenGL header modification recommended by Kester. Revision Changes Path 1.2 +6 -1 tuhopuu2/source/kesterji/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp From cwant at ualberta.ca Thu Sep 11 16:32:40 2003 From: cwant at ualberta.ca (Chris Want) Date: Thu, 11 Sep 2003 16:32:40 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 Makefile Message-ID: <20030911143240.8DEAC87B42F@xserve.blender.org> hos (Chris Want) 2003/09/11 16:32:40 CEST Modified files: . Makefile Log: Don't build the ode in extern if NAN_KESTERJI is true. Revision Changes Path 1.7 +7 -2 tuhopuu2/Makefile From aphex at nildram.co.uk Thu Sep 11 22:32:08 2003 From: aphex at nildram.co.uk (Simon Clitherow) Date: Thu, 11 Sep 2003 22:32:08 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/projectfiles/blender/src BL_src.dsp tuhopuu2/source/blender/include BSE_backbuf.h tuhopuu2/source/blender/makesdna DNA_userdef_types.h tuhopuu2/source/blender/src backbuf.c drawobject.c editmesh.c editview.c space.c vpaint.c Message-ID: <20030911203208.E5ED489D069@xserve.blender.org> aphex (Simon Clitherow) 2003/09/11 22:32:08 CEST Modified files: . featurelist.txt tuhopuu2/projectfiles/blender/src BL_src.dsp tuhopuu2/source/blender/makesdna DNA_userdef_types.h tuhopuu2/source/blender/src drawobject.c editmesh.c editview.c space.c vpaint.c Added files: tuhopuu2/source/blender/include BSE_backbuf.h tuhopuu2/source/blender/src backbuf.c Log: - added 'Ignore Occluded' selection code. Enable it by turning on the 'Ignore Occluded' button in 'Edit Methods' (info window). - minor refactoring of vpaint.c - pulled out the backbuffer routines and attempted to make them more generic! ;-) (see backbuf.c). Revision Changes Path 1.17 +3 -0 tuhopuu2/featurelist.txt 1.3 +4 -0 tuhopuu2/projectfiles/blender/src/BL_src.dsp 1.3 +2 -1 tuhopuu2/source/blender/makesdna/DNA_userdef_types.h 1.10 +24 -6 tuhopuu2/source/blender/src/drawobject.c 1.5 +11 -4 tuhopuu2/source/blender/src/editmesh.c 1.2 +3 -3 tuhopuu2/source/blender/src/editview.c 1.7 +17 -1 tuhopuu2/source/blender/src/space.c 1.2 +41 -75 tuhopuu2/source/blender/src/vpaint.c From Christopher.Maddock.1 at uni.massey.ac.nz Fri Sep 12 06:16:58 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Fri, 12 Sep 2003 06:16:58 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji/Physics/BlOde OdeMesh.cpp OdePhysicsController.cpp OdePhysicsEnvironment.cpp tuhopuu2/source/kesterji/Converter BL_BlenderDataConversion.cpp Message-ID: <20030912041658.A1D008D2566@xserve.blender.org> kester (Kester Maddock) 2003/09/12 06:16:58 CEST Modified files: tuhopuu2/source/kesterji/Physics/BlOde OdeMesh.cpp OdePhysicsController.cpp OdePhysicsEnvironment.cpp tuhopuu2/source/kesterji/Converter BL_BlenderDataConversion.cpp Log: 1. Don't crash is Physics is set to None. 2. ODE system tweaks: do more iterations - stacked objects jitter less. Don't use scaling for sphere objects - use radius from game buttons. 3. Test my commit setup is going. :) Revision Changes Path 1.2 +1 -1 tuhopuu2/source/kesterji/Physics/BlOde/OdeMesh.cpp 1.2 +3 -3 tuhopuu2/source/kesterji/Physics/BlOde/OdePhysicsController.cpp 1.2 +3 -3 tuhopuu2/source/kesterji/Physics/BlOde/OdePhysicsEnvironment.cpp 1.2 +2 -1 tuhopuu2/source/kesterji/Converter/BL_BlenderDataConversion.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Fri Sep 12 06:28:46 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Fri, 12 Sep 2003 06:28:46 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/intern/SoundSystem Makefile.am SND_DependKludge.h tuhopuu2/intern/SoundSystem/intern SND_Scene.cpp Message-ID: <20030912042846.C0D008D60C7@xserve.blender.org> kester (Kester Maddock) 2003/09/12 06:28:46 CEST Modified files: tuhopuu2/intern/SoundSystem Makefile.am SND_DependKludge.h tuhopuu2/intern/SoundSystem/intern SND_Scene.cpp Log: Fix only looped Game Engine sounds under Linux Revision Changes Path 1.2 +3 -0 tuhopuu2/intern/SoundSystem/Makefile.am 1.2 +12 -3 tuhopuu2/intern/SoundSystem/SND_DependKludge.h 1.2 +2 -2 tuhopuu2/intern/SoundSystem/intern/SND_Scene.cpp From aphex at nildram.co.uk Fri Sep 12 21:26:18 2003 From: aphex at nildram.co.uk (Simon Clitherow) Date: Fri, 12 Sep 2003 21:26:18 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src Makefile.am backbuf.c Message-ID: <20030912192618.8D96F91704D@xserve.blender.org> aphex (Simon Clitherow) 2003/09/12 21:26:18 CEST Modified files: tuhopuu2/source/blender/src Makefile.am backbuf.c Log: - fixed an endianness issue :) - updated auto* makefile to include new file (backbuf.c) Revision Changes Path 1.3 +1 -0 tuhopuu2/source/blender/src/Makefile.am 1.2 +5 -2 tuhopuu2/source/blender/src/backbuf.c From cwant at ualberta.ca Sat Sep 13 07:46:09 2003 From: cwant at ualberta.ca (Chris Want) Date: Sat, 13 Sep 2003 07:46:09 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji/ode/darwin/OPCODE libopcode.a tuhopuu2/source/kesterji/ode/darwin/include/ode collision.h collision_space.h collision_trimesh.h common.h config.h contact.h error.h geom.h mass.h matrix.h memory.h misc.h objects.h ode.h odecpp.h odecpp_collision.h odecpp_old.h ... Message-ID: <20030913054609.3179A9395F8@xserve.blender.org> hos (Chris Want) 2003/09/13 07:46:09 CEST Added files: tuhopuu2/source/kesterji/ode/darwin/OPCODE libopcode.a tuhopuu2/source/kesterji/ode/darwin/include/ode collision.h collision_space.h collision_trimesh.h common.h config.h contact.h error.h geom.h mass.h matrix.h memory.h misc.h objects.h ode.h odecpp.h odecpp_collision.h odecpp_old.h odecpp_old_collision.h odemath.h rotation.h space.h timer.h tuhopuu2/source/kesterji/ode/darwin/lib libode.a tuhopuu2/source/kesterji/ode/darwin/ode/src array.h joint.h objects.h obstack.h Log: OS X libs/headers for kester's work (thanks car!) From rwenzlaff at soylent-green.com Sat Sep 13 20:45:46 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sat, 13 Sep 2003 20:45:46 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel BKE_global.h tuhopuu2/source/blender/include BIF_editmesh.h blendef.h tuhopuu2/source/blender/src editmesh.c space.c Message-ID: <20030913184546.6A29B9731A9@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/13 20:45:46 CEST Modified files: tuhopuu2/source/blender/blenkernel BKE_global.h tuhopuu2/source/blender/include BIF_editmesh.h blendef.h tuhopuu2/source/blender/src editmesh.c space.c Log: Knife Subdivide. Divdides an only edge if verts selected and intersected with user drawn mouse trail. Usage: (editmesh mode) KKEY, LMB draw, KKEY. ESC aborts. Can redraw line with second LMB draw if error is made. Submitted by Robert Wenzlaff (Detective Thorn), Sept 13, 2003 Revision Changes Path 1.2 +2 -1 tuhopuu2/source/blender/blenkernel/BKE_global.h 1.4 +13 -1 tuhopuu2/source/blender/include/BIF_editmesh.h 1.3 +2 -1 tuhopuu2/source/blender/include/blendef.h 1.6 +186 -2 tuhopuu2/source/blender/src/editmesh.c 1.8 +3 -1 tuhopuu2/source/blender/src/space.c From rwenzlaff at soylent-green.com Sat Sep 13 20:52:19 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sat, 13 Sep 2003 20:52:19 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20030913185219.3F6EA975A25@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/13 20:52:19 CEST Modified files: . featurelist.txt Log: Update to featurelist for Knife Subdivide (I won't foget again, I promise). Revision Changes Path 1.18 +3 -0 tuhopuu2/featurelist.txt From rwenzlaff at soylent-green.com Sat Sep 13 21:02:56 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sat, 13 Sep 2003 21:02:56 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editmesh.c Message-ID: <20030913190256.B808D976E6A@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/13 21:02:56 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src editmesh.c Log: Square Subdivide. Modified subdivideflag() to make fewer triangles. Submitted by Robert Wenzlaff (Detective Thorn) on Sept 13, 2003 Revision Changes Path 1.19 +6 -0 tuhopuu2/featurelist.txt 1.7 +157 -90 tuhopuu2/source/blender/src/editmesh.c From rwenzlaff at soylent-green.com Sat Sep 13 22:05:15 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sat, 13 Sep 2003 22:05:15 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/render/intern/source pixelblending.c Message-ID: <20030913200515.702D097D25B@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/13 22:05:15 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/render/intern/source pixelblending.c Log: Added clipping to sampleFloatColV2FloatColV() to avoid overweighting of pixels with ref+spec>1.0. Submitted by Robert Wenzlaff (Detective Thorn), Sept 13, 2003 Revision Changes Path 1.20 +3 -0 tuhopuu2/featurelist.txt 1.2 +9 -6 tuhopuu2/source/blender/render/intern/source/pixelblending.c From rwenzlaff at soylent-green.com Sun Sep 14 00:18:31 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sun, 14 Sep 2003 00:18:31 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include blendef.h tuhopuu2/source/blender/render/extern/include render_types.h tuhopuu2/source/blender/render/intern/source initrender.c renderdatabase.c tuhopuu2/source/blender/renderconverter/intern convertBlenderScene.c Message-ID: <20030913221831.AA34898DD62@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/14 00:18:31 CEST Modified files: tuhopuu2/source/blender/include blendef.h tuhopuu2/source/blender/render/extern/include render_types.h tuhopuu2/source/blender/render/intern/source initrender.c renderdatabase.c tuhopuu2/source/blender/renderconverter/intern convertBlenderScene.c Log: Dynamic Render Table allocation. Removes MAXVERT, MAXVLAK, and MAXLAMP limits. Submitted by Robert Wenzlaff, Sept 13, 2003 rwenzlaff at soylent-green.com Revision Changes Path 1.4 +1 -2 tuhopuu2/source/blender/include/blendef.h 1.2 +10 -5 tuhopuu2/source/blender/render/extern/include/render_types.h 1.2 +11 -6 tuhopuu2/source/blender/render/intern/source/initrender.c 1.2 +38 -8 tuhopuu2/source/blender/render/intern/source/renderdatabase.c 1.3 +18 -12 tuhopuu2/source/blender/renderconverter/intern/convertBlenderScene.c From Roel at spruitje.nl Sun Sep 14 01:30:58 2003 From: Roel at spruitje.nl (Roel Spruit) Date: Sun, 14 Sep 2003 01:30:58 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editmesh.c space.c Message-ID: <20030913233058.C91E999C5BA@xserve.blender.org> goofster (Roel Spruit) 2003/09/14 01:30:58 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src editmesh.c space.c Log: Edgeloop cutting (ctrl-r) should work ok now, even if it encounters triangular faces. Added this and faceloop selection to the featurelist. Revision Changes Path 1.21 +21 -13 tuhopuu2/featurelist.txt 1.8 +100 -104 tuhopuu2/source/blender/src/editmesh.c 1.9 +3 -3 tuhopuu2/source/blender/src/space.c From Roel at spruitje.nl Sun Sep 14 02:00:33 2003 From: Roel at spruitje.nl (Roel Spruit) Date: Sun, 14 Sep 2003 02:00:33 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c Message-ID: <20030914000033.059C39A18C1@xserve.blender.org> goofster (Roel Spruit) 2003/09/14 02:00:32 CEST Modified files: tuhopuu2/source/blender/src editmesh.c Log: made the loop function limited to the total number of faces in the mesh, before it had a hard limit of 50 iterations (forgot to take that out :) Revision Changes Path 1.9 +5 -2 tuhopuu2/source/blender/src/editmesh.c From rwenzlaff at soylent-green.com Sun Sep 14 02:25:05 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sun, 14 Sep 2003 02:25:05 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c Message-ID: <20030914002505.C92829A30C6@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/14 02:25:05 CEST Modified files: tuhopuu2/source/blender/src editmesh.c Log: Cleaned up some unused vars that ended up in KnifeSubdivide(), and pulled out a few commented out printf's. Robert Wenzlaff, Sept. 13, 2003 Revision Changes Path 1.10 +3 -8 tuhopuu2/source/blender/src/editmesh.c From rwenzlaff at soylent-green.com Sun Sep 14 12:59:02 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sun, 14 Sep 2003 12:59:02 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/include BIF_resources.h tuhopuu2/source/blender/src drawobject.c resources.c space.c Message-ID: <20030914105902.8A1A09BDAC2@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/14 12:59:02 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/include BIF_resources.h tuhopuu2/source/blender/src drawobject.c resources.c space.c Log: Extended themes menu to cover vertex color and size. Robert Wenzlaff, Sept 14, 2003 Revision Changes Path 1.22 +3 -0 tuhopuu2/featurelist.txt 1.3 +7 -2 tuhopuu2/source/blender/include/BIF_resources.h 1.11 +15 -11 tuhopuu2/source/blender/src/drawobject.c 1.3 +12 -1 tuhopuu2/source/blender/src/resources.c 1.10 +17 -2 tuhopuu2/source/blender/src/space.c From rwenzlaff at soylent-green.com Sun Sep 14 13:05:25 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sun, 14 Sep 2003 13:05:25 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/makesdna DNA_userdef_types.h Message-ID: <20030914110525.E8F179C14FB@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/14 13:05:25 CEST Modified files: tuhopuu2/source/blender/makesdna DNA_userdef_types.h Log: Missed one file. Robert Wenzlaff sept 14, 2003 Revision Changes Path 1.4 +2 -1 tuhopuu2/source/blender/makesdna/DNA_userdef_types.h From cwant at ualberta.ca Sun Sep 14 20:03:20 2003 From: cwant at ualberta.ca (Chris Want) Date: Sun, 14 Sep 2003 20:03:20 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src buttons.c Message-ID: <20030914180320.B14299ECA3D@xserve.blender.org> hos (Chris Want) 2003/09/14 20:03:20 CEST Modified files: tuhopuu2/source/blender/src buttons.c Log: Fix for physics engine menu on OS X. &wrld->physicsEngine is a pointer to an int, so when used in a menu MENU|INT should be used instead of MENU|SHO (particularily bad on big endian). Thanks car for debugging help. Revision Changes Path 1.17 +2 -2 tuhopuu2/source/blender/src/buttons.c From theeth at yahoo.com Mon Sep 15 03:27:41 2003 From: theeth at yahoo.com (Martin Poirier) Date: Mon, 15 Sep 2003 03:27:41 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/include BDR_drawobject.h tuhopuu2/source/blender/src drawobject.c editobject.c Message-ID: <20030915012741.5AA33A094CC@xserve.blender.org> theeth (Martin Poirier) 2003/09/15 03:27:41 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/include BDR_drawobject.h tuhopuu2/source/blender/src drawobject.c editobject.c Log: Brought back global axis resize like it was before and some structure change in the constline function (nothing visible for the user). Ton said he'd look in solving the front buffer problem. Using something other than the front buffer would probably include a very not nice hack. Revision Changes Path 1.23 +3 -5 tuhopuu2/featurelist.txt 1.6 +2 -2 tuhopuu2/source/blender/include/BDR_drawobject.h 1.12 +6 -6 tuhopuu2/source/blender/src/drawobject.c 1.11 +37 -25 tuhopuu2/source/blender/src/editobject.c From Christopher.Maddock.1 at uni.massey.ac.nz Mon Sep 15 13:48:12 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Mon, 15 Sep 2003 13:48:12 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji/Converter BL_MeshDeformer.cpp Message-ID: <20030915114812.0463AA2223B@xserve.blender.org> kester (Kester Maddock) 2003/09/15 13:48:11 CEST Modified files: tuhopuu2/source/kesterji/Converter BL_MeshDeformer.cpp Log: Remove debugging printfs. Revision Changes Path 1.2 +1 -3 tuhopuu2/source/kesterji/Converter/BL_MeshDeformer.cpp From rwenzlaff at soylent-green.com Mon Sep 15 15:59:14 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Mon, 15 Sep 2003 15:59:14 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_editmesh.h tuhopuu2/source/blender/src editmesh.c Message-ID: <20030915135914.A2F0FA2D8F8@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/15 15:59:14 CEST Modified files: tuhopuu2/source/blender/include BIF_editmesh.h tuhopuu2/source/blender/src editmesh.c Log: Split off Mouse Draw functions from Knife Subdivide for possible use in Edge and Faceloop selection. Revision Changes Path 1.5 +8 -7 tuhopuu2/source/blender/include/BIF_editmesh.h 1.11 +88 -78 tuhopuu2/source/blender/src/editmesh.c From rwenzlaff at soylent-green.com Mon Sep 15 15:59:57 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Mon, 15 Sep 2003 15:59:57 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20030915135957.89A3DA2D923@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/15 15:59:57 CEST Modified files: . featurelist.txt Log: It wouldn't let me update this earlier. Revision Changes Path 1.24 +3 -0 tuhopuu2/featurelist.txt From rwenzlaff at soylent-green.com Tue Sep 16 01:12:59 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Tue, 16 Sep 2003 01:12:59 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src usiblender.c Message-ID: <20030915231259.8AFEAA5F38B@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/16 01:12:59 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src usiblender.c Log: Moved theme init call from BIF_init() to BIF_read_homefile() so theme colors get loaded on CTRL-X. Revision Changes Path 1.25 +4 -0 tuhopuu2/featurelist.txt 1.3 +6 -4 tuhopuu2/source/blender/src/usiblender.c From rwenzlaff at soylent-green.com Tue Sep 16 06:57:15 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Tue, 16 Sep 2003 06:57:15 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include blendef.h tuhopuu2/source/blender/src editmesh.c Message-ID: <20030916045715.B114FA7612F@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/16 06:57:15 CEST Modified files: tuhopuu2/source/blender/include blendef.h tuhopuu2/source/blender/src editmesh.c Log: Modified Knife tool to allow user to choose 50% or intersect ] location. UV mapping for intersect not done... Revision Changes Path 1.5 +2 -1 tuhopuu2/source/blender/include/blendef.h 1.12 +46 -32 tuhopuu2/source/blender/src/editmesh.c From rwenzlaff at soylent-green.com Tue Sep 16 06:58:10 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Tue, 16 Sep 2003 06:58:10 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20030916045810.31986A7618D@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/16 06:58:10 CEST Modified files: . featurelist.txt Log: For some reason, it won't let me commit this with my source files. Revision Changes Path 1.26 +5 -1 tuhopuu2/featurelist.txt From theeth at yahoo.com Wed Sep 17 04:28:46 2003 From: theeth at yahoo.com (Martin Poirier) Date: Wed, 17 Sep 2003 04:28:46 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BDR_drawobject.h tuhopuu2/source/blender/src drawobject.c editobject.c usiblender.c Message-ID: <20030917022846.50506ACE59E@xserve.blender.org> theeth (Martin Poirier) 2003/09/17 04:28:46 CEST Modified files: tuhopuu2/source/blender/include BDR_drawobject.h tuhopuu2/source/blender/src drawobject.c editobject.c usiblender.c Log: Fixed proportionnal rotation. Added a function prototype declaration in usiblender.c to make it compile correctly using VC++. Hoping I didn't break any other platform. Not sure if I commited these last time, so: Brought back global axis resize like it was before and some structure change in the constline function (nothing visible for the user). Ton said he'd look in solving the front buffer problem. Using something other than the front buffer would probably include a very not nice hack. Revision Changes Path 1.7 +2 -2 tuhopuu2/source/blender/include/BDR_drawobject.h 1.13 +5 -5 tuhopuu2/source/blender/src/drawobject.c 1.12 +31 -26 tuhopuu2/source/blender/src/editobject.c 1.4 +3 -1 tuhopuu2/source/blender/src/usiblender.c From aphex at nildram.co.uk Thu Sep 18 20:14:02 2003 From: aphex at nildram.co.uk (Simon Clitherow) Date: Thu, 18 Sep 2003 20:14:02 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenlib BLI_editVert.h tuhopuu2/source/blender/src backbuf.c drawobject.c editmesh.c editview.c space.c Message-ID: <20030918181402.1CE10B75ABB@xserve.blender.org> aphex (Simon Clitherow) 2003/09/18 20:14:02 CEST Modified files: tuhopuu2/source/blender/blenlib BLI_editVert.h tuhopuu2/source/blender/src backbuf.c drawobject.c editmesh.c editview.c space.c Log: * Several fixes/additions to Ignore Occluded: - fixed "sticky occludedness" - heh, don't ask! ;) - code now uses it's own EditVert flag (eve->occluded) - added an option in user-prefs to make the code use the actual visible mesh to calculate occlusion (instead of the control mesh), useful for subsurfs (suggestion by intrr - thanks!) Revision Changes Path 1.2 +2 -2 tuhopuu2/source/blender/blenlib/BLI_editVert.h 1.3 +43 -26 tuhopuu2/source/blender/src/backbuf.c 1.14 +27 -3 tuhopuu2/source/blender/src/drawobject.c 1.13 +3 -3 tuhopuu2/source/blender/src/editmesh.c 1.3 +3 -3 tuhopuu2/source/blender/src/editview.c 1.11 +3 -3 tuhopuu2/source/blender/src/space.c From theeth at yahoo.com Fri Sep 19 04:53:51 2003 From: theeth at yahoo.com (Martin Poirier) Date: Fri, 19 Sep 2003 04:53:51 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BSE_view.h tuhopuu2/source/blender/src drawobject.c editobject.c view.c Message-ID: <20030919025351.04810B913AB@xserve.blender.org> theeth (Martin Poirier) 2003/09/19 04:53:50 CEST Modified files: tuhopuu2/source/blender/include BSE_view.h tuhopuu2/source/blender/src drawobject.c editobject.c view.c Log: Ton's frontbuffer redraw fix for nVidia cards and Mac OS X. Complete fix of axis lines in transformations mode (works ok even in perspective mode now). I still have to add a threshold for the number of lines in edit mode. Revision Changes Path 1.2 +2 -1 tuhopuu2/source/blender/include/BSE_view.h 1.15 +9 -12 tuhopuu2/source/blender/src/drawobject.c 1.13 +2 -2 tuhopuu2/source/blender/src/editobject.c 1.3 +77 -1 tuhopuu2/source/blender/src/view.c From matt at mke3.net Fri Sep 19 15:35:28 2003 From: matt at mke3.net (Matt Ebb) Date: Fri, 19 Sep 2003 15:35:28 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src blenderbuttons.c headerbuttons.c interface.c Message-ID: <20030919133528.06B25BB3F20@xserve.blender.org> broken (Matt Ebb) 2003/09/19 15:35:27 CEST Modified files: tuhopuu2/source/blender/src blenderbuttons.c headerbuttons.c interface.c Log: First commit of expanded menu structure. Info header menus so far, more to come soon for view/select/edit functions in view3D, Ipo, etc. windows. I'll also prepare a document explaining the structure and organisation so far, when I can get a chance sometime soon. interface.c: added uiDefIconTextBlockBut and modified icon drawing code, to allow drawing checkmarks/triangles in menus headerbuttons.c: replaced old menu events and definitions with new! blenderbuttons.c: added triangle icon for menu fold-out, and cleaned up checkmark icon. Revision Changes Path 1.2 +703 -708 tuhopuu2/source/blender/src/blenderbuttons.c 1.5 +592 -559 tuhopuu2/source/blender/src/headerbuttons.c 1.5 +59 -23 tuhopuu2/source/blender/src/interface.c From matt at mke3.net Fri Sep 19 15:36:11 2003 From: matt at mke3.net (Matt Ebb) Date: Fri, 19 Sep 2003 15:36:11 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_interface.h Message-ID: <20030919133611.F1D64BB4308@xserve.blender.org> broken (Matt Ebb) 2003/09/19 15:36:11 CEST Modified files: tuhopuu2/source/blender/include BIF_interface.h Log: Header stuff for uiDefIconTextBlockBut Revision Changes Path 1.2 +2 -1 tuhopuu2/source/blender/include/BIF_interface.h From matt at mke3.net Sat Sep 20 17:31:39 2003 From: matt at mke3.net (Matt Ebb) Date: Sat, 20 Sep 2003 17:31:39 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src headerbuttons.c Message-ID: <20030920153139.85419C2078C@xserve.blender.org> broken (Matt Ebb) 2003/09/20 17:31:39 CEST Modified files: tuhopuu2/source/blender/src headerbuttons.c Log: Second commit of menus stuff: View3D menus This puts (partially context-sentive) viewing/selecting/editing functions in menus attached to the 3D viewport header. This also contains a cleaned up header, with less little hard-to-understand icons which have mainly been moved to the view menu, and a (hopefully) clearer 'mode selection' popup. Revision Changes Path 1.6 +3014 -237 tuhopuu2/source/blender/src/headerbuttons.c From matt at mke3.net Sat Sep 20 17:32:19 2003 From: matt at mke3.net (Matt Ebb) Date: Sat, 20 Sep 2003 17:32:19 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include blendef.h Message-ID: <20030920153219.DE3A8C207EA@xserve.blender.org> broken (Matt Ebb) 2003/09/20 17:32:19 CEST Modified files: tuhopuu2/source/blender/include blendef.h Log: Added definition for the mode selector Revision Changes Path 1.6 +2 -1 tuhopuu2/source/blender/include/blendef.h From matt at mke3.net Sat Sep 20 17:33:31 2003 From: matt at mke3.net (Matt Ebb) Date: Sat, 20 Sep 2003 17:33:31 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/makesdna DNA_view3d_types.h Message-ID: <20030920153331.A2421C20832@xserve.blender.org> broken (Matt Ebb) 2003/09/20 17:33:31 CEST Modified files: tuhopuu2/source/blender/makesdna DNA_view3d_types.h Log: Added a short used for the mode selector. I think I've done the DNA padding properly here, though it may be a wise idea for someone to give it a second-check since I'm not entirely sure. (line 100) Revision Changes Path 1.2 +2 -1 tuhopuu2/source/blender/makesdna/DNA_view3d_types.h From matt at mke3.net Sat Sep 20 17:49:45 2003 From: matt at mke3.net (Matt Ebb) Date: Sat, 20 Sep 2003 17:49:45 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20030920154945.3BAD6C23149@xserve.blender.org> broken (Matt Ebb) 2003/09/20 17:49:45 CEST Modified files: . featurelist.txt Log: updated. Revision Changes Path 1.27 +14 -0 tuhopuu2/featurelist.txt From rwenzlaff at soylent-green.com Sun Sep 21 03:43:41 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sun, 21 Sep 2003 03:43:41 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/intern/ghost GHOST_Types.h tuhopuu2/intern/ghost/intern GHOST_WindowCarbon.cpp GHOST_WindowWin32.cpp GHOST_WindowX11.cpp tuhopuu2/source/blender/include BIF_graphics.h tuhopuu2/source/blender/src editmesh.c ... Message-ID: <20030921014341.2D1CCC59FAF@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/21 03:43:41 CEST Modified files: . featurelist.txt tuhopuu2/intern/ghost GHOST_Types.h tuhopuu2/intern/ghost/intern GHOST_WindowCarbon.cpp GHOST_WindowWin32.cpp GHOST_WindowX11.cpp tuhopuu2/source/blender/include BIF_graphics.h tuhopuu2/source/blender/src editmesh.c ghostwinlay.c Log: Modified knife tool to allow rubberbanding straight lines. LMB constant down makes freehand as before, but a single LMB click draws a polyline. Can mix freehand and straight lines. Removed redraw ability, as it was causing many problems, and was not particularly easier than using ESC to start over. Added Pencil cursor from X11. I used IDC_ARROW again for the windows side. I found IDC_PEN defined in VC++4.0, but it wasn't in the same .h file as theother oem cursors, so wasn't sure if it was on the include path. I couldn't build to test and didn't want to break windows. Could a windows programmer change that in intern/ghost/intern/GHOST_WindowWin32.cpp line 529 and test it? Revision Changes Path 1.28 +5 -0 tuhopuu2/featurelist.txt 1.2 +3 -2 tuhopuu2/intern/ghost/GHOST_Types.h 1.2 +3 -2 tuhopuu2/intern/ghost/intern/GHOST_WindowCarbon.cpp 1.2 +4 -2 tuhopuu2/intern/ghost/intern/GHOST_WindowWin32.cpp 1.2 +2 -1 tuhopuu2/intern/ghost/intern/GHOST_WindowX11.cpp 1.2 +3 -2 tuhopuu2/source/blender/include/BIF_graphics.h 1.14 +92 -47 tuhopuu2/source/blender/src/editmesh.c 1.2 +2 -1 tuhopuu2/source/blender/src/ghostwinlay.c From rwenzlaff at soylent-green.com Sun Sep 21 11:59:26 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sun, 21 Sep 2003 11:59:26 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editmesh.c Message-ID: <20030921095926.8CBE4C6E9F8@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/21 11:59:26 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src editmesh.c Log: *** rwenzlaff: Recalced mesh in Knifesubdivide to fix problem of using one screens coords to make cut in another. Revision Changes Path 1.29 +3 -0 tuhopuu2/featurelist.txt 1.15 +3 -2 tuhopuu2/source/blender/src/editmesh.c From matt at mke3.net Sun Sep 21 12:15:30 2003 From: matt at mke3.net (Matt Ebb) Date: Sun, 21 Sep 2003 12:15:30 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c headerbuttons.c Message-ID: <20030921101530.098C4C72F87@xserve.blender.org> broken (Matt Ebb) 2003/09/21 12:15:29 CEST Modified files: tuhopuu2/source/blender/src editmesh.c headerbuttons.c Log: Added random vertex selection Inspired by madprof's randomize stuff, selects a percentage of vertices randomly. Maybe it's not that useful, but this is the experimental tree after all! ;) Examples I made when playing with this are here: http://reblended.com/www/broken/dev/selectrandom/ Added it in the mesh edit > select menu since it's not significant enough to warrant a hotkey. headerbuttons.c: added menu item, along with typo corrections to other items :P editmesh.c: added function selectrandom_mesh() Revision Changes Path 1.16 +29 -1 tuhopuu2/source/blender/src/editmesh.c 1.7 +12 -7 tuhopuu2/source/blender/src/headerbuttons.c From matt at mke3.net Sun Sep 21 12:16:51 2003 From: matt at mke3.net (Matt Ebb) Date: Sun, 21 Sep 2003 12:16:51 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_editmesh.h Message-ID: <20030921101651.8F8A4C73030@xserve.blender.org> broken (Matt Ebb) 2003/09/21 12:16:51 CEST Modified files: tuhopuu2/source/blender/include BIF_editmesh.h Log: header stuff for function selectrandom_mesh() Revision Changes Path 1.6 +2 -1 tuhopuu2/source/blender/include/BIF_editmesh.h From matt at mke3.net Sun Sep 21 12:20:14 2003 From: matt at mke3.net (Matt Ebb) Date: Sun, 21 Sep 2003 12:20:14 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20030921102014.A9519C73156@xserve.blender.org> broken (Matt Ebb) 2003/09/21 12:20:14 CEST Modified files: . featurelist.txt Log: updated Revision Changes Path 1.30 +5 -0 tuhopuu2/featurelist.txt From rwenzlaff at soylent-green.com Sun Sep 21 14:22:08 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sun, 21 Sep 2003 14:22:08 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editobject.c Message-ID: <20030921122208.C2867C89E24@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/21 14:22:08 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src editobject.c Log: Added knife to special_editmenu() Revision Changes Path 1.31 +1 -0 tuhopuu2/featurelist.txt 1.14 +5 -2 tuhopuu2/source/blender/src/editobject.c From Christopher.Maddock.1 at uni.massey.ac.nz Tue Sep 23 06:57:49 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 23 Sep 2003 06:57:49 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji/Physics/BlOde OdePhysicsEnvironment.cpp Message-ID: <20030923045749.41A73D2E7D6@xserve.blender.org> kester (Kester Maddock) 2003/09/23 06:57:49 CEST Modified files: tuhopuu2/source/kesterji/Physics/BlOde OdePhysicsEnvironment.cpp Log: Split the physics time step if it's > m_MaxTimeStep. (0.01s) Improves the physics performance on slower machines. TODO: Might need to run the collision engine in this loop too. Revision Changes Path 1.3 +8 -3 tuhopuu2/source/kesterji/Physics/BlOde/OdePhysicsEnvironment.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Tue Sep 23 06:58:30 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 23 Sep 2003 06:58:30 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji/Ketsji KX_Scene.cpp KX_SumoPhysicsController.cpp Message-ID: <20030923045830.362C8D2E83E@xserve.blender.org> kester (Kester Maddock) 2003/09/23 06:58:30 CEST Modified files: tuhopuu2/source/kesterji/Ketsji KX_Scene.cpp KX_SumoPhysicsController.cpp Log: Fix a couple of warnings. Revision Changes Path 1.2 +2 -2 tuhopuu2/source/kesterji/Ketsji/KX_Scene.cpp 1.2 +2 -0 tuhopuu2/source/kesterji/Ketsji/KX_SumoPhysicsController.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Tue Sep 23 07:18:36 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 23 Sep 2003 07:18:36 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji/Physics/Sumo/Fuzzics/include SM_Scene.h tuhopuu2/source/kesterji/GamePlayer/common GPC_Engine.h Message-ID: <20030923051836.BCD9CD2EC9E@xserve.blender.org> kester (Kester Maddock) 2003/09/23 07:18:36 CEST Modified files: tuhopuu2/source/kesterji/Physics/Sumo/Fuzzics/include SM_Scene.h tuhopuu2/source/kesterji/GamePlayer/common GPC_Engine.h Log: More compiler warning fixes Revision Changes Path 1.2 +3 -1 tuhopuu2/source/kesterji/Physics/Sumo/Fuzzics/include/SM_Scene.h 1.2 +2 -2 tuhopuu2/source/kesterji/GamePlayer/common/GPC_Engine.h From Christopher.Maddock.1 at uni.massey.ac.nz Tue Sep 23 07:19:30 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 23 Sep 2003 07:19:30 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji/GamePlayer/ghost GPG_ghost.cpp Message-ID: <20030923051930.62564D2ED16@xserve.blender.org> kester (Kester Maddock) 2003/09/23 07:19:30 CEST Modified files: tuhopuu2/source/kesterji/GamePlayer/ghost GPG_ghost.cpp Log: Stop the GameEngine stalling on events Revision Changes Path 1.2 +2 -2 tuhopuu2/source/kesterji/GamePlayer/ghost/GPG_ghost.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Tue Sep 23 07:20:28 2003 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 23 Sep 2003 07:20:28 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/kesterji Makefile.am tuhopuu2/source/kesterji/BlenderRoutines Makefile.am tuhopuu2/source/kesterji/Converter Makefile.am tuhopuu2/source/kesterji/Expressions Makefile.am tuhopuu2/source/kesterji/GameLogic Makefile.am tuhopuu2/source/kesterji/GamePlayer Makefile.am ... Message-ID: <20030923052028.E0339D2F043@xserve.blender.org> kester (Kester Maddock) 2003/09/23 07:20:28 CEST Modified files: tuhopuu2/source/kesterji Makefile.am tuhopuu2/source/kesterji/BlenderRoutines Makefile.am tuhopuu2/source/kesterji/Converter Makefile.am tuhopuu2/source/kesterji/Expressions Makefile.am tuhopuu2/source/kesterji/GameLogic Makefile.am tuhopuu2/source/kesterji/GamePlayer Makefile.am tuhopuu2/source/kesterji/Ketsji Makefile.am tuhopuu2/source/kesterji/Network Makefile.am tuhopuu2/source/kesterji/Physics Makefile.am tuhopuu2/source/kesterji/Rasterizer Makefile.am tuhopuu2/source/kesterji/SceneGraph Makefile.am Log: Autoconf for Kesterji Revision Changes Path 1.2 +1 -0 tuhopuu2/source/kesterji/Makefile.am 1.2 +11 -9 tuhopuu2/source/kesterji/BlenderRoutines/Makefile.am 1.2 +15 -13 tuhopuu2/source/kesterji/Converter/Makefile.am 1.2 +3 -1 tuhopuu2/source/kesterji/Expressions/Makefile.am 1.2 +3 -1 tuhopuu2/source/kesterji/GameLogic/Makefile.am 1.2 +14 -12 tuhopuu2/source/kesterji/GamePlayer/Makefile.am 1.2 +13 -11 tuhopuu2/source/kesterji/Ketsji/Makefile.am 1.2 +2 -0 tuhopuu2/source/kesterji/Network/Makefile.am 1.2 +6 -4 tuhopuu2/source/kesterji/Physics/Makefile.am 1.2 +2 -0 tuhopuu2/source/kesterji/Rasterizer/Makefile.am 1.2 +2 -0 tuhopuu2/source/kesterji/SceneGraph/Makefile.am From rob at captainvideo.nl Tue Sep 23 14:28:27 2003 From: rob at captainvideo.nl (Rob Haarsma) Date: Tue, 23 Sep 2003 14:28:27 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/projectfiles/blender/src BL_src.dsp tuhopuu2/source/blender/blenkernel BKE_text.h tuhopuu2/source/blender/blenkernel/intern text.c tuhopuu2/source/blender/makesdna DNA_screen_types.h DNA_text_types.h DNA_userdef_types.h ... Message-ID: <20030923122827.436CCD519F5@xserve.blender.org> phase (Rob Haarsma) 2003/09/23 14:28:27 CEST Modified files: . featurelist.txt tuhopuu2/projectfiles/blender/src BL_src.dsp tuhopuu2/source/blender/blenkernel BKE_text.h tuhopuu2/source/blender/blenkernel/intern text.c tuhopuu2/source/blender/makesdna DNA_screen_types.h DNA_text_types.h DNA_userdef_types.h tuhopuu2/source/blender/src headerbuttons.c space.c toets.c Log: Re-added onboard console output. This feature is mainly for developers; it allows you to generate printouts in Blender's interface instead of the dos/shell window. (read the featurelist for instructions) Revision Changes Path 1.32 +13 -0 tuhopuu2/featurelist.txt 1.4 +16 -0 tuhopuu2/projectfiles/blender/src/BL_src.dsp 1.2 +6 -1 tuhopuu2/source/blender/blenkernel/BKE_text.h 1.2 +53 -2 tuhopuu2/source/blender/blenkernel/intern/text.c 1.3 +2 -2 tuhopuu2/source/blender/makesdna/DNA_screen_types.h 1.2 +2 -1 tuhopuu2/source/blender/makesdna/DNA_text_types.h 1.5 +2 -2 tuhopuu2/source/blender/makesdna/DNA_userdef_types.h 1.8 +37 -7 tuhopuu2/source/blender/src/headerbuttons.c 1.12 +25 -6 tuhopuu2/source/blender/src/space.c 1.2 +12 -1 tuhopuu2/source/blender/src/toets.c From rob at captainvideo.nl Tue Sep 23 14:32:57 2003 From: rob at captainvideo.nl (Rob Haarsma) Date: Tue, 23 Sep 2003 14:32:57 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_console.h tuhopuu2/source/blender/src console.c Message-ID: <20030923123257.4F118D51B03@xserve.blender.org> phase (Rob Haarsma) 2003/09/23 14:32:57 CEST Added files: tuhopuu2/source/blender/include BIF_console.h tuhopuu2/source/blender/src console.c Log: Re-added onboard console output. From rob at captainvideo.nl Tue Sep 23 15:16:01 2003 From: rob at captainvideo.nl (Rob Haarsma) Date: Tue, 23 Sep 2003 15:16:01 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editscreen.c Message-ID: <20030923131601.99226D55B98@xserve.blender.org> phase (Rob Haarsma) 2003/09/23 15:16:01 CEST Modified files: tuhopuu2/source/blender/src editscreen.c Log: Added SHIFT+ESCAPE as hard quit. Revision Changes Path 1.4 +10 -1 tuhopuu2/source/blender/src/editscreen.c From Roel at spruitje.nl Tue Sep 23 18:16:33 2003 From: Roel at spruitje.nl (Roel Spruit) Date: Tue, 23 Sep 2003 18:16:33 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/intern/SoundSystem/openal SND_OpenALDevice.cpp Message-ID: <20030923161633.A4F0DD72C3F@xserve.blender.org> goofster (Roel Spruit) 2003/09/23 18:16:33 CEST Modified files: tuhopuu2/intern/SoundSystem/openal SND_OpenALDevice.cpp Log: intent built with 1 warning, doesn't look nice :) Revision Changes Path 1.2 +2 -2 tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.cpp From rwenzlaff at soylent-green.com Tue Sep 23 18:28:37 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Tue, 23 Sep 2003 18:28:37 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20030923162837.0A6E9D77966@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/23 18:28:36 CEST Modified files: . featurelist.txt Log: Dang it. It won't take these with any other file.... Revision Changes Path 1.33 +2 -0 tuhopuu2/featurelist.txt From rwenzlaff at soylent-green.com Tue Sep 23 18:29:15 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Tue, 23 Sep 2003 18:29:15 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src drawobject.c Message-ID: <20030923162915.1C308D779E2@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/23 18:29:15 CEST Modified files: tuhopuu2/source/blender/src drawobject.c Log: Fixed bug in drawobject that cause non-selected edges to be drawn in selected color. Revision Changes Path 1.16 +2 -2 tuhopuu2/source/blender/src/drawobject.c From Roel at spruitje.nl Tue Sep 23 22:06:19 2003 From: Roel at spruitje.nl (Roel Spruit) Date: Tue, 23 Sep 2003 22:06:19 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/intern/SoundSystem/openal SND_OpenALDevice.cpp Message-ID: <20030923200619.09714D8955C@xserve.blender.org> goofster (Roel Spruit) 2003/09/23 22:06:18 CEST Modified files: tuhopuu2/intern/SoundSystem/openal SND_OpenALDevice.cpp Log: great, MSVC said the variable was unused, but the linux folks thought differently :D Revision Changes Path 1.3 +2 -2 tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.cpp From rwenzlaff at soylent-green.com Mon Sep 29 00:08:09 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Mon, 29 Sep 2003 00:08:09 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel BKE_global.h tuhopuu2/source/blender/include BIF_editmesh.h tuhopuu2/source/blender/makesdna DNA_userdef_types.h tuhopuu2/source/blender/src buttons.c editmesh.c editobject.c space.c usiblender.c Message-ID: <20030928220809.C37BEFA7713@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/29 00:08:09 CEST Modified files: tuhopuu2/source/blender/blenkernel BKE_global.h tuhopuu2/source/blender/include BIF_editmesh.h tuhopuu2/source/blender/makesdna DNA_userdef_types.h tuhopuu2/source/blender/src buttons.c editmesh.c editobject.c space.c usiblender.c Log: Integrated intrr's undo editmesh code. UKEY in mesh edit now undoes 1 saved stepof a mesh edit. New features that want to add undo steps need to call undo_push_mesh("Human readable name of Function"), as soon as the user has commitedto making the change. Shift-UKEY redoes the last undo. ALT-UKEY brings up a menu of steps that can be undone (and has option for "Undo All Changes" just like old UKEY).There is a hard max of 64 undo steps (Mesh pointers coded into G), but I have it userdefinable under UserPref->EditMethods, as to how many meshes are actually saved. (For lowmem machines). Edit undos are only saved for 1 mesh at a time. As soon as you edit a second obj, undos for first are released. Revision Changes Path 1.3 +27 -2 tuhopuu2/source/blender/blenkernel/BKE_global.h 1.7 +8 -1 tuhopuu2/source/blender/include/BIF_editmesh.h 1.6 +3 -2 tuhopuu2/source/blender/makesdna/DNA_userdef_types.h 1.18 +9 -1 tuhopuu2/source/blender/src/buttons.c 1.17 +236 -16 tuhopuu2/source/blender/src/editmesh.c 1.15 +29 -1 tuhopuu2/source/blender/src/editobject.c 1.13 +14 -4 tuhopuu2/source/blender/src/space.c 1.5 +6 -1 tuhopuu2/source/blender/src/usiblender.c From theeth at yahoo.com Mon Sep 29 01:31:50 2003 From: theeth at yahoo.com (Martin Poirier) Date: Mon, 29 Sep 2003 01:31:50 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src drawobject.c editobject.c Message-ID: <20030928233150.A6BDFFB1EA4@xserve.blender.org> theeth (Martin Poirier) 2003/09/29 01:31:50 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/src drawobject.c editobject.c Log: Local axis rotation in edit mode fixed Fixed a couple of things with axis lines in transformations (I still need to add a limit for edit mode) Added first working draft of the Mirror function in Edit mode. Check featurelist for more details. Revision Changes Path 1.34 +10 -0 tuhopuu2/featurelist.txt 1.17 +2 -3 tuhopuu2/source/blender/src/drawobject.c 1.16 +184 -49 tuhopuu2/source/blender/src/editobject.c From rwenzlaff at soylent-green.com Mon Sep 29 06:10:23 2003 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Mon, 29 Sep 2003 06:10:23 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c Message-ID: <20030929041023.B7FF2FC4AC2@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2003/09/29 06:10:23 CEST Modified files: tuhopuu2/source/blender/src editmesh.c Log: Discovered that undo_push_mesh() code changes flags. This broke the knife tool since I set the flags then pushed the undo mesh. Modified Knife to work with undo. Revision Changes Path 1.18 +6 -6 tuhopuu2/source/blender/src/editmesh.c