From blendix at pandora.be Thu Apr 1 01:45:47 2004 From: blendix at pandora.be (Brecht Van Lommel) Date: Thu, 1 Apr 2004 01:45:47 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/makesdna DNA_space_types.h tuhopuu2/source/blender/src drawimage.c editsima.c header_image.c Message-ID: <20040331234547.67E3E9C3D7D1@xserve.blender.org> blendix (Brecht Van Lommel) 2004/04/01 01:45:47 CEST Modified files: tuhopuu2/source/blender/makesdna DNA_space_types.h tuhopuu2/source/blender/src drawimage.c editsima.c header_image.c Log: Restored sticky select. Now you can choose between Sticky and Local Sticky. Sticky will select all UVs that share a Vertex. Local Sticky will select all UVs, that not only share a Vertex, but also are 'linked', meaning they are in a range of 5 pixels. The Select menu also looks less 'packed' now, because of a longer menu item text. Sorry about killing your feature on my last commit bjornmose ;). Fixed a proportional editing circle redraw error. Revision Changes Path 1.7 +2 -1 tuhopuu2/source/blender/makesdna/DNA_space_types.h 1.12 +2 -2 tuhopuu2/source/blender/src/drawimage.c 1.19 +14 -6 tuhopuu2/source/blender/src/editsima.c 1.14 +23 -7 tuhopuu2/source/blender/src/header_image.c From cwant at ualberta.ca Thu Apr 1 19:47:17 2004 From: cwant at ualberta.ca (Chris Want) Date: Thu, 1 Apr 2004 19:47:17 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editarmature.c Message-ID: <20040401174717.981CF9CC3AD9@xserve.blender.org> hos (Chris Want) 2004/04/01 19:47:17 CEST Modified files: tuhopuu2/source/blender/src editarmature.c Log: Added support for onion-skinning in blender. To enable, press 'x' then enter really fast while in pose mode Revision Changes Path 1.19 +2 -1 tuhopuu2/source/blender/src/editarmature.c From Christopher.Maddock.1 at uni.massey.ac.nz Fri Apr 2 14:25:44 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Fri, 2 Apr 2004 14:25:44 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/intern/SoundSystem/openal Makefile SND_OpenALDevice.cpp SND_OpenALDevice.h tuhopuu2/intern/SoundSystem/sdl Makefile SND_SDLCDDevice.cpp SND_SDLCDDevice.h tuhopuu2/intern/SoundSystem Makefile SConscript Message-ID: <20040402122544.496F69D38CF2@xserve.blender.org> kester (Kester Maddock) 2004/04/02 14:25:44 CEST Modified files: tuhopuu2/intern/SoundSystem/openal Makefile SND_OpenALDevice.cpp SND_OpenALDevice.h tuhopuu2/intern/SoundSystem Makefile SConscript Added files: tuhopuu2/intern/SoundSystem/sdl Makefile SND_SDLCDDevice.cpp SND_SDLCDDevice.h Log: Added CD Audio support for OpenAL sound system. Updated Makefiles & Scons to cope with it. Revision Changes Path 1.2 +2 -1 tuhopuu2/intern/SoundSystem/openal/Makefile 1.5 +59 -1 tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.cpp 1.2 +12 -7 tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.h 1.2 +3 -3 tuhopuu2/intern/SoundSystem/Makefile 1.4 +5 -2 tuhopuu2/intern/SoundSystem/SConscript From bjornmose at gmx.net Fri Apr 2 22:34:27 2004 From: bjornmose at gmx.net (Jens Ole Wund (bjornmose)) Date: Fri, 2 Apr 2004 22:34:27 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src space.c header_image.c editsima.c buttons_editing.c tuhopuu2/source/blender/include BIF_editsima.h Message-ID: <20040402203427.2FFEC9DA69DD@xserve.blender.org> bjornmose (Jens Ole Wund(bjornmose)) 2004/04/02 22:34:26 CEST Modified files: tuhopuu2/source/blender/src space.c header_image.c editsima.c buttons_editing.c tuhopuu2/source/blender/include BIF_editsima.h Log: added hotkeys to UV select modes Revision Changes Path 1.51 +11 -1 tuhopuu2/source/blender/src/space.c 1.15 +6 -6 tuhopuu2/source/blender/src/header_image.c 1.20 +21 -1 tuhopuu2/source/blender/src/editsima.c 1.19 +1 -1 tuhopuu2/source/blender/src/buttons_editing.c 1.6 +3 -1 tuhopuu2/source/blender/include/BIF_editsima.h From bjornmose at gmx.net Fri Apr 2 22:47:50 2004 From: bjornmose at gmx.net (Jens Ole Wund (bjornmose)) Date: Fri, 2 Apr 2004 22:47:50 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20040402204750.53E159DA6F74@xserve.blender.org> bjornmose (Jens Ole Wund(bjornmose)) 2004/04/02 22:47:50 CEST Modified files: . featurelist.txt Log: added hotkeys to UV select modes, what it does (or is supposed to do ) Revision Changes Path 1.90 +6 -0 tuhopuu2/featurelist.txt From blendix at pandora.be Sat Apr 3 17:51:59 2004 From: blendix at pandora.be (Brecht Van Lommel) Date: Sat, 3 Apr 2004 17:51:59 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/release/datafiles blenderbuttons tuhopuu2/source/blender/include BIF_editsima.h BIF_resources.h tuhopuu2/source/blender/src blenderbuttons.c buttons_editing.c drawimage.c editsima.c header_image.c space.c Message-ID: <20040403155159.AE2B69E6AD62@xserve.blender.org> blendix (Brecht Van Lommel) 2004/04/03 17:51:59 CEST Modified files: tuhopuu2/release/datafiles blenderbuttons tuhopuu2/source/blender/include BIF_editsima.h BIF_resources.h tuhopuu2/source/blender/src blenderbuttons.c buttons_editing.c drawimage.c editsima.c header_image.c space.c Log: - Rearranged UV Calculation panel buttons - New Mirror function in the UV editor (MKEY) - Moved Weld / Align, Mirror and added Grab, Rotate, Scale to a new Transform submenu of the UVs menu - XKEY, YKEY now do constrained scaling / grabbing in the UV editor - New Icons for the Sticky UVs / Active Face Select status in the UV editor. Then new 'blenderbuttons' file contains these new icons, and the icons from the 2.30 ui makeover (it was not updated back then). Revision Changes Path 1.2 +185 -115 tuhopuu2/release/datafiles/blenderbuttons 1.7 +2 -1 tuhopuu2/source/blender/include/BIF_editsima.h 1.8 +5 -5 tuhopuu2/source/blender/include/BIF_resources.h 1.4 +1324 -1323tuhopuu2/source/blender/src/blenderbuttons.c 1.20 +37 -36 tuhopuu2/source/blender/src/buttons_editing.c 1.13 +9 -11 tuhopuu2/source/blender/src/drawimage.c 1.21 +94 -32 tuhopuu2/source/blender/src/editsima.c 1.16 +51 -12 tuhopuu2/source/blender/src/header_image.c 1.52 +5 -1 tuhopuu2/source/blender/src/space.c From cwant at ualberta.ca Sat Apr 3 23:44:49 2004 From: cwant at ualberta.ca (Chris Want) Date: Sat, 3 Apr 2004 23:44:49 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 SConstruct tuhopuu2/extern/solid/examples/dynamics RigidBody.cpp tuhopuu2/extern/solid/include MT_Scalar.h tuhopuu2/intern/SoundSystem Makefile tuhopuu2/intern/SoundSystem/openal Makefile SND_OpenALDevice.cpp SND_OpenALDevice.h ... Message-ID: <20040403214449.207519EAB461@xserve.blender.org> hos (Chris Want) 2004/04/03 23:44:49 CEST Modified files: . SConstruct tuhopuu2/extern/solid/examples/dynamics RigidBody.cpp tuhopuu2/extern/solid/include MT_Scalar.h tuhopuu2/intern/SoundSystem Makefile tuhopuu2/intern/SoundSystem/openal Makefile SND_OpenALDevice.cpp SND_OpenALDevice.h tuhopuu2/intern/guardedalloc/intern mallocn.c tuhopuu2/source Makefile nan_compile.mk nan_definitions.mk tuhopuu2/source/blender/blenkernel BKE_exotic.h BKE_global.h tuhopuu2/source/blender/blenkernel/intern armature.c blender.c displist.c effect.c exotic.c mball.c object.c scene.c subsurf.c texture.c tuhopuu2/source/blender/blenlib BLI_editVert.h tuhopuu2/source/blender/blenlib/intern arithb.c tuhopuu2/source/blender/blenloader/intern readfile.c writefile.c tuhopuu2/source/blender/include BDR_editface.h BDR_editobject.h BIF_cursors.h BIF_editmesh.h BIF_editsima.h BSE_headerbuttons.h butspace.h mydevice.h tuhopuu2/source/blender/makesdna DNA_constraint_types.h DNA_mesh_types.h DNA_meta_types.h DNA_object_types.h DNA_space_types.h DNA_texture_types.h DNA_world_types.h tuhopuu2/source/blender/makesdna/intern SConscript makesdna.c tuhopuu2/source/blender/python SConscript tuhopuu2/source/blender/readstreamglue/intern BLO_readStreamGlue.c tuhopuu2/source/blender/render/intern/source rendercore.c texture.c tuhopuu2/source/blender/renderconverter/intern convertBlenderScene.c tuhopuu2/source/blender/src buttons_editing.c buttons_object.c buttons_shading.c cursors.c drawimage.c drawmesh.c drawobject.c drawview.c edit.c editarmature.c editface.c editmesh.c editobject.c editsima.c editview.c ghostwinlay.c header_action.c header_image.c header_info.c header_view3d.c headerbuttons.c interface.c resources.c sector.c space.c toolbox.c usiblender.c vpaint.c tuhopuu2/source/blender/yafray/intern export_File.cpp tuhopuu2/source/gameengine Makefile tuhopuu2/source/gameengine/BlenderRoutines BL_KetsjiEmbedStart.cpp KX_BlenderPolyMaterial.cpp KX_BlenderRenderTools.cpp Makefile SConscript tuhopuu2/source/gameengine/Converter BL_ActionActuator.cpp BL_ActionActuator.h BL_ArmatureObject.h BL_BlenderDataConversion.cpp BL_DeformableGameObject.cpp BL_MeshDeformer.cpp BL_MeshDeformer.h BL_SkinDeformer.cpp BL_SkinDeformer.h BL_SkinMeshObject.cpp BL_SkinMeshObject.h KX_BlenderSceneConverter.cpp KX_ConvertActuators.cpp KX_ConvertSensors.cpp Makefile SConscript tuhopuu2/source/gameengine/Expressions SConscript Value.h tuhopuu2/source/gameengine/GameLogic SCA_AlwaysEventManager.cpp SCA_ISensor.cpp SCA_KeyboardManager.cpp SCA_LogicManager.cpp SCA_MouseManager.cpp SCA_PropertyActuator.cpp SCA_PropertySensor.cpp SCA_PythonController.cpp SCA_RandomActuator.cpp SCA_RandomEventManager.cpp SConscript tuhopuu2/source/gameengine/GamePlayer/common GPC_Engine.cpp GPC_PolygonMaterial.cpp GPC_RenderTools.cpp Makefile tuhopuu2/source/gameengine/GamePlayer/ghost GPG_Application.cpp GPG_ghost.cpp tuhopuu2/source/gameengine/Ketsji KX_Camera.cpp KX_CameraActuator.cpp KX_CameraIpoSGController.h KX_ClientObjectInfo.h KX_ConstraintWrapper.cpp KX_ConvertPhysicsObject.h KX_ConvertPhysicsObjects.cpp KX_GameActuator.cpp KX_GameActuator.h KX_GameObject.cpp KX_GameObject.h KX_IPO_SGController.cpp KX_IPhysicsController.cpp KX_IpoActuator.cpp KX_KetsjiEngine.cpp KX_LightIpoSGController.h KX_MouseFocusSensor.cpp KX_NearSensor.cpp KX_NearSensor.h KX_ObColorIpoSGController.h KX_ObjectActuator.cpp KX_PhysicsEngineEnums.h KX_PhysicsObjectWrapper.cpp KX_RadarSensor.cpp KX_RadarSensor.h KX_RayEventManager.h KX_RaySensor.cpp KX_RaySensor.h KX_SCA_ReplaceMeshActuator.cpp KX_Scene.cpp KX_Scene.h KX_SceneActuator.cpp KX_SumoPhysicsController.h KX_TimeLogger.cpp KX_TouchEventManager.cpp KX_TouchEventManager.h KX_TouchSensor.cpp KX_TouchSensor.h Makefile SConscript tuhopuu2/source/gameengine/Ketsji/KXNetwork SConscript tuhopuu2/source/gameengine/Network SConscript tuhopuu2/source/gameengine/Network/LoopBackNetwork SConscript tuhopuu2/source/gameengine/Physics/Dummy SConscript tuhopuu2/source/gameengine/Physics/Sumo Makefile SConscript SumoPhysicsController.cpp SumoPhysicsController.h SumoPhysicsEnvironment.cpp SumoPhysicsEnvironment.h tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include SM_FhObject.h SM_Object.h SM_Scene.h tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src Makefile SM_FhObject.cpp SM_Object.cpp tuhopuu2/source/gameengine/Physics/common SConscript tuhopuu2/source/gameengine/Rasterizer RAS_BucketManager.cpp RAS_BucketManager.h RAS_IPolygonMaterial.cpp RAS_IPolygonMaterial.h RAS_IRasterizer.h RAS_IRenderTools.h RAS_MaterialBucket.cpp RAS_MaterialBucket.h RAS_MeshObject.cpp RAS_MeshObject.h RAS_TexVert.cpp RAS_TexVert.h SConscript tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer Makefile RAS_OpenGLRasterizer.cpp RAS_OpenGLRasterizer.h RAS_VAOpenGLRasterizer.cpp SConscript tuhopuu2/source/gameengine/SceneGraph SConscript SG_Node.cpp Log: Post merge conflict resolution Revision Changes Path 1.6 +70 -55 tuhopuu2/SConstruct 1.2 +133 -128 tuhopuu2/extern/solid/examples/dynamics/RigidBody.cpp 1.2 +153 -134 tuhopuu2/extern/solid/include/MT_Scalar.h 1.3 +1 -1 tuhopuu2/intern/SoundSystem/Makefile 1.3 +1 -1 tuhopuu2/intern/SoundSystem/openal/Makefile 1.6 +1 -1 tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.cpp 1.3 +1 -1 tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.h 1.4 +2 -2 tuhopuu2/intern/guardedalloc/intern/mallocn.c 1.8 +5 -2 tuhopuu2/source/Makefile 1.8 +9 -8 tuhopuu2/source/nan_compile.mk 1.8 +9 -1 tuhopuu2/source/nan_definitions.mk 1.3 +1 -1 tuhopuu2/source/blender/blenkernel/BKE_exotic.h 1.5 +3 -4 tuhopuu2/source/blender/blenkernel/BKE_global.h 1.6 +2 -1 tuhopuu2/source/blender/blenkernel/intern/armature.c 1.6 +8 -1 tuhopuu2/source/blender/blenkernel/intern/blender.c 1.6 +22 -21 tuhopuu2/source/blender/blenkernel/intern/displist.c 1.13 +2 -1 tuhopuu2/source/blender/blenkernel/intern/effect.c 1.10 +20 -16 tuhopuu2/source/blender/blenkernel/intern/exotic.c 1.6 +2 -3 tuhopuu2/source/blender/blenkernel/intern/mball.c 1.7 +12 -8 tuhopuu2/source/blender/blenkernel/intern/object.c 1.4 +1 -2 tuhopuu2/source/blender/blenkernel/intern/scene.c 1.4 +11 -11 tuhopuu2/source/blender/blenkernel/intern/subsurf.c 1.4 +39 -22 tuhopuu2/source/blender/blenkernel/intern/texture.c 1.5 +6 -1 tuhopuu2/source/blender/blenlib/BLI_editVert.h 1.6 +2 -2 tuhopuu2/source/blender/blenlib/intern/arithb.c 1.12 +26 -1 tuhopuu2/source/blender/blenloader/intern/readfile.c 1.7 +2 -1 tuhopuu2/source/blender/blenloader/intern/writefile.c 1.5 +1 -1 tuhopuu2/source/blender/include/BDR_editface.h 1.6 +1 -3 tuhopuu2/source/blender/include/BDR_editobject.h 1.3 +1 -2 tuhopuu2/source/blender/include/BIF_cursors.h 1.22 +4 -1 tuhopuu2/source/blender/include/BIF_editmesh.h 1.8 +1 -3 tuhopuu2/source/blender/include/BIF_editsima.h 1.5 +1 -1 tuhopuu2/source/blender/include/BSE_headerbuttons.h 1.10 +1 -1 tuhopuu2/source/blender/include/butspace.h 1.5 +1 -1 tuhopuu2/source/blender/include/mydevice.h 1.6 +1 -1 tuhopuu2/source/blender/makesdna/DNA_constraint_types.h 1.11 +4 -53 tuhopuu2/source/blender/makesdna/DNA_mesh_types.h 1.4 +4 -1 tuhopuu2/source/blender/makesdna/DNA_meta_types.h 1.6 +1 -1 tuhopuu2/source/blender/makesdna/DNA_object_types.h 1.8 +6 -1 tuhopuu2/source/blender/makesdna/DNA_space_types.h 1.5 +46 -1 tuhopuu2/source/blender/makesdna/DNA_texture_types.h 1.4 +8 -1 tuhopuu2/source/blender/makesdna/DNA_world_types.h 1.4 +1 -18 tuhopuu2/source/blender/makesdna/intern/SConscript 1.4 +4 -2 tuhopuu2/source/blender/makesdna/intern/makesdna.c 1.4 +5 -1 tuhopuu2/source/blender/python/SConscript 1.3 +1 -1 tuhopuu2/source/blender/readstreamglue/intern/BLO_readStreamGlue.c 1.7 +4 -3 tuhopuu2/source/blender/render/intern/source/rendercore.c 1.4 +239 -41 tuhopuu2/source/blender/render/intern/source/texture.c 1.20 +30 -27 tuhopuu2/source/blender/renderconverter/intern/convertBlenderScene.c 1.21 +5 -5 tuhopuu2/source/blender/src/buttons_editing.c 1.11 +11 -28 tuhopuu2/source/blender/src/buttons_object.c 1.12 +161 -26 tuhopuu2/source/blender/src/buttons_shading.c 1.4 +6 -13 tuhopuu2/source/blender/src/cursors.c 1.14 +3 -3 tuhopuu2/source/blender/src/drawimage.c 1.12 +12 -23 tuhopuu2/source/blender/src/drawmesh.c 1.29 +39 -85 tuhopuu2/source/blender/src/drawobject.c 1.12 +6 -4 tuhopuu2/source/blender/src/drawview.c 1.21 +4 -3 tuhopuu2/source/blender/src/edit.c 1.20 +6 -3 tuhopuu2/source/blender/src/editarmature.c 1.10 +24 -16 tuhopuu2/source/blender/src/editface.c 1.86 +2755 -2639tuhopuu2/source/blender/src/editmesh.c 1.55 +17 -51 tuhopuu2/source/blender/src/editobject.c 1.22 +2 -1 tuhopuu2/source/blender/src/editsima.c 1.10 +7 -4 tuhopuu2/source/blender/src/editview.c 1.7 +12 -11 tuhopuu2/source/blender/src/ghostwinlay.c 1.4 +2 -1 tuhopuu2/source/blender/src/header_action.c 1.17 +7 -6 tuhopuu2/source/blender/src/header_image.c 1.5 +3 -2 tuhopuu2/source/blender/src/header_info.c 1.14 +3 -3 tuhopuu2/source/blender/src/header_view3d.c 1.22 +2 -2 tuhopuu2/source/blender/src/headerbuttons.c 1.15 +6 -5 tuhopuu2/source/blender/src/interface.c 1.10 +2 -2 tuhopuu2/source/blender/src/resources.c 1.5 +3 -2 tuhopuu2/source/blender/src/sector.c 1.53 +9 -1 tuhopuu2/source/blender/src/space.c 1.12 +4 -2 tuhopuu2/source/blender/src/toolbox.c 1.14 +1 -2 tuhopuu2/source/blender/src/usiblender.c 1.9 +3 -2 tuhopuu2/source/blender/src/vpaint.c 1.3 +3 -2 tuhopuu2/source/blender/yafray/intern/export_File.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Makefile 1.4 +1 -1 tuhopuu2/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderPolyMaterial.cpp 1.5 +1 -1 tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.cpp 1.4 +1 -1 tuhopuu2/source/gameengine/BlenderRoutines/Makefile 1.6 +48 -48 tuhopuu2/source/gameengine/BlenderRoutines/SConscript 1.3 +1 -1 tuhopuu2/source/gameengine/Converter/BL_ActionActuator.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Converter/BL_ActionActuator.h 1.5 +1 -1 tuhopuu2/source/gameengine/Converter/BL_ArmatureObject.h 1.9 +2 -1 tuhopuu2/source/gameengine/Converter/BL_BlenderDataConversion.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Converter/BL_DeformableGameObject.cpp 1.3 +2 -1 tuhopuu2/source/gameengine/Converter/BL_MeshDeformer.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Converter/BL_MeshDeformer.h 1.3 +2 -1 tuhopuu2/source/gameengine/Converter/BL_SkinDeformer.cpp 1.3 +2 -1 tuhopuu2/source/gameengine/Converter/BL_SkinDeformer.h 1.3 +2 -1 tuhopuu2/source/gameengine/Converter/BL_SkinMeshObject.cpp 1.3 +2 -1 tuhopuu2/source/gameengine/Converter/BL_SkinMeshObject.h 1.7 +20 -21 tuhopuu2/source/gameengine/Converter/KX_BlenderSceneConverter.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Converter/KX_ConvertActuators.cpp 1.4 +1 -1 tuhopuu2/source/gameengine/Converter/KX_ConvertSensors.cpp 1.4 +1 -1 tuhopuu2/source/gameengine/Converter/Makefile 1.6 +63 -63 tuhopuu2/source/gameengine/Converter/SConscript 1.5 +32 -32 tuhopuu2/source/gameengine/Expressions/SConscript 1.3 +1 -1 tuhopuu2/source/gameengine/Expressions/Value.h 1.3 +1 -1 tuhopuu2/source/gameengine/GameLogic/SCA_AlwaysEventManager.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/GameLogic/SCA_ISensor.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/GameLogic/SCA_KeyboardManager.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/GameLogic/SCA_LogicManager.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/GameLogic/SCA_MouseManager.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/GameLogic/SCA_PropertyActuator.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/GameLogic/SCA_PropertySensor.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/GameLogic/SCA_PythonController.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/GameLogic/SCA_RandomActuator.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/GameLogic/SCA_RandomEventManager.cpp 1.4 +42 -42 tuhopuu2/source/gameengine/GameLogic/SConscript 1.3 +1 -1 tuhopuu2/source/gameengine/GamePlayer/common/GPC_Engine.cpp 1.4 +2 -1 tuhopuu2/source/gameengine/GamePlayer/common/GPC_PolygonMaterial.cpp 1.5 +2 -1 tuhopuu2/source/gameengine/GamePlayer/common/GPC_RenderTools.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/GamePlayer/common/Makefile 1.3 +1 -1 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Application.cpp 1.5 +1 -1 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_Camera.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_CameraActuator.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_CameraIpoSGController.h 1.4 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_ClientObjectInfo.h 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp 1.5 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_ConvertPhysicsObject.h 1.19 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_GameActuator.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_GameActuator.h 1.9 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_GameObject.cpp 1.5 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_GameObject.h 1.4 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_IPO_SGController.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_IPhysicsController.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_IpoActuator.cpp 1.4 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_KetsjiEngine.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_LightIpoSGController.h 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp 1.7 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_NearSensor.cpp 1.5 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_NearSensor.h 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_ObColorIpoSGController.h 1.5 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_ObjectActuator.cpp 1.4 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_PhysicsEngineEnums.h 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_PhysicsObjectWrapper.cpp 1.5 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_RadarSensor.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_RadarSensor.h 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_RayEventManager.h 1.9 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_RaySensor.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_RaySensor.h 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.cpp 1.5 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_Scene.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_Scene.h 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_SceneActuator.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_SumoPhysicsController.h 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_TimeLogger.cpp 1.9 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_TouchEventManager.cpp 1.4 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_TouchEventManager.h 1.5 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_TouchSensor.cpp 1.4 +1 -1 tuhopuu2/source/gameengine/Ketsji/KX_TouchSensor.h 1.4 +2 -2 tuhopuu2/source/gameengine/Ketsji/Makefile 1.6 +6 -0 tuhopuu2/source/gameengine/Ketsji/SConscript 1.5 +24 -24 tuhopuu2/source/gameengine/Ketsji/KXNetwork/SConscript 1.5 +15 -15 tuhopuu2/source/gameengine/Network/SConscript 1.4 +14 -14 tuhopuu2/source/gameengine/Network/LoopBackNetwork/SConscript 1.4 +12 -12 tuhopuu2/source/gameengine/Physics/Dummy/SConscript 1.4 +1 -1 tuhopuu2/source/gameengine/Physics/Sumo/Makefile 1.5 +20 -20 tuhopuu2/source/gameengine/Physics/Sumo/SConscript 1.10 +1 -1 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsController.h 1.6 +1 -1 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsEnvironment.cpp 1.5 +1 -1 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsEnvironment.h 1.6 +1 -1 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_FhObject.h 1.10 +4 -4 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h 1.7 +1 -1 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Scene.h 1.4 +1 -1 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/Makefile 1.10 +1 -1 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_FhObject.cpp 1.17 +123 -125 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp 1.4 +14 -14 tuhopuu2/source/gameengine/Physics/common/SConscript 1.5 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_BucketManager.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_BucketManager.h 1.3 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.h 1.5 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_IRasterizer.h 1.3 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_IRenderTools.h 1.3 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_MaterialBucket.h 1.4 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.cpp 1.4 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.h 1.3 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_TexVert.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_TexVert.h 1.5 +22 -22 tuhopuu2/source/gameengine/Rasterizer/SConscript 1.3 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/Makefile 1.6 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h 1.5 +3 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp 1.6 +17 -17 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript 1.4 +15 -15 tuhopuu2/source/gameengine/SceneGraph/SConscript 1.3 +1 -1 tuhopuu2/source/gameengine/SceneGraph/SG_Node.cpp From cwant at ualberta.ca Sun Apr 4 01:01:07 2004 From: cwant at ualberta.ca (Chris Want) Date: Sun, 4 Apr 2004 01:01:07 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer RAS_openglrasterizer.dsp Message-ID: <20040403230107.74E029EB9789@xserve.blender.org> hos (Chris Want) 2004/04/04 01:01:07 CEST Modified files: tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer RAS_openglrasterizer.dsp Log: Converted to a DOS text file Revision Changes Path 1.6 +171 -171 tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.dsp From cwant at ualberta.ca Sun Apr 4 01:04:58 2004 From: cwant at ualberta.ca (Chris Want) Date: Sun, 4 Apr 2004 01:04:58 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/intern/SoundSystem/make/msvc_6_0/openal OpenALSoundSystem.dsp tuhopuu2/projectfiles/blender/BPY_python BPY_python.dsp tuhopuu2/projectfiles/gameengine/ketsji KX_ketsji.dsp tuhopuu2/source/blender/src buttons_shading.c Message-ID: <20040403230458.D85069EBAFA1@xserve.blender.org> hos (Chris Want) 2004/04/04 01:04:58 CEST Modified files: tuhopuu2/intern/SoundSystem/make/msvc_6_0/openal OpenALSoundSystem.dsp tuhopuu2/projectfiles/blender/BPY_python BPY_python.dsp tuhopuu2/projectfiles/gameengine/ketsji KX_ketsji.dsp tuhopuu2/source/blender/src buttons_shading.c Log: Fixed the MSVC build, in particular: * Added the SDL CD support to the Open AL project (yeah, this sucks); * Added the noise/render stuff to the python project; * Fixed game project to find python headers. Revision Changes Path 1.3 +5 -1 tuhopuu2/intern/SoundSystem/make/msvc_6_0/openal/OpenALSoundSystem.dsp 1.3 +9 -1 tuhopuu2/projectfiles/blender/BPY_python/BPY_python.dsp 1.5 +1 -1 tuhopuu2/projectfiles/gameengine/ketsji/KX_ketsji.dsp 1.13 +2 -1 tuhopuu2/source/blender/src/buttons_shading.c From cwant at ualberta.ca Sun Apr 4 04:06:51 2004 From: cwant at ualberta.ca (Chris Want) Date: Sun, 4 Apr 2004 04:06:51 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenlib/intern noise.c Message-ID: <20040404020651.B8AA39EF146C@xserve.blender.org> hos (Chris Want) 2004/04/04 04:06:51 CEST Modified files: tuhopuu2/source/blender/blenlib/intern noise.c Log: Fix for irix Revision Changes Path 1.2 +1041 -27 tuhopuu2/source/blender/blenlib/intern/noise.c From Christopher.Maddock.1 at uni.massey.ac.nz Sun Apr 4 09:48:24 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sun, 4 Apr 2004 09:48:24 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine SConscript tuhopuu2/source/gameengine/BlenderRoutines KX_BlenderPolyMaterial.cpp tuhopuu2/source/gameengine/Converter BL_BlenderDataConversion.cpp BL_SkinMeshObject.cpp BL_SkinMeshObject.h BlenderWorldInfo.cpp BlenderWorldInfo.h KX_BlenderSceneConverter.cpp tuhopuu2/source/gameengine/Expressions ... Message-ID: <20040404074824.904989F21BD0@xserve.blender.org> kester (Kester Maddock) 2004/04/04 09:48:24 CEST Modified files: tuhopuu2/source/gameengine SConscript tuhopuu2/source/gameengine/BlenderRoutines KX_BlenderPolyMaterial.cpp tuhopuu2/source/gameengine/Converter BL_BlenderDataConversion.cpp BL_SkinMeshObject.cpp BL_SkinMeshObject.h BlenderWorldInfo.cpp BlenderWorldInfo.h KX_BlenderSceneConverter.cpp tuhopuu2/source/gameengine/Expressions ListValue.cpp Operator1Expr.h Operator2Expr.cpp Value.cpp VoidValue.h tuhopuu2/source/gameengine/GamePlayer Makefile tuhopuu2/source/gameengine/GamePlayer/common GPC_PolygonMaterial.cpp tuhopuu2/source/gameengine/GamePlayer/ghost GPG_Application.cpp tuhopuu2/source/gameengine/Ketsji KX_KetsjiEngine.cpp KX_PythonInit.cpp KX_WorldInfo.cpp KX_WorldInfo.h KX_WorldIpoController.cpp KX_WorldIpoController.h tuhopuu2/source/gameengine/Physics/Sumo SumoPhysicsController.cpp SumoPhysicsController.h tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include SM_Object.h tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src SM_Object.cpp SM_Scene.cpp tuhopuu2/source/gameengine/Physics/common PHY_IPhysicsController.h SConscript tuhopuu2/source/gameengine/Rasterizer RAS_IPolygonMaterial.cpp RAS_IPolygonMaterial.h RAS_IRasterizer.h RAS_MeshObject.cpp RAS_MeshObject.h tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h RAS_OpenGLRasterizer.cpp RAS_OpenGLRasterizer.h RAS_VAOpenGLRasterizer.cpp mkglext.py tuhopuu2/source/gameengine/SceneGraph SG_Spatial.cpp Log: Most merge cleanup. Fix a couple of compile warnings. Revision Changes Path 1.3 +3 -0 tuhopuu2/source/gameengine/SConscript 1.4 +3 -3 tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderPolyMaterial.cpp 1.10 +4 -4 tuhopuu2/source/gameengine/Converter/BL_BlenderDataConversion.cpp 1.4 +4 -4 tuhopuu2/source/gameengine/Converter/BL_SkinMeshObject.cpp 1.4 +2 -2 tuhopuu2/source/gameengine/Converter/BL_SkinMeshObject.h 1.2 +22 -61 tuhopuu2/source/gameengine/Converter/BlenderWorldInfo.cpp 1.2 +11 -28 tuhopuu2/source/gameengine/Converter/BlenderWorldInfo.h 1.8 +51 -52 tuhopuu2/source/gameengine/Converter/KX_BlenderSceneConverter.cpp 1.2 +3 -3 tuhopuu2/source/gameengine/Expressions/ListValue.cpp 1.2 +2 -2 tuhopuu2/source/gameengine/Expressions/Operator1Expr.h 1.2 +5 -5 tuhopuu2/source/gameengine/Expressions/Operator2Expr.cpp 1.3 +2 -2 tuhopuu2/source/gameengine/Expressions/Value.cpp 1.2 +3 -3 tuhopuu2/source/gameengine/Expressions/VoidValue.h 1.2 +4 -2 tuhopuu2/source/gameengine/GamePlayer/Makefile 1.5 +34 -18 tuhopuu2/source/gameengine/GamePlayer/common/GPC_PolygonMaterial.cpp 1.4 +93 -67 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Application.cpp 1.5 +3 -10 tuhopuu2/source/gameengine/Ketsji/KX_KetsjiEngine.cpp 1.2 +64 -23 tuhopuu2/source/gameengine/Ketsji/KX_PythonInit.cpp 1.2 +3 -1 tuhopuu2/source/gameengine/Ketsji/KX_WorldInfo.cpp 1.2 +5 -11 tuhopuu2/source/gameengine/Ketsji/KX_WorldInfo.h 1.2 +2 -4 tuhopuu2/source/gameengine/Ketsji/KX_WorldIpoController.cpp 1.3 +2 -2 tuhopuu2/source/gameengine/Ketsji/KX_WorldIpoController.h 1.11 +11 -1 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp 1.4 +2 -1 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsController.h 1.11 +2 -2 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h 1.18 +2 -3 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp 1.16 +9 -4 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Scene.cpp 1.2 +5 -1 tuhopuu2/source/gameengine/Physics/common/PHY_IPhysicsController.h 1.5 +2 -1 tuhopuu2/source/gameengine/Physics/common/SConscript 1.4 +5 -6 tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp 1.4 +4 -4 tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.h 1.6 +10 -20 tuhopuu2/source/gameengine/Rasterizer/RAS_IRasterizer.h 1.5 +29 -63 tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.cpp 1.5 +3 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.h 1.9 +218 -4035 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp 1.7 +37 -1298 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.h 1.7 +36 -37 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp 1.4 +18 -27 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h 1.6 +5 -5 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp 1.4 +9 -6 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/mkglext.py 1.2 +7 -7 tuhopuu2/source/gameengine/SceneGraph/SG_Spatial.cpp From cwant at ualberta.ca Sat Apr 3 17:28:54 2004 From: cwant at ualberta.ca (Chris Want) Date: Sat, 3 Apr 2004 17:28:54 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 - Imported sources Message-ID: <20040403152854.D47849E60D29@xserve.blender.org> hos (Chris Want) 2004/04/03 17:28:54 CEST tuhopuu2 - Imported sources Update of /cvsroot/tuhopuu/tuhopuu2 In directory xserve:/private/tmp/cvs-serv1404 Log Message: Merge of Blender/cvs 2004/04/03 Status: Vendor Tag: BLENDER_DIST Release Tags: BLENDER_CVS_2004_04_03 U tuhopuu2/AUTHORS U tuhopuu2/blender.sln U tuhopuu2/ChangeLog U tuhopuu2/compileblender_freebsd-4.7-i386.sh U tuhopuu2/COPYING U tuhopuu2/INSTALL U tuhopuu2/Makefile U tuhopuu2/NEWS U tuhopuu2/README U tuhopuu2/release_226.txt U tuhopuu2/release_227.txt U tuhopuu2/release_228.txt U tuhopuu2/release_228a.txt U tuhopuu2/release_228c.txt U tuhopuu2/release_231.txt C tuhopuu2/SConstruct U tuhopuu2/bin/.blender/.bfont.ttf U tuhopuu2/bin/.blender/.Blanguages U tuhopuu2/bin/.blender/locale/ca/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/cs/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/de/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/es/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/fi/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/fr/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/it/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/ja/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/nl/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/pt_br/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/ru/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/sv/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/zh_cn/LC_MESSAGES/blender.mo U tuhopuu2/dlltool/gettext.def U tuhopuu2/dlltool/iconv.def U tuhopuu2/dlltool/Makefile U tuhopuu2/dlltool/python.def U tuhopuu2/doc/autoconfig.txt U tuhopuu2/doc/bf-members.txt U tuhopuu2/doc/BL-license.txt U tuhopuu2/doc/blender-guardedalloc.txt U tuhopuu2/doc/building_blender.html U tuhopuu2/doc/building_blender.xml U tuhopuu2/doc/Doxyfile U tuhopuu2/doc/doxygen.main U tuhopuu2/doc/GPL-license.txt U tuhopuu2/doc/interface_API.txt U tuhopuu2/doc/oldbugs.txt U tuhopuu2/doc/python-dev-guide.txt U tuhopuu2/doc/README.windows-gcc U tuhopuu2/extern/Makefile N tuhopuu2/extern/SConscript U tuhopuu2/extern/ode/Makefile U tuhopuu2/extern/ode/patchfile.FreeBSD U tuhopuu2/extern/ode/dist/CHANGELOG U tuhopuu2/extern/ode/dist/configurator.c U tuhopuu2/extern/ode/dist/INSTALL U tuhopuu2/extern/ode/dist/LICENSE-BSD.TXT U tuhopuu2/extern/ode/dist/LICENSE.TXT U tuhopuu2/extern/ode/dist/Makefile U tuhopuu2/extern/ode/dist/Makefile.deps U tuhopuu2/extern/ode/dist/README U tuhopuu2/extern/ode/dist/README_BLENDER U tuhopuu2/extern/ode/dist/config/makefile.cygwin U tuhopuu2/extern/ode/dist/config/makefile.mingw U tuhopuu2/extern/ode/dist/config/makefile.msvc U tuhopuu2/extern/ode/dist/config/makefile.msvc-dll U tuhopuu2/extern/ode/dist/config/makefile.osx U tuhopuu2/extern/ode/dist/config/makefile.unix-gcc U tuhopuu2/extern/ode/dist/config/makefile.unix-generic U tuhopuu2/extern/ode/dist/config/msvcdefs.def U tuhopuu2/extern/ode/dist/config/README U tuhopuu2/extern/ode/dist/config/user-settings U tuhopuu2/extern/ode/dist/config/user-settings.example U tuhopuu2/extern/ode/dist/contrib/README U tuhopuu2/extern/ode/dist/contrib/dCylinder/dCylinder.cpp U tuhopuu2/extern/ode/dist/contrib/dCylinder/dCylinder.h U tuhopuu2/extern/ode/dist/contrib/dCylinder/readme.txt U tuhopuu2/extern/ode/dist/contrib/dRay/dRay.cpp U tuhopuu2/extern/ode/dist/contrib/dRay/dRay_Box.cpp U tuhopuu2/extern/ode/dist/contrib/dRay/dRay_CCylinder.cpp U tuhopuu2/extern/ode/dist/contrib/dRay/dRay_Plane.cpp U tuhopuu2/extern/ode/dist/contrib/dRay/dRay_Sphere.cpp U tuhopuu2/extern/ode/dist/contrib/dRay/dxRay.h U tuhopuu2/extern/ode/dist/contrib/dRay/README.txt U tuhopuu2/extern/ode/dist/contrib/dRay/Include/dRay.h U tuhopuu2/extern/ode/dist/contrib/dRay/Test/test_ray.cpp U tuhopuu2/extern/ode/dist/contrib/GeomTransformGroup/GeomTransformGroup.cpp U tuhopuu2/extern/ode/dist/contrib/GeomTransformGroup/GeomTransformGroup.h U tuhopuu2/extern/ode/dist/contrib/GeomTransformGroup/README.txt U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/CW7_projects.sit.bin U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/README.txt U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/CommonPrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/DebugPrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/DSPrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/ExamplesPrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/ODETestPrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/ReleasePrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/drawstuff/src/mac_glut_carbon.cpp U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/include/GL/gl.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/include/GL/glu.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/include/ode/config.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/ode/test/test_stability1.cpp U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/ode/test/test_stacktest.c U tuhopuu2/extern/ode/dist/contrib/msvc7/ode.sln U tuhopuu2/extern/ode/dist/contrib/msvc7/README U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_default/config.h U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_default/default.vcproj U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_default/ReadMe.txt U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_triangle_collider/config.h U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_triangle_collider/ReadMe.txt U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_triangle_collider/trianglecollider.vcproj U tuhopuu2/extern/ode/dist/contrib/tri-collider/array.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcAABBCollider.cpp U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcAABBCollider.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcOBBCollider.cpp U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcOBBCollider.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcTriListCollider.cpp U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcTriListCollider.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/dTriList.cpp U tuhopuu2/extern/ode/dist/contrib/tri-collider/dTriList.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/dxTriList.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/README.txt U tuhopuu2/extern/ode/dist/contrib/tri-collider/Include/dTriList.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/test/test_trilist.cpp U tuhopuu2/extern/ode/dist/drawstuff/dstest/dstest.cpp U tuhopuu2/extern/ode/dist/drawstuff/src/drawstuff.cpp U tuhopuu2/extern/ode/dist/drawstuff/src/internal.h U tuhopuu2/extern/ode/dist/drawstuff/src/resource.h U tuhopuu2/extern/ode/dist/drawstuff/src/resources.rc U tuhopuu2/extern/ode/dist/drawstuff/src/windows.cpp U tuhopuu2/extern/ode/dist/drawstuff/src/x11.cpp U tuhopuu2/extern/ode/dist/drawstuff/textures/ground.ppm U tuhopuu2/extern/ode/dist/drawstuff/textures/sky.ppm U tuhopuu2/extern/ode/dist/drawstuff/textures/wood.ppm U tuhopuu2/extern/ode/dist/include/drawstuff/drawstuff.h U tuhopuu2/extern/ode/dist/include/drawstuff/version.h U tuhopuu2/extern/ode/dist/include/ode/common.h U tuhopuu2/extern/ode/dist/include/ode/contact.h U tuhopuu2/extern/ode/dist/include/ode/error.h U tuhopuu2/extern/ode/dist/include/ode/geom.h U tuhopuu2/extern/ode/dist/include/ode/mass.h U tuhopuu2/extern/ode/dist/include/ode/matrix.h U tuhopuu2/extern/ode/dist/include/ode/memory.h U tuhopuu2/extern/ode/dist/include/ode/misc.h U tuhopuu2/extern/ode/dist/include/ode/objects.h U tuhopuu2/extern/ode/dist/include/ode/ode.h U tuhopuu2/extern/ode/dist/include/ode/odecpp.h U tuhopuu2/extern/ode/dist/include/ode/odecpp_old.h U tuhopuu2/extern/ode/dist/include/ode/odemath.h U tuhopuu2/extern/ode/dist/include/ode/README U tuhopuu2/extern/ode/dist/include/ode/rotation.h U tuhopuu2/extern/ode/dist/include/ode/space.h U tuhopuu2/extern/ode/dist/include/ode/timer.h U tuhopuu2/extern/ode/dist/ode/README U tuhopuu2/extern/ode/dist/ode/TODO U tuhopuu2/extern/ode/dist/ode/doc/doccer U tuhopuu2/extern/ode/dist/ode/doc/ode.doc U tuhopuu2/extern/ode/dist/ode/doc/README U tuhopuu2/extern/ode/dist/ode/doc/snarf U tuhopuu2/extern/ode/dist/ode/doc/verify_from_headers U tuhopuu2/extern/ode/dist/ode/doc/pix/amotor.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/ball-and-socket-bad.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/ball-and-socket.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/body.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/contact.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/hinge.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/hinge2.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/joints.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/slider.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/universal.jpg U tuhopuu2/extern/ode/dist/ode/fbuild/BuildDot U tuhopuu2/extern/ode/dist/ode/fbuild/BuildLDLT U tuhopuu2/extern/ode/dist/ode/fbuild/BuildMultidot U tuhopuu2/extern/ode/dist/ode/fbuild/BuildUtil U tuhopuu2/extern/ode/dist/ode/fbuild/Dependencies U tuhopuu2/extern/ode/dist/ode/fbuild/ldlt.m U tuhopuu2/extern/ode/dist/ode/fbuild/Makefile U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeDot U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeLDLT U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeLSolve U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeLTSolve U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeMultidot U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeUtil U tuhopuu2/extern/ode/dist/ode/fbuild/ParametersD.example U tuhopuu2/extern/ode/dist/ode/fbuild/ParametersF.example U tuhopuu2/extern/ode/dist/ode/fbuild/ParametersM.example U tuhopuu2/extern/ode/dist/ode/fbuild/ParametersS.example U tuhopuu2/extern/ode/dist/ode/fbuild/ParametersT.example U tuhopuu2/extern/ode/dist/ode/fbuild/README U tuhopuu2/extern/ode/dist/ode/fbuild/test_dot.cpp U tuhopuu2/extern/ode/dist/ode/fbuild/test_ldlt.cpp U tuhopuu2/extern/ode/dist/ode/fbuild/test_multidot.cpp U tuhopuu2/extern/ode/dist/ode/src/array.cpp U tuhopuu2/extern/ode/dist/ode/src/array.h U tuhopuu2/extern/ode/dist/ode/src/error.cpp U tuhopuu2/extern/ode/dist/ode/src/fastdot.c U tuhopuu2/extern/ode/dist/ode/src/fastldlt.c U tuhopuu2/extern/ode/dist/ode/src/fastlsolve.c U tuhopuu2/extern/ode/dist/ode/src/fastltsolve.c U tuhopuu2/extern/ode/dist/ode/src/geom.cpp U tuhopuu2/extern/ode/dist/ode/src/geom_internal.h U tuhopuu2/extern/ode/dist/ode/src/joint.cpp U tuhopuu2/extern/ode/dist/ode/src/joint.h U tuhopuu2/extern/ode/dist/ode/src/lcp.cpp U tuhopuu2/extern/ode/dist/ode/src/lcp.h U tuhopuu2/extern/ode/dist/ode/src/mass.cpp U tuhopuu2/extern/ode/dist/ode/src/mat.cpp U tuhopuu2/extern/ode/dist/ode/src/mat.h U tuhopuu2/extern/ode/dist/ode/src/matrix.cpp U tuhopuu2/extern/ode/dist/ode/src/memory.cpp U tuhopuu2/extern/ode/dist/ode/src/misc.cpp U tuhopuu2/extern/ode/dist/ode/src/objects.h U tuhopuu2/extern/ode/dist/ode/src/obstack.cpp U tuhopuu2/extern/ode/dist/ode/src/obstack.h U tuhopuu2/extern/ode/dist/ode/src/ode.cpp U tuhopuu2/extern/ode/dist/ode/src/odemath.cpp U tuhopuu2/extern/ode/dist/ode/src/rotation.cpp U tuhopuu2/extern/ode/dist/ode/src/scrapbook.cpp U tuhopuu2/extern/ode/dist/ode/src/space.cpp U tuhopuu2/extern/ode/dist/ode/src/stack.cpp U tuhopuu2/extern/ode/dist/ode/src/stack.h U tuhopuu2/extern/ode/dist/ode/src/step.cpp U tuhopuu2/extern/ode/dist/ode/src/step.h U tuhopuu2/extern/ode/dist/ode/src/testing.cpp U tuhopuu2/extern/ode/dist/ode/src/testing.h U tuhopuu2/extern/ode/dist/ode/src/timer.cpp U tuhopuu2/extern/ode/dist/ode/test/test_boxstack.cpp U tuhopuu2/extern/ode/dist/ode/test/test_buggy.cpp U tuhopuu2/extern/ode/dist/ode/test/test_chain1.c U tuhopuu2/extern/ode/dist/ode/test/test_chain2.cpp U tuhopuu2/extern/ode/dist/ode/test/test_collision.cpp U tuhopuu2/extern/ode/dist/ode/test/test_friction.cpp U tuhopuu2/extern/ode/dist/ode/test/test_hinge.cpp U tuhopuu2/extern/ode/dist/ode/test/test_I.cpp U tuhopuu2/extern/ode/dist/ode/test/test_joints.cpp U tuhopuu2/extern/ode/dist/ode/test/test_ode.cpp U tuhopuu2/extern/ode/dist/ode/test/test_slider.cpp U tuhopuu2/extern/ode/dist/ode/test/test_space.cpp U tuhopuu2/extern/ode/dist/ode/test/test_step.cpp U tuhopuu2/extern/ode/dist/tools/build4 U tuhopuu2/extern/ode/dist/tools/build4.bat U tuhopuu2/extern/ode/dist/tools/make_distribution U tuhopuu2/extern/ode/dist/tools/process_deps U tuhopuu2/extern/ode/dist/tools/rm.c U tuhopuu2/extern/qhull/Announce.txt U tuhopuu2/extern/qhull/COPYING.txt U tuhopuu2/extern/qhull/FILE_ID.DIZ U tuhopuu2/extern/qhull/Qhull-go.pif U tuhopuu2/extern/qhull/README.txt U tuhopuu2/extern/qhull/REGISTER.txt N tuhopuu2/extern/qhull/SConscript U tuhopuu2/extern/qhull/eg/q_eg U tuhopuu2/extern/qhull/eg/q_egtest U tuhopuu2/extern/qhull/eg/q_test U tuhopuu2/extern/qhull/eg/q_test.bat U tuhopuu2/extern/qhull/eg/Qhull-go.bat U tuhopuu2/extern/qhull/html/index.htm U tuhopuu2/extern/qhull/html/qconvex.htm U tuhopuu2/extern/qhull/html/qdelau_f.htm U tuhopuu2/extern/qhull/html/qdelaun.htm U tuhopuu2/extern/qhull/html/qh--4d.gif U tuhopuu2/extern/qhull/html/qh--cone.gif U tuhopuu2/extern/qhull/html/qh--dt.gif U tuhopuu2/extern/qhull/html/qh--geom.gif U tuhopuu2/extern/qhull/html/qh--half.gif U tuhopuu2/extern/qhull/html/qh--rand.gif U tuhopuu2/extern/qhull/html/qh-eg.htm U tuhopuu2/extern/qhull/html/qh-faq.htm U tuhopuu2/extern/qhull/html/qh-get.htm U tuhopuu2/extern/qhull/html/qh-home.htm U tuhopuu2/extern/qhull/html/qh-impre.htm U tuhopuu2/extern/qhull/html/qh-in.htm U tuhopuu2/extern/qhull/html/qh-optc.htm U tuhopuu2/extern/qhull/html/qh-optf.htm U tuhopuu2/extern/qhull/html/qh-optg.htm U tuhopuu2/extern/qhull/html/qh-opto.htm U tuhopuu2/extern/qhull/html/qh-optp.htm U tuhopuu2/extern/qhull/html/qh-optq.htm U tuhopuu2/extern/qhull/html/qh-optt.htm U tuhopuu2/extern/qhull/html/qh-quick.htm U tuhopuu2/extern/qhull/html/qhalf.htm U tuhopuu2/extern/qhull/html/qhull.htm U tuhopuu2/extern/qhull/html/qhull.man U tuhopuu2/extern/qhull/html/qhull.txt U tuhopuu2/extern/qhull/html/qvoron_f.htm U tuhopuu2/extern/qhull/html/qvoronoi.htm U tuhopuu2/extern/qhull/html/rbox.htm U tuhopuu2/extern/qhull/html/rbox.man U tuhopuu2/extern/qhull/html/rbox.txt U tuhopuu2/extern/qhull/include/qhull/geom.h U tuhopuu2/extern/qhull/include/qhull/io.h U tuhopuu2/extern/qhull/include/qhull/mem.h U tuhopuu2/extern/qhull/include/qhull/merge.h U tuhopuu2/extern/qhull/include/qhull/poly.h U tuhopuu2/extern/qhull/include/qhull/qhull.h U tuhopuu2/extern/qhull/include/qhull/qhull_a.h U tuhopuu2/extern/qhull/include/qhull/qset.h U tuhopuu2/extern/qhull/include/qhull/stat.h U tuhopuu2/extern/qhull/include/qhull/user.h U tuhopuu2/extern/qhull/src/Changes.txt U tuhopuu2/extern/qhull/src/geom.c U tuhopuu2/extern/qhull/src/geom.h U tuhopuu2/extern/qhull/src/geom2.c U tuhopuu2/extern/qhull/src/global.c U tuhopuu2/extern/qhull/src/index.htm U tuhopuu2/extern/qhull/src/io.c U tuhopuu2/extern/qhull/src/io.h U tuhopuu2/extern/qhull/src/Make-config.sh U tuhopuu2/extern/qhull/src/Makefile.txt U tuhopuu2/extern/qhull/src/MBorland U tuhopuu2/extern/qhull/src/mem.c U tuhopuu2/extern/qhull/src/mem.h U tuhopuu2/extern/qhull/src/merge.c U tuhopuu2/extern/qhull/src/merge.h U tuhopuu2/extern/qhull/src/poly.c U tuhopuu2/extern/qhull/src/poly.h U tuhopuu2/extern/qhull/src/poly2.c U tuhopuu2/extern/qhull/src/qconvex.c U tuhopuu2/extern/qhull/src/qdelaun.c U tuhopuu2/extern/qhull/src/qh-geom.htm U tuhopuu2/extern/qhull/src/qh-globa.htm U tuhopuu2/extern/qhull/src/qh-io.htm U tuhopuu2/extern/qhull/src/qh-mem.htm U tuhopuu2/extern/qhull/src/qh-merge.htm U tuhopuu2/extern/qhull/src/qh-poly.htm U tuhopuu2/extern/qhull/src/qh-qhull.htm U tuhopuu2/extern/qhull/src/qh-set.htm U tuhopuu2/extern/qhull/src/qh-stat.htm U tuhopuu2/extern/qhull/src/qh-user.htm U tuhopuu2/extern/qhull/src/qhalf.c U tuhopuu2/extern/qhull/src/qhull.c U tuhopuu2/extern/qhull/src/qhull.h U tuhopuu2/extern/qhull/src/qhull_a.h U tuhopuu2/extern/qhull/src/qhull_interface.cpp U tuhopuu2/extern/qhull/src/qset.c U tuhopuu2/extern/qhull/src/qset.h U tuhopuu2/extern/qhull/src/qvoronoi.c U tuhopuu2/extern/qhull/src/rbox.c U tuhopuu2/extern/qhull/src/stat.c U tuhopuu2/extern/qhull/src/stat.h U tuhopuu2/extern/qhull/src/unix.c U tuhopuu2/extern/qhull/src/user.c U tuhopuu2/extern/qhull/src/user.h U tuhopuu2/extern/qhull/src/user_eg.c U tuhopuu2/extern/qhull/src/user_eg2.c U tuhopuu2/extern/qhull/VisualC6/qhull.dsw U tuhopuu2/extern/qhull/VisualC6/qhull/qhull.dsp U tuhopuu2/extern/solid/aclocal.m4 U tuhopuu2/extern/solid/config.guess U tuhopuu2/extern/solid/config.sub U tuhopuu2/extern/solid/configure U tuhopuu2/extern/solid/configure.ac U tuhopuu2/extern/solid/depcomp U tuhopuu2/extern/solid/install-sh U tuhopuu2/extern/solid/LICENSE_GPL.txt U tuhopuu2/extern/solid/LICENSE_QPL.txt U tuhopuu2/extern/solid/ltmain.sh U tuhopuu2/extern/solid/Makefile.am U tuhopuu2/extern/solid/Makefile.in U tuhopuu2/extern/solid/missing U tuhopuu2/extern/solid/mkinstalldirs U tuhopuu2/extern/solid/README.txt N tuhopuu2/extern/solid/SConscript U tuhopuu2/extern/solid/doc/Makefile.am U tuhopuu2/extern/solid/doc/Makefile.in U tuhopuu2/extern/solid/doc/mdate-sh U tuhopuu2/extern/solid/doc/solid3.html U tuhopuu2/extern/solid/doc/solid3.info U tuhopuu2/extern/solid/doc/solid3.pdf U tuhopuu2/extern/solid/doc/solid3.texi U tuhopuu2/extern/solid/doc/stamp-vti U tuhopuu2/extern/solid/doc/texinfo.tex U tuhopuu2/extern/solid/doc/version.texi U tuhopuu2/extern/solid/examples/gldemo.cpp U tuhopuu2/extern/solid/examples/Makefile.am U tuhopuu2/extern/solid/examples/Makefile.in U tuhopuu2/extern/solid/examples/mnm.cpp U tuhopuu2/extern/solid/examples/physics.cpp U tuhopuu2/extern/solid/examples/README.txt U tuhopuu2/extern/solid/examples/sample.cpp U tuhopuu2/extern/solid/examples/dynamics/Dynamic.cpp U tuhopuu2/extern/solid/examples/dynamics/Dynamic.h U tuhopuu2/extern/solid/examples/dynamics/Kinetic.cpp U tuhopuu2/extern/solid/examples/dynamics/Kinetic.h U tuhopuu2/extern/solid/examples/dynamics/Makefile.am U tuhopuu2/extern/solid/examples/dynamics/Makefile.in C tuhopuu2/extern/solid/examples/dynamics/RigidBody.cpp U tuhopuu2/extern/solid/examples/dynamics/RigidBody.h U tuhopuu2/extern/solid/include/config.h.in U tuhopuu2/extern/solid/include/GEN_MinMax.h U tuhopuu2/extern/solid/include/GEN_random.h U tuhopuu2/extern/solid/include/Makefile.am U tuhopuu2/extern/solid/include/Makefile.in U tuhopuu2/extern/solid/include/MT_BBox.h U tuhopuu2/extern/solid/include/MT_Interval.h U tuhopuu2/extern/solid/include/MT_Matrix3x3.h U tuhopuu2/extern/solid/include/MT_Point3.h U tuhopuu2/extern/solid/include/MT_Quaternion.h C tuhopuu2/extern/solid/include/MT_Scalar.h U tuhopuu2/extern/solid/include/MT_Transform.h U tuhopuu2/extern/solid/include/MT_Vector3.h U tuhopuu2/extern/solid/include/SOLID.h U tuhopuu2/extern/solid/include/SOLID_broad.h U tuhopuu2/extern/solid/include/SOLID_types.h U tuhopuu2/extern/solid/include/MT/Interval.h U tuhopuu2/extern/solid/include/MT/Matrix3x3.h U tuhopuu2/extern/solid/include/MT/Quaternion.h U tuhopuu2/extern/solid/include/MT/Transform.h U tuhopuu2/extern/solid/include/MT/Tuple3.h U tuhopuu2/extern/solid/include/MT/Tuple4.h U tuhopuu2/extern/solid/include/MT/Vector3.h N tuhopuu2/extern/solid/SOLID/SOLID.h N tuhopuu2/extern/solid/SOLID/SOLID_broad.h N tuhopuu2/extern/solid/SOLID/SOLID_types.h U tuhopuu2/extern/solid/src/DT_AlgoTable.h U tuhopuu2/extern/solid/src/DT_C-api.cpp U tuhopuu2/extern/solid/src/DT_Encounter.cpp U tuhopuu2/extern/solid/src/DT_Encounter.h U tuhopuu2/extern/solid/src/DT_Object.cpp U tuhopuu2/extern/solid/src/DT_Object.h U tuhopuu2/extern/solid/src/DT_Response.h U tuhopuu2/extern/solid/src/DT_RespTable.cpp U tuhopuu2/extern/solid/src/DT_RespTable.h U tuhopuu2/extern/solid/src/DT_Scene.cpp U tuhopuu2/extern/solid/src/DT_Scene.h U tuhopuu2/extern/solid/src/Makefile.am U tuhopuu2/extern/solid/src/Makefile.in U tuhopuu2/extern/solid/src/broad/BP_C-api.cpp U tuhopuu2/extern/solid/src/broad/BP_Endpoint.h U tuhopuu2/extern/solid/src/broad/BP_EndpointList.cpp U tuhopuu2/extern/solid/src/broad/BP_EndpointList.h U tuhopuu2/extern/solid/src/broad/BP_Proxy.cpp U tuhopuu2/extern/solid/src/broad/BP_Proxy.h U tuhopuu2/extern/solid/src/broad/BP_ProxyList.h U tuhopuu2/extern/solid/src/broad/BP_Scene.cpp U tuhopuu2/extern/solid/src/broad/BP_Scene.h U tuhopuu2/extern/solid/src/broad/Makefile.am U tuhopuu2/extern/solid/src/broad/Makefile.in U tuhopuu2/extern/solid/src/complex/DT_BBoxTree.cpp U tuhopuu2/extern/solid/src/complex/DT_BBoxTree.h U tuhopuu2/extern/solid/src/complex/DT_CBox.h U tuhopuu2/extern/solid/src/complex/DT_Complex.cpp U tuhopuu2/extern/solid/src/complex/DT_Complex.h U tuhopuu2/extern/solid/src/complex/Makefile.am U tuhopuu2/extern/solid/src/complex/Makefile.in U tuhopuu2/extern/solid/src/convex/DT_Accuracy.cpp U tuhopuu2/extern/solid/src/convex/DT_Accuracy.h U tuhopuu2/extern/solid/src/convex/DT_Array.h U tuhopuu2/extern/solid/src/convex/DT_Box.cpp U tuhopuu2/extern/solid/src/convex/DT_Box.h U tuhopuu2/extern/solid/src/convex/DT_Cone.cpp U tuhopuu2/extern/solid/src/convex/DT_Cone.h U tuhopuu2/extern/solid/src/convex/DT_Convex.cpp U tuhopuu2/extern/solid/src/convex/DT_Convex.h U tuhopuu2/extern/solid/src/convex/DT_Cylinder.cpp U tuhopuu2/extern/solid/src/convex/DT_Cylinder.h U tuhopuu2/extern/solid/src/convex/DT_Facet.cpp U tuhopuu2/extern/solid/src/convex/DT_Facet.h U tuhopuu2/extern/solid/src/convex/DT_GJK.h U tuhopuu2/extern/solid/src/convex/DT_Hull.h U tuhopuu2/extern/solid/src/convex/DT_IndexArray.h U tuhopuu2/extern/solid/src/convex/DT_LineSegment.cpp U tuhopuu2/extern/solid/src/convex/DT_LineSegment.h U tuhopuu2/extern/solid/src/convex/DT_Minkowski.h U tuhopuu2/extern/solid/src/convex/DT_PenDepth.cpp U tuhopuu2/extern/solid/src/convex/DT_PenDepth.h U tuhopuu2/extern/solid/src/convex/DT_Point.cpp U tuhopuu2/extern/solid/src/convex/DT_Point.h U tuhopuu2/extern/solid/src/convex/DT_Polyhedron.cpp U tuhopuu2/extern/solid/src/convex/DT_Polyhedron.h U tuhopuu2/extern/solid/src/convex/DT_Polytope.cpp U tuhopuu2/extern/solid/src/convex/DT_Polytope.h U tuhopuu2/extern/solid/src/convex/DT_Shape.h U tuhopuu2/extern/solid/src/convex/DT_Sphere.cpp U tuhopuu2/extern/solid/src/convex/DT_Sphere.h U tuhopuu2/extern/solid/src/convex/DT_Transform.h U tuhopuu2/extern/solid/src/convex/DT_Triangle.cpp U tuhopuu2/extern/solid/src/convex/DT_Triangle.h U tuhopuu2/extern/solid/src/convex/DT_VertexBase.h U tuhopuu2/extern/solid/src/convex/Makefile.am U tuhopuu2/extern/solid/src/convex/Makefile.in U tuhopuu2/extern/solid/VisualC6/solid.dsw U tuhopuu2/extern/solid/VisualC6/broad/broad.dsp U tuhopuu2/extern/solid/VisualC6/complex/complex.dsp U tuhopuu2/extern/solid/VisualC6/convex/convex.dsp U tuhopuu2/extern/solid/VisualC6/dynamics/dynamics.dsp U tuhopuu2/extern/solid/VisualC6/gldemo/gldemo.dsp U tuhopuu2/extern/solid/VisualC6/mnm/mnm.dsp U tuhopuu2/extern/solid/VisualC6/physics/physics.dsp U tuhopuu2/extern/solid/VisualC6/sample/sample.dsp U tuhopuu2/extern/solid/VisualC6/solid/solid.dsp U tuhopuu2/extern/solid/VisualC6/solid_dll/solid_dll.dsp U tuhopuu2/intern/Makefile U tuhopuu2/intern/SConscript U tuhopuu2/intern/action/ACT_Action.h U tuhopuu2/intern/action/ACT_ActionC-Api.h U tuhopuu2/intern/action/ACT_ActionStack.h U tuhopuu2/intern/action/Makefile U tuhopuu2/intern/action/doc/Doxyfile U tuhopuu2/intern/action/intern/ACT_Action.cpp U tuhopuu2/intern/action/intern/ACT_ActionC-Api.cpp U tuhopuu2/intern/action/intern/ACT_ActionStack.cpp U tuhopuu2/intern/action/intern/ACT_CallbackAction.h U tuhopuu2/intern/action/intern/Makefile U tuhopuu2/intern/action/make/msvc_6_0/action.dsp U tuhopuu2/intern/action/make/msvc_6_0/action.dsw U tuhopuu2/intern/action/make/msvc_7_0/action.sln U tuhopuu2/intern/action/make/msvc_7_0/action.vcproj U tuhopuu2/intern/action/test/action_c_test/ActionTest.c U tuhopuu2/intern/action/test/action_c_test/TestAction.c U tuhopuu2/intern/action/test/action_c_test/TestAction.h U tuhopuu2/intern/action/test/action_c_test/make/msvc_6_0/action_c_test.dsp U tuhopuu2/intern/action/test/action_c_test/make/msvc_6_0/action_c_test.dsw U tuhopuu2/intern/action/test/action_cpp_test/ActionTest.cpp U tuhopuu2/intern/action/test/action_cpp_test/TestAction.h U tuhopuu2/intern/action/test/action_cpp_test/make/msvc_6_0/action_cpp_test.dsp U tuhopuu2/intern/action/test/action_cpp_test/make/msvc_6_0/action_cpp_test.dsw U tuhopuu2/intern/bmfont/BMF_Api.h U tuhopuu2/intern/bmfont/BMF_Fonts.h U tuhopuu2/intern/bmfont/BMF_Settings.h U tuhopuu2/intern/bmfont/Makefile U tuhopuu2/intern/bmfont/SConscript U tuhopuu2/intern/bmfont/intern/BMF_Api.cpp U tuhopuu2/intern/bmfont/intern/BMF_BitmapFont.cpp U tuhopuu2/intern/bmfont/intern/BMF_BitmapFont.h U tuhopuu2/intern/bmfont/intern/BMF_font_helv10.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_helv12.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_helvb10.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_helvb12.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_helvb14.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_helvb8.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_scr12.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_scr14.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_scr15.cpp U tuhopuu2/intern/bmfont/intern/BMF_FontData.h U tuhopuu2/intern/bmfont/intern/Makefile U tuhopuu2/intern/bmfont/make/msvc_6_0/bmfont.dsp U tuhopuu2/intern/bmfont/make/msvc_6_0/bmfont.dsw U tuhopuu2/intern/bmfont/make/msvc_7_0/bmfont.sln U tuhopuu2/intern/bmfont/make/msvc_7_0/bmfont.vcproj U tuhopuu2/intern/bmfont/test/Makefile U tuhopuu2/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsp U tuhopuu2/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsw U tuhopuu2/intern/bmfont/test/simpletest/BMF_Test.cpp U tuhopuu2/intern/bmfont/test/simpletest/Makefile U tuhopuu2/intern/bsp/Makefile U tuhopuu2/intern/bsp/SConscript U tuhopuu2/intern/bsp/extern/CSG_BooleanOps.h U tuhopuu2/intern/bsp/intern/BSP_CSGException.h U tuhopuu2/intern/bsp/intern/BSP_CSGHelper.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGHelper.h U tuhopuu2/intern/bsp/intern/BSP_CSGISplitter.h U tuhopuu2/intern/bsp/intern/BSP_CSGMesh.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGMesh.h U tuhopuu2/intern/bsp/intern/BSP_CSGMesh_CFIterator.h U tuhopuu2/intern/bsp/intern/BSP_CSGMeshBuilder.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGMeshBuilder.h U tuhopuu2/intern/bsp/intern/BSP_CSGMeshSplitter.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGMeshSplitter.h U tuhopuu2/intern/bsp/intern/BSP_CSGNCMeshSplitter.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGNCMeshSplitter.h U tuhopuu2/intern/bsp/intern/BSP_CSGUserData.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGUserData.h U tuhopuu2/intern/bsp/intern/BSP_FragNode.cpp U tuhopuu2/intern/bsp/intern/BSP_FragNode.h U tuhopuu2/intern/bsp/intern/BSP_FragTree.cpp U tuhopuu2/intern/bsp/intern/BSP_FragTree.h U tuhopuu2/intern/bsp/intern/BSP_MeshFragment.cpp U tuhopuu2/intern/bsp/intern/BSP_MeshFragment.h U tuhopuu2/intern/bsp/intern/BSP_MeshPrimitives.cpp U tuhopuu2/intern/bsp/intern/BSP_MeshPrimitives.h U tuhopuu2/intern/bsp/intern/BSP_Triangulate.cpp U tuhopuu2/intern/bsp/intern/BSP_Triangulate.h U tuhopuu2/intern/bsp/intern/CSG_BooleanOps.cpp U tuhopuu2/intern/bsp/intern/Makefile U tuhopuu2/intern/bsp/make/msvc6_0/bsplib.dsp U tuhopuu2/intern/bsp/make/msvc6_0/bsplib.dsw U tuhopuu2/intern/bsp/make/msvc_7_0/bsplib.sln U tuhopuu2/intern/bsp/make/msvc_7_0/bsplib.vcproj U tuhopuu2/intern/bsp/test/Makefile U tuhopuu2/intern/bsp/test/BSP_GhostTest/bsp.ply U tuhopuu2/intern/bsp/test/BSP_GhostTest/bsp_cube.ply U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsp U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsw U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.cpp U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.h U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_MeshDrawer.cpp U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_MeshDrawer.h U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_PlyLoader.cpp U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_PlyLoader.h U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_TMesh.h U tuhopuu2/intern/bsp/test/BSP_GhostTest/main.cpp U tuhopuu2/intern/bsp/test/BSP_GhostTest/Makefile U tuhopuu2/intern/bsp/test/BSP_GhostTest/ply.h U tuhopuu2/intern/bsp/test/BSP_GhostTest/plyfile.c U tuhopuu2/intern/container/CTR_List.h U tuhopuu2/intern/container/CTR_Map.h U tuhopuu2/intern/container/CTR_TaggedIndex.h U tuhopuu2/intern/container/CTR_TaggedSetOps.h U tuhopuu2/intern/container/CTR_UHeap.h U tuhopuu2/intern/container/Makefile U tuhopuu2/intern/container/SConscript U tuhopuu2/intern/container/intern/CTR_List.cpp U tuhopuu2/intern/container/intern/Makefile U tuhopuu2/intern/container/make/msvc_6_0/container.dsp U tuhopuu2/intern/container/make/msvc_6_0/container.dsw U tuhopuu2/intern/container/make/msvc_7_0/container.sln U tuhopuu2/intern/container/make/msvc_7_0/container.vcproj N tuhopuu2/intern/csg/SConscript U tuhopuu2/intern/csg/extern/CSG_Interface.h U tuhopuu2/intern/csg/intern/CSG_BBox.h U tuhopuu2/intern/csg/intern/CSG_BBoxTree.cpp U tuhopuu2/intern/csg/intern/CSG_BBoxTree.h U tuhopuu2/intern/csg/intern/CSG_BlenderVProp.h U tuhopuu2/intern/csg/intern/CSG_BooleanOp.h U tuhopuu2/intern/csg/intern/CSG_BooleanOp.inl U tuhopuu2/intern/csg/intern/CSG_ConnectedMesh.h U tuhopuu2/intern/csg/intern/CSG_ConnectedMeshWrapper.inl U tuhopuu2/intern/csg/intern/CSG_CVertex.h U tuhopuu2/intern/csg/intern/CSG_GeometryBinder.h U tuhopuu2/intern/csg/intern/CSG_IndexDefs.h U tuhopuu2/intern/csg/intern/CSG_Math.h U tuhopuu2/intern/csg/intern/CSG_Math.inl U tuhopuu2/intern/csg/intern/CSG_Mesh.h U tuhopuu2/intern/csg/intern/CSG_MeshCopier.h U tuhopuu2/intern/csg/intern/CSG_MeshWrapper.h U tuhopuu2/intern/csg/intern/CSG_MeshWrapper.inl U tuhopuu2/intern/csg/intern/CSG_Polygon.h U tuhopuu2/intern/csg/intern/CSG_SplitFunction.h U tuhopuu2/intern/csg/intern/CSG_TreeQueries.h U tuhopuu2/intern/csg/intern/CSG_Triangulate.h U tuhopuu2/intern/csg/intern/CSG_Triangulate.inl U tuhopuu2/intern/csg/intern/CSG_Vertex.h U tuhopuu2/intern/csg/intern/MT_Line3.cpp U tuhopuu2/intern/csg/intern/MT_Line3.h U tuhopuu2/intern/csg/intern/blender/CSG_BlenderMesh.h U tuhopuu2/intern/csg/intern/blender/CSG_BlenderVProp.cpp U tuhopuu2/intern/csg/intern/blender/CSG_CsgOp.cpp U tuhopuu2/intern/csg/intern/blender/CSG_CsgOp.h U tuhopuu2/intern/csg/intern/blender/CSG_IndexDefs.h U tuhopuu2/intern/csg/intern/blender/CSG_Interface.cpp U tuhopuu2/intern/csg/intern/blender/CSG_Iterator.h U tuhopuu2/intern/csg/intern/blender/CSG_MeshBuilder.h U tuhopuu2/intern/csg/intern/blender/CSG_PropArray.h U tuhopuu2/intern/csg/intern/blender/CSG_SimpleProp.cpp U tuhopuu2/intern/csg/intern/blender/CSG_SimpleProp.h U tuhopuu2/intern/csg/make/msvc60/csg.dsp U tuhopuu2/intern/csg/make/msvc60/csg.dsw U tuhopuu2/intern/decimation/Makefile U tuhopuu2/intern/decimation/SConscript U tuhopuu2/intern/decimation/extern/LOD_decimation.h U tuhopuu2/intern/decimation/intern/LOD_decimation.cpp U tuhopuu2/intern/decimation/intern/LOD_DecimationClass.h U tuhopuu2/intern/decimation/intern/LOD_EdgeCollapser.cpp U tuhopuu2/intern/decimation/intern/LOD_EdgeCollapser.h U tuhopuu2/intern/decimation/intern/LOD_ExternBufferEditor.h U tuhopuu2/intern/decimation/intern/LOD_ExternNormalEditor.cpp U tuhopuu2/intern/decimation/intern/LOD_ExternNormalEditor.h U tuhopuu2/intern/decimation/intern/LOD_FaceNormalEditor.cpp U tuhopuu2/intern/decimation/intern/LOD_FaceNormalEditor.h U tuhopuu2/intern/decimation/intern/LOD_ManMesh2.cpp U tuhopuu2/intern/decimation/intern/LOD_ManMesh2.h U tuhopuu2/intern/decimation/intern/LOD_MeshBounds.h U tuhopuu2/intern/decimation/intern/LOD_MeshException.h U tuhopuu2/intern/decimation/intern/LOD_MeshPrimitives.cpp U tuhopuu2/intern/decimation/intern/LOD_MeshPrimitives.h U tuhopuu2/intern/decimation/intern/LOD_QSDecimator.cpp U tuhopuu2/intern/decimation/intern/LOD_QSDecimator.h U tuhopuu2/intern/decimation/intern/LOD_Quadric.h U tuhopuu2/intern/decimation/intern/LOD_QuadricEditor.cpp U tuhopuu2/intern/decimation/intern/LOD_QuadricEditor.h U tuhopuu2/intern/decimation/intern/Makefile U tuhopuu2/intern/decimation/intern/future/LOD_ExternVColorEditor.cpp U tuhopuu2/intern/decimation/intern/future/LOD_ExternVColorEditor.h U tuhopuu2/intern/decimation/intern/future/LOD_NdQSDecimator.cpp U tuhopuu2/intern/decimation/intern/future/LOD_NdQSDecimator.h U tuhopuu2/intern/decimation/intern/future/LOD_NdQuadric.cpp U tuhopuu2/intern/decimation/intern/future/LOD_NdQuadric.h U tuhopuu2/intern/decimation/intern/future/LOD_NdQuadricEditor.cpp U tuhopuu2/intern/decimation/intern/future/LOD_NdQuadricEditor.h U tuhopuu2/intern/decimation/make/msvc_6_0/decimation.dsp U tuhopuu2/intern/decimation/make/msvc_6_0/decimation.dsw U tuhopuu2/intern/decimation/make/msvc_7_0/decimation.sln U tuhopuu2/intern/decimation/make/msvc_7_0/decimation.vcproj U tuhopuu2/intern/decimation/test/Makefile U tuhopuu2/intern/decimation/test/decimate_glut_test/beethoven.ply U tuhopuu2/intern/decimation/test/decimate_glut_test/Makefile U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/GlutMeshDrawer.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/LOD_GhostTestApp.cpp U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/LOD_GhostTestApp.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/main.cpp U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/Makefile U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/MyGlutKeyHandler.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/MyGlutMouseHandler.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutDrawer.cpp U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutDrawer.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutKeyboardManager.cpp U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutKeyboardManager.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutMouseManager.cpp U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutMouseManager.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/Makefile U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/ply/Makefile U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/ply/ply.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/ply/plyfile.c U tuhopuu2/intern/decimation/test/decimate_glut_test/make/msvc_6_0/beethoven.ply U tuhopuu2/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsp U tuhopuu2/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsw U tuhopuu2/intern/ghost/GHOST_C-api.h U tuhopuu2/intern/ghost/GHOST_IEvent.h U tuhopuu2/intern/ghost/GHOST_IEventConsumer.h U tuhopuu2/intern/ghost/GHOST_ISystem.h U tuhopuu2/intern/ghost/GHOST_ITimerTask.h U tuhopuu2/intern/ghost/GHOST_IWindow.h U tuhopuu2/intern/ghost/GHOST_Rect.h U tuhopuu2/intern/ghost/GHOST_Types.h U tuhopuu2/intern/ghost/Makefile U tuhopuu2/intern/ghost/SConscript U tuhopuu2/intern/ghost/doc/ghost_interface.cfg U tuhopuu2/intern/ghost/intern/GHOST_Buttons.cpp U tuhopuu2/intern/ghost/intern/GHOST_Buttons.h U tuhopuu2/intern/ghost/intern/GHOST_C-api.cpp U tuhopuu2/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp U tuhopuu2/intern/ghost/intern/GHOST_CallbackEventConsumer.h U tuhopuu2/intern/ghost/intern/GHOST_Debug.h U tuhopuu2/intern/ghost/intern/GHOST_DisplayManager.cpp U tuhopuu2/intern/ghost/intern/GHOST_DisplayManager.h U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerCarbon.h U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerWin32.h U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerX11.cpp U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerX11.h U tuhopuu2/intern/ghost/intern/GHOST_Event.h U tuhopuu2/intern/ghost/intern/GHOST_EventButton.h U tuhopuu2/intern/ghost/intern/GHOST_EventCursor.h U tuhopuu2/intern/ghost/intern/GHOST_EventKey.h U tuhopuu2/intern/ghost/intern/GHOST_EventManager.cpp U tuhopuu2/intern/ghost/intern/GHOST_EventManager.h U tuhopuu2/intern/ghost/intern/GHOST_EventPrinter.cpp U tuhopuu2/intern/ghost/intern/GHOST_EventPrinter.h U tuhopuu2/intern/ghost/intern/GHOST_EventWheel.h U tuhopuu2/intern/ghost/intern/GHOST_ISystem.cpp U tuhopuu2/intern/ghost/intern/GHOST_ModifierKeys.cpp U tuhopuu2/intern/ghost/intern/GHOST_ModifierKeys.h U tuhopuu2/intern/ghost/intern/GHOST_Rect.cpp U tuhopuu2/intern/ghost/intern/GHOST_System.cpp U tuhopuu2/intern/ghost/intern/GHOST_System.h U tuhopuu2/intern/ghost/intern/GHOST_SystemCarbon.cpp U tuhopuu2/intern/ghost/intern/GHOST_SystemCarbon.h U tuhopuu2/intern/ghost/intern/GHOST_SystemWin32.cpp U tuhopuu2/intern/ghost/intern/GHOST_SystemWin32.h U tuhopuu2/intern/ghost/intern/GHOST_SystemX11.cpp U tuhopuu2/intern/ghost/intern/GHOST_SystemX11.h U tuhopuu2/intern/ghost/intern/GHOST_TimerManager.cpp U tuhopuu2/intern/ghost/intern/GHOST_TimerManager.h U tuhopuu2/intern/ghost/intern/GHOST_TimerTask.h U tuhopuu2/intern/ghost/intern/GHOST_Window.cpp U tuhopuu2/intern/ghost/intern/GHOST_Window.h U tuhopuu2/intern/ghost/intern/GHOST_WindowCarbon.cpp U tuhopuu2/intern/ghost/intern/GHOST_WindowCarbon.h U tuhopuu2/intern/ghost/intern/GHOST_WindowManager.cpp U tuhopuu2/intern/ghost/intern/GHOST_WindowManager.h U tuhopuu2/intern/ghost/intern/GHOST_WindowWin32.cpp U tuhopuu2/intern/ghost/intern/GHOST_WindowWin32.h U tuhopuu2/intern/ghost/intern/GHOST_WindowX11.cpp U tuhopuu2/intern/ghost/intern/GHOST_WindowX11.h U tuhopuu2/intern/ghost/intern/Makefile U tuhopuu2/intern/ghost/make/msvc/ghost.dsp U tuhopuu2/intern/ghost/make/msvc/ghost.dsw U tuhopuu2/intern/ghost/make/msvc_7_0/ghost.sln U tuhopuu2/intern/ghost/make/msvc_7_0/ghost.vcproj U tuhopuu2/intern/ghost/make/pb/ghost.pbproj/project.pbxproj U tuhopuu2/intern/ghost/test/Makefile U tuhopuu2/intern/ghost/test/gears/GHOST_C-Test.c U tuhopuu2/intern/ghost/test/gears/GHOST_Test.cpp U tuhopuu2/intern/ghost/test/gears/Makefile U tuhopuu2/intern/ghost/test/gears/resources/osx/Info.plist U tuhopuu2/intern/ghost/test/gears/resources/osx/PkgInfo U tuhopuu2/intern/ghost/test/gears/resources/osx/English.lproj/InfoPlist.strings U tuhopuu2/intern/ghost/test/gears/resources/osx/English.lproj/MainMenu.nib/classes.nib U tuhopuu2/intern/ghost/test/gears/resources/osx/English.lproj/MainMenu.nib/info.nib U tuhopuu2/intern/ghost/test/gears/resources/osx/English.lproj/MainMenu.nib/objects.nib U tuhopuu2/intern/ghost/test/make/msvc_6_0/gears.dsp U tuhopuu2/intern/ghost/test/make/msvc_6_0/gears_C.dsp U tuhopuu2/intern/ghost/test/make/msvc_6_0/ghost_test.dsw U tuhopuu2/intern/ghost/test/make/pb/English.lproj/InfoPlist.strings U tuhopuu2/intern/ghost/test/make/pb/English.lproj/MainMenu.nib/classes.nib U tuhopuu2/intern/ghost/test/make/pb/English.lproj/MainMenu.nib/info.nib U tuhopuu2/intern/ghost/test/make/pb/English.lproj/MainMenu.nib/objects.nib U tuhopuu2/intern/ghost/test/make/pb/gears.pbproj/project.pbxproj U tuhopuu2/intern/ghost/test/make/pb_2_0_1/gears.pbproj/project.pbxproj U tuhopuu2/intern/ghost/test/multitest/Basic.c U tuhopuu2/intern/ghost/test/multitest/Basic.h U tuhopuu2/intern/ghost/test/multitest/EventToBuf.c U tuhopuu2/intern/ghost/test/multitest/EventToBuf.h U tuhopuu2/intern/ghost/test/multitest/GL.h U tuhopuu2/intern/ghost/test/multitest/Makefile U tuhopuu2/intern/ghost/test/multitest/MultiTest.c U tuhopuu2/intern/ghost/test/multitest/ScrollBar.c U tuhopuu2/intern/ghost/test/multitest/ScrollBar.h U tuhopuu2/intern/ghost/test/multitest/Util.c U tuhopuu2/intern/ghost/test/multitest/Util.h U tuhopuu2/intern/ghost/test/multitest/WindowData.c U tuhopuu2/intern/ghost/test/multitest/WindowData.h U tuhopuu2/intern/guardedalloc/Makefile U tuhopuu2/intern/guardedalloc/MEM_guardedalloc.h U tuhopuu2/intern/guardedalloc/SConscript U tuhopuu2/intern/guardedalloc/intern/Makefile C tuhopuu2/intern/guardedalloc/intern/mallocn.c U tuhopuu2/intern/guardedalloc/make/msvc_6_0/guardedalloc.dsp U tuhopuu2/intern/guardedalloc/make/msvc_7_0/guardedalloc.sln U tuhopuu2/intern/guardedalloc/make/msvc_7_0/guardedalloc.vcproj U tuhopuu2/intern/guardedalloc/test/Makefile U tuhopuu2/intern/guardedalloc/test/simpletest/Makefile U tuhopuu2/intern/guardedalloc/test/simpletest/memtest.c U tuhopuu2/intern/iksolver/Makefile U tuhopuu2/intern/iksolver/SConscript U tuhopuu2/intern/iksolver/extern/IK_solver.h U tuhopuu2/intern/iksolver/intern/IK_QChain.cpp U tuhopuu2/intern/iksolver/intern/IK_QChain.h U tuhopuu2/intern/iksolver/intern/IK_QJacobianSolver.cpp U tuhopuu2/intern/iksolver/intern/IK_QJacobianSolver.h U tuhopuu2/intern/iksolver/intern/IK_QSegment.cpp U tuhopuu2/intern/iksolver/intern/IK_QSegment.h U tuhopuu2/intern/iksolver/intern/IK_QSolver_Class.h U tuhopuu2/intern/iksolver/intern/IK_Solver.cpp U tuhopuu2/intern/iksolver/intern/Makefile U tuhopuu2/intern/iksolver/intern/MT_ExpMap.cpp U tuhopuu2/intern/iksolver/intern/MT_ExpMap.h U tuhopuu2/intern/iksolver/intern/TNT/cholesky.h U tuhopuu2/intern/iksolver/intern/TNT/cmat.h U tuhopuu2/intern/iksolver/intern/TNT/fcscmat.h U tuhopuu2/intern/iksolver/intern/TNT/fmat.h U tuhopuu2/intern/iksolver/intern/TNT/fortran.h U tuhopuu2/intern/iksolver/intern/TNT/fspvec.h U tuhopuu2/intern/iksolver/intern/TNT/index.h U tuhopuu2/intern/iksolver/intern/TNT/lapack.h U tuhopuu2/intern/iksolver/intern/TNT/lu.h U tuhopuu2/intern/iksolver/intern/TNT/qr.h U tuhopuu2/intern/iksolver/intern/TNT/region1d.h U tuhopuu2/intern/iksolver/intern/TNT/region2d.h U tuhopuu2/intern/iksolver/intern/TNT/stopwatch.h U tuhopuu2/intern/iksolver/intern/TNT/subscript.h U tuhopuu2/intern/iksolver/intern/TNT/svd.h U tuhopuu2/intern/iksolver/intern/TNT/tnt.h U tuhopuu2/intern/iksolver/intern/TNT/tntmath.h U tuhopuu2/intern/iksolver/intern/TNT/tntreqs.h U tuhopuu2/intern/iksolver/intern/TNT/transv.h U tuhopuu2/intern/iksolver/intern/TNT/triang.h U tuhopuu2/intern/iksolver/intern/TNT/trisolve.h U tuhopuu2/intern/iksolver/intern/TNT/vec.h U tuhopuu2/intern/iksolver/intern/TNT/vecadaptor.h U tuhopuu2/intern/iksolver/intern/TNT/version.h U tuhopuu2/intern/iksolver/make/msvc_6_0/iksolver.dsp U tuhopuu2/intern/iksolver/make/msvc_6_0/iksolver.dsw U tuhopuu2/intern/iksolver/make/msvc_7_0/iksolver.sln U tuhopuu2/intern/iksolver/make/msvc_7_0/iksolver.vcproj U tuhopuu2/intern/iksolver/test/Makefile U tuhopuu2/intern/iksolver/test/ik_glut_test/Makefile U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutDrawer.cpp U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutDrawer.h U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutKeyboardManager.cpp U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutKeyboardManager.h U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutMouseManager.cpp U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutMouseManager.h U tuhopuu2/intern/iksolver/test/ik_glut_test/common/Makefile U tuhopuu2/intern/iksolver/test/ik_glut_test/intern/ChainDrawer.h U tuhopuu2/intern/iksolver/test/ik_glut_test/intern/main.cpp U tuhopuu2/intern/iksolver/test/ik_glut_test/intern/Makefile U tuhopuu2/intern/iksolver/test/ik_glut_test/intern/MyGlutKeyHandler.h U tuhopuu2/intern/iksolver/test/ik_glut_test/intern/MyGlutMouseHandler.h U tuhopuu2/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsp U tuhopuu2/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsw U tuhopuu2/intern/img/doc/Doxyfile.win U tuhopuu2/intern/img/extern/IMG_Pixmap.h U tuhopuu2/intern/img/extern/IMG_PixmapRGBA32.h U tuhopuu2/intern/img/intern/IMG_Color.h U tuhopuu2/intern/img/intern/IMG_MemPtr.h U tuhopuu2/intern/img/intern/IMG_Pixmap.cpp U tuhopuu2/intern/img/intern/IMG_PixmapRGBA32.cpp U tuhopuu2/intern/img/intern/Makefile U tuhopuu2/intern/img/make/msvc/img.dsp U tuhopuu2/intern/img/make/msvc/img.dsw U tuhopuu2/intern/img/make/msvc_7_0/img.sln U tuhopuu2/intern/img/make/msvc_7_0/img.vcproj U tuhopuu2/intern/keymaker/blenkey.h U tuhopuu2/intern/keymaker/key.c U tuhopuu2/intern/keymaker/key_internal.h U tuhopuu2/intern/keymaker/keyloader.c U tuhopuu2/intern/keymaker/Makefile U tuhopuu2/intern/keymaker/mt19937int.c U tuhopuu2/intern/keymaker/mt19937int.h U tuhopuu2/intern/keymaker/make/msvc_6_0/blenkey.dsp U tuhopuu2/intern/keymaker/make/msvc_6_0/blenkey.dsw U tuhopuu2/intern/keymaker/make/msvc_7_0/blenkey.sln U tuhopuu2/intern/keymaker/make/msvc_7_0/blenkey.vcproj U tuhopuu2/intern/keymaker/python/key_pyc.h U tuhopuu2/intern/make/msvc_6_0/build_install_all.dsp U tuhopuu2/intern/make/msvc_6_0/intern.dsw U tuhopuu2/intern/make/msvc_7_0/build_install_all.vcproj U tuhopuu2/intern/make/msvc_7_0/intern.sln U tuhopuu2/intern/memutil/Makefile U tuhopuu2/intern/memutil/MEM_NonCopyable.h U tuhopuu2/intern/memutil/MEM_RefCounted.h U tuhopuu2/intern/memutil/MEM_RefCountedC-Api.h U tuhopuu2/intern/memutil/MEM_RefCountPtr.h U tuhopuu2/intern/memutil/MEM_SmartPtr.h U tuhopuu2/intern/memutil/SConscript U tuhopuu2/intern/memutil/intern/Makefile U tuhopuu2/intern/memutil/intern/MEM_RefCountedC-Api.cpp U tuhopuu2/intern/memutil/make/msvc_60/memutil.dsp U tuhopuu2/intern/memutil/make/msvc_60/memutil.dsw U tuhopuu2/intern/memutil/make/msvc_7_0/memutil.sln U tuhopuu2/intern/memutil/make/msvc_7_0/memutil.vcproj U tuhopuu2/intern/moto/Makefile U tuhopuu2/intern/moto/SConscript U tuhopuu2/intern/moto/include/GEN_List.h U tuhopuu2/intern/moto/include/GEN_Map.h U tuhopuu2/intern/moto/include/MT_assert.h U tuhopuu2/intern/moto/include/MT_CmMatrix4x4.h U tuhopuu2/intern/moto/include/MT_Matrix3x3.h U tuhopuu2/intern/moto/include/MT_Matrix3x3.inl U tuhopuu2/intern/moto/include/MT_Matrix4x4.h U tuhopuu2/intern/moto/include/MT_Matrix4x4.inl U tuhopuu2/intern/moto/include/MT_MinMax.h U tuhopuu2/intern/moto/include/MT_Optimize.h U tuhopuu2/intern/moto/include/MT_Plane3.h U tuhopuu2/intern/moto/include/MT_Plane3.inl U tuhopuu2/intern/moto/include/MT_Point2.h U tuhopuu2/intern/moto/include/MT_Point2.inl U tuhopuu2/intern/moto/include/MT_Point3.h U tuhopuu2/intern/moto/include/MT_Point3.inl U tuhopuu2/intern/moto/include/MT_Quaternion.h U tuhopuu2/intern/moto/include/MT_Quaternion.inl U tuhopuu2/intern/moto/include/MT_random.h U tuhopuu2/intern/moto/include/MT_Scalar.h U tuhopuu2/intern/moto/include/MT_Stream.h U tuhopuu2/intern/moto/include/MT_Transform.h U tuhopuu2/intern/moto/include/MT_Tuple2.h U tuhopuu2/intern/moto/include/MT_Tuple3.h U tuhopuu2/intern/moto/include/MT_Tuple4.h U tuhopuu2/intern/moto/include/MT_Vector2.h U tuhopuu2/intern/moto/include/MT_Vector2.inl U tuhopuu2/intern/moto/include/MT_Vector3.h U tuhopuu2/intern/moto/include/MT_Vector3.inl U tuhopuu2/intern/moto/include/MT_Vector4.h U tuhopuu2/intern/moto/include/MT_Vector4.inl U tuhopuu2/intern/moto/include/NM_Scalar.h U tuhopuu2/intern/moto/intern/Makefile U tuhopuu2/intern/moto/intern/MT_CmMatrix4x4.cpp U tuhopuu2/intern/moto/intern/MT_Matrix3x3.cpp U tuhopuu2/intern/moto/intern/MT_Matrix4x4.cpp U tuhopuu2/intern/moto/intern/MT_Plane3.cpp U tuhopuu2/intern/moto/intern/MT_Point3.cpp U tuhopuu2/intern/moto/intern/MT_Quaternion.cpp U tuhopuu2/intern/moto/intern/MT_random.cpp U tuhopuu2/intern/moto/intern/MT_Transform.cpp U tuhopuu2/intern/moto/intern/MT_Vector2.cpp U tuhopuu2/intern/moto/intern/MT_Vector3.cpp U tuhopuu2/intern/moto/intern/MT_Vector4.cpp U tuhopuu2/intern/moto/make/msvc_6_0/MoTo.dsp U tuhopuu2/intern/moto/make/msvc_6_0/MoTo.dsw U tuhopuu2/intern/moto/make/msvc_7_0/moto.sln U tuhopuu2/intern/moto/make/msvc_7_0/moto.vcproj C tuhopuu2/intern/SoundSystem/Makefile C tuhopuu2/intern/SoundSystem/SConscript U tuhopuu2/intern/SoundSystem/SND_C-api.h U tuhopuu2/intern/SoundSystem/SND_CDObject.h U tuhopuu2/intern/SoundSystem/SND_DependKludge.h U tuhopuu2/intern/SoundSystem/SND_DeviceManager.h U tuhopuu2/intern/SoundSystem/SND_IAudioDevice.h U tuhopuu2/intern/SoundSystem/SND_Object.h U tuhopuu2/intern/SoundSystem/SND_Scene.h U tuhopuu2/intern/SoundSystem/SND_SoundListener.h U tuhopuu2/intern/SoundSystem/SND_SoundObject.h U tuhopuu2/intern/SoundSystem/SND_Utils.h U tuhopuu2/intern/SoundSystem/SND_WaveCache.h U tuhopuu2/intern/SoundSystem/SND_WaveSlot.h U tuhopuu2/intern/SoundSystem/SoundDefines.h U tuhopuu2/intern/SoundSystem/dummy/Makefile U tuhopuu2/intern/SoundSystem/dummy/SND_DummyDevice.cpp U tuhopuu2/intern/SoundSystem/dummy/SND_DummyDevice.h U tuhopuu2/intern/SoundSystem/fmod/Makefile U tuhopuu2/intern/SoundSystem/fmod/SND_FmodDevice.cpp U tuhopuu2/intern/SoundSystem/fmod/SND_FmodDevice.h U tuhopuu2/intern/SoundSystem/intern/Makefile U tuhopuu2/intern/SoundSystem/intern/SND_AudioDevice.cpp U tuhopuu2/intern/SoundSystem/intern/SND_AudioDevice.h U tuhopuu2/intern/SoundSystem/intern/SND_C-api.cpp U tuhopuu2/intern/SoundSystem/intern/SND_CDObject.cpp U tuhopuu2/intern/SoundSystem/intern/SND_DeviceManager.cpp U tuhopuu2/intern/SoundSystem/intern/SND_IdObject.cpp U tuhopuu2/intern/SoundSystem/intern/SND_IdObject.h U tuhopuu2/intern/SoundSystem/intern/SND_Scene.cpp U tuhopuu2/intern/SoundSystem/intern/SND_SoundListener.cpp U tuhopuu2/intern/SoundSystem/intern/SND_SoundObject.cpp U tuhopuu2/intern/SoundSystem/intern/SND_Utils.cpp U tuhopuu2/intern/SoundSystem/intern/SND_WaveCache.cpp U tuhopuu2/intern/SoundSystem/intern/SND_WaveSlot.cpp U tuhopuu2/intern/SoundSystem/make/msvc_6_0/SoundSystem.dsp U tuhopuu2/intern/SoundSystem/make/msvc_6_0/dummy/DummySoundSystem.dsp U tuhopuu2/intern/SoundSystem/make/msvc_6_0/openal/OpenALSoundSystem.dsp U tuhopuu2/intern/SoundSystem/make/msvc_7_0/SoundSystem.vcproj U tuhopuu2/intern/SoundSystem/make/msvc_7_0/dummy/DummySoundSystem.vcproj U tuhopuu2/intern/SoundSystem/make/msvc_7_0/openal/OpenALSoundSystem.vcproj C tuhopuu2/intern/SoundSystem/openal/Makefile U tuhopuu2/intern/SoundSystem/openal/pthread_cancel.cpp C tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.cpp C tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.h C tuhopuu2/intern/SoundSystem/sdl/Makefile C tuhopuu2/intern/SoundSystem/sdl/SND_SDLCDDevice.cpp C tuhopuu2/intern/SoundSystem/sdl/SND_SDLCDDevice.h U tuhopuu2/intern/SoundSystem/SND_test/Makefile U tuhopuu2/intern/SoundSystem/SND_test/SND_test.c U tuhopuu2/intern/string/Makefile U tuhopuu2/intern/string/SConscript U tuhopuu2/intern/string/STR_HashedString.h U tuhopuu2/intern/string/STR_String.h U tuhopuu2/intern/string/intern/Makefile U tuhopuu2/intern/string/intern/STR_String.cpp U tuhopuu2/intern/string/make/msvc_6_0/string.dsp U tuhopuu2/intern/string/make/msvc_6_0/string.dsw U tuhopuu2/intern/string/make/msvc_7_0/string.sln U tuhopuu2/intern/string/make/msvc_7_0/string.vcproj U tuhopuu2/intern/tools/cpifdiff.sh U tuhopuu2/intern/tools/cvs-tools/cvsdiff U tuhopuu2/intern/tools/tinderbox/.tinderboxrc U tuhopuu2/intern/tools/tinderbox/daily.sh U tuhopuu2/intern/tools/tinderbox/hourly.sh U tuhopuu2/intern/tools/tinderbox/Makefile U tuhopuu2/intern/tools/tinderbox/tinderbox-blender.pl U tuhopuu2/intern/tools/update-cvs/dotex.pl U tuhopuu2/intern/tools/update-cvs/Makefile U tuhopuu2/intern/tools/update-cvs/update-cvs.sh U tuhopuu2/intern/tools/update-cvs/update-doxygen.sh U tuhopuu2/make/example_scripts/linux_autoconf.sh U tuhopuu2/make/example_scripts/linux_nanmakefiles.sh U tuhopuu2/make/example_scripts/macos_autoconf.sh U tuhopuu2/make/example_scripts/macos_nanmakefiles.sh U tuhopuu2/make/example_scripts/sunos_autoconf.sh U tuhopuu2/make/example_scripts/sunos_nanmakefiles.sh U tuhopuu2/make/msvc_7_0/blender/blender.vcproj U tuhopuu2/make/msvc_7_0/blender/avi/BL_avi.vcproj U tuhopuu2/make/msvc_7_0/blender/blenderqt/blenderqt.vcproj U tuhopuu2/make/msvc_7_0/blender/blenkernel/BKE_blenkernel.vcproj U tuhopuu2/make/msvc_7_0/blender/blenlib/BLI_blenlib.vcproj U tuhopuu2/make/msvc_7_0/blender/blenpluginapi/blenpluginapi.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_decrypt/BLO_decrypt.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_decrypt_stub/BLO_decrypt_stub.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_deflate/BLO_deflate.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_deflate_stub/BLO_deflate_stub.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_encrypt/BLO_encrypt.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_inflate/BLO_inflate.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_readblenfile/BLO_readblenfile.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_readblenfile_stub/BLO_readblenfile_stub.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_readstreamglue/BLO_readstreamglue.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_sign/BLO_sign.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_streamglue_stub/BLO_streamglue_stub.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_verify/BLO_verify.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_writeblenfile/BLO_writeblenfile.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_writestreamglue/BLO_writestreamglue.vcproj U tuhopuu2/make/msvc_7_0/blender/BLO_writestreamglue_stub/BLO_writestreamglue_stub.vcproj U tuhopuu2/make/msvc_7_0/blender/bpython/frozen/BPY_frozen.vcproj U tuhopuu2/make/msvc_7_0/blender/bpython/intern/BPY_python/BPY_python.vcproj U tuhopuu2/make/msvc_7_0/blender/FTF_ttfont/FTF_ttfont.vcproj U tuhopuu2/make/msvc_7_0/blender/glut/BL_glut.vcproj U tuhopuu2/make/msvc_7_0/blender/imbuf/BL_imbuf.vcproj U tuhopuu2/make/msvc_7_0/blender/img/BL_img.vcproj U tuhopuu2/make/msvc_7_0/blender/loader/BLO_loader.vcproj U tuhopuu2/make/msvc_7_0/blender/makesdna/DNA_makesdna.vcproj U tuhopuu2/make/msvc_7_0/blender/radiosity/BRA_radiosity.vcproj U tuhopuu2/make/msvc_7_0/blender/render/BRE_render.vcproj U tuhopuu2/make/msvc_7_0/blender/renderconverter/BRE_renderconverter.vcproj U tuhopuu2/make/msvc_7_0/blender/src/BL_src.vcproj U tuhopuu2/make/msvc_7_0/blender/src/BL_src_cre.vcproj U tuhopuu2/make/msvc_7_0/blender/src/BL_src_pub.vcproj U tuhopuu2/make/msvc_7_0/datatoc/datatoc.vcproj U tuhopuu2/make/msvc_7_0/gameengine/blenderhook/KX_blenderhook.vcproj U tuhopuu2/make/msvc_7_0/gameengine/converter/KX_converter.vcproj U tuhopuu2/make/msvc_7_0/gameengine/expression/EXP_expressions.vcproj U tuhopuu2/make/msvc_7_0/gameengine/gamelogic/SCA_GameLogic.vcproj U tuhopuu2/make/msvc_7_0/gameengine/gameplayer/axctl/GP_axctl.vcproj U tuhopuu2/make/msvc_7_0/gameengine/gameplayer/common/GP_common.vcproj U tuhopuu2/make/msvc_7_0/gameengine/gameplayer/ghost/GP_ghost.vcproj U tuhopuu2/make/msvc_7_0/gameengine/gameplayer/loader/BlenderLoader/BlenderLoader.vcproj U tuhopuu2/make/msvc_7_0/gameengine/gameplayer/netscape/GP_netscape.vcproj U tuhopuu2/make/msvc_7_0/gameengine/gameplayer/netscape2/GP_netscape.vcproj U tuhopuu2/make/msvc_7_0/gameengine/gameplayer/ps2/GP_ps2.vcproj U tuhopuu2/make/msvc_7_0/gameengine/gameplayer/qt/gp.vcproj U tuhopuu2/make/msvc_7_0/gameengine/gameplayer/qt/gpplugin.vcproj U tuhopuu2/make/msvc_7_0/gameengine/gameplayer/qt/qtgp.sln U tuhopuu2/make/msvc_7_0/gameengine/gameplayer/sdl/GP_sdl.vcproj U tuhopuu2/make/msvc_7_0/gameengine/ketsji/KX_ketsji.vcproj U tuhopuu2/make/msvc_7_0/gameengine/ketsji/network/KX_network.vcproj U tuhopuu2/make/msvc_7_0/gameengine/network/loopbacknetwork/NG_loopbacknetwork.vcproj U tuhopuu2/make/msvc_7_0/gameengine/network/network/NG_network.vcproj U tuhopuu2/make/msvc_7_0/gameengine/network/terraplaynetwork/NG_terraplaynetwork.vcproj U tuhopuu2/make/msvc_7_0/gameengine/physics/PHY_Physics/PHY_Physics.vcproj U tuhopuu2/make/msvc_7_0/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.vcproj U tuhopuu2/make/msvc_7_0/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.vcproj U tuhopuu2/make/msvc_7_0/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.vcproj U tuhopuu2/make/msvc_7_0/gameengine/rasterizer/RAS_rasterizer.vcproj U tuhopuu2/make/msvc_7_0/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.vcproj U tuhopuu2/make/msvc_7_0/gameengine/scenegraph/SG_SceneGraph.vcproj U tuhopuu2/make/msvc_7_0/gameengine/sound/SND_sound.vcproj U tuhopuu2/make/msvc_7_0/gameengine/sound/dummy/SND_Dummy.vcproj U tuhopuu2/make/msvc_7_0/gameengine/sound/fmod/SND_fmod.vcproj U tuhopuu2/make/msvc_7_0/gameengine/sound/openal/SND_openal.vcproj U tuhopuu2/make/msvc_7_0/kernel/gen_messaging/gen_messaging.vcproj U tuhopuu2/make/msvc_7_0/kernel/system/SYS_system.vcproj U tuhopuu2/make/msvc_7_0/sumo/fuzzics/SM_fuzzics.vcproj U tuhopuu2/make/msvc_7_0/sumo/moto/SM_moto.vcproj U tuhopuu2/make/msvc_7_0/sumo/solid/SM_solid.vcproj U tuhopuu2/make/pb_2_0_1/blender_file.icns U tuhopuu2/make/pb_2_0_1/blender_player.icns U tuhopuu2/make/pb_2_0_1/blender_publisher.icns U tuhopuu2/make/pb_2_0_1/blender.pbproj/project.pbxproj U tuhopuu2/po/ca.po U tuhopuu2/po/cs.po U tuhopuu2/po/de.po U tuhopuu2/po/es.po U tuhopuu2/po/fi.po U tuhopuu2/po/fr.po U tuhopuu2/po/it.po U tuhopuu2/po/ja.po U tuhopuu2/po/Makefile U tuhopuu2/po/nl.po U tuhopuu2/po/pt_br.po U tuhopuu2/po/ru.po U tuhopuu2/po/sv.po U tuhopuu2/po/zh_CN.po C tuhopuu2/projectfiles/blender/blender.dsp C tuhopuu2/projectfiles/blender/blender.dsw U tuhopuu2/projectfiles/blender/avi/BL_avi.dsp U tuhopuu2/projectfiles/blender/blenkernel/BKE_blenkernel.dsp U tuhopuu2/projectfiles/blender/blenlib/BLI_blenlib.dsp U tuhopuu2/projectfiles/blender/blenpluginapi/blenpluginapi/blenpluginapi.dsp U tuhopuu2/projectfiles/blender/BLO_decrypt_stub/BLO_decrypt_stub.dsp U tuhopuu2/projectfiles/blender/BLO_deflate/BLO_deflate.dsp U tuhopuu2/projectfiles/blender/BLO_deflate_stub/BLO_deflate_stub.dsp U tuhopuu2/projectfiles/blender/BLO_inflate/BLO_inflate.dsp U tuhopuu2/projectfiles/blender/BLO_readblenfile/BLO_readblenfile.dsp U tuhopuu2/projectfiles/blender/BLO_readblenfile_stub/BLO_readblenfile_stub.dsp U tuhopuu2/projectfiles/blender/BLO_readstreamglue/BLO_readstreamglue.dsp U tuhopuu2/projectfiles/blender/BLO_streamglue_stub/BLO_streamglue_stub.dsp U tuhopuu2/projectfiles/blender/BLO_writeblenfile/BLO_writeblenfile.dsp U tuhopuu2/projectfiles/blender/BLO_writestreamglue/BLO_writestreamglue.dsp U tuhopuu2/projectfiles/blender/BLO_writestreamglue_stub/BLO_writestreamglue_stub.dsp C tuhopuu2/projectfiles/blender/BPY_python/BPY_python.dsp U tuhopuu2/projectfiles/blender/ftfont/FTF_ftfont.dsp U tuhopuu2/projectfiles/blender/glut/BL_glut.dsp U tuhopuu2/projectfiles/blender/imbuf/BL_imbuf.dsp U tuhopuu2/projectfiles/blender/img/BL_img.dsp U tuhopuu2/projectfiles/blender/loader/BLO_loader.dsp U tuhopuu2/projectfiles/blender/makesdna/DNA_makesdna.dsp U tuhopuu2/projectfiles/blender/radiosity/BRA_radiosity.dsp U tuhopuu2/projectfiles/blender/render/BRE_render.dsp U tuhopuu2/projectfiles/blender/renderconverter/BRE_renderconverter.dsp U tuhopuu2/projectfiles/blender/src/BL_src.dsp U tuhopuu2/projectfiles/blender/src/BL_src_cre.dsp U tuhopuu2/projectfiles/blender/yafray/BRE_yafray.dsp U tuhopuu2/projectfiles/datatoc/datatoc.dsp C tuhopuu2/projectfiles/gameengine/blenderhook/KX_blenderhook.dsp C tuhopuu2/projectfiles/gameengine/converter/KX_converter.dsp C tuhopuu2/projectfiles/gameengine/expression/EXP_expressions.dsp C tuhopuu2/projectfiles/gameengine/gamelogic/SCA_gamelogic.dsp U tuhopuu2/projectfiles/gameengine/gameplayer/axctl/GP_axctl.dsp U tuhopuu2/projectfiles/gameengine/gameplayer/common/GP_common.dsp U tuhopuu2/projectfiles/gameengine/gameplayer/ghost/GP_ghost.dsp U tuhopuu2/projectfiles/gameengine/gameplayer/glut/GP_glut.dsp U tuhopuu2/projectfiles/gameengine/gameplayer/loader/BlenderLoader/BlenderLoader.dsp U tuhopuu2/projectfiles/gameengine/gameplayer/netscape/GP_netscape.dsp U tuhopuu2/projectfiles/gameengine/gameplayer/netscape2/GP_netscape.dsp U tuhopuu2/projectfiles/gameengine/gameplayer/ps2/GP_ps2.dsp U tuhopuu2/projectfiles/gameengine/gameplayer/qt/gp.dsp U tuhopuu2/projectfiles/gameengine/gameplayer/qt/gpplugin.dsp U tuhopuu2/projectfiles/gameengine/gameplayer/qt/qtgp.dsw U tuhopuu2/projectfiles/gameengine/gameplayer/sdl/GP_sdl.dsp C tuhopuu2/projectfiles/gameengine/ketsji/KX_ketsji.dsp C tuhopuu2/projectfiles/gameengine/ketsji/network/KX_network.dsp C tuhopuu2/projectfiles/gameengine/network/loopbacknetwork/NG_loopbacknetwork.dsp C tuhopuu2/projectfiles/gameengine/network/network/NG_network.dsp U tuhopuu2/projectfiles/gameengine/network/terraplaynetwork/NG_terraplaynetwork.dsp C tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Physics.dsp C tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.dsp C tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.dsp C tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.dsp C tuhopuu2/projectfiles/gameengine/rasterizer/RAS_rasterizer.dsp C tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.dsp C tuhopuu2/projectfiles/gameengine/scenegraph/SG_scenegraph.dsp U tuhopuu2/projectfiles/kernel/gen_messaging/gen_messaging.dsp U tuhopuu2/projectfiles/kernel/system/SYS_system.dsp U tuhopuu2/projectfiles/sumo/fuzzics/SM_fuzzics.dsp U tuhopuu2/projectfiles/sumo/moto/SM_moto.dsp U tuhopuu2/projectfiles/sumo/solid/SM_solid.dsp U tuhopuu2/release/Makefile U tuhopuu2/release/VERSION U tuhopuu2/release/beos-4.5-i386/specific.sh U tuhopuu2/release/beos-5.0-i386/specific.sh U tuhopuu2/release/bpydata/readme.txt U tuhopuu2/release/datafiles/.Bfont U tuhopuu2/release/datafiles/.Bfs U tuhopuu2/release/datafiles/blenderbuttons U tuhopuu2/release/datafiles/datatoc.c U tuhopuu2/release/datafiles/splash.blend U tuhopuu2/release/datafiles/splash.jpg U tuhopuu2/release/irix-6.2-mips/specific.sh U tuhopuu2/release/irix-6.2-mips/extra/blender.icon U tuhopuu2/release/plugins/bmake U tuhopuu2/release/plugins/Makefile U tuhopuu2/release/plugins/sequence/blur.c U tuhopuu2/release/plugins/sequence/Makefile U tuhopuu2/release/plugins/sequence/scatter.c U tuhopuu2/release/plugins/sequence/showzbuf.c U tuhopuu2/release/plugins/texture/clouds2.c U tuhopuu2/release/plugins/texture/Makefile U tuhopuu2/release/plugins/texture/tiles.c U tuhopuu2/release/scripts/ac3d_export.py U tuhopuu2/release/scripts/ac3d_import.py U tuhopuu2/release/scripts/blender2cal3d.py U tuhopuu2/release/scripts/DirectXExporter.py U tuhopuu2/release/scripts/mod_flags.py U tuhopuu2/release/scripts/mod_meshtools.py U tuhopuu2/release/scripts/off_export.py U tuhopuu2/release/scripts/off_import.py U tuhopuu2/release/scripts/radiosity_export.py U tuhopuu2/release/scripts/radiosity_import.py U tuhopuu2/release/scripts/raw_export.py U tuhopuu2/release/scripts/raw_import.py U tuhopuu2/release/scripts/uv_export.py U tuhopuu2/release/scripts/videoscape_export.py U tuhopuu2/release/scripts/wrl2export.py U tuhopuu2/release/text/copyright.txt U tuhopuu2/release/text/GPL-license.txt U tuhopuu2/release/text/README U tuhopuu2/release/text/release_228c.txt U tuhopuu2/release/text/release_230.txt U tuhopuu2/release/text/release_231.txt U tuhopuu2/release/text/release_232.txt U tuhopuu2/release/windows/specific.sh U tuhopuu2/release/windows/BlenderPlayer/ActiveX/Blender3DPlugin.inf U tuhopuu2/release/windows/BlenderPlayer/ActiveX/checksigncode.bat U tuhopuu2/release/windows/BlenderPlayer/ActiveX/makecab.bat U tuhopuu2/release/windows/BlenderPlayer/ActiveX/register_WIN2K.bat U tuhopuu2/release/windows/BlenderPlayer/ActiveX/register_WIN98_WINME.bat U tuhopuu2/release/windows/BlenderPlayer/ActiveX/signcode.bat U tuhopuu2/release/windows/extra/Help.url U tuhopuu2/release/windows/installer/00.blender.nsi U tuhopuu2/release/windows/installer/00.checked.bmp U tuhopuu2/release/windows/installer/00.header.bmp U tuhopuu2/release/windows/installer/00.installer.adx U tuhopuu2/release/windows/installer/00.installer.ico U tuhopuu2/release/windows/installer/00.unchecked.bmp U tuhopuu2/release/windows/installer/01.installer.bmp U tuhopuu2/release/windows/installer/01.welcome.rtf U tuhopuu2/release/windows/installer/02.copyright.txt U tuhopuu2/release/windows/installer/03.readme.txt U tuhopuu2/release/windows/installer/04.folder.rtf U tuhopuu2/release/windows/installer/05.progress.rtf U tuhopuu2/release/windows/installer/06.complete.rtf U tuhopuu2/release/windows/installer/input/24bits-image.bmp U tuhopuu2/release/windows/publ_installer/00.installer.adx U tuhopuu2/release/windows/publ_installer/00.installer.ico U tuhopuu2/release/windows/publ_installer/01.installer.bmp U tuhopuu2/release/windows/publ_installer/01.welcome.rtf U tuhopuu2/release/windows/publ_installer/02.copyright.txt U tuhopuu2/release/windows/publ_installer/03.readme.txt U tuhopuu2/release/windows/publ_installer/04.folder.rtf U tuhopuu2/release/windows/publ_installer/05.progress.rtf U tuhopuu2/release/windows/publ_installer/06.complete.rtf U tuhopuu2/source/.obj.Makefile C tuhopuu2/source/Makefile C tuhopuu2/source/nan_compile.mk C tuhopuu2/source/nan_definitions.mk U tuhopuu2/source/nan_link.mk U tuhopuu2/source/nan_subdirs.mk U tuhopuu2/source/nan_warn.mk U tuhopuu2/source/SConscript U tuhopuu2/source/blender/.obj.Makefile U tuhopuu2/source/blender/Makefile U tuhopuu2/source/blender/SConscript U tuhopuu2/source/blender/avi/AVI_avi.h U tuhopuu2/source/blender/avi/Makefile U tuhopuu2/source/blender/avi/SConscript U tuhopuu2/source/blender/avi/intern/avi.c U tuhopuu2/source/blender/avi/intern/avi_intern.h U tuhopuu2/source/blender/avi/intern/avirgb.c U tuhopuu2/source/blender/avi/intern/avirgb.h U tuhopuu2/source/blender/avi/intern/codecs.c U tuhopuu2/source/blender/avi/intern/endian.c U tuhopuu2/source/blender/avi/intern/endian.h U tuhopuu2/source/blender/avi/intern/Makefile U tuhopuu2/source/blender/avi/intern/mjpeg.c U tuhopuu2/source/blender/avi/intern/mjpeg.h U tuhopuu2/source/blender/avi/intern/options.c U tuhopuu2/source/blender/avi/intern/rgb32.c U tuhopuu2/source/blender/avi/intern/rgb32.h U tuhopuu2/source/blender/blenkernel/BKE_action.h U tuhopuu2/source/blender/blenkernel/BKE_anim.h U tuhopuu2/source/blender/blenkernel/BKE_armature.h U tuhopuu2/source/blender/blenkernel/BKE_bad_level_calls.h U tuhopuu2/source/blender/blenkernel/BKE_blender.h U tuhopuu2/source/blender/blenkernel/BKE_bmfont.h U tuhopuu2/source/blender/blenkernel/BKE_bmfont_types.h U tuhopuu2/source/blender/blenkernel/BKE_booleanops.h U tuhopuu2/source/blender/blenkernel/BKE_booleanops_mesh.h U tuhopuu2/source/blender/blenkernel/BKE_constraint.h U tuhopuu2/source/blender/blenkernel/BKE_curve.h U tuhopuu2/source/blender/blenkernel/BKE_deform.h U tuhopuu2/source/blender/blenkernel/BKE_displist.h U tuhopuu2/source/blender/blenkernel/BKE_effect.h U tuhopuu2/source/blender/blenkernel/BKE_endian.h C tuhopuu2/source/blender/blenkernel/BKE_exotic.h U tuhopuu2/source/blender/blenkernel/BKE_font.h C tuhopuu2/source/blender/blenkernel/BKE_global.h U tuhopuu2/source/blender/blenkernel/BKE_group.h U tuhopuu2/source/blender/blenkernel/BKE_ika.h U tuhopuu2/source/blender/blenkernel/BKE_image.h U tuhopuu2/source/blender/blenkernel/BKE_ipo.h U tuhopuu2/source/blender/blenkernel/BKE_key.h U tuhopuu2/source/blender/blenkernel/BKE_lattice.h U tuhopuu2/source/blender/blenkernel/BKE_library.h U tuhopuu2/source/blender/blenkernel/BKE_main.h U tuhopuu2/source/blender/blenkernel/BKE_material.h U tuhopuu2/source/blender/blenkernel/BKE_mball.h U tuhopuu2/source/blender/blenkernel/BKE_mesh.h U tuhopuu2/source/blender/blenkernel/BKE_nla.h U tuhopuu2/source/blender/blenkernel/BKE_object.h U tuhopuu2/source/blender/blenkernel/BKE_osa_types.h U tuhopuu2/source/blender/blenkernel/BKE_packedFile.h U tuhopuu2/source/blender/blenkernel/BKE_plugin_types.h U tuhopuu2/source/blender/blenkernel/BKE_property.h U tuhopuu2/source/blender/blenkernel/BKE_sca.h U tuhopuu2/source/blender/blenkernel/BKE_scene.h U tuhopuu2/source/blender/blenkernel/BKE_screen.h U tuhopuu2/source/blender/blenkernel/BKE_script.h U tuhopuu2/source/blender/blenkernel/BKE_sound.h U tuhopuu2/source/blender/blenkernel/BKE_subsurf.h U tuhopuu2/source/blender/blenkernel/BKE_text.h U tuhopuu2/source/blender/blenkernel/BKE_texture.h U tuhopuu2/source/blender/blenkernel/BKE_utildefines.h U tuhopuu2/source/blender/blenkernel/BKE_world.h U tuhopuu2/source/blender/blenkernel/BKE_writeavi.h U tuhopuu2/source/blender/blenkernel/Makefile U tuhopuu2/source/blender/blenkernel/SConscript U tuhopuu2/source/blender/blenkernel/bad_level_call_stubs/Makefile U tuhopuu2/source/blender/blenkernel/bad_level_call_stubs/stubs.c U tuhopuu2/source/blender/blenkernel/intern/action.c U tuhopuu2/source/blender/blenkernel/intern/anim.c C tuhopuu2/source/blender/blenkernel/intern/armature.c C tuhopuu2/source/blender/blenkernel/intern/blender.c U tuhopuu2/source/blender/blenkernel/intern/bmfont.c U tuhopuu2/source/blender/blenkernel/intern/constraint.c U tuhopuu2/source/blender/blenkernel/intern/curve.c U tuhopuu2/source/blender/blenkernel/intern/deform.c C tuhopuu2/source/blender/blenkernel/intern/displist.c C tuhopuu2/source/blender/blenkernel/intern/effect.c C tuhopuu2/source/blender/blenkernel/intern/exotic.c U tuhopuu2/source/blender/blenkernel/intern/font.c U tuhopuu2/source/blender/blenkernel/intern/group.c U tuhopuu2/source/blender/blenkernel/intern/ika.c U tuhopuu2/source/blender/blenkernel/intern/image.c U tuhopuu2/source/blender/blenkernel/intern/ipo.c U tuhopuu2/source/blender/blenkernel/intern/key.c U tuhopuu2/source/blender/blenkernel/intern/lattice.c U tuhopuu2/source/blender/blenkernel/intern/library.c U tuhopuu2/source/blender/blenkernel/intern/Makefile U tuhopuu2/source/blender/blenkernel/intern/material.c C tuhopuu2/source/blender/blenkernel/intern/mball.c U tuhopuu2/source/blender/blenkernel/intern/mesh.c U tuhopuu2/source/blender/blenkernel/intern/nla.c C tuhopuu2/source/blender/blenkernel/intern/object.c U tuhopuu2/source/blender/blenkernel/intern/packedFile.c U tuhopuu2/source/blender/blenkernel/intern/property.c U tuhopuu2/source/blender/blenkernel/intern/sca.c C tuhopuu2/source/blender/blenkernel/intern/scene.c U tuhopuu2/source/blender/blenkernel/intern/screen.c U tuhopuu2/source/blender/blenkernel/intern/script.c U tuhopuu2/source/blender/blenkernel/intern/sound.c C tuhopuu2/source/blender/blenkernel/intern/subsurf.c U tuhopuu2/source/blender/blenkernel/intern/text.c C tuhopuu2/source/blender/blenkernel/intern/texture.c U tuhopuu2/source/blender/blenkernel/intern/world.c U tuhopuu2/source/blender/blenkernel/intern/writeavi.c U tuhopuu2/source/blender/blenlib/BLI_arithb.h U tuhopuu2/source/blender/blenlib/BLI_blenlib.h U tuhopuu2/source/blender/blenlib/BLI_dynstr.h C tuhopuu2/source/blender/blenlib/BLI_editVert.h U tuhopuu2/source/blender/blenlib/BLI_ghash.h U tuhopuu2/source/blender/blenlib/BLI_gsqueue.h U tuhopuu2/source/blender/blenlib/BLI_linklist.h U tuhopuu2/source/blender/blenlib/BLI_memarena.h U tuhopuu2/source/blender/blenlib/BLI_rand.h U tuhopuu2/source/blender/blenlib/BLI_storage_types.h U tuhopuu2/source/blender/blenlib/BLI_vfontdata.h U tuhopuu2/source/blender/blenlib/BLI_winstuff.h U tuhopuu2/source/blender/blenlib/Makefile U tuhopuu2/source/blender/blenlib/MTC_matrixops.h U tuhopuu2/source/blender/blenlib/MTC_vectorops.h U tuhopuu2/source/blender/blenlib/PIL_dynlib.h U tuhopuu2/source/blender/blenlib/PIL_time.h U tuhopuu2/source/blender/blenlib/SConscript C tuhopuu2/source/blender/blenlib/intern/arithb.c U tuhopuu2/source/blender/blenlib/intern/BLI_callbacks.h U tuhopuu2/source/blender/blenlib/intern/BLI_dynstr.c U tuhopuu2/source/blender/blenlib/intern/BLI_fileops.h U tuhopuu2/source/blender/blenlib/intern/BLI_ghash.c U tuhopuu2/source/blender/blenlib/intern/BLI_linklist.c U tuhopuu2/source/blender/blenlib/intern/BLI_memarena.c U tuhopuu2/source/blender/blenlib/intern/BLI_scanfill.h U tuhopuu2/source/blender/blenlib/intern/BLI_storage.h U tuhopuu2/source/blender/blenlib/intern/BLI_util.h U tuhopuu2/source/blender/blenlib/intern/dynlib.c U tuhopuu2/source/blender/blenlib/intern/fileops.c U tuhopuu2/source/blender/blenlib/intern/freetypefont.c U tuhopuu2/source/blender/blenlib/intern/gsqueue.c U tuhopuu2/source/blender/blenlib/intern/Makefile U tuhopuu2/source/blender/blenlib/intern/matrixops.c U tuhopuu2/source/blender/blenlib/intern/noise.c U tuhopuu2/source/blender/blenlib/intern/psfont.c U tuhopuu2/source/blender/blenlib/intern/rand.c U tuhopuu2/source/blender/blenlib/intern/rct.c U tuhopuu2/source/blender/blenlib/intern/scanfill.c U tuhopuu2/source/blender/blenlib/intern/storage.c U tuhopuu2/source/blender/blenlib/intern/time.c U tuhopuu2/source/blender/blenlib/intern/util.c U tuhopuu2/source/blender/blenlib/intern/vectorops.c U tuhopuu2/source/blender/blenlib/intern/winstuff.c U tuhopuu2/source/blender/blenloader/BLO_genfile.h U tuhopuu2/source/blender/blenloader/BLO_readfile.h U tuhopuu2/source/blender/blenloader/BLO_soundfile.h U tuhopuu2/source/blender/blenloader/BLO_writefile.h U tuhopuu2/source/blender/blenloader/Makefile U tuhopuu2/source/blender/blenloader/SConscript U tuhopuu2/source/blender/blenloader/intern/genfile.c U tuhopuu2/source/blender/blenloader/intern/genfile.h U tuhopuu2/source/blender/blenloader/intern/Makefile U tuhopuu2/source/blender/blenloader/intern/readblenentry.c C tuhopuu2/source/blender/blenloader/intern/readfile.c U tuhopuu2/source/blender/blenloader/intern/readfile.h C tuhopuu2/source/blender/blenloader/intern/writefile.c U tuhopuu2/source/blender/blenpluginapi/documentation.h U tuhopuu2/source/blender/blenpluginapi/floatpatch.h U tuhopuu2/source/blender/blenpluginapi/iff.h U tuhopuu2/source/blender/blenpluginapi/Makefile U tuhopuu2/source/blender/blenpluginapi/plugin.h U tuhopuu2/source/blender/blenpluginapi/SConscript U tuhopuu2/source/blender/blenpluginapi/util.h U tuhopuu2/source/blender/blenpluginapi/intern/Makefile U tuhopuu2/source/blender/blenpluginapi/intern/pluginapi.c U tuhopuu2/source/blender/decrypt/BLO_decrypt.h U tuhopuu2/source/blender/decrypt/BLO_en_de_cryptHeader.h U tuhopuu2/source/blender/decrypt/Makefile U tuhopuu2/source/blender/decrypt/intern/BLO_decrypt.c U tuhopuu2/source/blender/decrypt/intern/Makefile U tuhopuu2/source/blender/decrypt/stub/BLO_decryptSTUB.c U tuhopuu2/source/blender/decrypt/stub/Makefile U tuhopuu2/source/blender/deflate/BLO_deflate.h U tuhopuu2/source/blender/deflate/Makefile U tuhopuu2/source/blender/deflate/SConscript U tuhopuu2/source/blender/deflate/intern/BLO_deflate.c U tuhopuu2/source/blender/deflate/intern/Makefile U tuhopuu2/source/blender/deflate/stub/BLO_deflateSTUB.c U tuhopuu2/source/blender/deflate/stub/Makefile U tuhopuu2/source/blender/deflate/test/Makefile U tuhopuu2/source/blender/deflate/test/stubbed/Makefile U tuhopuu2/source/blender/deflate/test/stubbed/stubbed.c U tuhopuu2/source/blender/encrypt/BLO_encrypt.h U tuhopuu2/source/blender/encrypt/Makefile U tuhopuu2/source/blender/encrypt/intern/BLO_encrypt.c U tuhopuu2/source/blender/encrypt/intern/Makefile U tuhopuu2/source/blender/ftfont/FTF_Api.h U tuhopuu2/source/blender/ftfont/FTF_Settings.h U tuhopuu2/source/blender/ftfont/Makefile U tuhopuu2/source/blender/ftfont/SConscript U tuhopuu2/source/blender/ftfont/intern/FTF_Api.cpp U tuhopuu2/source/blender/ftfont/intern/FTF_TTFont.cpp U tuhopuu2/source/blender/ftfont/intern/FTF_TTFont.h U tuhopuu2/source/blender/ftfont/intern/Makefile U tuhopuu2/source/blender/imbuf/IMB_imbuf.h U tuhopuu2/source/blender/imbuf/IMB_imbuf_types.h U tuhopuu2/source/blender/imbuf/Makefile U tuhopuu2/source/blender/imbuf/readme.txt U tuhopuu2/source/blender/imbuf/SConscript U tuhopuu2/source/blender/imbuf/intern/allocimbuf.c U tuhopuu2/source/blender/imbuf/intern/amiga.c U tuhopuu2/source/blender/imbuf/intern/anim.c U tuhopuu2/source/blender/imbuf/intern/anim5.c U tuhopuu2/source/blender/imbuf/intern/antialias.c U tuhopuu2/source/blender/imbuf/intern/bitplanes.c U tuhopuu2/source/blender/imbuf/intern/bmp.c U tuhopuu2/source/blender/imbuf/intern/cmap.c U tuhopuu2/source/blender/imbuf/intern/cspace.c U tuhopuu2/source/blender/imbuf/intern/data.c U tuhopuu2/source/blender/imbuf/intern/dither.c U tuhopuu2/source/blender/imbuf/intern/divers.c U tuhopuu2/source/blender/imbuf/intern/filter.c U tuhopuu2/source/blender/imbuf/intern/ham.c U tuhopuu2/source/blender/imbuf/intern/hamx.c U tuhopuu2/source/blender/imbuf/intern/iff.c U tuhopuu2/source/blender/imbuf/intern/imageprocess.c U tuhopuu2/source/blender/imbuf/intern/IMB_allocimbuf.h U tuhopuu2/source/blender/imbuf/intern/IMB_amiga.h U tuhopuu2/source/blender/imbuf/intern/IMB_anim.h U tuhopuu2/source/blender/imbuf/intern/IMB_anim5.h U tuhopuu2/source/blender/imbuf/intern/IMB_bitplanes.h U tuhopuu2/source/blender/imbuf/intern/IMB_bmp.h U tuhopuu2/source/blender/imbuf/intern/IMB_cmap.h U tuhopuu2/source/blender/imbuf/intern/IMB_divers.h U tuhopuu2/source/blender/imbuf/intern/IMB_filter.h U tuhopuu2/source/blender/imbuf/intern/IMB_ham.h U tuhopuu2/source/blender/imbuf/intern/IMB_hamx.h U tuhopuu2/source/blender/imbuf/intern/IMB_iff.h U tuhopuu2/source/blender/imbuf/intern/IMB_iris.h U tuhopuu2/source/blender/imbuf/intern/IMB_jpeg.h U tuhopuu2/source/blender/imbuf/intern/IMB_png.h U tuhopuu2/source/blender/imbuf/intern/IMB_targa.h U tuhopuu2/source/blender/imbuf/intern/imbuf.h U tuhopuu2/source/blender/imbuf/intern/imbuf_patch.h U tuhopuu2/source/blender/imbuf/intern/iris.c U tuhopuu2/source/blender/imbuf/intern/jpeg.c U tuhopuu2/source/blender/imbuf/intern/Makefile U tuhopuu2/source/blender/imbuf/intern/matrix.h U tuhopuu2/source/blender/imbuf/intern/png.c U tuhopuu2/source/blender/imbuf/intern/readimage.c U tuhopuu2/source/blender/imbuf/intern/rectop.c U tuhopuu2/source/blender/imbuf/intern/rotate.c U tuhopuu2/source/blender/imbuf/intern/scaling.c U tuhopuu2/source/blender/imbuf/intern/targa.c U tuhopuu2/source/blender/imbuf/intern/util.c U tuhopuu2/source/blender/imbuf/intern/writeimage.c U tuhopuu2/source/blender/img/IMG_Api.h U tuhopuu2/source/blender/img/Makefile U tuhopuu2/source/blender/img/SConscript U tuhopuu2/source/blender/img/intern/IMG_Api.cpp U tuhopuu2/source/blender/img/intern/IMG_BrushRGBA32.cpp U tuhopuu2/source/blender/img/intern/IMG_BrushRGBA32.h U tuhopuu2/source/blender/img/intern/IMG_CanvasRGBA32.cpp U tuhopuu2/source/blender/img/intern/IMG_CanvasRGBA32.h U tuhopuu2/source/blender/img/intern/IMG_Color.h U tuhopuu2/source/blender/img/intern/IMG_Line.cpp U tuhopuu2/source/blender/img/intern/IMG_Line.h U tuhopuu2/source/blender/img/intern/IMG_MemPtr.h U tuhopuu2/source/blender/img/intern/IMG_Pixmap.cpp U tuhopuu2/source/blender/img/intern/IMG_Pixmap.h U tuhopuu2/source/blender/img/intern/IMG_PixmapRGBA32.cpp U tuhopuu2/source/blender/img/intern/IMG_PixmapRGBA32.h U tuhopuu2/source/blender/img/intern/IMG_Rect.cpp U tuhopuu2/source/blender/img/intern/IMG_Rect.h U tuhopuu2/source/blender/img/intern/IMG_Types.h U tuhopuu2/source/blender/img/intern/Makefile U tuhopuu2/source/blender/include/BDR_drawaction.h U tuhopuu2/source/blender/include/BDR_drawmesh.h U tuhopuu2/source/blender/include/BDR_drawobject.h U tuhopuu2/source/blender/include/BDR_editcurve.h C tuhopuu2/source/blender/include/BDR_editface.h U tuhopuu2/source/blender/include/BDR_editmball.h C tuhopuu2/source/blender/include/BDR_editobject.h U tuhopuu2/source/blender/include/BDR_vpaint.h U tuhopuu2/source/blender/include/BIF_butspace.h C tuhopuu2/source/blender/include/BIF_cursors.h U tuhopuu2/source/blender/include/BIF_drawimage.h U tuhopuu2/source/blender/include/BIF_drawoops.h U tuhopuu2/source/blender/include/BIF_drawscene.h U tuhopuu2/source/blender/include/BIF_drawscript.h U tuhopuu2/source/blender/include/BIF_drawseq.h U tuhopuu2/source/blender/include/BIF_drawtext.h U tuhopuu2/source/blender/include/BIF_editaction.h U tuhopuu2/source/blender/include/BIF_editarmature.h U tuhopuu2/source/blender/include/BIF_editconstraint.h U tuhopuu2/source/blender/include/BIF_editdeform.h U tuhopuu2/source/blender/include/BIF_editfont.h U tuhopuu2/source/blender/include/BIF_editgroup.h U tuhopuu2/source/blender/include/BIF_editika.h U tuhopuu2/source/blender/include/BIF_editkey.h U tuhopuu2/source/blender/include/BIF_editlattice.h C tuhopuu2/source/blender/include/BIF_editmesh.h U tuhopuu2/source/blender/include/BIF_editnla.h U tuhopuu2/source/blender/include/BIF_editoops.h U tuhopuu2/source/blender/include/BIF_editsca.h U tuhopuu2/source/blender/include/BIF_editseq.h C tuhopuu2/source/blender/include/BIF_editsima.h U tuhopuu2/source/blender/include/BIF_editsound.h U tuhopuu2/source/blender/include/BIF_editview.h U tuhopuu2/source/blender/include/BIF_fsmenu.h U tuhopuu2/source/blender/include/BIF_gl.h U tuhopuu2/source/blender/include/BIF_glutil.h U tuhopuu2/source/blender/include/BIF_graphics.h U tuhopuu2/source/blender/include/BIF_imasel.h U tuhopuu2/source/blender/include/BIF_interface.h U tuhopuu2/source/blender/include/BIF_keyval.h U tuhopuu2/source/blender/include/BIF_language.h U tuhopuu2/source/blender/include/BIF_mainqueue.h U tuhopuu2/source/blender/include/BIF_mywindow.h U tuhopuu2/source/blender/include/BIF_oops.h U tuhopuu2/source/blender/include/BIF_poseobject.h U tuhopuu2/source/blender/include/BIF_previewrender.h U tuhopuu2/source/blender/include/BIF_renderwin.h C tuhopuu2/source/blender/include/BIF_resources.h U tuhopuu2/source/blender/include/BIF_scrarea.h U tuhopuu2/source/blender/include/BIF_screen.h U tuhopuu2/source/blender/include/BIF_space.h U tuhopuu2/source/blender/include/BIF_spacetypes.h U tuhopuu2/source/blender/include/BIF_tbcallback.h U tuhopuu2/source/blender/include/BIF_toets.h U tuhopuu2/source/blender/include/BIF_toolbox.h U tuhopuu2/source/blender/include/BIF_usiblender.h U tuhopuu2/source/blender/include/BIF_writeavicodec.h U tuhopuu2/source/blender/include/BIF_writeimage.h U tuhopuu2/source/blender/include/BIF_writemovie.h U tuhopuu2/source/blender/include/blendef.h U tuhopuu2/source/blender/include/BPI_script.h U tuhopuu2/source/blender/include/BSE_buttons.h U tuhopuu2/source/blender/include/BSE_drawimasel.h U tuhopuu2/source/blender/include/BSE_drawipo.h U tuhopuu2/source/blender/include/BSE_drawnla.h U tuhopuu2/source/blender/include/BSE_drawoops.h U tuhopuu2/source/blender/include/BSE_drawview.h U tuhopuu2/source/blender/include/BSE_edit.h U tuhopuu2/source/blender/include/BSE_editaction.h U tuhopuu2/source/blender/include/BSE_editaction_types.h U tuhopuu2/source/blender/include/BSE_editipo.h U tuhopuu2/source/blender/include/BSE_editipo_types.h U tuhopuu2/source/blender/include/BSE_editnla_types.h U tuhopuu2/source/blender/include/BSE_filesel.h C tuhopuu2/source/blender/include/BSE_headerbuttons.h U tuhopuu2/source/blender/include/BSE_seqaudio.h U tuhopuu2/source/blender/include/BSE_sequence.h U tuhopuu2/source/blender/include/BSE_trans_types.h U tuhopuu2/source/blender/include/BSE_types.h U tuhopuu2/source/blender/include/BSE_view.h C tuhopuu2/source/blender/include/butspace.h U tuhopuu2/source/blender/include/datatoc.h U tuhopuu2/source/blender/include/editlattice_ext.h U tuhopuu2/source/blender/include/interface.h U tuhopuu2/source/blender/include/ipo.h U tuhopuu2/source/blender/include/keyed_functions.h U tuhopuu2/source/blender/include/license_key.h U tuhopuu2/source/blender/include/LOD_DependKludge.h C tuhopuu2/source/blender/include/mydevice.h U tuhopuu2/source/blender/include/nla.h U tuhopuu2/source/blender/include/objfnt.h U tuhopuu2/source/blender/include/particle_effect.h U tuhopuu2/source/blender/include/playanim_ext.h U tuhopuu2/source/blender/include/TPT_DependKludge.h U tuhopuu2/source/blender/inflate/BLO_in_de_flateHeader.h U tuhopuu2/source/blender/inflate/BLO_inflate.h U tuhopuu2/source/blender/inflate/Makefile U tuhopuu2/source/blender/inflate/SConscript U tuhopuu2/source/blender/inflate/intern/BLO_inflate.c U tuhopuu2/source/blender/inflate/intern/Makefile U tuhopuu2/source/blender/makesdna/DNA_action_types.h U tuhopuu2/source/blender/makesdna/DNA_actuator_types.h U tuhopuu2/source/blender/makesdna/DNA_armature_types.h U tuhopuu2/source/blender/makesdna/DNA_camera_types.h C tuhopuu2/source/blender/makesdna/DNA_constraint_types.h U tuhopuu2/source/blender/makesdna/DNA_controller_types.h U tuhopuu2/source/blender/makesdna/DNA_curve_types.h U tuhopuu2/source/blender/makesdna/DNA_documentation.h U tuhopuu2/source/blender/makesdna/DNA_effect_types.h U tuhopuu2/source/blender/makesdna/DNA_fileglobal_types.h U tuhopuu2/source/blender/makesdna/DNA_group_types.h U tuhopuu2/source/blender/makesdna/DNA_ID.h U tuhopuu2/source/blender/makesdna/DNA_ika_types.h U tuhopuu2/source/blender/makesdna/DNA_image_types.h U tuhopuu2/source/blender/makesdna/DNA_ipo_types.h U tuhopuu2/source/blender/makesdna/DNA_key_types.h U tuhopuu2/source/blender/makesdna/DNA_lamp_types.h U tuhopuu2/source/blender/makesdna/DNA_lattice_types.h U tuhopuu2/source/blender/makesdna/DNA_listBase.h U tuhopuu2/source/blender/makesdna/DNA_material_types.h C tuhopuu2/source/blender/makesdna/DNA_mesh_types.h N tuhopuu2/source/blender/makesdna/DNA_meshdata_types.h C tuhopuu2/source/blender/makesdna/DNA_meta_types.h U tuhopuu2/source/blender/makesdna/DNA_nla_types.h C tuhopuu2/source/blender/makesdna/DNA_object_types.h U tuhopuu2/source/blender/makesdna/DNA_oops_types.h U tuhopuu2/source/blender/makesdna/DNA_packedFile_types.h U tuhopuu2/source/blender/makesdna/DNA_property_types.h U tuhopuu2/source/blender/makesdna/DNA_radio_types.h U tuhopuu2/source/blender/makesdna/DNA_scene_types.h U tuhopuu2/source/blender/makesdna/DNA_screen_types.h U tuhopuu2/source/blender/makesdna/DNA_scriptlink_types.h U tuhopuu2/source/blender/makesdna/DNA_sdna_types.h U tuhopuu2/source/blender/makesdna/DNA_sensor_types.h U tuhopuu2/source/blender/makesdna/DNA_sequence_types.h U tuhopuu2/source/blender/makesdna/DNA_sound_types.h C tuhopuu2/source/blender/makesdna/DNA_space_types.h U tuhopuu2/source/blender/makesdna/DNA_text_types.h C tuhopuu2/source/blender/makesdna/DNA_texture_types.h U tuhopuu2/source/blender/makesdna/DNA_userdef_types.h U tuhopuu2/source/blender/makesdna/DNA_vec_types.h U tuhopuu2/source/blender/makesdna/DNA_vfont_types.h U tuhopuu2/source/blender/makesdna/DNA_view2d_types.h U tuhopuu2/source/blender/makesdna/DNA_view3d_types.h U tuhopuu2/source/blender/makesdna/DNA_wave_types.h C tuhopuu2/source/blender/makesdna/DNA_world_types.h U tuhopuu2/source/blender/makesdna/Makefile U tuhopuu2/source/blender/makesdna/SConscript U tuhopuu2/source/blender/makesdna/intern/Makefile C tuhopuu2/source/blender/makesdna/intern/makesdna.c C tuhopuu2/source/blender/makesdna/intern/SConscript U tuhopuu2/source/blender/python/BPY_extern.h U tuhopuu2/source/blender/python/BPY_interface.c U tuhopuu2/source/blender/python/BPY_menus.c U tuhopuu2/source/blender/python/BPY_menus.h U tuhopuu2/source/blender/python/Makefile C tuhopuu2/source/blender/python/SConscript U tuhopuu2/source/blender/python/api2_2x/Armature.c U tuhopuu2/source/blender/python/api2_2x/Armature.h U tuhopuu2/source/blender/python/api2_2x/BezTriple.c U tuhopuu2/source/blender/python/api2_2x/BezTriple.h U tuhopuu2/source/blender/python/api2_2x/BGL.c U tuhopuu2/source/blender/python/api2_2x/BGL.h U tuhopuu2/source/blender/python/api2_2x/Blender.c U tuhopuu2/source/blender/python/api2_2x/Blender.h U tuhopuu2/source/blender/python/api2_2x/Bone.c U tuhopuu2/source/blender/python/api2_2x/Bone.h U tuhopuu2/source/blender/python/api2_2x/bpy_types.h U tuhopuu2/source/blender/python/api2_2x/Build.c U tuhopuu2/source/blender/python/api2_2x/Build.h U tuhopuu2/source/blender/python/api2_2x/Camera.c U tuhopuu2/source/blender/python/api2_2x/Camera.h U tuhopuu2/source/blender/python/api2_2x/constant.c U tuhopuu2/source/blender/python/api2_2x/constant.h U tuhopuu2/source/blender/python/api2_2x/Curve.c U tuhopuu2/source/blender/python/api2_2x/Curve.h U tuhopuu2/source/blender/python/api2_2x/Draw.c U tuhopuu2/source/blender/python/api2_2x/Draw.h U tuhopuu2/source/blender/python/api2_2x/Effect.c U tuhopuu2/source/blender/python/api2_2x/Effect.h U tuhopuu2/source/blender/python/api2_2x/euler.c U tuhopuu2/source/blender/python/api2_2x/euler.h U tuhopuu2/source/blender/python/api2_2x/EXPP_interface.c U tuhopuu2/source/blender/python/api2_2x/EXPP_interface.h U tuhopuu2/source/blender/python/api2_2x/gen_utils.c U tuhopuu2/source/blender/python/api2_2x/gen_utils.h U tuhopuu2/source/blender/python/api2_2x/Image.c U tuhopuu2/source/blender/python/api2_2x/Image.h U tuhopuu2/source/blender/python/api2_2x/Ipo.c U tuhopuu2/source/blender/python/api2_2x/Ipo.h U tuhopuu2/source/blender/python/api2_2x/Ipocurve.c U tuhopuu2/source/blender/python/api2_2x/Ipocurve.h U tuhopuu2/source/blender/python/api2_2x/Lamp.c U tuhopuu2/source/blender/python/api2_2x/Lamp.h U tuhopuu2/source/blender/python/api2_2x/Lattice.c U tuhopuu2/source/blender/python/api2_2x/Lattice.h U tuhopuu2/source/blender/python/api2_2x/Makefile U tuhopuu2/source/blender/python/api2_2x/Material.c U tuhopuu2/source/blender/python/api2_2x/Material.h U tuhopuu2/source/blender/python/api2_2x/Mathutils.c U tuhopuu2/source/blender/python/api2_2x/Mathutils.h U tuhopuu2/source/blender/python/api2_2x/matrix.c U tuhopuu2/source/blender/python/api2_2x/matrix.h U tuhopuu2/source/blender/python/api2_2x/Metaball.c U tuhopuu2/source/blender/python/api2_2x/Metaball.h U tuhopuu2/source/blender/python/api2_2x/modules.h U tuhopuu2/source/blender/python/api2_2x/MTex.c U tuhopuu2/source/blender/python/api2_2x/MTex.h U tuhopuu2/source/blender/python/api2_2x/NMesh.c U tuhopuu2/source/blender/python/api2_2x/NMesh.h N tuhopuu2/source/blender/python/api2_2x/Noise.c U tuhopuu2/source/blender/python/api2_2x/Object.c U tuhopuu2/source/blender/python/api2_2x/Object.h U tuhopuu2/source/blender/python/api2_2x/Particle.c U tuhopuu2/source/blender/python/api2_2x/Particle.h U tuhopuu2/source/blender/python/api2_2x/quat.c U tuhopuu2/source/blender/python/api2_2x/quat.h U tuhopuu2/source/blender/python/api2_2x/Registry.c U tuhopuu2/source/blender/python/api2_2x/Registry.h U tuhopuu2/source/blender/python/api2_2x/rgbTuple.c U tuhopuu2/source/blender/python/api2_2x/rgbTuple.h U tuhopuu2/source/blender/python/api2_2x/Scene.c U tuhopuu2/source/blender/python/api2_2x/Scene.h N tuhopuu2/source/blender/python/api2_2x/sceneRender.c N tuhopuu2/source/blender/python/api2_2x/sceneRender.h U tuhopuu2/source/blender/python/api2_2x/Sys.c U tuhopuu2/source/blender/python/api2_2x/Sys.h U tuhopuu2/source/blender/python/api2_2x/Text.c U tuhopuu2/source/blender/python/api2_2x/Text.h U tuhopuu2/source/blender/python/api2_2x/Texture.c U tuhopuu2/source/blender/python/api2_2x/Texture.h U tuhopuu2/source/blender/python/api2_2x/Types.c U tuhopuu2/source/blender/python/api2_2x/Types.h U tuhopuu2/source/blender/python/api2_2x/vector.c U tuhopuu2/source/blender/python/api2_2x/vector.h U tuhopuu2/source/blender/python/api2_2x/Wave.c U tuhopuu2/source/blender/python/api2_2x/Wave.h U tuhopuu2/source/blender/python/api2_2x/Window.c U tuhopuu2/source/blender/python/api2_2x/Window.h U tuhopuu2/source/blender/python/api2_2x/World.c U tuhopuu2/source/blender/python/api2_2x/World.h U tuhopuu2/source/blender/python/api2_2x/doc/Armature.py U tuhopuu2/source/blender/python/api2_2x/doc/BGL.py U tuhopuu2/source/blender/python/api2_2x/doc/Blender.py U tuhopuu2/source/blender/python/api2_2x/doc/Camera.py U tuhopuu2/source/blender/python/api2_2x/doc/Curve.py U tuhopuu2/source/blender/python/api2_2x/doc/Curvedoc.txt U tuhopuu2/source/blender/python/api2_2x/doc/Draw.py U tuhopuu2/source/blender/python/api2_2x/doc/Effect.py U tuhopuu2/source/blender/python/api2_2x/doc/Effectdoc.txt U tuhopuu2/source/blender/python/api2_2x/doc/epy_docgen.sh U tuhopuu2/source/blender/python/api2_2x/doc/Image.py U tuhopuu2/source/blender/python/api2_2x/doc/Ipo.py U tuhopuu2/source/blender/python/api2_2x/doc/Ipodoc.txt U tuhopuu2/source/blender/python/api2_2x/doc/Lamp.py U tuhopuu2/source/blender/python/api2_2x/doc/Lattice.py U tuhopuu2/source/blender/python/api2_2x/doc/Material.py U tuhopuu2/source/blender/python/api2_2x/doc/Mathutils.py U tuhopuu2/source/blender/python/api2_2x/doc/Metaball.py U tuhopuu2/source/blender/python/api2_2x/doc/Metaballdoc.txt U tuhopuu2/source/blender/python/api2_2x/doc/NMesh.py U tuhopuu2/source/blender/python/api2_2x/doc/Object.py U tuhopuu2/source/blender/python/api2_2x/doc/Registry.py U tuhopuu2/source/blender/python/api2_2x/doc/Scene.py U tuhopuu2/source/blender/python/api2_2x/doc/Sys.py U tuhopuu2/source/blender/python/api2_2x/doc/testbgl.py U tuhopuu2/source/blender/python/api2_2x/doc/testcamera.py U tuhopuu2/source/blender/python/api2_2x/doc/testcurve.py U tuhopuu2/source/blender/python/api2_2x/doc/testeffect.py U tuhopuu2/source/blender/python/api2_2x/doc/testipo.py U tuhopuu2/source/blender/python/api2_2x/doc/testmball.py U tuhopuu2/source/blender/python/api2_2x/doc/testtext.py U tuhopuu2/source/blender/python/api2_2x/doc/testworld.py U tuhopuu2/source/blender/python/api2_2x/doc/Text.py U tuhopuu2/source/blender/python/api2_2x/doc/Texture.py U tuhopuu2/source/blender/python/api2_2x/doc/Types.py U tuhopuu2/source/blender/python/api2_2x/doc/Window.py U tuhopuu2/source/blender/python/api2_2x/doc/World.py U tuhopuu2/source/blender/python/api2_2x/doc/Worlddoc.txt U tuhopuu2/source/blender/quicktime/Makefile U tuhopuu2/source/blender/quicktime/quicktime_export.h U tuhopuu2/source/blender/quicktime/quicktime_import.h U tuhopuu2/source/blender/quicktime/SConscript U tuhopuu2/source/blender/quicktime/apple/Makefile U tuhopuu2/source/blender/quicktime/apple/quicktime_export.c U tuhopuu2/source/blender/quicktime/apple/quicktime_import.c U tuhopuu2/source/blender/radiosity/Makefile U tuhopuu2/source/blender/radiosity/SConscript U tuhopuu2/source/blender/radiosity/extern/include/radio.h U tuhopuu2/source/blender/radiosity/extern/include/radio_types.h U tuhopuu2/source/blender/radiosity/intern/Makefile U tuhopuu2/source/blender/radiosity/intern/source/Makefile U tuhopuu2/source/blender/radiosity/intern/source/raddisplay.c U tuhopuu2/source/blender/radiosity/intern/source/radfactors.c U tuhopuu2/source/blender/radiosity/intern/source/radio.c U tuhopuu2/source/blender/radiosity/intern/source/radnode.c U tuhopuu2/source/blender/radiosity/intern/source/radpostprocess.c U tuhopuu2/source/blender/radiosity/intern/source/radpreprocess.c U tuhopuu2/source/blender/radiosity/intern/source/radrender.c U tuhopuu2/source/blender/readblenfile/BLO_readblenfile.h U tuhopuu2/source/blender/readblenfile/Makefile U tuhopuu2/source/blender/readblenfile/SConscript U tuhopuu2/source/blender/readblenfile/intern/BLO_readblenfile.c U tuhopuu2/source/blender/readblenfile/intern/Makefile U tuhopuu2/source/blender/readblenfile/stub/BLO_readblenfileSTUB.c U tuhopuu2/source/blender/readblenfile/stub/Makefile U tuhopuu2/source/blender/readblenfile/test/Makefile U tuhopuu2/source/blender/readblenfile/test/test.c U tuhopuu2/source/blender/readstreamglue/BLO_keyStore.h U tuhopuu2/source/blender/readstreamglue/BLO_readStreamErrors.h U tuhopuu2/source/blender/readstreamglue/BLO_readStreamGlue.h U tuhopuu2/source/blender/readstreamglue/BLO_sys_types.h U tuhopuu2/source/blender/readstreamglue/Makefile U tuhopuu2/source/blender/readstreamglue/SConscript U tuhopuu2/source/blender/readstreamglue/intern/BLO_keyStorePrivate.h C tuhopuu2/source/blender/readstreamglue/intern/BLO_readStreamGlue.c U tuhopuu2/source/blender/readstreamglue/intern/BLO_readStreamGlueLoopBack.c U tuhopuu2/source/blender/readstreamglue/intern/BLO_readStreamGlueLoopBack.h U tuhopuu2/source/blender/readstreamglue/intern/Makefile U tuhopuu2/source/blender/render/Makefile U tuhopuu2/source/blender/render/SConscript U tuhopuu2/source/blender/render/extern/include/render.h U tuhopuu2/source/blender/render/extern/include/render_types.h U tuhopuu2/source/blender/render/intern/Makefile U tuhopuu2/source/blender/render/intern/include/edgeRender.h U tuhopuu2/source/blender/render/intern/include/envmap.h U tuhopuu2/source/blender/render/intern/include/errorHandler.h U tuhopuu2/source/blender/render/intern/include/gammaCorrectionTables.h U tuhopuu2/source/blender/render/intern/include/initrender.h U tuhopuu2/source/blender/render/intern/include/jitter.h U tuhopuu2/source/blender/render/intern/include/old_zbuffer_types.h U tuhopuu2/source/blender/render/intern/include/outerRenderLoop.h U tuhopuu2/source/blender/render/intern/include/pixelblending.h U tuhopuu2/source/blender/render/intern/include/pixelblending_types.h U tuhopuu2/source/blender/render/intern/include/pixelshading.h U tuhopuu2/source/blender/render/intern/include/RE_callbacks.h U tuhopuu2/source/blender/render/intern/include/render_intern.h U tuhopuu2/source/blender/render/intern/include/rendercore.h U tuhopuu2/source/blender/render/intern/include/rendercore_int.h U tuhopuu2/source/blender/render/intern/include/renderHelp.h U tuhopuu2/source/blender/render/intern/include/renderPreAndPost.h U tuhopuu2/source/blender/render/intern/include/shadbuf.h U tuhopuu2/source/blender/render/intern/include/texture.h U tuhopuu2/source/blender/render/intern/include/vanillaRenderPipe.h U tuhopuu2/source/blender/render/intern/include/vanillaRenderPipe_int.h U tuhopuu2/source/blender/render/intern/include/vanillaRenderPipe_types.h U tuhopuu2/source/blender/render/intern/include/zbuf.h U tuhopuu2/source/blender/render/intern/include/zbuf_int.h U tuhopuu2/source/blender/render/intern/include/zbuf_types.h U tuhopuu2/source/blender/render/intern/include/zbufferdatastruct.h U tuhopuu2/source/blender/render/intern/include/zbufferdatastruct_types.h U tuhopuu2/source/blender/render/intern/source/edgeRender.c U tuhopuu2/source/blender/render/intern/source/envmap.c U tuhopuu2/source/blender/render/intern/source/errorHandler.c U tuhopuu2/source/blender/render/intern/source/gammaCorrectionTables.c U tuhopuu2/source/blender/render/intern/source/initrender.c U tuhopuu2/source/blender/render/intern/source/jitter.c U tuhopuu2/source/blender/render/intern/source/Makefile U tuhopuu2/source/blender/render/intern/source/outerRenderLoop.c U tuhopuu2/source/blender/render/intern/source/pixelblending.c U tuhopuu2/source/blender/render/intern/source/pixelshading.c U tuhopuu2/source/blender/render/intern/source/ray.c U tuhopuu2/source/blender/render/intern/source/RE_callbacks.c C tuhopuu2/source/blender/render/intern/source/rendercore.c U tuhopuu2/source/blender/render/intern/source/renderdatabase.c U tuhopuu2/source/blender/render/intern/source/renderHelp.c U tuhopuu2/source/blender/render/intern/source/renderPreAndPost.c U tuhopuu2/source/blender/render/intern/source/shadbuf.c C tuhopuu2/source/blender/render/intern/source/texture.c U tuhopuu2/source/blender/render/intern/source/vanillaRenderPipe.c U tuhopuu2/source/blender/render/intern/source/zbuf.c U tuhopuu2/source/blender/render/intern/source/zbufferdatastruct.c U tuhopuu2/source/blender/renderconverter/Makefile U tuhopuu2/source/blender/renderconverter/RE_renderconverter.h U tuhopuu2/source/blender/renderconverter/SConscript C tuhopuu2/source/blender/renderconverter/intern/convertBlenderScene.c U tuhopuu2/source/blender/renderconverter/intern/Makefile U tuhopuu2/source/blender/sign/BLO_sign.h U tuhopuu2/source/blender/sign/Makefile U tuhopuu2/source/blender/sign/intern/BLO_sign.c U tuhopuu2/source/blender/sign/intern/Makefile U tuhopuu2/source/blender/src/.BCkey U tuhopuu2/source/blender/src/.obj.Makefile U tuhopuu2/source/blender/src/B.blend.c U tuhopuu2/source/blender/src/Bfont.c U tuhopuu2/source/blender/src/blenderbuttons.c U tuhopuu2/source/blender/src/booleanops.c U tuhopuu2/source/blender/src/booleanops_mesh.c U tuhopuu2/source/blender/src/butspace.c C tuhopuu2/source/blender/src/buttons_editing.c C tuhopuu2/source/blender/src/buttons_logic.c C tuhopuu2/source/blender/src/buttons_object.c C tuhopuu2/source/blender/src/buttons_scene.c U tuhopuu2/source/blender/src/buttons_script.c C tuhopuu2/source/blender/src/buttons_shading.c U tuhopuu2/source/blender/src/cmap.tga.c U tuhopuu2/source/blender/src/cmovie.tga.c C tuhopuu2/source/blender/src/cursors.c U tuhopuu2/source/blender/src/drawaction.c C tuhopuu2/source/blender/src/drawimage.c U tuhopuu2/source/blender/src/drawimasel.c U tuhopuu2/source/blender/src/drawipo.c C tuhopuu2/source/blender/src/drawmesh.c U tuhopuu2/source/blender/src/drawnla.c C tuhopuu2/source/blender/src/drawobject.c U tuhopuu2/source/blender/src/drawoops.c U tuhopuu2/source/blender/src/drawscene.c U tuhopuu2/source/blender/src/drawscript.c U tuhopuu2/source/blender/src/drawseq.c U tuhopuu2/source/blender/src/drawsound.c U tuhopuu2/source/blender/src/drawtext.c C tuhopuu2/source/blender/src/drawview.c C tuhopuu2/source/blender/src/edit.c U tuhopuu2/source/blender/src/editaction.c C tuhopuu2/source/blender/src/editarmature.c U tuhopuu2/source/blender/src/editconstraint.c U tuhopuu2/source/blender/src/editcurve.c U tuhopuu2/source/blender/src/editdeform.c C tuhopuu2/source/blender/src/editface.c U tuhopuu2/source/blender/src/editfont.c U tuhopuu2/source/blender/src/editgroup.c U tuhopuu2/source/blender/src/editika.c U tuhopuu2/source/blender/src/editimasel.c U tuhopuu2/source/blender/src/editipo.c U tuhopuu2/source/blender/src/editkey.c U tuhopuu2/source/blender/src/editlattice.c U tuhopuu2/source/blender/src/editmball.c C tuhopuu2/source/blender/src/editmesh.c U tuhopuu2/source/blender/src/editnla.c C tuhopuu2/source/blender/src/editobject.c U tuhopuu2/source/blender/src/editoops.c U tuhopuu2/source/blender/src/editscreen.c U tuhopuu2/source/blender/src/editseq.c C tuhopuu2/source/blender/src/editsima.c U tuhopuu2/source/blender/src/editsound.c C tuhopuu2/source/blender/src/editview.c U tuhopuu2/source/blender/src/eventdebug.c U tuhopuu2/source/blender/src/filesel.c C tuhopuu2/source/blender/src/ghostwinlay.c U tuhopuu2/source/blender/src/glutil.c C tuhopuu2/source/blender/src/header_action.c U tuhopuu2/source/blender/src/header_buttonswin.c U tuhopuu2/source/blender/src/header_filesel.c C tuhopuu2/source/blender/src/header_image.c U tuhopuu2/source/blender/src/header_imasel.c C tuhopuu2/source/blender/src/header_info.c U tuhopuu2/source/blender/src/header_ipo.c U tuhopuu2/source/blender/src/header_nla.c U tuhopuu2/source/blender/src/header_oops.c U tuhopuu2/source/blender/src/header_script.c U tuhopuu2/source/blender/src/header_seq.c U tuhopuu2/source/blender/src/header_sound.c U tuhopuu2/source/blender/src/header_text.c C tuhopuu2/source/blender/src/header_view3d.c C tuhopuu2/source/blender/src/headerbuttons.c U tuhopuu2/source/blender/src/imasel.c C tuhopuu2/source/blender/src/interface.c U tuhopuu2/source/blender/src/interface_draw.c U tuhopuu2/source/blender/src/interface_panel.c U tuhopuu2/source/blender/src/keyval.c U tuhopuu2/source/blender/src/language.c U tuhopuu2/source/blender/src/mainqueue.c U tuhopuu2/source/blender/src/Makefile U tuhopuu2/source/blender/src/mywindow.c U tuhopuu2/source/blender/src/oops.c U tuhopuu2/source/blender/src/playanim.c U tuhopuu2/source/blender/src/poseobject.c U tuhopuu2/source/blender/src/previewrender.c U tuhopuu2/source/blender/src/renderwin.c C tuhopuu2/source/blender/src/resources.c U tuhopuu2/source/blender/src/SConscript U tuhopuu2/source/blender/src/scrarea.c U tuhopuu2/source/blender/src/screendump.c U tuhopuu2/source/blender/src/seqaudio.c U tuhopuu2/source/blender/src/sequence.c C tuhopuu2/source/blender/src/space.c U tuhopuu2/source/blender/src/spacetypes.c U tuhopuu2/source/blender/src/splash.jpg.c U tuhopuu2/source/blender/src/swapbuffers.c U tuhopuu2/source/blender/src/toets.c C tuhopuu2/source/blender/src/toolbox.c C tuhopuu2/source/blender/src/usiblender.c U tuhopuu2/source/blender/src/view.c C tuhopuu2/source/blender/src/vpaint.c U tuhopuu2/source/blender/src/winlay.h U tuhopuu2/source/blender/src/writeavicodec.c U tuhopuu2/source/blender/src/writeimage.c U tuhopuu2/source/blender/src/writemovie.c U tuhopuu2/source/blender/src/cre/license.jpeg.c U tuhopuu2/source/blender/src/cre/license_key.c U tuhopuu2/source/blender/src/pub/license_key.c U tuhopuu2/source/blender/verify/BLO_sign_verify_Header.h U tuhopuu2/source/blender/verify/BLO_signer_info.h U tuhopuu2/source/blender/verify/BLO_verify.h U tuhopuu2/source/blender/verify/Makefile U tuhopuu2/source/blender/verify/intern/BLO_verify.c U tuhopuu2/source/blender/verify/intern/Makefile U tuhopuu2/source/blender/writeblenfile/BLO_writeblenfile.h U tuhopuu2/source/blender/writeblenfile/Makefile U tuhopuu2/source/blender/writeblenfile/SConscript U tuhopuu2/source/blender/writeblenfile/intern/BLO_writeblenfile.c U tuhopuu2/source/blender/writeblenfile/intern/Makefile U tuhopuu2/source/blender/writeblenfile/test/Makefile U tuhopuu2/source/blender/writeblenfile/test/test.c U tuhopuu2/source/blender/writestreamglue/BLO_getPubKey.h U tuhopuu2/source/blender/writestreamglue/BLO_writeStreamErrors.h U tuhopuu2/source/blender/writestreamglue/BLO_writeStreamGlue.h U tuhopuu2/source/blender/writestreamglue/Makefile U tuhopuu2/source/blender/writestreamglue/SConscript U tuhopuu2/source/blender/writestreamglue/intern/BLO_dumpFromMemory.c U tuhopuu2/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h U tuhopuu2/source/blender/writestreamglue/intern/BLO_getPubKey.c U tuhopuu2/source/blender/writestreamglue/intern/BLO_streamGlueControl.c U tuhopuu2/source/blender/writestreamglue/intern/BLO_writeStreamGlue.c U tuhopuu2/source/blender/writestreamglue/intern/Makefile U tuhopuu2/source/blender/writestreamglue/stub/BLO_getPubKeySTUB.c U tuhopuu2/source/blender/writestreamglue/stub/BLO_keyStoreSTUB.c U tuhopuu2/source/blender/writestreamglue/stub/BLO_streamGlueControlSTUB.c U tuhopuu2/source/blender/writestreamglue/stub/BLO_writeStreamGlueSTUB.c U tuhopuu2/source/blender/writestreamglue/stub/Makefile U tuhopuu2/source/blender/writestreamglue/test/Makefile U tuhopuu2/source/blender/writestreamglue/test/readwritetest/Makefile U tuhopuu2/source/blender/writestreamglue/test/readwritetest/readwritetest.c U tuhopuu2/source/blender/writestreamglue/test/typetest/Makefile U tuhopuu2/source/blender/writestreamglue/test/typetest/typetest.c U tuhopuu2/source/blender/yafray/Makefile U tuhopuu2/source/blender/yafray/SConscript U tuhopuu2/source/blender/yafray/YafRay_Api.h U tuhopuu2/source/blender/yafray/intern/api.cpp C tuhopuu2/source/blender/yafray/intern/export_File.cpp U tuhopuu2/source/blender/yafray/intern/export_File.h U tuhopuu2/source/blender/yafray/intern/Makefile U tuhopuu2/source/blender/yafray/intern/yafray_Render.cpp U tuhopuu2/source/blender/yafray/intern/yafray_Render.h U tuhopuu2/source/creator/buildinfo.c U tuhopuu2/source/creator/creator.c U tuhopuu2/source/creator/Makefile U tuhopuu2/source/creator/SConscript U tuhopuu2/source/darwin/Makefile U tuhopuu2/source/darwin/blender.app/Contents/Info.plist U tuhopuu2/source/darwin/blender.app/Contents/PkgInfo U tuhopuu2/source/darwin/blender.app/Contents/MacOS/blender U tuhopuu2/source/darwin/blender.app/Contents/Resources/blender file icon.icns U tuhopuu2/source/darwin/blender.app/Contents/Resources/blender icon.icns U tuhopuu2/source/darwin/blendercreator.app/Contents/Info.plist U tuhopuu2/source/darwin/blendercreator.app/Contents/PkgInfo U tuhopuu2/source/darwin/blendercreator.app/Contents/MacOS/blendercreator U tuhopuu2/source/darwin/blendercreator.app/Contents/Resources/blender creator icon.icns U tuhopuu2/source/darwin/blendercreator.app/Contents/Resources/blender file icon.icns U tuhopuu2/source/darwin/blenderplayer.app/Contents/Info.plist U tuhopuu2/source/darwin/blenderplayer.app/Contents/PkgInfo U tuhopuu2/source/darwin/blenderplayer.app/Contents/MacOS/blenderplayer U tuhopuu2/source/darwin/blenderplayer.app/Contents/Resources/blender file icon.icns U tuhopuu2/source/darwin/blenderplayer.app/Contents/Resources/blender player icon.icns U tuhopuu2/source/darwin/blenderpublisher.app/Contents/Info.plist U tuhopuu2/source/darwin/blenderpublisher.app/Contents/PkgInfo U tuhopuu2/source/darwin/blenderpublisher.app/Contents/MacOS/blenderpublisher U tuhopuu2/source/darwin/blenderpublisher.app/Contents/Resources/blender file icon.icns U tuhopuu2/source/darwin/blenderpublisher.app/Contents/Resources/blender publisher icon.icns C tuhopuu2/source/gameengine/Makefile U tuhopuu2/source/gameengine/SConscript C tuhopuu2/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderCanvas.cpp U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderCanvas.h U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderGL.cpp U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderGL.h U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.cpp U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderKeyboardDevice.cpp U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderKeyboardDevice.h U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.cpp U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.h C tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderPolyMaterial.cpp U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderPolyMaterial.h C tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.cpp U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.h U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderSystem.cpp U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderSystem.h C tuhopuu2/source/gameengine/BlenderRoutines/Makefile C tuhopuu2/source/gameengine/BlenderRoutines/SConscript C tuhopuu2/source/gameengine/Converter/BL_ActionActuator.cpp C tuhopuu2/source/gameengine/Converter/BL_ActionActuator.h U tuhopuu2/source/gameengine/Converter/BL_ArmatureObject.cpp C tuhopuu2/source/gameengine/Converter/BL_ArmatureObject.h C tuhopuu2/source/gameengine/Converter/BL_BlenderDataConversion.cpp U tuhopuu2/source/gameengine/Converter/BL_BlenderDataConversion.h C tuhopuu2/source/gameengine/Converter/BL_DeformableGameObject.cpp U tuhopuu2/source/gameengine/Converter/BL_DeformableGameObject.h C tuhopuu2/source/gameengine/Converter/BL_MeshDeformer.cpp C tuhopuu2/source/gameengine/Converter/BL_MeshDeformer.h C tuhopuu2/source/gameengine/Converter/BL_SkinDeformer.cpp C tuhopuu2/source/gameengine/Converter/BL_SkinDeformer.h C tuhopuu2/source/gameengine/Converter/BL_SkinMeshObject.cpp C tuhopuu2/source/gameengine/Converter/BL_SkinMeshObject.h U tuhopuu2/source/gameengine/Converter/BlenderWorldInfo.cpp U tuhopuu2/source/gameengine/Converter/BlenderWorldInfo.h U tuhopuu2/source/gameengine/Converter/KX_BlenderScalarInterpolator.cpp U tuhopuu2/source/gameengine/Converter/KX_BlenderScalarInterpolator.h C tuhopuu2/source/gameengine/Converter/KX_BlenderSceneConverter.cpp U tuhopuu2/source/gameengine/Converter/KX_BlenderSceneConverter.h C tuhopuu2/source/gameengine/Converter/KX_ConvertActuators.cpp U tuhopuu2/source/gameengine/Converter/KX_ConvertActuators.h U tuhopuu2/source/gameengine/Converter/KX_ConvertControllers.cpp U tuhopuu2/source/gameengine/Converter/KX_ConvertControllers.h U tuhopuu2/source/gameengine/Converter/KX_ConvertProperties.cpp U tuhopuu2/source/gameengine/Converter/KX_ConvertProperties.h C tuhopuu2/source/gameengine/Converter/KX_ConvertSensors.cpp U tuhopuu2/source/gameengine/Converter/KX_ConvertSensors.h U tuhopuu2/source/gameengine/Converter/KX_IpoConvert.cpp U tuhopuu2/source/gameengine/Converter/KX_IpoConvert.h C tuhopuu2/source/gameengine/Converter/Makefile C tuhopuu2/source/gameengine/Converter/SConscript U tuhopuu2/source/gameengine/Expressions/BoolValue.cpp U tuhopuu2/source/gameengine/Expressions/BoolValue.h U tuhopuu2/source/gameengine/Expressions/ConstExpr.cpp U tuhopuu2/source/gameengine/Expressions/ConstExpr.h U tuhopuu2/source/gameengine/Expressions/EmptyValue.cpp U tuhopuu2/source/gameengine/Expressions/EmptyValue.h U tuhopuu2/source/gameengine/Expressions/ErrorValue.cpp U tuhopuu2/source/gameengine/Expressions/ErrorValue.h U tuhopuu2/source/gameengine/Expressions/EXP_C-Api.cpp U tuhopuu2/source/gameengine/Expressions/EXP_C-Api.h U tuhopuu2/source/gameengine/Expressions/Expression.cpp U tuhopuu2/source/gameengine/Expressions/Expression.h U tuhopuu2/source/gameengine/Expressions/FloatValue.cpp U tuhopuu2/source/gameengine/Expressions/FloatValue.h U tuhopuu2/source/gameengine/Expressions/IdentifierExpr.cpp U tuhopuu2/source/gameengine/Expressions/IdentifierExpr.h U tuhopuu2/source/gameengine/Expressions/IfExpr.cpp U tuhopuu2/source/gameengine/Expressions/IfExpr.h U tuhopuu2/source/gameengine/Expressions/InputParser.cpp U tuhopuu2/source/gameengine/Expressions/InputParser.h U tuhopuu2/source/gameengine/Expressions/IntValue.cpp U tuhopuu2/source/gameengine/Expressions/IntValue.h U tuhopuu2/source/gameengine/Expressions/KX_HashedPtr.cpp U tuhopuu2/source/gameengine/Expressions/KX_HashedPtr.h U tuhopuu2/source/gameengine/Expressions/KX_Python.h U tuhopuu2/source/gameengine/Expressions/KX_Python_dynamic.h U tuhopuu2/source/gameengine/Expressions/KX_Python_static.h U tuhopuu2/source/gameengine/Expressions/ListValue.cpp U tuhopuu2/source/gameengine/Expressions/ListValue.h U tuhopuu2/source/gameengine/Expressions/Makefile U tuhopuu2/source/gameengine/Expressions/Operator1Expr.cpp U tuhopuu2/source/gameengine/Expressions/Operator1Expr.h U tuhopuu2/source/gameengine/Expressions/Operator2Expr.cpp U tuhopuu2/source/gameengine/Expressions/Operator2Expr.h U tuhopuu2/source/gameengine/Expressions/PyObjectPlus.cpp U tuhopuu2/source/gameengine/Expressions/PyObjectPlus.h C tuhopuu2/source/gameengine/Expressions/SConscript U tuhopuu2/source/gameengine/Expressions/StringValue.cpp U tuhopuu2/source/gameengine/Expressions/StringValue.h U tuhopuu2/source/gameengine/Expressions/Value.cpp C tuhopuu2/source/gameengine/Expressions/Value.h U tuhopuu2/source/gameengine/Expressions/VectorValue.cpp U tuhopuu2/source/gameengine/Expressions/VectorValue.h U tuhopuu2/source/gameengine/Expressions/VoidValue.h U tuhopuu2/source/gameengine/GameLogic/Makefile C tuhopuu2/source/gameengine/GameLogic/SCA_AlwaysEventManager.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_AlwaysEventManager.h U tuhopuu2/source/gameengine/GameLogic/SCA_AlwaysSensor.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_AlwaysSensor.h U tuhopuu2/source/gameengine/GameLogic/SCA_ANDController.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_ANDController.h U tuhopuu2/source/gameengine/GameLogic/SCA_EventManager.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_EventManager.h U tuhopuu2/source/gameengine/GameLogic/SCA_ExpressionController.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_ExpressionController.h U tuhopuu2/source/gameengine/GameLogic/SCA_IActuator.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_IActuator.h U tuhopuu2/source/gameengine/GameLogic/SCA_IController.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_IController.h U tuhopuu2/source/gameengine/GameLogic/SCA_IInputDevice.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_IInputDevice.h U tuhopuu2/source/gameengine/GameLogic/SCA_ILogicBrick.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_ILogicBrick.h U tuhopuu2/source/gameengine/GameLogic/SCA_IObject.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_IObject.h U tuhopuu2/source/gameengine/GameLogic/SCA_IScene.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_IScene.h C tuhopuu2/source/gameengine/GameLogic/SCA_ISensor.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_ISensor.h C tuhopuu2/source/gameengine/GameLogic/SCA_KeyboardManager.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_KeyboardManager.h U tuhopuu2/source/gameengine/GameLogic/SCA_KeyboardSensor.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_KeyboardSensor.h C tuhopuu2/source/gameengine/GameLogic/SCA_LogicManager.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_LogicManager.h C tuhopuu2/source/gameengine/GameLogic/SCA_MouseManager.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_MouseManager.h U tuhopuu2/source/gameengine/GameLogic/SCA_MouseSensor.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_MouseSensor.h U tuhopuu2/source/gameengine/GameLogic/SCA_ORController.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_ORController.h C tuhopuu2/source/gameengine/GameLogic/SCA_PropertyActuator.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_PropertyActuator.h U tuhopuu2/source/gameengine/GameLogic/SCA_PropertyEventManager.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_PropertyEventManager.h C tuhopuu2/source/gameengine/GameLogic/SCA_PropertySensor.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_PropertySensor.h C tuhopuu2/source/gameengine/GameLogic/SCA_PythonController.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_PythonController.h C tuhopuu2/source/gameengine/GameLogic/SCA_RandomActuator.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_RandomActuator.h C tuhopuu2/source/gameengine/GameLogic/SCA_RandomEventManager.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_RandomEventManager.h U tuhopuu2/source/gameengine/GameLogic/SCA_RandomNumberGenerator.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_RandomNumberGenerator.h U tuhopuu2/source/gameengine/GameLogic/SCA_RandomSensor.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_RandomSensor.h U tuhopuu2/source/gameengine/GameLogic/SCA_TimeEventManager.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_TimeEventManager.h C tuhopuu2/source/gameengine/GameLogic/SConscript U tuhopuu2/source/gameengine/GamePlayer/Makefile U tuhopuu2/source/gameengine/GamePlayer/ActiveX/ActiveXandNetscapeTest.html U tuhopuu2/source/gameengine/GamePlayer/ActiveX/ActiveXgp.hpj U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderDataPathProperty.cpp U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderDataPathProperty.h U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.aps U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.clw U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.cpp U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.def U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.h U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.html U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.ico U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.odl U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayer.rc U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayerCtl.bmp U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayerCtl.cpp U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayerCtl.h U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayerDuo.html U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayerPpg.cpp U tuhopuu2/source/gameengine/GamePlayer/ActiveX/BlenderPlayerPpg.h U tuhopuu2/source/gameengine/GamePlayer/ActiveX/CControlRefresher.cpp U tuhopuu2/source/gameengine/GamePlayer/ActiveX/CControlRefresher.h U tuhopuu2/source/gameengine/GamePlayer/ActiveX/MemoryResource.cpp U tuhopuu2/source/gameengine/GamePlayer/ActiveX/MemoryResource.h U tuhopuu2/source/gameengine/GamePlayer/ActiveX/RawImageRsrc.cpp U tuhopuu2/source/gameengine/GamePlayer/ActiveX/RawImageRsrc.h U tuhopuu2/source/gameengine/GamePlayer/ActiveX/ReadMe.txt U tuhopuu2/source/gameengine/GamePlayer/ActiveX/ReadMeBuilding.txt U tuhopuu2/source/gameengine/GamePlayer/ActiveX/resource.h U tuhopuu2/source/gameengine/GamePlayer/ActiveX/SafeControl.cpp U tuhopuu2/source/gameengine/GamePlayer/ActiveX/SafeControl.h U tuhopuu2/source/gameengine/GamePlayer/ActiveX/splash.bmp U tuhopuu2/source/gameengine/GamePlayer/ActiveX/StdAfx.cpp U tuhopuu2/source/gameengine/GamePlayer/ActiveX/StdAfx.h U tuhopuu2/source/gameengine/GamePlayer/ActiveX/Hlp/ActiveXgp.hm U tuhopuu2/source/gameengine/GamePlayer/ActiveX/Hlp/ActiveXgp.rtf U tuhopuu2/source/gameengine/GamePlayer/ActiveX/Hlp/Bullet.bmp U tuhopuu2/source/gameengine/GamePlayer/common/bmfont.cpp U tuhopuu2/source/gameengine/GamePlayer/common/GPC_Canvas.cpp U tuhopuu2/source/gameengine/GamePlayer/common/GPC_Canvas.h C tuhopuu2/source/gameengine/GamePlayer/common/GPC_Engine.cpp U tuhopuu2/source/gameengine/GamePlayer/common/GPC_Engine.h U tuhopuu2/source/gameengine/GamePlayer/common/GPC_KeyboardDevice.cpp U tuhopuu2/source/gameengine/GamePlayer/common/GPC_KeyboardDevice.h U tuhopuu2/source/gameengine/GamePlayer/common/GPC_MouseDevice.cpp U tuhopuu2/source/gameengine/GamePlayer/common/GPC_MouseDevice.h C tuhopuu2/source/gameengine/GamePlayer/common/GPC_PolygonMaterial.cpp U tuhopuu2/source/gameengine/GamePlayer/common/GPC_PolygonMaterial.h U tuhopuu2/source/gameengine/GamePlayer/common/GPC_RawImage.cpp U tuhopuu2/source/gameengine/GamePlayer/common/GPC_RawImage.h U tuhopuu2/source/gameengine/GamePlayer/common/GPC_RawLoadDotBlendArray.cpp U tuhopuu2/source/gameengine/GamePlayer/common/GPC_RawLoadDotBlendArray.h U tuhopuu2/source/gameengine/GamePlayer/common/GPC_RawLogoArrays.cpp U tuhopuu2/source/gameengine/GamePlayer/common/GPC_RawLogoArrays.h C tuhopuu2/source/gameengine/GamePlayer/common/GPC_RenderTools.cpp U tuhopuu2/source/gameengine/GamePlayer/common/GPC_RenderTools.h U tuhopuu2/source/gameengine/GamePlayer/common/GPC_System.cpp U tuhopuu2/source/gameengine/GamePlayer/common/GPC_System.h U tuhopuu2/source/gameengine/GamePlayer/common/load.blend U tuhopuu2/source/gameengine/GamePlayer/common/logo_blender.raw U tuhopuu2/source/gameengine/GamePlayer/common/logo_blender3d.raw U tuhopuu2/source/gameengine/GamePlayer/common/logo_nan.raw C tuhopuu2/source/gameengine/GamePlayer/common/Makefile U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_Canvas.cpp U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_Canvas.h U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_Engine.cpp U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_Engine.h U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.cpp U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_PolygonMaterial.h U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_System.cpp U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_System.h U tuhopuu2/source/gameengine/GamePlayer/common/unix/Makefile U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_Canvas.cpp U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_Canvas.h U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_Engine.cpp U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_Engine.h U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_KeyboardDevice.cpp U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_KeyboardDevice.h U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_System.cpp U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_System.h U tuhopuu2/source/gameengine/GamePlayer/common/windows/Makefile C tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Application.cpp U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Application.h U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Canvas.cpp U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Canvas.h C tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_KeyboardDevice.cpp U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_KeyboardDevice.h U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_System.cpp U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_System.h U tuhopuu2/source/gameengine/GamePlayer/ghost/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/common/npmac.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/common/npunix.c U tuhopuu2/source/gameengine/GamePlayer/netscape/common/npwin.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/netscape_api/jri.h U tuhopuu2/source/gameengine/GamePlayer/netscape/netscape_api/jri_md.h U tuhopuu2/source/gameengine/GamePlayer/netscape/netscape_api/jritypes.h U tuhopuu2/source/gameengine/GamePlayer/netscape/netscape_api/npapi.h U tuhopuu2/source/gameengine/GamePlayer/netscape/netscape_api/npupp.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Blender3DPlugin.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Blender3DPlugin.class U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Blender3DPlugin.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Blender3DPlugin.java U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Blender3DPlugin_native_implementation.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/blender_plugin_types.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/src/netscape_plugin_Plugin.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/netscape_plugin_Plugin.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/npB3DPlg.def U tuhopuu2/source/gameengine/GamePlayer/netscape/src/npB3DPlg.rc U tuhopuu2/source/gameengine/GamePlayer/netscape/src/NZC_application_callback.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/NZC_application_hooks.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLB_script_bindings.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLG_MSWindows_windowing.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLG_MSWindows_windowing.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLG_plugin_handles.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLG_X11_windowing.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLG_X11_windowing.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/README U tuhopuu2/source/gameengine/GamePlayer/netscape/src/resource.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/stubs.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/UnixShell.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/winstubs.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_engine_data_wraps.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_ketsji_hooks.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_ketsji_hooks.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_event_sinks.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_event_sinks.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_services.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_services.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_event_sinks.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_event_sinks.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_services.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_services.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/_Blender3DPlugin_implementation_.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/_Blender3DPlugin_implementation_.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/Blender3DPlugin.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/Blender3DPlugin.idl U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/Blender3DPlugin.xpt U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/nsClassInfoMixin.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/XPH_xpcom_hooks.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/XPH_xpcom_hooks.h U tuhopuu2/source/gameengine/GamePlayer/netscape/test/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/test/colorcycle/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/test/colorcycle/TST_colorcycle.c U tuhopuu2/source/gameengine/GamePlayer/netscape/test/gears/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/test/gears/TST_gears.c U tuhopuu2/source/gameengine/GamePlayer/netscape/test/resource/test.html U tuhopuu2/source/gameengine/GamePlayer/netscape/test/stub/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/test/stub/TST_stubbed_app.c U tuhopuu2/source/gameengine/GamePlayer/netscape/test/threaded_gears/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/test/threaded_gears/TST_threaded_gears.c C tuhopuu2/source/gameengine/Ketsji/KX_Camera.cpp U tuhopuu2/source/gameengine/Ketsji/KX_Camera.h C tuhopuu2/source/gameengine/Ketsji/KX_CameraActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_CameraActuator.cpp.bras U tuhopuu2/source/gameengine/Ketsji/KX_CameraActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_CameraIpoSGController.cpp C tuhopuu2/source/gameengine/Ketsji/KX_CameraIpoSGController.h U tuhopuu2/source/gameengine/Ketsji/KX_CDActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_CDActuator.h C tuhopuu2/source/gameengine/Ketsji/KX_ClientObjectInfo.h U tuhopuu2/source/gameengine/Ketsji/KX_ConstraintActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_ConstraintActuator.h C tuhopuu2/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp U tuhopuu2/source/gameengine/Ketsji/KX_ConstraintWrapper.h C tuhopuu2/source/gameengine/Ketsji/KX_ConvertPhysicsObject.h C tuhopuu2/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp U tuhopuu2/source/gameengine/Ketsji/KX_EmptyObject.cpp U tuhopuu2/source/gameengine/Ketsji/KX_EmptyObject.h C tuhopuu2/source/gameengine/Ketsji/KX_GameActuator.cpp C tuhopuu2/source/gameengine/Ketsji/KX_GameActuator.h C tuhopuu2/source/gameengine/Ketsji/KX_GameObject.cpp C tuhopuu2/source/gameengine/Ketsji/KX_GameObject.h U tuhopuu2/source/gameengine/Ketsji/KX_IInterpolator.h C tuhopuu2/source/gameengine/Ketsji/KX_IPhysicsController.cpp U tuhopuu2/source/gameengine/Ketsji/KX_IPhysicsController.h C tuhopuu2/source/gameengine/Ketsji/KX_IPO_SGController.cpp U tuhopuu2/source/gameengine/Ketsji/KX_IPO_SGController.h C tuhopuu2/source/gameengine/Ketsji/KX_IpoActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_IpoActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_IPOTransform.h U tuhopuu2/source/gameengine/Ketsji/KX_IScalarInterpolator.h U tuhopuu2/source/gameengine/Ketsji/KX_ISceneConverter.h U tuhopuu2/source/gameengine/Ketsji/KX_ISystem.h C tuhopuu2/source/gameengine/Ketsji/KX_KetsjiEngine.cpp U tuhopuu2/source/gameengine/Ketsji/KX_KetsjiEngine.h U tuhopuu2/source/gameengine/Ketsji/KX_Light.cpp U tuhopuu2/source/gameengine/Ketsji/KX_Light.h U tuhopuu2/source/gameengine/Ketsji/KX_LightIpoSGController.cpp C tuhopuu2/source/gameengine/Ketsji/KX_LightIpoSGController.h U tuhopuu2/source/gameengine/Ketsji/KX_MeshProxy.cpp U tuhopuu2/source/gameengine/Ketsji/KX_MeshProxy.h U tuhopuu2/source/gameengine/Ketsji/KX_MotionState.cpp U tuhopuu2/source/gameengine/Ketsji/KX_MotionState.h C tuhopuu2/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp U tuhopuu2/source/gameengine/Ketsji/KX_MouseFocusSensor.h C tuhopuu2/source/gameengine/Ketsji/KX_NearSensor.cpp C tuhopuu2/source/gameengine/Ketsji/KX_NearSensor.h U tuhopuu2/source/gameengine/Ketsji/KX_ObColorIpoSGController.cpp C tuhopuu2/source/gameengine/Ketsji/KX_ObColorIpoSGController.h C tuhopuu2/source/gameengine/Ketsji/KX_ObjectActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_ObjectActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_OdePhysicsController.cpp U tuhopuu2/source/gameengine/Ketsji/KX_OdePhysicsController.h U tuhopuu2/source/gameengine/Ketsji/KX_OrientationInterpolator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_OrientationInterpolator.h C tuhopuu2/source/gameengine/Ketsji/KX_PhysicsEngineEnums.h C tuhopuu2/source/gameengine/Ketsji/KX_PhysicsObjectWrapper.cpp U tuhopuu2/source/gameengine/Ketsji/KX_PhysicsObjectWrapper.h U tuhopuu2/source/gameengine/Ketsji/KX_PhysicsPropertiesobsolete.h U tuhopuu2/source/gameengine/Ketsji/KX_PositionInterpolator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_PositionInterpolator.h U tuhopuu2/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp U tuhopuu2/source/gameengine/Ketsji/KX_PyConstraintBinding.h U tuhopuu2/source/gameengine/Ketsji/KX_PythonInit.cpp U tuhopuu2/source/gameengine/Ketsji/KX_PythonInit.h C tuhopuu2/source/gameengine/Ketsji/KX_RadarSensor.cpp C tuhopuu2/source/gameengine/Ketsji/KX_RadarSensor.h U tuhopuu2/source/gameengine/Ketsji/KX_RayEventManager.cpp C tuhopuu2/source/gameengine/Ketsji/KX_RayEventManager.h C tuhopuu2/source/gameengine/Ketsji/KX_RaySensor.cpp C tuhopuu2/source/gameengine/Ketsji/KX_RaySensor.h U tuhopuu2/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_SCA_EndObjectActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_SCA_EndObjectActuator.h C tuhopuu2/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_ScalarInterpolator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_ScalarInterpolator.h U tuhopuu2/source/gameengine/Ketsji/KX_ScalingInterpolator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_ScalingInterpolator.h C tuhopuu2/source/gameengine/Ketsji/KX_Scene.cpp C tuhopuu2/source/gameengine/Ketsji/KX_Scene.h C tuhopuu2/source/gameengine/Ketsji/KX_SceneActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_SceneActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_SG_NodeRelationships.cpp U tuhopuu2/source/gameengine/Ketsji/KX_SG_NodeRelationships.h U tuhopuu2/source/gameengine/Ketsji/KX_SoundActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_SoundActuator.h C tuhopuu2/source/gameengine/Ketsji/KX_SumoPhysicsController.cpp C tuhopuu2/source/gameengine/Ketsji/KX_SumoPhysicsController.h U tuhopuu2/source/gameengine/Ketsji/KX_TimeCategoryLogger.cpp U tuhopuu2/source/gameengine/Ketsji/KX_TimeCategoryLogger.h C tuhopuu2/source/gameengine/Ketsji/KX_TimeLogger.cpp U tuhopuu2/source/gameengine/Ketsji/KX_TimeLogger.h C tuhopuu2/source/gameengine/Ketsji/KX_TouchEventManager.cpp C tuhopuu2/source/gameengine/Ketsji/KX_TouchEventManager.h C tuhopuu2/source/gameengine/Ketsji/KX_TouchSensor.cpp C tuhopuu2/source/gameengine/Ketsji/KX_TouchSensor.h U tuhopuu2/source/gameengine/Ketsji/KX_TrackToActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_TrackToActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_VertexProxy.cpp U tuhopuu2/source/gameengine/Ketsji/KX_VertexProxy.h U tuhopuu2/source/gameengine/Ketsji/KX_VisibilityActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_VisibilityActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_WorldInfo.cpp U tuhopuu2/source/gameengine/Ketsji/KX_WorldInfo.h U tuhopuu2/source/gameengine/Ketsji/KX_WorldIpoController.cpp C tuhopuu2/source/gameengine/Ketsji/KX_WorldIpoController.h C tuhopuu2/source/gameengine/Ketsji/Makefile C tuhopuu2/source/gameengine/Ketsji/SConscript U tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkEventManager.cpp U tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkEventManager.h U tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageActuator.h U tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.cpp U tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.h U tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectActuator.h U tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectSensor.cpp U tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkObjectSensor.h U tuhopuu2/source/gameengine/Ketsji/KXNetwork/Makefile C tuhopuu2/source/gameengine/Ketsji/KXNetwork/SConscript U tuhopuu2/source/gameengine/Network/Makefile U tuhopuu2/source/gameengine/Network/NG_NetworkDeviceInterface.h U tuhopuu2/source/gameengine/Network/NG_NetworkMessage.cpp U tuhopuu2/source/gameengine/Network/NG_NetworkMessage.h U tuhopuu2/source/gameengine/Network/NG_NetworkObject.cpp U tuhopuu2/source/gameengine/Network/NG_NetworkObject.h U tuhopuu2/source/gameengine/Network/NG_NetworkScene.cpp U tuhopuu2/source/gameengine/Network/NG_NetworkScene.h C tuhopuu2/source/gameengine/Network/SConscript U tuhopuu2/source/gameengine/Network/LoopBackNetwork/Makefile U tuhopuu2/source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp U tuhopuu2/source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.h C tuhopuu2/source/gameengine/Network/LoopBackNetwork/SConscript U tuhopuu2/source/gameengine/Network/TerraplayNetwork/Makefile U tuhopuu2/source/gameengine/Network/TerraplayNetwork/NG_TerraplayNetworkDeviceInterface.cpp U tuhopuu2/source/gameengine/Network/TerraplayNetwork/NG_TerraplayNetworkDeviceInterface.h U tuhopuu2/source/gameengine/Physics/Makefile U tuhopuu2/source/gameengine/Physics/BlOde/Makefile U tuhopuu2/source/gameengine/Physics/BlOde/OdePhysicsController.cpp U tuhopuu2/source/gameengine/Physics/BlOde/OdePhysicsController.h U tuhopuu2/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp U tuhopuu2/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.h U tuhopuu2/source/gameengine/Physics/BlOde/SConscript U tuhopuu2/source/gameengine/Physics/common/Makefile U tuhopuu2/source/gameengine/Physics/common/PHY_DynamicTypes.h U tuhopuu2/source/gameengine/Physics/common/PHY_IMotionState.cpp U tuhopuu2/source/gameengine/Physics/common/PHY_IMotionState.h U tuhopuu2/source/gameengine/Physics/common/PHY_IPhysicsController.cpp U tuhopuu2/source/gameengine/Physics/common/PHY_IPhysicsController.h U tuhopuu2/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.cpp U tuhopuu2/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.h U tuhopuu2/source/gameengine/Physics/common/PHY_Pro.h C tuhopuu2/source/gameengine/Physics/common/SConscript U tuhopuu2/source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.cpp U tuhopuu2/source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.h U tuhopuu2/source/gameengine/Physics/Dummy/Makefile C tuhopuu2/source/gameengine/Physics/Dummy/SConscript U tuhopuu2/source/gameengine/Physics/Sumo/convert.txt C tuhopuu2/source/gameengine/Physics/Sumo/Makefile C tuhopuu2/source/gameengine/Physics/Sumo/SConscript C tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp C tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsController.h C tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsEnvironment.cpp C tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsEnvironment.h U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/Makefile U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Callback.h U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_ClientObjectInfo.h C tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Debug.h C tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_FhObject.h U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_MotionState.h C tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Props.h C tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Scene.h U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/sample/Makefile C tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/sample/particle.cpp U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/sample/particle0.cpp C tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/Makefile C tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_FhObject.cpp C tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp C tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Scene.cpp U tuhopuu2/source/gameengine/Physics/Sumo/include/interpolator.h U tuhopuu2/source/gameengine/Physics/Sumo/include/solid.h U tuhopuu2/source/gameengine/Physics/Sumo/include/solid_broadphase.h U tuhopuu2/source/gameengine/Physics/Sumo/include/solid_types.h U tuhopuu2/source/gameengine/Rasterizer/Makefile C tuhopuu2/source/gameengine/Rasterizer/RAS_BucketManager.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_BucketManager.h U tuhopuu2/source/gameengine/Rasterizer/RAS_CameraData.h U tuhopuu2/source/gameengine/Rasterizer/RAS_Deformer.h U tuhopuu2/source/gameengine/Rasterizer/RAS_FramingManager.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_FramingManager.h U tuhopuu2/source/gameengine/Rasterizer/RAS_ICanvas.h C tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.h C tuhopuu2/source/gameengine/Rasterizer/RAS_IRasterizer.h U tuhopuu2/source/gameengine/Rasterizer/RAS_IRenderTools.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_IRenderTools.h U tuhopuu2/source/gameengine/Rasterizer/RAS_LightObject.h C tuhopuu2/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_MaterialBucket.h C tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.h U tuhopuu2/source/gameengine/Rasterizer/RAS_ObjectColor.h U tuhopuu2/source/gameengine/Rasterizer/RAS_Polygon.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_Polygon.h U tuhopuu2/source/gameengine/Rasterizer/RAS_Rect.h U tuhopuu2/source/gameengine/Rasterizer/RAS_texmatrix.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_TexMatrix.h C tuhopuu2/source/gameengine/Rasterizer/RAS_TexVert.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_TexVert.h C tuhopuu2/source/gameengine/Rasterizer/SConscript C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/Makefile C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/mkglext.py C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.h C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.h C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript U tuhopuu2/source/gameengine/SceneGraph/Makefile C tuhopuu2/source/gameengine/SceneGraph/SConscript U tuhopuu2/source/gameengine/SceneGraph/SG_Controller.cpp U tuhopuu2/source/gameengine/SceneGraph/SG_Controller.h U tuhopuu2/source/gameengine/SceneGraph/SG_IObject.cpp U tuhopuu2/source/gameengine/SceneGraph/SG_IObject.h C tuhopuu2/source/gameengine/SceneGraph/SG_Node.cpp U tuhopuu2/source/gameengine/SceneGraph/SG_Node.h U tuhopuu2/source/gameengine/SceneGraph/SG_ParentRelation.h U tuhopuu2/source/gameengine/SceneGraph/SG_Spatial.cpp U tuhopuu2/source/gameengine/SceneGraph/SG_Spatial.h U tuhopuu2/source/icons/Makefile U tuhopuu2/source/icons/winblender.ico U tuhopuu2/source/icons/winblender.rc U tuhopuu2/source/icons/winblenderfile.ico U tuhopuu2/source/icons/wincreator.ico U tuhopuu2/source/icons/wincreator.rc U tuhopuu2/source/icons/winlockedfile.ico U tuhopuu2/source/icons/winplayer.ico U tuhopuu2/source/icons/winplayer.rc U tuhopuu2/source/icons/winpublisher.ico U tuhopuu2/source/icons/winpublisher.rc U tuhopuu2/source/kernel/Makefile U tuhopuu2/source/kernel/SConscript U tuhopuu2/source/kernel/gen_messaging/GEN_messaging.h U tuhopuu2/source/kernel/gen_messaging/Makefile U tuhopuu2/source/kernel/gen_messaging/intern/Makefile U tuhopuu2/source/kernel/gen_messaging/intern/messaging.c U tuhopuu2/source/kernel/gen_system/GEN_DataCache.h U tuhopuu2/source/kernel/gen_system/GEN_HashedPtr.cpp U tuhopuu2/source/kernel/gen_system/GEN_HashedPtr.h U tuhopuu2/source/kernel/gen_system/GEN_Map.h U tuhopuu2/source/kernel/gen_system/GEN_Matrix4x4.cpp U tuhopuu2/source/kernel/gen_system/GEN_Matrix4x4.h U tuhopuu2/source/kernel/gen_system/GEN_SmartPtr.h U tuhopuu2/source/kernel/gen_system/Makefile U tuhopuu2/source/kernel/gen_system/SYS_SingletonSystem.cpp U tuhopuu2/source/kernel/gen_system/SYS_SingletonSystem.h U tuhopuu2/source/kernel/gen_system/SYS_System.cpp U tuhopuu2/source/kernel/gen_system/SYS_System.h U tuhopuu2/source/tools/MakeCursor.py U tuhopuu2/source/tools/to_dos U tuhopuu2/source/tools/to_unix U tuhopuu2/source/tools/wrap.pl U tuhopuu2/source/tools/cygwin/cl_wrapper.pl U tuhopuu2/source/tools/cygwin/java_wrapper.pl U tuhopuu2/source/tools/darwin/reranlib.sh U tuhopuu2/source/tools/guess/config.guess U tuhopuu2/source/tools/guess/guessconfig U tuhopuu2/source/tools/hmake/hmake 228 conflicts created by this import. Use the following command to help the merge: cvs checkout -jBLENDER_DIST:yesterday -jBLENDER_DIST tuhopuu2 From blendix at pandora.be Mon Apr 5 13:19:01 2004 From: blendix at pandora.be (Brecht Van Lommel) Date: Mon, 5 Apr 2004 13:19:01 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/release/datafiles blenderbuttons tuhopuu2/source/blender/include BIF_editsima.h BIF_resources.h tuhopuu2/source/blender/src blenderbuttons.c butspace.c buttons_editing.c drawimage.c drawmesh.c editface.c editsima.c header_image.c header_view3d.c Message-ID: <20040405111901.11D74A04019B@xserve.blender.org> blendix (Brecht Van Lommel) 2004/04/05 13:19:00 CEST Modified files: tuhopuu2/release/datafiles blenderbuttons tuhopuu2/source/blender/include BIF_editsima.h BIF_resources.h tuhopuu2/source/blender/src blenderbuttons.c butspace.c buttons_editing.c drawimage.c drawmesh.c editface.c editsima.c header_image.c header_view3d.c Log: Another cleanup commit before merging things over to bf-blender: - Changed UV editor sticky / active face select icons again, they did not have enough contrast. - Made the UV calculation code conform more to the coding standards, changed names and tried to make line length limited to 80 characters. - Moved 'Draw Mesh Shadow' buttons to UV Calculation panel. Possibly too confusing otherwise. - Restored Align to Object button in UV calculation panel - Disable picking of 3d view for Standard and Cube UV mapping, as they are not affected by the view. - Restored some small things that were broken because of the merge. Revision Changes Path 1.3 +98 -85 tuhopuu2/release/datafiles/blenderbuttons 1.9 +2 -1 tuhopuu2/source/blender/include/BIF_editsima.h 1.9 +4 -4 tuhopuu2/source/blender/include/BIF_resources.h 1.5 +1326 -1324tuhopuu2/source/blender/src/blenderbuttons.c 1.4 +0 -2 tuhopuu2/source/blender/src/butspace.c 1.22 +41 -61 tuhopuu2/source/blender/src/buttons_editing.c 1.15 +12 -7 tuhopuu2/source/blender/src/drawimage.c 1.13 +56 -52 tuhopuu2/source/blender/src/drawmesh.c 1.11 +269 -671 tuhopuu2/source/blender/src/editface.c 1.23 +5 -3 tuhopuu2/source/blender/src/editsima.c 1.18 +8 -8 tuhopuu2/source/blender/src/header_image.c 1.15 +3 -9 tuhopuu2/source/blender/src/header_view3d.c From Christopher.Maddock.1 at uni.massey.ac.nz Tue Apr 6 07:19:15 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 6 Apr 2004 07:19:15 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Ketsji KX_PythonInit.cpp Message-ID: <20040406051915.467C5A12F3EE@xserve.blender.org> kester (Kester Maddock) 2004/04/06 07:19:15 CEST Modified files: tuhopuu2/source/gameengine/Ketsji KX_PythonInit.cpp Log: Revert enabling Blender python module in the game engine for now. Revision Changes Path 1.3 +15 -2 tuhopuu2/source/gameengine/Ketsji/KX_PythonInit.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Tue Apr 6 13:46:38 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 6 Apr 2004 13:46:38 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/GamePlayer/common GPC_PolygonMaterial.cpp tuhopuu2/source/gameengine/Ketsji KX_OdePhysicsController.cpp KX_OdePhysicsController.h Message-ID: <20040406114638.1D37DA16D254@xserve.blender.org> kester (Kester Maddock) 2004/04/06 13:46:37 CEST Modified files: tuhopuu2/source/gameengine/GamePlayer/common GPC_PolygonMaterial.cpp tuhopuu2/source/gameengine/Ketsji KX_OdePhysicsController.cpp KX_OdePhysicsController.h Log: This should fix make builds. KX_OdePhysicsController isn't in a scons build. ;-) Added resolveCombinedVeolcities to ODE physics. Change GPC_PolygonMaterial to use a vector over single floats. Revision Changes Path 1.6 +4 -4 tuhopuu2/source/gameengine/GamePlayer/common/GPC_PolygonMaterial.cpp 1.2 +4 -1 tuhopuu2/source/gameengine/Ketsji/KX_OdePhysicsController.cpp 1.2 +2 -1 tuhopuu2/source/gameengine/Ketsji/KX_OdePhysicsController.h From Christopher.Maddock.1 at uni.massey.ac.nz Wed Apr 7 07:49:13 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Wed, 7 Apr 2004 07:49:13 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h Message-ID: <20040407054913.1EB2EA213F2C@xserve.blender.org> kester (Kester Maddock) 2004/04/07 07:49:12 CEST Modified files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h Log: Don't link ARB_multitexture on GL >= 1.2 (was >= 1.3) since multitexture became core in 1.2. OK Hos, try it now. Revision Changes Path 1.10 +3 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp 1.8 +2 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.h From Christopher.Maddock.1 at uni.massey.ac.nz Wed Apr 7 16:05:20 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Wed, 7 Apr 2004 16:05:20 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/GamePlayer/common GPC_PolygonMaterial.cpp Message-ID: <20040407140520.52A2EA2571D7@xserve.blender.org> kester (Kester Maddock) 2004/04/07 16:05:18 CEST Modified files: tuhopuu2/source/gameengine/GamePlayer/common GPC_PolygonMaterial.cpp Log: Use GL_COMPRESSED_RGBA_ARB instead of GL_COMPRESSED_RGBA (gl 1.3.) Revision Changes Path 1.7 +3 -3 tuhopuu2/source/gameengine/GamePlayer/common/GPC_PolygonMaterial.cpp From cwant at ualberta.ca Fri Apr 9 00:49:10 2004 From: cwant at ualberta.ca (Chris Want) Date: Fri, 9 Apr 2004 00:49:10 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/projectfiles/gameengine/physics/PHY_Physics PHY_Physics.dsp tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Ode PHY_Ode.dsp Message-ID: <20040408224910.6EABEA3E2166@xserve.blender.org> hos (Chris Want) 2004/04/09 00:49:10 CEST Modified files: tuhopuu2/projectfiles/gameengine/physics/PHY_Physics PHY_Physics.dsp tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Ode PHY_Ode.dsp Log: Helped some of the physics projectfiles find MT_Vector3.h Revision Changes Path 1.3 +1 -1 tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Physics.dsp 1.3 +1 -1 tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.dsp From cwant at ualberta.ca Fri Apr 9 03:41:13 2004 From: cwant at ualberta.ca (Chris Want) Date: Fri, 9 Apr 2004 03:41:13 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src buttons_editing.c Message-ID: <20040409014113.8F3BAA40B046@xserve.blender.org> hos (Chris Want) 2004/04/09 03:41:13 CEST Modified files: tuhopuu2/source/blender/src buttons_editing.c Log: The "IK Solver: and "IK Terminator" choices were lost from the bone type menu when the button code moved from editarmature.c to button_editing.c. Revision Changes Path 1.23 +21 -19 tuhopuu2/source/blender/src/buttons_editing.c From johnny.matthews at greenville.edu Wed Apr 14 22:38:01 2004 From: johnny.matthews at greenville.edu (Johnny Matthews) Date: Wed, 14 Apr 2004 22:38:01 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/makesdna DNA_scene_types.h tuhopuu2/source/blender/src buttons_scene.c tuhopuu2/source/blender/yafray/intern export_File.cpp Message-ID: <20040414203801.A73ABA98F2E3@xserve.blender.org> guitargeek (Johnny Matthews) 2004/04/14 22:38:01 CEST Modified files: tuhopuu2/source/blender/makesdna DNA_scene_types.h tuhopuu2/source/blender/src buttons_scene.c tuhopuu2/source/blender/yafray/intern export_File.cpp Log: Added AA override in Yafray render panel. This overrides the OSA and GI quality settings effect on AA. Johnny Matthews (guitarGeek) Revision Changes Path 1.7 +3 -2 tuhopuu2/source/blender/makesdna/DNA_scene_types.h 1.3 +9 -1 tuhopuu2/source/blender/src/buttons_scene.c 1.4 +13 -7 tuhopuu2/source/blender/yafray/intern/export_File.cpp From jiri.hnidek at vslib.cz Wed Apr 14 23:38:31 2004 From: jiri.hnidek at vslib.cz (Jiri Hnidek) Date: Wed, 14 Apr 2004 23:38:31 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BSE_filesel.h tuhopuu2/source/blender/src filesel.c interface.c Message-ID: <20040414213831.DAC27A999BB8@xserve.blender.org> jiri (Jiri Hnidek) 2004/04/14 23:38:31 CEST Modified files: tuhopuu2/source/blender/include BSE_filesel.h tuhopuu2/source/blender/src filesel.c interface.c Log: Patch offered by Joilnen Leite (pidhash) When TAB key is presed in file open dialog, then filename is automatically completed. It is similar as presing TAB key in modern unix shells. Tested only at Linux systems. Revision Changes Path 1.2 +2 -1 tuhopuu2/source/blender/include/BSE_filesel.h 1.9 +51 -2 tuhopuu2/source/blender/src/filesel.c 1.16 +7 -1 tuhopuu2/source/blender/src/interface.c From johnny.matthews at greenville.edu Thu Apr 15 17:55:57 2004 From: johnny.matthews at greenville.edu (Johnny Matthews) Date: Thu, 15 Apr 2004 17:55:57 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src buttons_scene.c Message-ID: <20040415155557.F18D8AA0A32A@xserve.blender.org> guitargeek (Johnny Matthews) 2004/04/15 17:55:57 CEST Modified files: tuhopuu2/source/blender/src buttons_scene.c Log: Inverted logic on yafray manual AA settings to match BF Johnny Matthews (guitarGeek) Revision Changes Path 1.4 +3 -3 tuhopuu2/source/blender/src/buttons_scene.c From cwant at ualberta.ca Sat Apr 17 04:57:50 2004 From: cwant at ualberta.ca (Chris Want) Date: Sat, 17 Apr 2004 04:57:50 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editnla.c headerbuttons.c Message-ID: <20040417025750.BF9FDAB515EC@xserve.blender.org> hos (Chris Want) 2004/04/17 04:57:50 CEST Modified files: tuhopuu2/source/blender/src editnla.c headerbuttons.c Log: A couple of nla fixes that were patched onto bf-blender recently. Revision Changes Path 1.6 +34 -19 tuhopuu2/source/blender/src/editnla.c 1.23 +7 -1 tuhopuu2/source/blender/src/headerbuttons.c From leon_turneruk at yahoo.co.uk Sat Apr 17 13:33:30 2004 From: leon_turneruk at yahoo.co.uk (Leon Turner) Date: Sat, 17 Apr 2004 13:33:30 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel BKE_effect.h tuhopuu2/source/blender/blenkernel/intern effect.c Message-ID: <20040417113330.168A1AB86AF0@xserve.blender.org> leonturner (Leon Turner) 2004/04/17 13:33:29 CEST Modified files: tuhopuu2/source/blender/blenkernel BKE_effect.h tuhopuu2/source/blender/blenkernel/intern effect.c Log: A couple of updates for the particle system 1) Deflectors / emitters now only affect particle systems on same layer 2) Some fixes to deflection - leaking should be decreased a lot Revision Changes Path 1.4 +2 -2 tuhopuu2/source/blender/blenkernel/BKE_effect.h 1.14 +32 -40 tuhopuu2/source/blender/blenkernel/intern/effect.c From Christopher.Maddock.1 at uni.massey.ac.nz Sat Apr 24 08:25:36 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sat, 24 Apr 2004 08:25:36 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/extern/solid/src DT_Object.cpp Message-ID: <20040424062536.2286CB13526B@xserve.blender.org> kester (Kester Maddock) 2004/04/24 08:25:36 CEST Modified files: tuhopuu2/extern/solid/src DT_Object.cpp Log: Ported fix from bf tree: Fix segfault on collisions between dynamic complex (polyheder) and dynamic convex (box/sphere/cone/cylinder) objects. Revision Changes Path 1.2 +276 -252 tuhopuu2/extern/solid/src/DT_Object.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Sat Apr 24 08:38:50 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sat, 24 Apr 2004 08:38:50 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine SConscript tuhopuu2/source/gameengine/BlenderRoutines BL_KetsjiEmbedStart.cpp tuhopuu2/source/gameengine/Converter BL_BlenderDataConversion.cpp tuhopuu2/source/gameengine/GamePlayer Makefile SConscript tuhopuu2/source/gameengine/GamePlayer/ghost GPG_Application.cpp GPG_ghost.cpp ... Message-ID: <20040424063850.67C46B13A61A@xserve.blender.org> kester (Kester Maddock) 2004/04/24 08:38:50 CEST Modified files: tuhopuu2/source/gameengine SConscript tuhopuu2/source/gameengine/BlenderRoutines BL_KetsjiEmbedStart.cpp tuhopuu2/source/gameengine/Converter BL_BlenderDataConversion.cpp tuhopuu2/source/gameengine/GamePlayer Makefile SConscript tuhopuu2/source/gameengine/GamePlayer/ghost GPG_Application.cpp GPG_ghost.cpp tuhopuu2/source/gameengine/Ketsji KX_ClientObjectInfo.h KX_ConvertPhysicsObjects.cpp KX_GameObject.cpp KX_GameObject.h KX_IPhysicsController.cpp KX_IPhysicsController.h KX_KetsjiEngine.cpp KX_KetsjiEngine.h KX_MouseFocusSensor.cpp KX_NearSensor.cpp KX_ObjectActuator.cpp KX_PythonInit.cpp KX_RaySensor.cpp KX_SumoPhysicsController.cpp KX_SumoPhysicsController.h KX_TouchSensor.cpp KX_TouchSensor.h tuhopuu2/source/gameengine/Ketsji/KXNetwork KX_NetworkMessageSensor.cpp KX_NetworkMessageSensor.h tuhopuu2/source/gameengine/Network/LoopBackNetwork NG_LoopBackNetworkDeviceInterface.cpp tuhopuu2/source/gameengine/Physics/Sumo SumoPhysicsController.cpp SumoPhysicsController.h SumoPhysicsEnvironment.cpp SumoPhysicsEnvironment.h tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include SM_MotionState.h SM_Object.h tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src SM_Object.cpp SM_Scene.cpp tuhopuu2/source/gameengine/Physics/common PHY_IPhysicsController.h tuhopuu2/source/gameengine/Rasterizer RAS_CameraData.h RAS_IRasterizer.h RAS_MeshObject.h tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h RAS_OpenGLRasterizer.cpp RAS_OpenGLRasterizer.h RAS_VAOpenGLRasterizer.cpp mkglext.py tuhopuu2/source/gameengine/SceneGraph SG_Controller.cpp SG_Controller.h SG_Spatial.cpp Log: Synchronise fixes from bf-blender. Revision Changes Path 1.4 +3 -3 tuhopuu2/source/gameengine/SConscript 1.5 +2 -2 tuhopuu2/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp 1.11 +24 -34 tuhopuu2/source/gameengine/Converter/BL_BlenderDataConversion.cpp 1.3 +2 -2 tuhopuu2/source/gameengine/GamePlayer/Makefile 1.2 +2 -74 tuhopuu2/source/gameengine/GamePlayer/SConscript 1.5 +4 -4 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Application.cpp 1.6 +15 -9 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp 1.5 +8 -4 tuhopuu2/source/gameengine/Ketsji/KX_ClientObjectInfo.h 1.20 +37 -22 tuhopuu2/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp 1.10 +18 -7 tuhopuu2/source/gameengine/Ketsji/KX_GameObject.cpp 1.6 +11 -1 tuhopuu2/source/gameengine/Ketsji/KX_GameObject.h 1.4 +2 -1 tuhopuu2/source/gameengine/Ketsji/KX_IPhysicsController.cpp 1.2 +3 -1 tuhopuu2/source/gameengine/Ketsji/KX_IPhysicsController.h 1.6 +2 -5 tuhopuu2/source/gameengine/Ketsji/KX_KetsjiEngine.cpp 1.2 +8 -5 tuhopuu2/source/gameengine/Ketsji/KX_KetsjiEngine.h 1.4 +77 -33 tuhopuu2/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp 1.8 +4 -9 tuhopuu2/source/gameengine/Ketsji/KX_NearSensor.cpp 1.6 +8 -15 tuhopuu2/source/gameengine/Ketsji/KX_ObjectActuator.cpp 1.4 +2 -2 tuhopuu2/source/gameengine/Ketsji/KX_PythonInit.cpp 1.10 +16 -3 tuhopuu2/source/gameengine/Ketsji/KX_RaySensor.cpp 1.5 +13 -4 tuhopuu2/source/gameengine/Ketsji/KX_SumoPhysicsController.cpp 1.4 +5 -3 tuhopuu2/source/gameengine/Ketsji/KX_SumoPhysicsController.h 1.6 +16 -9 tuhopuu2/source/gameengine/Ketsji/KX_TouchSensor.cpp 1.5 +2 -12 tuhopuu2/source/gameengine/Ketsji/KX_TouchSensor.h 1.2 +35 -5 tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.cpp 1.2 +3 -1 tuhopuu2/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.h 1.2 +2 -2 tuhopuu2/source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.cpp 1.12 +25 -40 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp 1.5 +49 -36 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsController.h 1.7 +9 -17 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsEnvironment.cpp 1.6 +2 -10 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsEnvironment.h 1.2 +5 -5 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_MotionState.h 1.12 +79 -62 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h 1.19 +173 -95 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp 1.17 +7 -5 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Scene.cpp 1.3 +2 -2 tuhopuu2/source/gameengine/Physics/common/PHY_IPhysicsController.h 1.2 +10 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_CameraData.h 1.7 +153 -15 tuhopuu2/source/gameengine/Rasterizer/RAS_IRasterizer.h 1.6 +4 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.h 1.11 +20 -6 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp 1.9 +8 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.h 1.8 +8 -6 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp 1.5 +8 -7 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h 1.7 +15 -8 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp 1.5 +1 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/mkglext.py 1.2 +3 -2 tuhopuu2/source/gameengine/SceneGraph/SG_Controller.cpp 1.2 +4 -1 tuhopuu2/source/gameengine/SceneGraph/SG_Controller.h 1.3 +5 -5 tuhopuu2/source/gameengine/SceneGraph/SG_Spatial.cpp From Roel at spruitje.nl Sun Apr 25 14:46:39 2004 From: Roel at spruitje.nl (Roel Spruit) Date: Sun, 25 Apr 2004 14:46:39 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c Message-ID: <20040425124639.95BFBB262D6D@xserve.blender.org> goofster (Roel Spruit) 2004/04/25 14:46:39 CEST Modified files: tuhopuu2/source/blender/src editmesh.c Log: Update to the bridging tool (still under ctrl-shift-f). it now takes closed faces into account, so you can actually bridge 2 totally filled cubes, filled circles etc. demo is at: http://www.elysiun.com/~roel/bridge.avi Revision Changes Path 1.87 +1400 -1258tuhopuu2/source/blender/src/editmesh.c From theeth at yahoo.com Sun Apr 25 15:58:19 2004 From: theeth at yahoo.com (Martin Poirier) Date: Sun, 25 Apr 2004 15:58:19 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c Message-ID: <20040425135819.891DFB270A3B@xserve.blender.org> theeth (Martin Poirier) 2004/04/25 15:58:19 CEST Modified files: tuhopuu2/source/blender/src editmesh.c Log: Middle mouse rotates view in Trim/Extend Revision Changes Path 1.88 +87 -7 tuhopuu2/source/blender/src/editmesh.c From Christopher.Maddock.1 at uni.massey.ac.nz Mon Apr 26 09:20:07 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Mon, 26 Apr 2004 09:20:07 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Ketsji KX_Camera.cpp KX_Camera.h KX_MouseFocusSensor.cpp Message-ID: <20040426072007.0706EB30090C@xserve.blender.org> kester (Kester Maddock) 2004/04/26 09:20:06 CEST Modified files: tuhopuu2/source/gameengine/Ketsji KX_Camera.cpp KX_Camera.h KX_MouseFocusSensor.cpp Log: Fix MouseFocus Sensor objects for dynamic cameras. (Bug 1165) Revision Changes Path 1.4 +9 -7 tuhopuu2/source/gameengine/Ketsji/KX_Camera.cpp 1.2 +6 -4 tuhopuu2/source/gameengine/Ketsji/KX_Camera.h 1.5 +6 -7 tuhopuu2/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp From Roel at spruitje.nl Mon Apr 26 17:46:46 2004 From: Roel at spruitje.nl (Roel Spruit) Date: Mon, 26 Apr 2004 17:46:46 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c Message-ID: <20040426154646.CA7E4B35580F@xserve.blender.org> goofster (Roel Spruit) 2004/04/26 17:46:46 CEST Modified files: tuhopuu2/source/blender/src editmesh.c Log: some updates to bridge, nothing worth mentioning yet. but I'm at work and I have to go home so... :) Revision Changes Path 1.89 +33 -20 tuhopuu2/source/blender/src/editmesh.c