From johnny.matthews at greenville.edu Wed Mar 3 23:12:01 2004 From: johnny.matthews at greenville.edu (Johnny Matthews) Date: Wed, 3 Mar 2004 23:12:01 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/yafray/intern export_File.cpp Message-ID: <20040303221201.4614D8AF6D65@xserve.blender.org> guitargeek (Johnny Matthews) 2004/03/03 23:12:01 CET Modified files: tuhopuu2/source/blender/yafray/intern export_File.cpp Log: Added New Yafray Integration Code: Add an image type texture to the world object and it will be exported to yafray If the image filename ends in hdr it will be exported into an HDRI background block (even though it doesn't do anything in the blender renderer) Remember that some systems require the drive letter to be added to the path to the image filename to be loaded in yafray. Revision Changes Path 1.2 +37 -1 tuhopuu2/source/blender/yafray/intern/export_File.cpp From blendix at msn.com Wed Mar 3 23:02:37 2004 From: blendix at msn.com (Brecht Van Lommel) Date: Wed, 3 Mar 2004 23:02:37 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/makesdna DNA_space_types.h tuhopuu2/source/blender/src drawimage.c editsima.c header_image.c Message-ID: <20040303220237.3EF7A8AF6217@xserve.blender.org> blendix (Brecht Van Lommel) 2004/03/03 23:02:37 CET Modified files: . featurelist.txt tuhopuu2/source/blender/makesdna DNA_space_types.h tuhopuu2/source/blender/src drawimage.c editsima.c header_image.c Log: Added new Relax UV tool, based on the stretch optimizer algorithm as proposed in "Texture Mapping Progressive Meshes" (2001) by Sander et.al. The code was heavily inspired by the implementation of algorithm in Graphite, Copyright (C) 2000 Bruno Levy. Credits go to Bruno Levy and the inventors of this algorithm. Speed and quality improvements might still be possible, but it is working, and triangle flipping will hopefully not occur. The algorithm used is rather slow, as it uses random movement to optimize the stretching, but this currently yields better results. The borders of the UV island that is being optimized will stay fixed. While relaxing, every 10 iterations the UV editor and 3d view are updated with the new UV coords. The relaxing operation can then be manually finished by pressing Enter and canceled by pressing Escape. This was originaly a debugging feature, but it useful to finish the relaxing operation when the user is satisfied with the result, and does not wish to wait any longer. Revision Changes Path 1.78 +9 -10 tuhopuu2/featurelist.txt 1.5 +1 -2 tuhopuu2/source/blender/makesdna/DNA_space_types.h 1.8 +2 -27 tuhopuu2/source/blender/src/drawimage.c 1.15 +470 -209 tuhopuu2/source/blender/src/editsima.c 1.11 +1 -7 tuhopuu2/source/blender/src/header_image.c From johnny.matthews at greenville.edu Thu Mar 4 16:15:34 2004 From: johnny.matthews at greenville.edu (Johnny Matthews) Date: Thu, 4 Mar 2004 16:15:34 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editobject.c space.c Message-ID: <20040304151534.005C98B59E10@xserve.blender.org> guitargeek (Johnny Matthews) 2004/03/04 16:15:34 CET Modified files: . featurelist.txt tuhopuu2/source/blender/src editobject.c space.c Log: Object Align/Alter tools by Robert Tiess (RobertT) CTRL-SHIFT-L in object mode with multiple objects selected. Revision Changes Path 1.79 +4 -0 tuhopuu2/featurelist.txt 1.52 +647 -1 tuhopuu2/source/blender/src/editobject.c 1.49 +4 -2 tuhopuu2/source/blender/src/space.c From blendix at msn.com Thu Mar 4 23:27:20 2004 From: blendix at msn.com (Brecht Van Lommel) Date: Thu, 4 Mar 2004 23:27:20 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editsima.c Message-ID: <20040304222720.493B48B9FFDD@xserve.blender.org> blendix (Brecht Van Lommel) 2004/03/04 23:27:20 CET Modified files: tuhopuu2/source/blender/src editsima.c Log: Fixed drawing faces in the UV editor with mouse select and border select. Use linked lists in the Relax UV tool. This allows less and faster code, but also makes it possible to detect seams and prevent them being glued together while relaxing. Revision Changes Path 1.16 +187 -294 tuhopuu2/source/blender/src/editsima.c From rwenzlaff at soylent-green.com Sat Mar 6 03:34:00 2004 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sat, 6 Mar 2004 03:34:00 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/include BIF_editmesh.h tuhopuu2/source/blender/src editmesh.c editobject.c Message-ID: <20040306023400.075A88C42BBB@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2004/03/06 03:33:59 CET Modified files: . featurelist.txt tuhopuu2/source/blender/include BIF_editmesh.h tuhopuu2/source/blender/src editmesh.c editobject.c Log: Robert Tiess's Recursive Noise and Fractal Noise. Fractal noise is in W menu, recursive noise is self-explanitory addition to Noise button. Revision Changes Path 1.80 +3 -0 tuhopuu2/featurelist.txt 1.21 +2 -1 tuhopuu2/source/blender/include/BIF_editmesh.h 1.80 +87 -41 tuhopuu2/source/blender/src/editmesh.c 1.53 +9 -4 tuhopuu2/source/blender/src/editobject.c From rwenzlaff at soylent-green.com Sat Mar 6 03:49:27 2004 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sat, 6 Mar 2004 03:49:27 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editmesh.c Message-ID: <20040306024927.A66B68C45FEC@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2004/03/06 03:49:27 CET Modified files: . featurelist.txt tuhopuu2/source/blender/src editmesh.c Log: Robert Tiess's recursive noise (said "noise" last commit, meant "smooth"). Self-explanatory addition to noise button. Revision Changes Path 1.81 +3 -1 tuhopuu2/featurelist.txt 1.81 +40 -35 tuhopuu2/source/blender/src/editmesh.c From johnny.matthews at greenville.edu Sat Mar 6 05:12:21 2004 From: johnny.matthews at greenville.edu (Johnny Matthews) Date: Sat, 6 Mar 2004 05:12:21 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editmesh.c Message-ID: <20040306041221.7CD688C580AC@xserve.blender.org> guitargeek (Johnny Matthews) 2004/03/06 05:12:21 CET Modified files: . featurelist.txt tuhopuu2/source/blender/src editmesh.c Log: More additions to loopcut tool 1. After selecting the reference edge, a pink dot will appear at the 0% side of the loopcut 2. Pressing the F key 'flips' the edge so the 0% is on the other side (moves reference dot) 3. Pressing the I key enters 'Inset' mode where the distance from the 0% point on the reference edge is the distance cut on the other edges, not the percentage of the edge. This mode is where the 'flip' option becomes needed to get the desired effect. When entering inset mode, the cutline becomes darker and the words 'Inset Mode' show in the 3d header. Revision Changes Path 1.82 +7 -0 tuhopuu2/featurelist.txt 1.82 +276 -109 tuhopuu2/source/blender/src/editmesh.c From Christopher.Maddock.1 at uni.massey.ac.nz Sat Mar 6 07:21:59 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sat, 6 Mar 2004 07:21:59 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/BlenderRoutines BL_KetsjiEmbedStart.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h RAS_VAOpenGLRasterizer.cpp SConscript Message-ID: <20040306062159.45ABA8C67376@xserve.blender.org> kester (Kester Maddock) 2004/03/06 07:21:59 CET Modified files: tuhopuu2/source/gameengine/BlenderRoutines BL_KetsjiEmbedStart.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_VAOpenGLRasterizer.cpp SConscript Added files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h Log: Added an GL extension manager class. Enabled Vertex Arrays for all platforms. APPLE is untested: based on code from developer.apple.com WIN32 is untested: based on original vertex array class. LINUX works good. Revision Changes Path 1.2 +11 -11 tuhopuu2/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp 1.2 +46 -35 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp 1.3 +3 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript From Christopher.Maddock.1 at uni.massey.ac.nz Sat Mar 6 07:23:55 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sat, 6 Mar 2004 07:23:55 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Converter BL_ArmatureObject.h BL_BlenderDataConversion.cpp BL_MeshDeformer.cpp BL_SkinDeformer.cpp BL_SkinMeshObject.cpp KX_BlenderSceneConverter.cpp KX_ConvertActuators.cpp tuhopuu2/source/gameengine/GameLogic SCA_AlwaysEventManager.cpp SCA_KeyboardManager.cpp SCA_MouseManager.cpp ... Message-ID: <20040306062355.D9CA08C6750F@xserve.blender.org> kester (Kester Maddock) 2004/03/06 07:23:55 CET Modified files: tuhopuu2/source/gameengine/Converter BL_ArmatureObject.h BL_BlenderDataConversion.cpp BL_MeshDeformer.cpp BL_SkinDeformer.cpp BL_SkinMeshObject.cpp KX_BlenderSceneConverter.cpp KX_ConvertActuators.cpp tuhopuu2/source/gameengine/GameLogic SCA_AlwaysEventManager.cpp SCA_KeyboardManager.cpp SCA_MouseManager.cpp SCA_PropertyActuator.cpp SCA_PropertySensor.cpp SCA_PythonController.cpp SCA_RandomActuator.cpp SCA_RandomEventManager.cpp tuhopuu2/source/gameengine/GamePlayer/common GPC_Engine.cpp tuhopuu2/source/gameengine/GamePlayer/ghost GPG_ghost.cpp tuhopuu2/source/gameengine/Ketsji KX_CameraIpoSGController.h KX_ConstraintWrapper.cpp KX_ConvertPhysicsObject.h KX_IPO_SGController.cpp KX_IPhysicsController.cpp KX_IpoActuator.cpp KX_KetsjiEngine.cpp KX_LightIpoSGController.h KX_ObColorIpoSGController.h KX_ObjectActuator.cpp KX_PhysicsObjectWrapper.cpp KX_SCA_ReplaceMeshActuator.cpp KX_TimeLogger.cpp KX_WorldIpoController.h tuhopuu2/source/gameengine/Physics/Sumo SumoPhysicsEnvironment.cpp tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src SM_FhObject.cpp SM_Object.cpp SM_Scene.cpp tuhopuu2/source/gameengine/Rasterizer RAS_MeshObject.cpp RAS_MeshObject.h RAS_TexVert.cpp RAS_TexVert.h tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp Log: Fix all possibly nasty warnings: "initializers for ... will be rearranged to match declaration order" "unsigned vs signed" Revision Changes Path 1.4 +3 -3 tuhopuu2/source/gameengine/Converter/BL_ArmatureObject.h 1.7 +4 -10 tuhopuu2/source/gameengine/Converter/BL_BlenderDataConversion.cpp 1.2 +2 -2 tuhopuu2/source/gameengine/Converter/BL_MeshDeformer.cpp 1.2 +2 -2 tuhopuu2/source/gameengine/Converter/BL_SkinDeformer.cpp 1.2 +3 -3 tuhopuu2/source/gameengine/Converter/BL_SkinMeshObject.cpp 1.5 +1 -2 tuhopuu2/source/gameengine/Converter/KX_BlenderSceneConverter.cpp 1.2 +2 -2 tuhopuu2/source/gameengine/Converter/KX_ConvertActuators.cpp 1.2 +3 -3 tuhopuu2/source/gameengine/GameLogic/SCA_AlwaysEventManager.cpp 1.2 +4 -4 tuhopuu2/source/gameengine/GameLogic/SCA_KeyboardManager.cpp 1.2 +4 -4 tuhopuu2/source/gameengine/GameLogic/SCA_MouseManager.cpp 1.2 +6 -6 tuhopuu2/source/gameengine/GameLogic/SCA_PropertyActuator.cpp 1.2 +5 -5 tuhopuu2/source/gameengine/GameLogic/SCA_PropertySensor.cpp 1.2 +7 -13 tuhopuu2/source/gameengine/GameLogic/SCA_PythonController.cpp 1.2 +13 -5 tuhopuu2/source/gameengine/GameLogic/SCA_RandomActuator.cpp 1.2 +3 -3 tuhopuu2/source/gameengine/GameLogic/SCA_RandomEventManager.cpp 1.2 +3 -3 tuhopuu2/source/gameengine/GamePlayer/common/GPC_Engine.cpp 1.4 +3 -3 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp 1.2 +7 -6 tuhopuu2/source/gameengine/Ketsji/KX_CameraIpoSGController.h 1.2 +6 -3 tuhopuu2/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp 1.4 +3 -4 tuhopuu2/source/gameengine/Ketsji/KX_ConvertPhysicsObject.h 1.2 +5 -5 tuhopuu2/source/gameengine/Ketsji/KX_IPO_SGController.cpp 1.2 +3 -3 tuhopuu2/source/gameengine/Ketsji/KX_IPhysicsController.cpp 1.2 +6 -7 tuhopuu2/source/gameengine/Ketsji/KX_IpoActuator.cpp 1.3 +5 -4 tuhopuu2/source/gameengine/Ketsji/KX_KetsjiEngine.cpp 1.2 +7 -6 tuhopuu2/source/gameengine/Ketsji/KX_LightIpoSGController.h 1.2 +4 -4 tuhopuu2/source/gameengine/Ketsji/KX_ObColorIpoSGController.h 1.4 +3 -4 tuhopuu2/source/gameengine/Ketsji/KX_ObjectActuator.cpp 1.2 +5 -3 tuhopuu2/source/gameengine/Ketsji/KX_PhysicsObjectWrapper.cpp 1.2 +3 -3 tuhopuu2/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.cpp 1.2 +6 -4 tuhopuu2/source/gameengine/Ketsji/KX_TimeLogger.cpp 1.2 +7 -6 tuhopuu2/source/gameengine/Ketsji/KX_WorldIpoController.h 1.5 +21 -6 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsEnvironment.cpp 1.7 +2 -2 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_FhObject.cpp 1.14 +16 -24 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp 1.14 +4 -9 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Scene.cpp 1.3 +11 -15 tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.cpp 1.3 +7 -7 tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.h 1.2 +17 -8 tuhopuu2/source/gameengine/Rasterizer/RAS_TexVert.cpp 1.2 +31 -18 tuhopuu2/source/gameengine/Rasterizer/RAS_TexVert.h 1.3 +63 -58 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Sat Mar 6 12:01:26 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sat, 6 Mar 2004 12:01:26 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 SConstruct tuhopuu2/source/gameengine/BlenderRoutines SConscript tuhopuu2/source/gameengine/Converter SConscript tuhopuu2/source/gameengine/Expressions SConscript tuhopuu2/source/gameengine/Ketsji SConscript tuhopuu2/source/gameengine/Ketsji/KXNetwork SConscript ... Message-ID: <20040306110126.6D0428C84C3F@xserve.blender.org> kester (Kester Maddock) 2004/03/06 12:01:26 CET Modified files: . SConstruct tuhopuu2/source/gameengine/BlenderRoutines SConscript tuhopuu2/source/gameengine/Converter SConscript tuhopuu2/source/gameengine/Expressions SConscript tuhopuu2/source/gameengine/Ketsji SConscript tuhopuu2/source/gameengine/Ketsji/KXNetwork SConscript tuhopuu2/source/gameengine/Network SConscript tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src SM_FhObject.cpp SM_Object.cpp SM_Scene.cpp tuhopuu2/source/gameengine/Rasterizer SConscript tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp Log: Build system updates. Build fixes. I had changed MT_Scalar to float locally in moto and not updated it. This fixes Fuzzics to be able to use doubles. Revision Changes Path 1.3 +39 -13 tuhopuu2/SConstruct 1.3 +1 -1 tuhopuu2/source/gameengine/BlenderRoutines/SConscript 1.3 +1 -1 tuhopuu2/source/gameengine/Converter/SConscript 1.3 +1 -1 tuhopuu2/source/gameengine/Expressions/SConscript 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/SConscript 1.3 +1 -1 tuhopuu2/source/gameengine/Ketsji/KXNetwork/SConscript 1.3 +1 -1 tuhopuu2/source/gameengine/Network/SConscript 1.8 +2 -2 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_FhObject.cpp 1.15 +8 -6 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp 1.15 +7 -5 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Scene.cpp 1.3 +1 -1 tuhopuu2/source/gameengine/Rasterizer/SConscript 1.2 +5 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp From cwant at ualberta.ca Sat Mar 6 18:07:47 2004 From: cwant at ualberta.ca (Chris Want) Date: Sat, 6 Mar 2004 18:07:47 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 Makefile.am bootstrap configure.ac depcomp install-sh ltmain.sh missing mkinstalldirs tuhopuu2/bin/.blender .Blanguages tuhopuu2/extern/qhull Announce.txt COPYING.txt FILE_ID.DIZ README.txt REGISTER.txt tuhopuu2/extern/qhull/VisualC6 ... Message-ID: <20040306170747.BDE488CD770E@xserve.blender.org> hos (Chris Want) 2004/03/06 18:07:47 CET Modified files: tuhopuu2/bin/.blender .Blanguages tuhopuu2/extern/qhull Announce.txt COPYING.txt FILE_ID.DIZ README.txt REGISTER.txt tuhopuu2/extern/qhull/VisualC6 qhull.dsw tuhopuu2/extern/qhull/VisualC6/qhull qhull.dsp tuhopuu2/extern/qhull/eg Qhull-go.bat q_eg q_egtest q_test q_test.bat tuhopuu2/extern/qhull/html index.htm qconvex.htm qdelau_f.htm qdelaun.htm qh-eg.htm qh-faq.htm qh-get.htm qh-home.htm qh-impre.htm qh-in.htm qh-optc.htm qh-optf.htm qh-optg.htm qh-opto.htm qh-optp.htm qh-optq.htm qh-optt.htm qh-quick.htm qhalf.htm qhull.htm qhull.man qhull.txt qvoron_f.htm qvoronoi.htm rbox.htm rbox.man rbox.txt tuhopuu2/extern/qhull/include/qhull geom.h io.h mem.h merge.h poly.h qhull.h qhull_a.h qset.h stat.h user.h tuhopuu2/extern/qhull/src Changes.txt MBorland Makefile.txt geom.c geom.h geom2.c global.c index.htm io.c io.h mem.c mem.h merge.c merge.h poly.c poly.h poly2.c qconvex.c qdelaun.c qh-geom.htm qh-globa.htm qh-io.htm qh-mem.htm qh-merge.htm qh-poly.htm qh-qhull.htm qh-set.htm qh-stat.htm qh-user.htm qhalf.c qhull.c qhull.h qhull_a.h qhull_interface.cpp qset.c qset.h qvoronoi.c rbox.c stat.c stat.h unix.c user.c user.h user_eg.c user_eg2.c tuhopuu2/intern/SoundSystem SConscript tuhopuu2/intern/bmfont SConscript tuhopuu2/intern/bsp SConscript tuhopuu2/intern/container SConscript tuhopuu2/intern/decimation SConscript tuhopuu2/intern/ghost SConscript tuhopuu2/intern/ghost/intern GHOST_WindowX11.cpp tuhopuu2/intern/guardedalloc SConscript tuhopuu2/intern/iksolver SConscript tuhopuu2/intern/memutil SConscript tuhopuu2/intern/moto SConscript tuhopuu2/intern/string SConscript tuhopuu2/source SConscript nan_warn.mk tuhopuu2/source/blender/avi SConscript tuhopuu2/source/blender/blenkernel SConscript tuhopuu2/source/blender/blenlib SConscript tuhopuu2/source/blender/blenloader SConscript tuhopuu2/source/blender/blenpluginapi SConscript tuhopuu2/source/blender/deflate SConscript tuhopuu2/source/blender/ftfont SConscript tuhopuu2/source/blender/imbuf SConscript tuhopuu2/source/blender/img SConscript tuhopuu2/source/blender/inflate SConscript tuhopuu2/source/blender/makesdna SConscript tuhopuu2/source/blender/makesdna/intern SConscript tuhopuu2/source/blender/python SConscript tuhopuu2/source/blender/quicktime SConscript tuhopuu2/source/blender/radiosity SConscript tuhopuu2/source/blender/readblenfile SConscript tuhopuu2/source/blender/readstreamglue SConscript tuhopuu2/source/blender/render SConscript tuhopuu2/source/blender/renderconverter SConscript tuhopuu2/source/blender/renderconverter/intern convertBlenderScene.c tuhopuu2/source/blender/src SConscript drawtext.c editaction.c editnla.c editobject.c filesel.c header_view3d.c interface.c renderwin.c usiblender.c vpaint.c tuhopuu2/source/blender/writeblenfile SConscript tuhopuu2/source/blender/writestreamglue SConscript tuhopuu2/source/blender/yafray SConscript tuhopuu2/source/gameengine/BlenderRoutines SConscript tuhopuu2/source/gameengine/Converter SConscript tuhopuu2/source/gameengine/Expressions SConscript tuhopuu2/source/gameengine/GameLogic SConscript tuhopuu2/source/gameengine/Ketsji SConscript tuhopuu2/source/gameengine/Ketsji/KXNetwork SConscript tuhopuu2/source/gameengine/Network SConscript tuhopuu2/source/gameengine/Network/LoopBackNetwork SConscript tuhopuu2/source/gameengine/Physics/BlOde SConscript tuhopuu2/source/gameengine/Physics/Dummy SConscript tuhopuu2/source/gameengine/Physics/Sumo SConscript tuhopuu2/source/gameengine/Physics/common SConscript tuhopuu2/source/gameengine/Rasterizer RAS_IRasterizer.h SConscript tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer SConscript tuhopuu2/source/gameengine/SceneGraph SConscript tuhopuu2/source/kernel SConscript Removed files: . Makefile.am bootstrap configure.ac depcomp install-sh ltmain.sh missing mkinstalldirs tuhopuu2/intern Makefile.am tuhopuu2/intern/SoundSystem Makefile.am tuhopuu2/intern/bmfont Makefile.am tuhopuu2/intern/bsp Makefile.am tuhopuu2/intern/container Makefile.am tuhopuu2/intern/decimation Makefile.am tuhopuu2/intern/ghost Makefile.am tuhopuu2/intern/guardedalloc Makefile.am tuhopuu2/intern/iksolver Makefile.am tuhopuu2/intern/keymaker Makefile.am tuhopuu2/intern/memutil Makefile.am tuhopuu2/intern/moto Makefile.am tuhopuu2/intern/string Makefile.am tuhopuu2/source Makefile.am tuhopuu2/source/blender Makefile.am tuhopuu2/source/blender/avi Makefile.am tuhopuu2/source/blender/blenkernel Makefile.am tuhopuu2/source/blender/blenlib Makefile.am tuhopuu2/source/blender/blenloader Makefile.am tuhopuu2/source/blender/blenpluginapi Makefile.am tuhopuu2/source/blender/decrypt Makefile.am tuhopuu2/source/blender/deflate Makefile.am tuhopuu2/source/blender/encrypt Makefile.am tuhopuu2/source/blender/imbuf Makefile.am tuhopuu2/source/blender/img Makefile.am tuhopuu2/source/blender/inflate Makefile.am tuhopuu2/source/blender/makesdna Makefile.am tuhopuu2/source/blender/makesdna/intern Makefile.am tuhopuu2/source/blender/python Makefile.am tuhopuu2/source/blender/python/api2_2x Makefile.am tuhopuu2/source/blender/quicktime Makefile.am tuhopuu2/source/blender/radiosity Makefile.am tuhopuu2/source/blender/readblenfile Makefile.am tuhopuu2/source/blender/readstreamglue Makefile.am tuhopuu2/source/blender/render Makefile.am tuhopuu2/source/blender/renderconverter Makefile.am tuhopuu2/source/blender/sign Makefile.am tuhopuu2/source/blender/src Makefile.am tuhopuu2/source/blender/verify Makefile.am tuhopuu2/source/blender/writeblenfile Makefile.am tuhopuu2/source/blender/writestreamglue Makefile.am tuhopuu2/source/blender/yafray Makefile.am tuhopuu2/source/creator Makefile.am tuhopuu2/source/gameengine Makefile.am tuhopuu2/source/gameengine/BlenderRoutines Makefile.am tuhopuu2/source/gameengine/Converter Makefile.am tuhopuu2/source/gameengine/Expressions Makefile.am tuhopuu2/source/gameengine/GameLogic Makefile.am tuhopuu2/source/gameengine/GamePlayer Makefile.am tuhopuu2/source/gameengine/Ketsji Makefile.am tuhopuu2/source/gameengine/Network Makefile.am tuhopuu2/source/gameengine/Physics Makefile.am tuhopuu2/source/gameengine/Rasterizer Makefile.am tuhopuu2/source/gameengine/SceneGraph Makefile.am tuhopuu2/source/icons Makefile.am tuhopuu2/source/kernel Makefile.am Log: Post merge conflict resolution Revision Changes Path 1.5 +1 -0 tuhopuu2/bin/.blender/.Blanguages 1.2 +50 -50 tuhopuu2/extern/qhull/Announce.txt 1.2 +37 -37 tuhopuu2/extern/qhull/COPYING.txt 1.2 +12 -12 tuhopuu2/extern/qhull/FILE_ID.DIZ 1.2 +318 -318 tuhopuu2/extern/qhull/README.txt 1.2 +37 -37 tuhopuu2/extern/qhull/REGISTER.txt 1.2 +29 -29 tuhopuu2/extern/qhull/VisualC6/qhull.dsw 1.2 +180 -180 tuhopuu2/extern/qhull/VisualC6/qhull/qhull.dsp 1.2 +19 -19 tuhopuu2/extern/qhull/eg/Qhull-go.bat 1.2 +58 -58 tuhopuu2/extern/qhull/eg/q_eg 1.2 +33 -33 tuhopuu2/extern/qhull/eg/q_egtest 1.2 +383 -383 tuhopuu2/extern/qhull/eg/q_test 1.2 +662 -662 tuhopuu2/extern/qhull/eg/q_test.bat 1.2 +742 -742 tuhopuu2/extern/qhull/html/index.htm 1.2 +616 -616 tuhopuu2/extern/qhull/html/qconvex.htm 1.2 +404 -404 tuhopuu2/extern/qhull/html/qdelau_f.htm 1.2 +610 -610 tuhopuu2/extern/qhull/html/qdelaun.htm 1.2 +692 -692 tuhopuu2/extern/qhull/html/qh-eg.htm 1.2 +1503 -1503tuhopuu2/extern/qhull/html/qh-faq.htm 1.2 +108 -108 tuhopuu2/extern/qhull/html/qh-get.htm 1.2 +211 -211 tuhopuu2/extern/qhull/html/qh-home.htm 1.2 +760 -760 tuhopuu2/extern/qhull/html/qh-impre.htm 1.2 +592 -592 tuhopuu2/extern/qhull/html/qh-in.htm 1.2 +289 -289 tuhopuu2/extern/qhull/html/qh-optc.htm 1.2 +657 -657 tuhopuu2/extern/qhull/html/qh-optf.htm 1.2 +271 -271 tuhopuu2/extern/qhull/html/qh-optg.htm 1.2 +343 -343 tuhopuu2/extern/qhull/html/qh-opto.htm 1.2 +249 -249 tuhopuu2/extern/qhull/html/qh-optp.htm 1.2 +696 -696 tuhopuu2/extern/qhull/html/qh-optq.htm 1.2 +275 -275 tuhopuu2/extern/qhull/html/qh-optt.htm 1.2 +489 -489 tuhopuu2/extern/qhull/html/qh-quick.htm 1.2 +566 -566 tuhopuu2/extern/qhull/html/qhalf.htm 1.2 +458 -458 tuhopuu2/extern/qhull/html/qhull.htm 1.2 +1001 -1001tuhopuu2/extern/qhull/html/qhull.man 1.2 +1264 -1264tuhopuu2/extern/qhull/html/qhull.txt 1.2 +408 -408 tuhopuu2/extern/qhull/html/qvoron_f.htm 1.2 +673 -673 tuhopuu2/extern/qhull/html/qvoronoi.htm 1.2 +272 -272 tuhopuu2/extern/qhull/html/rbox.htm 1.2 +176 -176 tuhopuu2/extern/qhull/html/rbox.man 1.2 +198 -198 tuhopuu2/extern/qhull/html/rbox.txt 1.2 +177 -177 tuhopuu2/extern/qhull/include/qhull/geom.h 1.2 +149 -149 tuhopuu2/extern/qhull/include/qhull/io.h 1.2 +174 -174 tuhopuu2/extern/qhull/include/qhull/mem.h 1.2 +171 -171 tuhopuu2/extern/qhull/include/qhull/merge.h 1.2 +290 -290 tuhopuu2/extern/qhull/include/qhull/poly.h 1.2 +1048 -1048tuhopuu2/extern/qhull/include/qhull/qhull.h 1.2 +127 -127 tuhopuu2/extern/qhull/include/qhull/qhull_a.h 1.2 +468 -468 tuhopuu2/extern/qhull/include/qhull/qset.h 1.2 +520 -520 tuhopuu2/extern/qhull/include/qhull/stat.h 1.2 +762 -762 tuhopuu2/extern/qhull/include/qhull/user.h 1.2 +1009 -1009tuhopuu2/extern/qhull/src/Changes.txt 1.2 +186 -186 tuhopuu2/extern/qhull/src/MBorland 1.2 +190 -190 tuhopuu2/extern/qhull/src/Makefile.txt 1.2 +1230 -1230tuhopuu2/extern/qhull/src/geom.c 1.2 +177 -177 tuhopuu2/extern/qhull/src/geom.h 1.2 +2160 -2160tuhopuu2/extern/qhull/src/geom2.c 1.2 +2018 -2018tuhopuu2/extern/qhull/src/global.c 1.2 +239 -239 tuhopuu2/extern/qhull/src/index.htm 1.2 +4089 -4089tuhopuu2/extern/qhull/src/io.c 1.2 +149 -149 tuhopuu2/extern/qhull/src/io.h 1.2 +447 -447 tuhopuu2/extern/qhull/src/mem.c 1.2 +174 -174 tuhopuu2/extern/qhull/src/mem.h 1.2 +3626 -3626tuhopuu2/extern/qhull/src/merge.c 1.2 +171 -171 tuhopuu2/extern/qhull/src/merge.h 1.2 +1180 -1180tuhopuu2/extern/qhull/src/poly.c 1.2 +290 -290 tuhopuu2/extern/qhull/src/poly.h 1.2 +3070 -3070tuhopuu2/extern/qhull/src/poly2.c 1.2 +334 -334 tuhopuu2/extern/qhull/src/qconvex.c 1.2 +323 -323 tuhopuu2/extern/qhull/src/qdelaun.c 1.2 +291 -291 tuhopuu2/extern/qhull/src/qh-geom.htm 1.2 +158 -158 tuhopuu2/extern/qhull/src/qh-globa.htm 1.2 +295 -295 tuhopuu2/extern/qhull/src/qh-io.htm 1.2 +140 -140 tuhopuu2/extern/qhull/src/qh-mem.htm 1.2 +364 -364 tuhopuu2/extern/qhull/src/qh-merge.htm 1.2 +479 -479 tuhopuu2/extern/qhull/src/qh-poly.htm 1.2 +271 -271 tuhopuu2/extern/qhull/src/qh-qhull.htm 1.2 +304 -304 tuhopuu2/extern/qhull/src/qh-set.htm 1.2 +161 -161 tuhopuu2/extern/qhull/src/qh-stat.htm 1.2 +234 -234 tuhopuu2/extern/qhull/src/qh-user.htm 1.2 +324 -324 tuhopuu2/extern/qhull/src/qhalf.c 1.2 +1395 -1395tuhopuu2/extern/qhull/src/qhull.c 1.2 +1048 -1048tuhopuu2/extern/qhull/src/qhull.h 1.2 +127 -127 tuhopuu2/extern/qhull/src/qhull_a.h 1.2 +96 -96 tuhopuu2/extern/qhull/src/qhull_interface.cpp 1.2 +1301 -1301tuhopuu2/extern/qhull/src/qset.c 1.2 +468 -468 tuhopuu2/extern/qhull/src/qset.h 1.2 +318 -318 tuhopuu2/extern/qhull/src/qvoronoi.c 1.2 +788 -788 tuhopuu2/extern/qhull/src/rbox.c 1.2 +700 -700 tuhopuu2/extern/qhull/src/stat.c 1.2 +520 -520 tuhopuu2/extern/qhull/src/stat.h 1.2 +376 -376 tuhopuu2/extern/qhull/src/unix.c 1.2 +324 -324 tuhopuu2/extern/qhull/src/user.c 1.2 +762 -762 tuhopuu2/extern/qhull/src/user.h 1.2 +310 -310 tuhopuu2/extern/qhull/src/user_eg.c 1.2 +532 -532 tuhopuu2/extern/qhull/src/user_eg2.c 1.3 +3 -13 tuhopuu2/intern/SoundSystem/SConscript 1.3 +4 -9 tuhopuu2/intern/bmfont/SConscript 1.3 +3 -9 tuhopuu2/intern/bsp/SConscript 1.3 +3 -9 tuhopuu2/intern/container/SConscript 1.3 +3 -9 tuhopuu2/intern/decimation/SConscript 1.3 +4 -9 tuhopuu2/intern/ghost/SConscript 1.5 +2 -2 tuhopuu2/intern/ghost/intern/GHOST_WindowX11.cpp 1.3 +3 -9 tuhopuu2/intern/guardedalloc/SConscript 1.3 +3 -9 tuhopuu2/intern/iksolver/SConscript 1.3 +3 -9 tuhopuu2/intern/memutil/SConscript 1.3 +3 -9 tuhopuu2/intern/moto/SConscript 1.3 +3 -9 tuhopuu2/intern/string/SConscript 1.3 +2 -1 tuhopuu2/source/SConscript 1.3 +2 -5 tuhopuu2/source/nan_warn.mk 1.3 +3 -9 tuhopuu2/source/blender/avi/SConscript 1.3 +6 -9 tuhopuu2/source/blender/blenkernel/SConscript 1.3 +6 -9 tuhopuu2/source/blender/blenlib/SConscript 1.3 +3 -9 tuhopuu2/source/blender/blenloader/SConscript 1.3 +3 -9 tuhopuu2/source/blender/blenpluginapi/SConscript 1.3 +3 -9 tuhopuu2/source/blender/deflate/SConscript 1.3 +4 -8 tuhopuu2/source/blender/ftfont/SConscript 1.3 +3 -9 tuhopuu2/source/blender/imbuf/SConscript 1.3 +3 -9 tuhopuu2/source/blender/img/SConscript 1.3 +3 -10 tuhopuu2/source/blender/inflate/SConscript 1.3 +3 -9 tuhopuu2/source/blender/makesdna/SConscript 1.3 +3 -2 tuhopuu2/source/blender/makesdna/intern/SConscript 1.3 +7 -9 tuhopuu2/source/blender/python/SConscript 1.3 +4 -9 tuhopuu2/source/blender/quicktime/SConscript 1.3 +5 -9 tuhopuu2/source/blender/radiosity/SConscript 1.3 +3 -9 tuhopuu2/source/blender/readblenfile/SConscript 1.3 +3 -9 tuhopuu2/source/blender/readstreamglue/SConscript 1.3 +3 -9 tuhopuu2/source/blender/render/SConscript 1.3 +3 -9 tuhopuu2/source/blender/renderconverter/SConscript 1.19 +11 -3 tuhopuu2/source/blender/renderconverter/intern/convertBlenderScene.c 1.4 +9 -12 tuhopuu2/source/blender/src/SConscript 1.4 +124 -181 tuhopuu2/source/blender/src/drawtext.c 1.4 +17 -7 tuhopuu2/source/blender/src/editaction.c 1.5 +3 -3 tuhopuu2/source/blender/src/editnla.c 1.54 +2 -1 tuhopuu2/source/blender/src/editobject.c 1.8 +3 -2 tuhopuu2/source/blender/src/filesel.c 1.12 +4 -4 tuhopuu2/source/blender/src/header_view3d.c 1.14 +4 -4 tuhopuu2/source/blender/src/interface.c 1.6 +8 -1 tuhopuu2/source/blender/src/renderwin.c 1.13 +6 -4 tuhopuu2/source/blender/src/usiblender.c 1.7 +3 -3 tuhopuu2/source/blender/src/vpaint.c 1.3 +3 -9 tuhopuu2/source/blender/writeblenfile/SConscript 1.3 +3 -9 tuhopuu2/source/blender/writestreamglue/SConscript 1.3 +3 -9 tuhopuu2/source/blender/yafray/SConscript 1.4 +5 -12 tuhopuu2/source/gameengine/BlenderRoutines/SConscript 1.4 +5 -11 tuhopuu2/source/gameengine/Converter/SConscript 1.4 +4 -10 tuhopuu2/source/gameengine/Expressions/SConscript 1.3 +3 -9 tuhopuu2/source/gameengine/GameLogic/SConscript 1.4 +4 -10 tuhopuu2/source/gameengine/Ketsji/SConscript 1.4 +4 -10 tuhopuu2/source/gameengine/Ketsji/KXNetwork/SConscript 1.4 +4 -10 tuhopuu2/source/gameengine/Network/SConscript 1.3 +3 -9 tuhopuu2/source/gameengine/Network/LoopBackNetwork/SConscript 1.3 +11 -17 tuhopuu2/source/gameengine/Physics/BlOde/SConscript 1.3 +3 -9 tuhopuu2/source/gameengine/Physics/Dummy/SConscript 1.3 +6 -10 tuhopuu2/source/gameengine/Physics/Sumo/SConscript 1.3 +3 -9 tuhopuu2/source/gameengine/Physics/common/SConscript 1.3 +4 -10 tuhopuu2/source/gameengine/Rasterizer/RAS_IRasterizer.h 1.4 +4 -10 tuhopuu2/source/gameengine/Rasterizer/SConscript 1.4 +6 -12 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript 1.3 +3 -9 tuhopuu2/source/gameengine/SceneGraph/SConscript 1.3 +3 -9 tuhopuu2/source/kernel/SConscript From cwant at ualberta.ca Sat Mar 6 20:05:30 2004 From: cwant at ualberta.ca (Chris Want) Date: Sat, 6 Mar 2004 20:05:30 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer RAS_IRasterizer.h Message-ID: <20040306190530.2661D8CFDC2C@xserve.blender.org> hos (Chris Want) 2004/03/06 20:05:29 CET Modified files: tuhopuu2/source/gameengine/Rasterizer RAS_IRasterizer.h Log: Fixing some post merge problems Revision Changes Path 1.4 +7 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_IRasterizer.h From johnny.matthews at greenville.edu Sat Mar 6 22:35:40 2004 From: johnny.matthews at greenville.edu (Johnny Matthews) Date: Sat, 6 Mar 2004 22:35:40 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editmesh.c Message-ID: <20040306213540.818298D1F604@xserve.blender.org> guitargeek (Johnny Matthews) 2004/03/06 22:35:40 CET Modified files: . featurelist.txt tuhopuu2/source/blender/src editmesh.c Log: Recommitted prior version to inset feature. Taking back to drawing board. It will be back later. It only worked on computer it was coded on. Revision Changes Path 1.83 +1 -1 tuhopuu2/featurelist.txt 1.83 +11441 -11607tuhopuu2/source/blender/src/editmesh.c From johnny.matthews at greenville.edu Sat Mar 6 23:20:32 2004 From: johnny.matthews at greenville.edu (Johnny Matthews) Date: Sat, 6 Mar 2004 23:20:32 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src editmesh.c Message-ID: <20040306222032.287318D29071@xserve.blender.org> guitargeek (Johnny Matthews) 2004/03/06 23:20:31 CET Modified files: . featurelist.txt tuhopuu2/source/blender/src editmesh.c Log: Recommitted inset feature. Was a small (stupid) bug. See featurelist for info. Revision Changes Path 1.84 +1 -1 tuhopuu2/featurelist.txt 1.84 +275 -109 tuhopuu2/source/blender/src/editmesh.c From johnny.matthews at greenville.edu Sun Mar 7 00:08:14 2004 From: johnny.matthews at greenville.edu (Johnny Matthews) Date: Sun, 7 Mar 2004 00:08:14 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editmesh.c Message-ID: <20040306230814.81F318D2C71A@xserve.blender.org> guitargeek (Johnny Matthews) 2004/03/07 00:08:14 CET Modified files: tuhopuu2/source/blender/src editmesh.c Log: Last commit of this nightmare. Last fixing commit added CR+LF. So this one gets rid of that. Someone shoot me please. Revision Changes Path 1.85 +11607 -11607tuhopuu2/source/blender/src/editmesh.c From leon_turneruk at yahoo.co.uk Sun Mar 7 03:49:55 2004 From: leon_turneruk at yahoo.co.uk (Leon Turner) Date: Sun, 7 Mar 2004 03:49:55 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/blenkernel/intern effect.c ipo.c tuhopuu2/source/blender/include BSE_editipo_types.h ipo.h tuhopuu2/source/blender/makesdna DNA_ipo_types.h DNA_material_types.h DNA_texture_types.h tuhopuu2/source/blender/render/extern/include ... Message-ID: <20040307024955.906DC8D4FF76@xserve.blender.org> leonturner (Leon Turner) 2004/03/07 03:49:55 CET Modified files: . featurelist.txt tuhopuu2/source/blender/blenkernel/intern effect.c ipo.c tuhopuu2/source/blender/include BSE_editipo_types.h ipo.h tuhopuu2/source/blender/makesdna DNA_ipo_types.h DNA_material_types.h DNA_texture_types.h tuhopuu2/source/blender/render/extern/include render_types.h tuhopuu2/source/blender/render/intern/source rendercore.c texture.c tuhopuu2/source/blender/src buttons_shading.c editipo.c headerbuttons.c Log: Three updates: 1) IPO keys for particle interaction settings 2) Rendertime radiosity can now light textures 3) Extra texture map-to option "shadow" See featurelist for more info. Revision Changes Path 1.85 +16 -0 tuhopuu2/featurelist.txt 1.9 +57 -10 tuhopuu2/source/blender/blenkernel/intern/effect.c 1.2 +42 -4 tuhopuu2/source/blender/blenkernel/intern/ipo.c 1.2 +7 -2 tuhopuu2/source/blender/include/BSE_editipo_types.h 1.2 +8 -2 tuhopuu2/source/blender/include/ipo.h 1.2 +7 -2 tuhopuu2/source/blender/makesdna/DNA_ipo_types.h 1.4 +3 -1 tuhopuu2/source/blender/makesdna/DNA_material_types.h 1.4 +2 -1 tuhopuu2/source/blender/makesdna/DNA_texture_types.h 1.6 +5 -3 tuhopuu2/source/blender/render/extern/include/render_types.h 1.5 +23 -1 tuhopuu2/source/blender/render/intern/source/rendercore.c 1.2 +21 -2 tuhopuu2/source/blender/render/intern/source/texture.c 1.9 +13 -11 tuhopuu2/source/blender/src/buttons_shading.c 1.6 +41 -2 tuhopuu2/source/blender/src/editipo.c 1.20 +2 -1 tuhopuu2/source/blender/src/headerbuttons.c From Christopher.Maddock.1 at uni.massey.ac.nz Sun Mar 7 03:50:28 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sun, 7 Mar 2004 03:50:28 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 SConstruct tuhopuu2/source/gameengine/Converter SConscript tuhopuu2/source/gameengine/Ketsji SConscript tuhopuu2/source/gameengine/Physics/Sumo SConscript tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer SConscript tuhopuu2/source/gameengine/GamePlayer SConscript ... Message-ID: <20040307025028.D4EBA8D50056@xserve.blender.org> kester (Kester Maddock) 2004/03/07 03:50:28 CET Modified files: . SConstruct tuhopuu2/source/gameengine/Converter SConscript tuhopuu2/source/gameengine/Ketsji SConscript tuhopuu2/source/gameengine/Physics/Sumo SConscript tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer SConscript tuhopuu2/source/gameengine/BlenderRoutines SConscript tuhopuu2/source/blender/src SConscript Added files: tuhopuu2/source/gameengine/GamePlayer SConscript Log: Fixed SCons build after merge. Differences from BF: Psyco will be used if available. use "scons CONFIG=" to specifiy a configfile other than config.opts, eg a debugging options file. Builds life.c, console.c & sector.c Include fixes for game engine. Revision Changes Path 1.4 +335 -114 tuhopuu2/SConstruct 1.5 +1 -1 tuhopuu2/source/gameengine/Converter/SConscript 1.5 +1 -1 tuhopuu2/source/gameengine/Ketsji/SConscript 1.4 +1 -1 tuhopuu2/source/gameengine/Physics/Sumo/SConscript 1.5 +1 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript 1.5 +2 -1 tuhopuu2/source/gameengine/BlenderRoutines/SConscript 1.5 +3 -0 tuhopuu2/source/blender/src/SConscript From Christopher.Maddock.1 at uni.massey.ac.nz Sun Mar 7 03:56:34 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sun, 7 Mar 2004 03:56:34 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer RAS_BucketManager.cpp RAS_BucketManager.h RAS_IPolygonMaterial.cpp RAS_IPolygonMaterial.h tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h RAS_OpenGLRasterizer.cpp Message-ID: <20040307025634.9E3ED8D51889@xserve.blender.org> kester (Kester Maddock) 2004/03/07 03:56:34 CET Modified files: tuhopuu2/source/gameengine/Rasterizer RAS_BucketManager.cpp RAS_BucketManager.h RAS_IPolygonMaterial.cpp RAS_IPolygonMaterial.h tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h RAS_OpenGLRasterizer.cpp Log: Performance improvements Don't include glext.h directly. (It is not available on some platforms.) Revision Changes Path 1.3 +39 -62 tuhopuu2/source/gameengine/Rasterizer/RAS_BucketManager.cpp 1.2 +6 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_BucketManager.h 1.2 +3 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp 1.2 +8 -8 tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.h 1.3 +4 -4 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp 1.2 +6 -4 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.h 1.4 +6 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp From leon_turneruk at yahoo.co.uk Sun Mar 7 03:58:49 2004 From: leon_turneruk at yahoo.co.uk (Leon Turner) Date: Sun, 7 Mar 2004 03:58:49 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20040307025849.D23BA8D52C03@xserve.blender.org> leonturner (Leon Turner) 2004/03/07 03:58:49 CET Modified files: . featurelist.txt Log: Oops! forgot to mention that you need to enable the new "RadioTex" button in the material to use the rendertime radiosity texture lighting... Revision Changes Path 1.86 +2 -1 tuhopuu2/featurelist.txt From Christopher.Maddock.1 at uni.massey.ac.nz Sun Mar 7 10:56:32 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sun, 7 Mar 2004 10:56:32 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h Message-ID: <20040307095632.2DF5C8D8D912@xserve.blender.org> kester (Kester Maddock) 2004/03/07 10:56:32 CET Modified files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h Log: Correct prototype of glLockArraysEXT Work around some GL implementations that don'\''t define PFNGLXGETPROCADDRESSARBPROC Revision Changes Path 1.4 +12 -4 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp 1.3 +2 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.h From cwant at ualberta.ca Sun Mar 7 22:05:10 2004 From: cwant at ualberta.ca (Chris Want) Date: Sun, 7 Mar 2004 22:05:10 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 SConstruct Message-ID: <20040307210510.ACDF38E0478A@xserve.blender.org> hos (Chris Want) 2004/03/07 22:05:10 CET Modified files: . SConstruct Log: SConstruct fixes: * made it work on mandrake * made it so it doesn't link with ftgl/freetype when international is set to false. Revision Changes Path 1.5 +3 -5 tuhopuu2/SConstruct From rwenzlaff at soylent-green.com Sun Mar 7 23:43:32 2004 From: rwenzlaff at soylent-green.com (Robert Wenzlaff) Date: Sun, 7 Mar 2004 23:43:32 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src buttons_editing.c buttons_scene.c buttons_shading.c header_view3d.c Message-ID: <20040307224332.F27958E1A649@xserve.blender.org> rwenzlaff (Robert Wenzlaff) 2004/03/07 23:43:32 CET Modified files: tuhopuu2/source/blender/src buttons_editing.c buttons_scene.c buttons_shading.c header_view3d.c Log: rwenzlaff: Consistant area lamp size labeling, and fixed several tool tip typos. Revision Changes Path 1.18 +1 -1 tuhopuu2/source/blender/src/buttons_editing.c 1.2 +192 -72 tuhopuu2/source/blender/src/buttons_scene.c 1.10 +7 -4 tuhopuu2/source/blender/src/buttons_shading.c 1.13 +2 -2 tuhopuu2/source/blender/src/header_view3d.c From cwant at ualberta.ca Sat Mar 6 17:14:08 2004 From: cwant at ualberta.ca (Chris Want) Date: Sat, 6 Mar 2004 17:14:08 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 - Imported sources Message-ID: <20040306161408.AA29A8CBD1B1@xserve.blender.org> hos (Chris Want) 2004/03/06 17:14:08 CET tuhopuu2 - Imported sources Update of /cvsroot/tuhopuu/tuhopuu2 In directory xserve:/private/tmp/cvs-serv7474 Log Message: Merge of Blender/cvs 2004/03/06 Status: Vendor Tag: BLENDER_DIST Release Tags: BLENDER_CVS_2004_03_06 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 C 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 N 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 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 C tuhopuu2/extern/qhull/Announce.txt C tuhopuu2/extern/qhull/COPYING.txt C tuhopuu2/extern/qhull/FILE_ID.DIZ U tuhopuu2/extern/qhull/Qhull-go.pif C tuhopuu2/extern/qhull/README.txt C tuhopuu2/extern/qhull/REGISTER.txt C tuhopuu2/extern/qhull/eg/q_eg C tuhopuu2/extern/qhull/eg/q_egtest C tuhopuu2/extern/qhull/eg/q_test C tuhopuu2/extern/qhull/eg/q_test.bat C tuhopuu2/extern/qhull/eg/Qhull-go.bat C tuhopuu2/extern/qhull/html/index.htm C tuhopuu2/extern/qhull/html/qconvex.htm C tuhopuu2/extern/qhull/html/qdelau_f.htm C 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 C tuhopuu2/extern/qhull/html/qh-eg.htm C tuhopuu2/extern/qhull/html/qh-faq.htm C tuhopuu2/extern/qhull/html/qh-get.htm C tuhopuu2/extern/qhull/html/qh-home.htm C tuhopuu2/extern/qhull/html/qh-impre.htm C tuhopuu2/extern/qhull/html/qh-in.htm C tuhopuu2/extern/qhull/html/qh-optc.htm C tuhopuu2/extern/qhull/html/qh-optf.htm C tuhopuu2/extern/qhull/html/qh-optg.htm C tuhopuu2/extern/qhull/html/qh-opto.htm C tuhopuu2/extern/qhull/html/qh-optp.htm C tuhopuu2/extern/qhull/html/qh-optq.htm C tuhopuu2/extern/qhull/html/qh-optt.htm C tuhopuu2/extern/qhull/html/qh-quick.htm C tuhopuu2/extern/qhull/html/qhalf.htm C tuhopuu2/extern/qhull/html/qhull.htm C tuhopuu2/extern/qhull/html/qhull.man C tuhopuu2/extern/qhull/html/qhull.txt C tuhopuu2/extern/qhull/html/qvoron_f.htm C tuhopuu2/extern/qhull/html/qvoronoi.htm C tuhopuu2/extern/qhull/html/rbox.htm C tuhopuu2/extern/qhull/html/rbox.man C tuhopuu2/extern/qhull/html/rbox.txt C tuhopuu2/extern/qhull/include/qhull/geom.h C tuhopuu2/extern/qhull/include/qhull/io.h C tuhopuu2/extern/qhull/include/qhull/mem.h C tuhopuu2/extern/qhull/include/qhull/merge.h C tuhopuu2/extern/qhull/include/qhull/poly.h C tuhopuu2/extern/qhull/include/qhull/qhull.h C tuhopuu2/extern/qhull/include/qhull/qhull_a.h C tuhopuu2/extern/qhull/include/qhull/qset.h C tuhopuu2/extern/qhull/include/qhull/stat.h C tuhopuu2/extern/qhull/include/qhull/user.h C tuhopuu2/extern/qhull/src/Changes.txt C tuhopuu2/extern/qhull/src/geom.c C tuhopuu2/extern/qhull/src/geom.h C tuhopuu2/extern/qhull/src/geom2.c C tuhopuu2/extern/qhull/src/global.c C tuhopuu2/extern/qhull/src/index.htm C tuhopuu2/extern/qhull/src/io.c C tuhopuu2/extern/qhull/src/io.h C tuhopuu2/extern/qhull/src/Make-config.sh C tuhopuu2/extern/qhull/src/Makefile.txt C tuhopuu2/extern/qhull/src/MBorland C tuhopuu2/extern/qhull/src/mem.c C tuhopuu2/extern/qhull/src/mem.h C tuhopuu2/extern/qhull/src/merge.c C tuhopuu2/extern/qhull/src/merge.h C tuhopuu2/extern/qhull/src/poly.c C tuhopuu2/extern/qhull/src/poly.h C tuhopuu2/extern/qhull/src/poly2.c C tuhopuu2/extern/qhull/src/qconvex.c C tuhopuu2/extern/qhull/src/qdelaun.c C tuhopuu2/extern/qhull/src/qh-geom.htm C tuhopuu2/extern/qhull/src/qh-globa.htm C tuhopuu2/extern/qhull/src/qh-io.htm C tuhopuu2/extern/qhull/src/qh-mem.htm C tuhopuu2/extern/qhull/src/qh-merge.htm C tuhopuu2/extern/qhull/src/qh-poly.htm C tuhopuu2/extern/qhull/src/qh-qhull.htm C tuhopuu2/extern/qhull/src/qh-set.htm C tuhopuu2/extern/qhull/src/qh-stat.htm C tuhopuu2/extern/qhull/src/qh-user.htm C tuhopuu2/extern/qhull/src/qhalf.c C tuhopuu2/extern/qhull/src/qhull.c C tuhopuu2/extern/qhull/src/qhull.h C tuhopuu2/extern/qhull/src/qhull_a.h C tuhopuu2/extern/qhull/src/qhull_interface.cpp C tuhopuu2/extern/qhull/src/qset.c C tuhopuu2/extern/qhull/src/qset.h C tuhopuu2/extern/qhull/src/qvoronoi.c C tuhopuu2/extern/qhull/src/rbox.c C tuhopuu2/extern/qhull/src/stat.c C tuhopuu2/extern/qhull/src/stat.h C tuhopuu2/extern/qhull/src/unix.c C tuhopuu2/extern/qhull/src/user.c C tuhopuu2/extern/qhull/src/user.h C tuhopuu2/extern/qhull/src/user_eg.c C tuhopuu2/extern/qhull/src/user_eg2.c C tuhopuu2/extern/qhull/VisualC6/qhull.dsw C tuhopuu2/extern/qhull/VisualC6/qhull/qhull.dsp C tuhopuu2/extern/solid/aclocal.m4 C tuhopuu2/extern/solid/config.guess C tuhopuu2/extern/solid/config.sub C tuhopuu2/extern/solid/configure C tuhopuu2/extern/solid/configure.ac C tuhopuu2/extern/solid/depcomp C tuhopuu2/extern/solid/install-sh C tuhopuu2/extern/solid/LICENSE_GPL.txt C tuhopuu2/extern/solid/LICENSE_QPL.txt C tuhopuu2/extern/solid/ltmain.sh C tuhopuu2/extern/solid/Makefile.am C tuhopuu2/extern/solid/Makefile.in C tuhopuu2/extern/solid/missing C tuhopuu2/extern/solid/mkinstalldirs C tuhopuu2/extern/solid/README.txt C tuhopuu2/extern/solid/doc/Makefile.am C tuhopuu2/extern/solid/doc/Makefile.in C tuhopuu2/extern/solid/doc/mdate-sh C tuhopuu2/extern/solid/doc/solid3.html U tuhopuu2/extern/solid/doc/solid3.info C tuhopuu2/extern/solid/doc/solid3.pdf C tuhopuu2/extern/solid/doc/solid3.texi C tuhopuu2/extern/solid/doc/stamp-vti C tuhopuu2/extern/solid/doc/texinfo.tex C tuhopuu2/extern/solid/doc/version.texi C tuhopuu2/extern/solid/examples/gldemo.cpp C tuhopuu2/extern/solid/examples/Makefile.am C tuhopuu2/extern/solid/examples/Makefile.in C tuhopuu2/extern/solid/examples/mnm.cpp C tuhopuu2/extern/solid/examples/physics.cpp C tuhopuu2/extern/solid/examples/README.txt C tuhopuu2/extern/solid/examples/sample.cpp C tuhopuu2/extern/solid/examples/dynamics/Dynamic.cpp C tuhopuu2/extern/solid/examples/dynamics/Dynamic.h C tuhopuu2/extern/solid/examples/dynamics/Kinetic.cpp C tuhopuu2/extern/solid/examples/dynamics/Kinetic.h C tuhopuu2/extern/solid/examples/dynamics/Makefile.am C tuhopuu2/extern/solid/examples/dynamics/Makefile.in C tuhopuu2/extern/solid/examples/dynamics/RigidBody.cpp C tuhopuu2/extern/solid/examples/dynamics/RigidBody.h C tuhopuu2/extern/solid/include/config.h.in C tuhopuu2/extern/solid/include/GEN_MinMax.h C tuhopuu2/extern/solid/include/GEN_random.h C tuhopuu2/extern/solid/include/Makefile.am C tuhopuu2/extern/solid/include/Makefile.in C tuhopuu2/extern/solid/include/MT_BBox.h C tuhopuu2/extern/solid/include/MT_Interval.h C tuhopuu2/extern/solid/include/MT_Matrix3x3.h C tuhopuu2/extern/solid/include/MT_Point3.h C tuhopuu2/extern/solid/include/MT_Quaternion.h C tuhopuu2/extern/solid/include/MT_Scalar.h C tuhopuu2/extern/solid/include/MT_Transform.h C tuhopuu2/extern/solid/include/MT_Vector3.h C tuhopuu2/extern/solid/include/SOLID.h C tuhopuu2/extern/solid/include/SOLID_broad.h C tuhopuu2/extern/solid/include/SOLID_types.h C tuhopuu2/extern/solid/include/MT/Interval.h C tuhopuu2/extern/solid/include/MT/Matrix3x3.h C tuhopuu2/extern/solid/include/MT/Quaternion.h C tuhopuu2/extern/solid/include/MT/Transform.h C tuhopuu2/extern/solid/include/MT/Tuple3.h C tuhopuu2/extern/solid/include/MT/Tuple4.h C tuhopuu2/extern/solid/include/MT/Vector3.h C tuhopuu2/extern/solid/src/DT_AlgoTable.h C tuhopuu2/extern/solid/src/DT_C-api.cpp C tuhopuu2/extern/solid/src/DT_Encounter.cpp C tuhopuu2/extern/solid/src/DT_Encounter.h C tuhopuu2/extern/solid/src/DT_Object.cpp C tuhopuu2/extern/solid/src/DT_Object.h C tuhopuu2/extern/solid/src/DT_Response.h C tuhopuu2/extern/solid/src/DT_RespTable.cpp C tuhopuu2/extern/solid/src/DT_RespTable.h C tuhopuu2/extern/solid/src/DT_Scene.cpp C tuhopuu2/extern/solid/src/DT_Scene.h C tuhopuu2/extern/solid/src/Makefile.am C tuhopuu2/extern/solid/src/Makefile.in C tuhopuu2/extern/solid/src/broad/BP_C-api.cpp C tuhopuu2/extern/solid/src/broad/BP_Endpoint.h C tuhopuu2/extern/solid/src/broad/BP_EndpointList.cpp C tuhopuu2/extern/solid/src/broad/BP_EndpointList.h C tuhopuu2/extern/solid/src/broad/BP_Proxy.cpp C tuhopuu2/extern/solid/src/broad/BP_Proxy.h C tuhopuu2/extern/solid/src/broad/BP_ProxyList.h C tuhopuu2/extern/solid/src/broad/BP_Scene.cpp C tuhopuu2/extern/solid/src/broad/BP_Scene.h C tuhopuu2/extern/solid/src/broad/Makefile.am C tuhopuu2/extern/solid/src/broad/Makefile.in C tuhopuu2/extern/solid/src/complex/DT_BBoxTree.cpp C tuhopuu2/extern/solid/src/complex/DT_BBoxTree.h C tuhopuu2/extern/solid/src/complex/DT_CBox.h C tuhopuu2/extern/solid/src/complex/DT_Complex.cpp C tuhopuu2/extern/solid/src/complex/DT_Complex.h C tuhopuu2/extern/solid/src/complex/Makefile.am C tuhopuu2/extern/solid/src/complex/Makefile.in C tuhopuu2/extern/solid/src/convex/DT_Accuracy.cpp C tuhopuu2/extern/solid/src/convex/DT_Accuracy.h C tuhopuu2/extern/solid/src/convex/DT_Array.h C tuhopuu2/extern/solid/src/convex/DT_Box.cpp C tuhopuu2/extern/solid/src/convex/DT_Box.h C tuhopuu2/extern/solid/src/convex/DT_Cone.cpp C tuhopuu2/extern/solid/src/convex/DT_Cone.h C tuhopuu2/extern/solid/src/convex/DT_Convex.cpp C tuhopuu2/extern/solid/src/convex/DT_Convex.h C tuhopuu2/extern/solid/src/convex/DT_Cylinder.cpp C tuhopuu2/extern/solid/src/convex/DT_Cylinder.h C tuhopuu2/extern/solid/src/convex/DT_Facet.cpp C tuhopuu2/extern/solid/src/convex/DT_Facet.h C tuhopuu2/extern/solid/src/convex/DT_GJK.h C tuhopuu2/extern/solid/src/convex/DT_Hull.h C tuhopuu2/extern/solid/src/convex/DT_IndexArray.h C tuhopuu2/extern/solid/src/convex/DT_LineSegment.cpp C tuhopuu2/extern/solid/src/convex/DT_LineSegment.h C tuhopuu2/extern/solid/src/convex/DT_Minkowski.h C tuhopuu2/extern/solid/src/convex/DT_PenDepth.cpp C tuhopuu2/extern/solid/src/convex/DT_PenDepth.h C tuhopuu2/extern/solid/src/convex/DT_Point.cpp C tuhopuu2/extern/solid/src/convex/DT_Point.h C tuhopuu2/extern/solid/src/convex/DT_Polyhedron.cpp C tuhopuu2/extern/solid/src/convex/DT_Polyhedron.h C tuhopuu2/extern/solid/src/convex/DT_Polytope.cpp C tuhopuu2/extern/solid/src/convex/DT_Polytope.h C tuhopuu2/extern/solid/src/convex/DT_Shape.h C tuhopuu2/extern/solid/src/convex/DT_Sphere.cpp C tuhopuu2/extern/solid/src/convex/DT_Sphere.h C tuhopuu2/extern/solid/src/convex/DT_Transform.h C tuhopuu2/extern/solid/src/convex/DT_Triangle.cpp C tuhopuu2/extern/solid/src/convex/DT_Triangle.h C tuhopuu2/extern/solid/src/convex/DT_VertexBase.h C tuhopuu2/extern/solid/src/convex/Makefile.am C tuhopuu2/extern/solid/src/convex/Makefile.in C tuhopuu2/extern/solid/VisualC6/solid.dsw C tuhopuu2/extern/solid/VisualC6/broad/broad.dsp C tuhopuu2/extern/solid/VisualC6/complex/complex.dsp C tuhopuu2/extern/solid/VisualC6/convex/convex.dsp C tuhopuu2/extern/solid/VisualC6/dynamics/dynamics.dsp C tuhopuu2/extern/solid/VisualC6/gldemo/gldemo.dsp C tuhopuu2/extern/solid/VisualC6/mnm/mnm.dsp C tuhopuu2/extern/solid/VisualC6/physics/physics.dsp C tuhopuu2/extern/solid/VisualC6/sample/sample.dsp C tuhopuu2/extern/solid/VisualC6/solid/solid.dsp C 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 C 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 C 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 C 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 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 C 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 C 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 C 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 C tuhopuu2/intern/guardedalloc/SConscript U tuhopuu2/intern/guardedalloc/intern/Makefile U 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 C 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 C 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 C 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 U 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 U tuhopuu2/intern/SoundSystem/openal/Makefile U tuhopuu2/intern/SoundSystem/openal/pthread_cancel.cpp U tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.cpp U tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.h U tuhopuu2/intern/SoundSystem/SND_test/Makefile U tuhopuu2/intern/SoundSystem/SND_test/SND_test.c U tuhopuu2/intern/string/Makefile C 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 N tuhopuu2/po/ru.po U tuhopuu2/po/sv.po U tuhopuu2/po/zh_CN.po U tuhopuu2/projectfiles/blender/blender.dsp U 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 U 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 U tuhopuu2/projectfiles/gameengine/blenderhook/KX_blenderhook.dsp U tuhopuu2/projectfiles/gameengine/converter/KX_converter.dsp U tuhopuu2/projectfiles/gameengine/expression/EXP_expressions.dsp U 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 U tuhopuu2/projectfiles/gameengine/ketsji/KX_ketsji.dsp U tuhopuu2/projectfiles/gameengine/ketsji/network/KX_network.dsp U tuhopuu2/projectfiles/gameengine/network/loopbacknetwork/NG_loopbacknetwork.dsp U tuhopuu2/projectfiles/gameengine/network/network/NG_network.dsp U tuhopuu2/projectfiles/gameengine/network/terraplaynetwork/NG_terraplaynetwork.dsp U tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Physics.dsp U tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.dsp U tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.dsp U tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.dsp U tuhopuu2/projectfiles/gameengine/rasterizer/RAS_rasterizer.dsp U tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.dsp U 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 U tuhopuu2/source/Makefile U tuhopuu2/source/nan_compile.mk U tuhopuu2/source/nan_definitions.mk U tuhopuu2/source/nan_link.mk U tuhopuu2/source/nan_subdirs.mk C tuhopuu2/source/nan_warn.mk C tuhopuu2/source/SConscript U tuhopuu2/source/blender/.obj.Makefile U tuhopuu2/source/blender/Makefile C tuhopuu2/source/blender/SConscript U tuhopuu2/source/blender/avi/AVI_avi.h U tuhopuu2/source/blender/avi/Makefile C 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 U tuhopuu2/source/blender/blenkernel/BKE_exotic.h U tuhopuu2/source/blender/blenkernel/BKE_font.h U 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 C 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 U tuhopuu2/source/blender/blenkernel/intern/armature.c U 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 U tuhopuu2/source/blender/blenkernel/intern/displist.c U tuhopuu2/source/blender/blenkernel/intern/effect.c U 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 U tuhopuu2/source/blender/blenkernel/intern/mball.c U tuhopuu2/source/blender/blenkernel/intern/mesh.c U tuhopuu2/source/blender/blenkernel/intern/nla.c U 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 U 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 U tuhopuu2/source/blender/blenkernel/intern/subsurf.c U tuhopuu2/source/blender/blenkernel/intern/text.c U 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 U 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 C tuhopuu2/source/blender/blenlib/SConscript U 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 C 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 U tuhopuu2/source/blender/blenloader/intern/readfile.c U tuhopuu2/source/blender/blenloader/intern/readfile.h U 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 C 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 C 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 C 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 C 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 C 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 U tuhopuu2/source/blender/include/BDR_editface.h U tuhopuu2/source/blender/include/BDR_editmball.h U tuhopuu2/source/blender/include/BDR_editobject.h U tuhopuu2/source/blender/include/BDR_vpaint.h U tuhopuu2/source/blender/include/BIF_butspace.h U 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 U 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 U 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 U 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 U 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 U 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 U 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 C 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 U 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 U tuhopuu2/source/blender/makesdna/DNA_mesh_types.h U tuhopuu2/source/blender/makesdna/DNA_meta_types.h U tuhopuu2/source/blender/makesdna/DNA_nla_types.h U 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 U tuhopuu2/source/blender/makesdna/DNA_space_types.h U tuhopuu2/source/blender/makesdna/DNA_text_types.h U 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 U tuhopuu2/source/blender/makesdna/DNA_world_types.h U tuhopuu2/source/blender/makesdna/Makefile C tuhopuu2/source/blender/makesdna/SConscript U tuhopuu2/source/blender/makesdna/intern/Makefile U 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 N tuhopuu2/source/blender/python/api2_2x/euler.c N 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 N tuhopuu2/source/blender/python/api2_2x/Mathutils.c N tuhopuu2/source/blender/python/api2_2x/Mathutils.h U tuhopuu2/source/blender/python/api2_2x/matrix.c N 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 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 N tuhopuu2/source/blender/python/api2_2x/quat.c N 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 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 N 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 C 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 C 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 C 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 C tuhopuu2/source/blender/readstreamglue/SConscript U tuhopuu2/source/blender/readstreamglue/intern/BLO_keyStorePrivate.h U 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 C 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 U 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 U 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 C 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 U tuhopuu2/source/blender/src/buttons_logic.c U tuhopuu2/source/blender/src/buttons_object.c U tuhopuu2/source/blender/src/buttons_scene.c U tuhopuu2/source/blender/src/buttons_script.c U tuhopuu2/source/blender/src/buttons_shading.c U tuhopuu2/source/blender/src/cmap.tga.c U tuhopuu2/source/blender/src/cmovie.tga.c U tuhopuu2/source/blender/src/cursors.c U tuhopuu2/source/blender/src/drawaction.c U tuhopuu2/source/blender/src/drawimage.c U tuhopuu2/source/blender/src/drawimasel.c U tuhopuu2/source/blender/src/drawipo.c U tuhopuu2/source/blender/src/drawmesh.c U tuhopuu2/source/blender/src/drawnla.c U 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 C tuhopuu2/source/blender/src/drawtext.c U tuhopuu2/source/blender/src/drawview.c U tuhopuu2/source/blender/src/edit.c C tuhopuu2/source/blender/src/editaction.c U 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 U 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 U tuhopuu2/source/blender/src/editmesh.c C 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 U tuhopuu2/source/blender/src/editsima.c U tuhopuu2/source/blender/src/editsound.c U tuhopuu2/source/blender/src/editview.c U tuhopuu2/source/blender/src/eventdebug.c C tuhopuu2/source/blender/src/filesel.c U tuhopuu2/source/blender/src/ghostwinlay.c U tuhopuu2/source/blender/src/glutil.c U tuhopuu2/source/blender/src/header_action.c U tuhopuu2/source/blender/src/header_buttonswin.c U tuhopuu2/source/blender/src/header_filesel.c U tuhopuu2/source/blender/src/header_image.c U tuhopuu2/source/blender/src/header_imasel.c U 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 C tuhopuu2/source/blender/src/renderwin.c U tuhopuu2/source/blender/src/resources.c C 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 U 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 U 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 C 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 C 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 C tuhopuu2/source/blender/yafray/SConscript U tuhopuu2/source/blender/yafray/YafRay_Api.h U tuhopuu2/source/blender/yafray/intern/api.cpp U 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 N 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 U tuhopuu2/source/gameengine/Makefile C tuhopuu2/source/gameengine/SConscript U 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 U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderPolyMaterial.cpp U tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderPolyMaterial.h U 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 U tuhopuu2/source/gameengine/BlenderRoutines/Makefile C tuhopuu2/source/gameengine/BlenderRoutines/SConscript U tuhopuu2/source/gameengine/Converter/BL_ActionActuator.cpp U tuhopuu2/source/gameengine/Converter/BL_ActionActuator.h U tuhopuu2/source/gameengine/Converter/BL_ArmatureObject.cpp U tuhopuu2/source/gameengine/Converter/BL_ArmatureObject.h U tuhopuu2/source/gameengine/Converter/BL_BlenderDataConversion.cpp U tuhopuu2/source/gameengine/Converter/BL_BlenderDataConversion.h U tuhopuu2/source/gameengine/Converter/BL_DeformableGameObject.cpp U tuhopuu2/source/gameengine/Converter/BL_DeformableGameObject.h U tuhopuu2/source/gameengine/Converter/BL_MeshDeformer.cpp U tuhopuu2/source/gameengine/Converter/BL_MeshDeformer.h U tuhopuu2/source/gameengine/Converter/BL_SkinDeformer.cpp U tuhopuu2/source/gameengine/Converter/BL_SkinDeformer.h U tuhopuu2/source/gameengine/Converter/BL_SkinMeshObject.cpp U 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 U tuhopuu2/source/gameengine/Converter/KX_BlenderSceneConverter.cpp U tuhopuu2/source/gameengine/Converter/KX_BlenderSceneConverter.h U 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 U 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 U 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 U 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 U 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 U tuhopuu2/source/gameengine/GameLogic/SCA_ISensor.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_ISensor.h U 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 U tuhopuu2/source/gameengine/GameLogic/SCA_LogicManager.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_LogicManager.h U 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 U 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 U tuhopuu2/source/gameengine/GameLogic/SCA_PropertySensor.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_PropertySensor.h U tuhopuu2/source/gameengine/GameLogic/SCA_PythonController.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_PythonController.h U tuhopuu2/source/gameengine/GameLogic/SCA_RandomActuator.cpp U tuhopuu2/source/gameengine/GameLogic/SCA_RandomActuator.h U 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 U 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 U 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 U 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 U 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 U 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 U 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 U tuhopuu2/source/gameengine/Ketsji/KX_Camera.cpp U tuhopuu2/source/gameengine/Ketsji/KX_Camera.h U 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 U tuhopuu2/source/gameengine/Ketsji/KX_CameraIpoSGController.h U tuhopuu2/source/gameengine/Ketsji/KX_CDActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_CDActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_ClientObjectInfo.h U tuhopuu2/source/gameengine/Ketsji/KX_ConstraintActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_ConstraintActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_ConstraintWrapper.cpp U tuhopuu2/source/gameengine/Ketsji/KX_ConstraintWrapper.h U tuhopuu2/source/gameengine/Ketsji/KX_ConvertPhysicsObject.h U tuhopuu2/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp U tuhopuu2/source/gameengine/Ketsji/KX_EmptyObject.cpp U tuhopuu2/source/gameengine/Ketsji/KX_EmptyObject.h U tuhopuu2/source/gameengine/Ketsji/KX_GameActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_GameActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_GameObject.cpp U tuhopuu2/source/gameengine/Ketsji/KX_GameObject.h U tuhopuu2/source/gameengine/Ketsji/KX_IInterpolator.h U tuhopuu2/source/gameengine/Ketsji/KX_IPhysicsController.cpp U tuhopuu2/source/gameengine/Ketsji/KX_IPhysicsController.h U tuhopuu2/source/gameengine/Ketsji/KX_IPO_SGController.cpp U tuhopuu2/source/gameengine/Ketsji/KX_IPO_SGController.h U 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 U 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 U 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 U tuhopuu2/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp U tuhopuu2/source/gameengine/Ketsji/KX_MouseFocusSensor.h U tuhopuu2/source/gameengine/Ketsji/KX_NearSensor.cpp U tuhopuu2/source/gameengine/Ketsji/KX_NearSensor.h U tuhopuu2/source/gameengine/Ketsji/KX_ObColorIpoSGController.cpp U tuhopuu2/source/gameengine/Ketsji/KX_ObColorIpoSGController.h U 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 U tuhopuu2/source/gameengine/Ketsji/KX_PhysicsEngineEnums.h U 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 U tuhopuu2/source/gameengine/Ketsji/KX_RadarSensor.cpp U tuhopuu2/source/gameengine/Ketsji/KX_RadarSensor.h U tuhopuu2/source/gameengine/Ketsji/KX_RayEventManager.cpp U tuhopuu2/source/gameengine/Ketsji/KX_RayEventManager.h U tuhopuu2/source/gameengine/Ketsji/KX_RaySensor.cpp U 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 U 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 U tuhopuu2/source/gameengine/Ketsji/KX_Scene.cpp U tuhopuu2/source/gameengine/Ketsji/KX_Scene.h U 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 U tuhopuu2/source/gameengine/Ketsji/KX_SumoPhysicsController.cpp U tuhopuu2/source/gameengine/Ketsji/KX_SumoPhysicsController.h U tuhopuu2/source/gameengine/Ketsji/KX_TimeCategoryLogger.cpp U tuhopuu2/source/gameengine/Ketsji/KX_TimeCategoryLogger.h U tuhopuu2/source/gameengine/Ketsji/KX_TimeLogger.cpp U tuhopuu2/source/gameengine/Ketsji/KX_TimeLogger.h U tuhopuu2/source/gameengine/Ketsji/KX_TouchEventManager.cpp U tuhopuu2/source/gameengine/Ketsji/KX_TouchEventManager.h U tuhopuu2/source/gameengine/Ketsji/KX_TouchSensor.cpp U 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 U tuhopuu2/source/gameengine/Ketsji/KX_WorldIpoController.h U 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 C 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 U tuhopuu2/source/gameengine/Physics/Sumo/Makefile C tuhopuu2/source/gameengine/Physics/Sumo/SConscript U tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp U tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsController.h U tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsEnvironment.cpp U 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 U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_FhObject.h U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_MotionState.h U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Props.h U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Scene.h U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/sample/Makefile U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/sample/particle.cpp U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/sample/particle0.cpp U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/Makefile U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_FhObject.cpp U tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp U 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 U tuhopuu2/source/gameengine/Rasterizer/RAS_BucketManager.cpp U 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 U tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.h C tuhopuu2/source/gameengine/Rasterizer/RAS_IRasterizer.h U tuhopuu2/source/gameengine/Rasterizer/RAS_IRenderTools.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_IRenderTools.h U tuhopuu2/source/gameengine/Rasterizer/RAS_LightObject.h U tuhopuu2/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_MaterialBucket.h U tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.cpp U 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 U tuhopuu2/source/gameengine/Rasterizer/RAS_TexVert.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_TexVert.h C tuhopuu2/source/gameengine/Rasterizer/SConscript U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/Makefile U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_CheckVertexArrays.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_CheckVertexArrays.h U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h U 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 U 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 C 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 306 conflicts created by this import. Use the following command to help the merge: cvs checkout -jBLENDER_DIST:yesterday -jBLENDER_DIST tuhopuu2 From Christopher.Maddock.1 at uni.massey.ac.nz Mon Mar 8 09:59:07 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Mon, 8 Mar 2004 09:59:07 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp Message-ID: <20040308085907.BAF6B8E4A05C@xserve.blender.org> kester (Kester Maddock) 2004/03/08 09:59:07 CET Modified files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp Log: Fixes for Win32: #include for std::find Use LPCSTR as argument to wglGetProcAddress. Revision Changes Path 1.5 +12 -7 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp From cwant at ualberta.ca Mon Mar 8 16:02:41 2004 From: cwant at ualberta.ca (Chris Want) Date: Mon, 8 Mar 2004 16:02:41 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/extern/qhull/VisualC6 qhull.dsw tuhopuu2/extern/qhull/VisualC6/qhull qhull.dsp tuhopuu2/intern/SoundSystem/make/msvc_6_0 SoundSystem.dsp tuhopuu2/intern/SoundSystem/make/msvc_6_0/dummy DummySoundSystem.dsp tuhopuu2/intern/SoundSystem/make/msvc_6_0/openal OpenALSoundSystem.dsp tuhopuu2/intern/action/make/msvc_6_0 action.dsp ... Message-ID: <20040308150241.577FB8E8F74D@xserve.blender.org> hos (Chris Want) 2004/03/08 16:02:40 CET Modified files: tuhopuu2/extern/qhull/VisualC6 qhull.dsw tuhopuu2/extern/qhull/VisualC6/qhull qhull.dsp tuhopuu2/intern/SoundSystem/make/msvc_6_0 SoundSystem.dsp tuhopuu2/intern/SoundSystem/make/msvc_6_0/dummy DummySoundSystem.dsp tuhopuu2/intern/SoundSystem/make/msvc_6_0/openal OpenALSoundSystem.dsp tuhopuu2/intern/action/make/msvc_6_0 action.dsp action.dsw tuhopuu2/intern/action/test/action_c_test/make/msvc_6_0 action_c_test.dsp action_c_test.dsw tuhopuu2/intern/action/test/action_cpp_test/make/msvc_6_0 action_cpp_test.dsp action_cpp_test.dsw tuhopuu2/intern/bmfont/make/msvc_6_0 bmfont.dsp bmfont.dsw tuhopuu2/intern/bmfont/test/make/msvc_6_0 BMF_Test.dsp BMF_Test.dsw tuhopuu2/intern/bsp/make/msvc6_0 bsplib.dsp tuhopuu2/intern/bsp/test/BSP_GhostTest BSP_GhostTest.dsp tuhopuu2/intern/container/make/msvc_6_0 container.dsp container.dsw tuhopuu2/intern/csg/make/msvc60 csg.dsp csg.dsw tuhopuu2/intern/decimation/make/msvc_6_0 decimation.dsp tuhopuu2/intern/ghost/make/msvc ghost.dsp ghost.dsw tuhopuu2/intern/guardedalloc/make/msvc_6_0 guardedalloc.dsp tuhopuu2/intern/iksolver/make/msvc_6_0 iksolver.dsp tuhopuu2/intern/img/make/msvc img.dsp img.dsw tuhopuu2/intern/keymaker/make/msvc_6_0 blenkey.dsp blenkey.dsw tuhopuu2/intern/make/msvc_6_0 build_install_all.dsp intern.dsw tuhopuu2/intern/memutil/make/msvc_60 memutil.dsp memutil.dsw tuhopuu2/intern/moto/make/msvc_6_0 MoTo.dsp MoTo.dsw tuhopuu2/intern/string/make/msvc_6_0 string.dsp string.dsw tuhopuu2/projectfiles/blender blender.dsp blender.dsw tuhopuu2/projectfiles/blender/BLO_decrypt_stub BLO_decrypt_stub.dsp tuhopuu2/projectfiles/blender/BLO_deflate BLO_deflate.dsp tuhopuu2/projectfiles/blender/BLO_inflate BLO_inflate.dsp tuhopuu2/projectfiles/blender/BLO_readblenfile BLO_readblenfile.dsp tuhopuu2/projectfiles/blender/BLO_readstreamglue BLO_readstreamglue.dsp tuhopuu2/projectfiles/blender/BLO_writeblenfile BLO_writeblenfile.dsp tuhopuu2/projectfiles/blender/BLO_writestreamglue BLO_writestreamglue.dsp tuhopuu2/projectfiles/blender/BLO_writestreamglue_stub BLO_writestreamglue_stub.dsp tuhopuu2/projectfiles/blender/BPY_python BPY_python.dsp tuhopuu2/projectfiles/blender/avi BL_avi.dsp tuhopuu2/projectfiles/blender/blenkernel BKE_blenkernel.dsp tuhopuu2/projectfiles/blender/blenlib BLI_blenlib.dsp tuhopuu2/projectfiles/blender/blenpluginapi/blenpluginapi blenpluginapi.dsp tuhopuu2/projectfiles/blender/ftfont FTF_ftfont.dsp tuhopuu2/projectfiles/blender/imbuf BL_imbuf.dsp tuhopuu2/projectfiles/blender/img BL_img.dsp tuhopuu2/projectfiles/blender/loader BLO_loader.dsp tuhopuu2/projectfiles/blender/makesdna DNA_makesdna.dsp tuhopuu2/projectfiles/blender/radiosity BRA_radiosity.dsp tuhopuu2/projectfiles/blender/render BRE_render.dsp tuhopuu2/projectfiles/blender/renderconverter BRE_renderconverter.dsp tuhopuu2/projectfiles/blender/src BL_src.dsp BL_src_cre.dsp tuhopuu2/projectfiles/gameengine/blenderhook KX_blenderhook.dsp tuhopuu2/projectfiles/gameengine/converter KX_converter.dsp tuhopuu2/projectfiles/gameengine/expression EXP_expressions.dsp tuhopuu2/projectfiles/gameengine/gamelogic SCA_gamelogic.dsp tuhopuu2/projectfiles/gameengine/gameplayer/axctl GP_axctl.dsp tuhopuu2/projectfiles/gameengine/gameplayer/common GP_common.dsp tuhopuu2/projectfiles/gameengine/gameplayer/ghost GP_ghost.dsp tuhopuu2/projectfiles/gameengine/ketsji KX_ketsji.dsp tuhopuu2/projectfiles/gameengine/ketsji/network KX_network.dsp tuhopuu2/projectfiles/gameengine/network/loopbacknetwork NG_loopbacknetwork.dsp tuhopuu2/projectfiles/gameengine/network/network NG_network.dsp tuhopuu2/projectfiles/gameengine/physics/PHY_Physics PHY_Physics.dsp tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Dummy PHY_Dummy.dsp tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Ode PHY_Ode.dsp tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Sumo PHY_Sumo.dsp tuhopuu2/projectfiles/gameengine/rasterizer RAS_rasterizer.dsp tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer RAS_openglrasterizer.dsp tuhopuu2/projectfiles/gameengine/scenegraph SG_scenegraph.dsp tuhopuu2/projectfiles/kernel/gen_messaging gen_messaging.dsp tuhopuu2/projectfiles/kernel/system SYS_system.dsp tuhopuu2/projectfiles/sumo/solid SM_solid.dsp Log: Half of the project files were in a dos text format, the other half were in a unix text format. I have converted them all to dos text format for consistency. Revision Changes Path 1.3 +29 -29 tuhopuu2/extern/qhull/VisualC6/qhull.dsw 1.3 +180 -180 tuhopuu2/extern/qhull/VisualC6/qhull/qhull.dsp 1.2 +206 -206 tuhopuu2/intern/SoundSystem/make/msvc_6_0/SoundSystem.dsp 1.2 +103 -103 tuhopuu2/intern/SoundSystem/make/msvc_6_0/dummy/DummySoundSystem.dsp 1.2 +103 -103 tuhopuu2/intern/SoundSystem/make/msvc_6_0/openal/OpenALSoundSystem.dsp 1.2 +128 -128 tuhopuu2/intern/action/make/msvc_6_0/action.dsp 1.2 +29 -29 tuhopuu2/intern/action/make/msvc_6_0/action.dsw 1.2 +109 -109 tuhopuu2/intern/action/test/action_c_test/make/msvc_6_0/action_c_test.dsp 1.2 +44 -44 tuhopuu2/intern/action/test/action_c_test/make/msvc_6_0/action_c_test.dsw 1.2 +105 -105 tuhopuu2/intern/action/test/action_cpp_test/make/msvc_6_0/action_cpp_test.dsp 1.2 +44 -44 tuhopuu2/intern/action/test/action_cpp_test/make/msvc_6_0/action_cpp_test.dsw 1.2 +176 -176 tuhopuu2/intern/bmfont/make/msvc_6_0/bmfont.dsp 1.2 +29 -29 tuhopuu2/intern/bmfont/make/msvc_6_0/bmfont.dsw 1.2 +109 -109 tuhopuu2/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsp 1.2 +44 -44 tuhopuu2/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsw 1.2 +210 -210 tuhopuu2/intern/bsp/make/msvc6_0/bsplib.dsp 1.2 +126 -126 tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsp 1.2 +133 -133 tuhopuu2/intern/container/make/msvc_6_0/container.dsp 1.2 +1 -1 tuhopuu2/intern/container/make/msvc_6_0/container.dsw 1.2 +234 -234 tuhopuu2/intern/csg/make/msvc60/csg.dsp 1.2 +29 -29 tuhopuu2/intern/csg/make/msvc60/csg.dsw 1.2 +186 -186 tuhopuu2/intern/decimation/make/msvc_6_0/decimation.dsp 1.2 +292 -292 tuhopuu2/intern/ghost/make/msvc/ghost.dsp 1.2 +29 -29 tuhopuu2/intern/ghost/make/msvc/ghost.dsw 1.2 +114 -114 tuhopuu2/intern/guardedalloc/make/msvc_6_0/guardedalloc.dsp 1.2 +252 -252 tuhopuu2/intern/iksolver/make/msvc_6_0/iksolver.dsp 1.2 +126 -126 tuhopuu2/intern/img/make/msvc/img.dsp 1.2 +41 -41 tuhopuu2/intern/img/make/msvc/img.dsw 1.2 +134 -134 tuhopuu2/intern/keymaker/make/msvc_6_0/blenkey.dsp 1.2 +29 -29 tuhopuu2/intern/keymaker/make/msvc_6_0/blenkey.dsw 1.2 +68 -68 tuhopuu2/intern/make/msvc_6_0/build_install_all.dsp 1.2 +257 -260 tuhopuu2/intern/make/msvc_6_0/intern.dsw 1.2 +134 -134 tuhopuu2/intern/memutil/make/msvc_60/memutil.dsp 1.2 +1 -1 tuhopuu2/intern/memutil/make/msvc_60/memutil.dsw 1.2 +379 -379 tuhopuu2/intern/moto/make/msvc_6_0/MoTo.dsp 1.2 +29 -29 tuhopuu2/intern/moto/make/msvc_6_0/MoTo.dsw 1.2 +122 -122 tuhopuu2/intern/string/make/msvc_6_0/string.dsp 1.2 +29 -29 tuhopuu2/intern/string/make/msvc_6_0/string.dsw 1.12 +124 -124 tuhopuu2/projectfiles/blender/blender.dsp 1.4 +851 -851 tuhopuu2/projectfiles/blender/blender.dsw 1.2 +107 -107 tuhopuu2/projectfiles/blender/BLO_decrypt_stub/BLO_decrypt_stub.dsp 1.2 +155 -155 tuhopuu2/projectfiles/blender/BLO_deflate/BLO_deflate.dsp 1.2 +155 -155 tuhopuu2/projectfiles/blender/BLO_inflate/BLO_inflate.dsp 1.2 +155 -155 tuhopuu2/projectfiles/blender/BLO_readblenfile/BLO_readblenfile.dsp 1.2 +155 -155 tuhopuu2/projectfiles/blender/BLO_readstreamglue/BLO_readstreamglue.dsp 1.2 +103 -103 tuhopuu2/projectfiles/blender/BLO_writeblenfile/BLO_writeblenfile.dsp 1.2 +175 -175 tuhopuu2/projectfiles/blender/BLO_writestreamglue/BLO_writestreamglue.dsp 1.2 +162 -162 tuhopuu2/projectfiles/blender/BLO_writestreamglue_stub/BLO_writestreamglue_stub.dsp 1.2 +430 -362 tuhopuu2/projectfiles/blender/BPY_python/BPY_python.dsp 1.2 +199 -199 tuhopuu2/projectfiles/blender/avi/BL_avi.dsp 1.2 +477 -469 tuhopuu2/projectfiles/blender/blenkernel/BKE_blenkernel.dsp 1.2 +294 -294 tuhopuu2/projectfiles/blender/blenlib/BLI_blenlib.dsp 1.2 +119 -119 tuhopuu2/projectfiles/blender/blenpluginapi/blenpluginapi/blenpluginapi.dsp 1.2 +118 -118 tuhopuu2/projectfiles/blender/ftfont/FTF_ftfont.dsp 1.2 +354 -358 tuhopuu2/projectfiles/blender/imbuf/BL_imbuf.dsp 1.2 +171 -171 tuhopuu2/projectfiles/blender/img/BL_img.dsp 1.2 +178 -178 tuhopuu2/projectfiles/blender/loader/BLO_loader.dsp 1.2 +361 -361 tuhopuu2/projectfiles/blender/makesdna/DNA_makesdna.dsp 1.2 +131 -127 tuhopuu2/projectfiles/blender/radiosity/BRA_radiosity.dsp 1.2 +278 -298 tuhopuu2/projectfiles/blender/render/BRE_render.dsp 1.2 +102 -102 tuhopuu2/projectfiles/blender/renderconverter/BRE_renderconverter.dsp 1.11 +594 -594 tuhopuu2/projectfiles/blender/src/BL_src.dsp 1.2 +102 -102 tuhopuu2/projectfiles/blender/src/BL_src_cre.dsp 1.4 +161 -161 tuhopuu2/projectfiles/gameengine/blenderhook/KX_blenderhook.dsp 1.4 +266 -266 tuhopuu2/projectfiles/gameengine/converter/KX_converter.dsp 1.2 +302 -302 tuhopuu2/projectfiles/gameengine/expression/EXP_expressions.dsp 1.2 +362 -362 tuhopuu2/projectfiles/gameengine/gamelogic/SCA_gamelogic.dsp 1.2 +253 -253 tuhopuu2/projectfiles/gameengine/gameplayer/axctl/GP_axctl.dsp 1.2 +255 -255 tuhopuu2/projectfiles/gameengine/gameplayer/common/GP_common.dsp 1.2 +156 -156 tuhopuu2/projectfiles/gameengine/gameplayer/ghost/GP_ghost.dsp 1.4 +598 -598 tuhopuu2/projectfiles/gameengine/ketsji/KX_ketsji.dsp 1.2 +186 -186 tuhopuu2/projectfiles/gameengine/ketsji/network/KX_network.dsp 1.2 +155 -155 tuhopuu2/projectfiles/gameengine/network/loopbacknetwork/NG_loopbacknetwork.dsp 1.2 +175 -175 tuhopuu2/projectfiles/gameengine/network/network/NG_network.dsp 1.2 +178 -178 tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Physics.dsp 1.2 +154 -154 tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.dsp 1.2 +162 -162 tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.dsp 1.3 +150 -150 tuhopuu2/projectfiles/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.dsp 1.2 +243 -243 tuhopuu2/projectfiles/gameengine/rasterizer/RAS_rasterizer.dsp 1.2 +171 -171 tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.dsp 1.2 +183 -183 tuhopuu2/projectfiles/gameengine/scenegraph/SG_scenegraph.dsp 1.2 +155 -155 tuhopuu2/projectfiles/kernel/gen_messaging/gen_messaging.dsp 1.2 +183 -183 tuhopuu2/projectfiles/kernel/system/SYS_system.dsp 1.2 +340 -340 tuhopuu2/projectfiles/sumo/solid/SM_solid.dsp From cwant at ualberta.ca Mon Mar 8 16:24:16 2004 From: cwant at ualberta.ca (Chris Want) Date: Mon, 8 Mar 2004 16:24:16 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer RAS_openglrasterizer.dsp Message-ID: <20040308152416.564438EA0EDE@xserve.blender.org> hos (Chris Want) 2004/03/08 16:24:16 CET Modified files: tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer RAS_openglrasterizer.dsp Log: Updated projectfile for the gameengine rasterizer to build Kester's GL ext thingy. Revision Changes Path 1.3 +4 -0 tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.dsp From cwant at ualberta.ca Fri Mar 12 07:22:46 2004 From: cwant at ualberta.ca (Chris Want) Date: Fri, 12 Mar 2004 07:22:46 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editscreen.c headerbuttons.c splash.jpg.c Message-ID: <20040312062246.EE0B590CB4C2@xserve.blender.org> hos (Chris Want) 2004/03/12 07:22:46 CET Modified files: tuhopuu2/source/blender/src editscreen.c headerbuttons.c splash.jpg.c Log: The new splash(es). Revision Changes Path 1.13 +17 -1 tuhopuu2/source/blender/src/editscreen.c 1.21 +22 -1 tuhopuu2/source/blender/src/headerbuttons.c 1.3 +8718 -1220tuhopuu2/source/blender/src/splash.jpg.c From leon_turneruk at yahoo.co.uk Sat Mar 13 10:53:54 2004 From: leon_turneruk at yahoo.co.uk (Leon Turner) Date: Sat, 13 Mar 2004 10:53:54 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel/intern effect.c object.c Message-ID: <20040313095354.32DC1915E982@xserve.blender.org> leonturner (Leon Turner) 2004/03/13 10:53:54 CET Modified files: tuhopuu2/source/blender/blenkernel/intern effect.c object.c Log: A small fix to allow deflectors and attractors to be moved along paths and be parented to other moving objects. Revision Changes Path 1.10 +37 -18 tuhopuu2/source/blender/blenkernel/intern/effect.c 1.6 +3 -2 tuhopuu2/source/blender/blenkernel/intern/object.c From Christopher.Maddock.1 at uni.massey.ac.nz Sun Mar 14 00:36:52 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sun, 14 Mar 2004 00:36:52 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenloader/intern readfile.c tuhopuu2/source/blender/makesdna DNA_object_types.h tuhopuu2/source/blender/src buttons_logic.c tuhopuu2/source/gameengine/Converter BL_BlenderDataConversion.cpp tuhopuu2/source/gameengine/Ketsji KX_ConvertPhysicsObjects.cpp Message-ID: <20040313233652.8DFD191ABC56@xserve.blender.org> kester (Kester Maddock) 2004/03/14 00:36:52 CET Modified files: tuhopuu2/source/blender/blenloader/intern readfile.c tuhopuu2/source/blender/makesdna DNA_object_types.h tuhopuu2/source/blender/src buttons_logic.c tuhopuu2/source/gameengine/Converter BL_BlenderDataConversion.cpp tuhopuu2/source/gameengine/Ketsji KX_ConvertPhysicsObjects.cpp Log: Support for bounding objects for physics simulation. Correct physics engine selection for .blends <= version 225 Revision Changes Path 1.11 +6 -4 tuhopuu2/source/blender/blenloader/intern/readfile.c 1.5 +3 -1 tuhopuu2/source/blender/makesdna/DNA_object_types.h 1.4 +22 -13 tuhopuu2/source/blender/src/buttons_logic.c 1.8 +2 -2 tuhopuu2/source/gameengine/Converter/BL_BlenderDataConversion.cpp 1.18 +5 -3 tuhopuu2/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Sun Mar 14 00:42:20 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sun, 14 Mar 2004 00:42:20 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Converter KX_BlenderSceneConverter.cpp tuhopuu2/source/gameengine/GameLogic SCA_LogicManager.cpp tuhopuu2/source/gameengine/Ketsji KX_IPO_SGController.cpp KX_TouchEventManager.h tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src SM_FhObject.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp tuhopuu2/source/gameengine/Rasterizer ... Message-ID: <20040313234220.4C66A91AD407@xserve.blender.org> kester (Kester Maddock) 2004/03/14 00:42:20 CET Modified files: tuhopuu2/source/gameengine/Converter KX_BlenderSceneConverter.cpp tuhopuu2/source/gameengine/GameLogic SCA_LogicManager.cpp tuhopuu2/source/gameengine/Ketsji KX_IPO_SGController.cpp KX_TouchEventManager.h tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src SM_FhObject.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp tuhopuu2/source/gameengine/Rasterizer RAS_BucketManager.cpp Log: Minor fixes: Clean up physics engine selection Fix crash in SCA_LogicManager: delete logic managers after gameobjects (ie logic bricks) - NearSensor needs TouchManager to remove itself from physics scene. Enable IPO as force Clean up KX_TouchEventManager.h (no longer dependant on SOLID.h) Make SM_FhObject safer (fix divide by 0) Disable Alpha testing in GL Rasterizer (it breaks regular blending) Revision Changes Path 1.6 +10 -35 tuhopuu2/source/gameengine/Converter/KX_BlenderSceneConverter.cpp 1.2 +7 -8 tuhopuu2/source/gameengine/GameLogic/SCA_LogicManager.cpp 1.3 +12 -1 tuhopuu2/source/gameengine/Ketsji/KX_IPO_SGController.cpp 1.3 +1 -4 tuhopuu2/source/gameengine/Ketsji/KX_TouchEventManager.h 1.9 +2 -3 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_FhObject.cpp 1.5 +6 -6 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp 1.4 +3 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_BucketManager.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Sun Mar 14 00:54:29 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sun, 14 Mar 2004 00:54:29 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer mkglext.py RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h RAS_VAOpenGLRasterizer.cpp Message-ID: <20040313235429.6AF8C91B30DD@xserve.blender.org> kester (Kester Maddock) 2004/03/14 00:54:29 CET Modified files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h RAS_VAOpenGLRasterizer.cpp Added files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer mkglext.py Log: Add all GL extensions to the Extension Manager. Move all extensions to namespace RAS_GL for privacy. Revision Changes Path 1.6 +4112 -77 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp 1.4 +5 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.h 1.3 +4 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Sun Mar 14 01:18:43 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sun, 14 Mar 2004 01:18:43 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer mkglext.py RAS_GLExtensionManager.h Message-ID: <20040314001843.434F091BA174@xserve.blender.org> kester (Kester Maddock) 2004/03/14 01:18:43 CET Modified files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer mkglext.py RAS_GLExtensionManager.h Log: Add extension prototypes to the header. Revision Changes Path 1.2 +48 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/mkglext.py 1.5 +1348 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.h From leon_turneruk at yahoo.co.uk Sun Mar 14 04:01:08 2004 From: leon_turneruk at yahoo.co.uk (Leon Turner) Date: Sun, 14 Mar 2004 04:01:08 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel/intern effect.c Message-ID: <20040314030108.4CD9F91D56D3@xserve.blender.org> leonturner (Leon Turner) 2004/03/14 04:01:08 CET Modified files: tuhopuu2/source/blender/blenkernel/intern effect.c Log: A fix for particle emitters parented to armature bones not updating correctly. It should work ok now! Revision Changes Path 1.11 +10 -2 tuhopuu2/source/blender/blenkernel/intern/effect.c From cwant at ualberta.ca Sun Mar 14 05:35:19 2004 From: cwant at ualberta.ca (Chris Want) Date: Sun, 14 Mar 2004 05:35:19 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/src drawview.c Message-ID: <20040314043519.00C7491E0323@xserve.blender.org> hos (Chris Want) 2004/03/14 05:35:19 CET Modified files: . featurelist.txt tuhopuu2/source/blender/src drawview.c Log: A Tuhopuu 1 classic: if one vert is selected, N Key panel shows which vertex groups the vert belongs to and lets you manipulate the weights. Revision Changes Path 1.87 +3 -0 tuhopuu2/featurelist.txt 1.11 +55 -8 tuhopuu2/source/blender/src/drawview.c From leon_turneruk at yahoo.co.uk Sun Mar 14 09:29:47 2004 From: leon_turneruk at yahoo.co.uk (Leon Turner) Date: Sun, 14 Mar 2004 09:29:47 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel/intern effect.c Message-ID: <20040314082947.22DEF91F060D@xserve.blender.org> leonturner (Leon Turner) 2004/03/14 09:29:47 CET Modified files: tuhopuu2/source/blender/blenkernel/intern effect.c Log: Bug fix: with the new code to allow emitters to move with particles, files with particles and armatures can take a long time to load, even if the emitter is not parented to an armature. This modifies the effect code so armatures are only calculated during particle calculation if there is an armature somewhere in the emitters parents. Revision Changes Path 1.12 +21 -8 tuhopuu2/source/blender/blenkernel/intern/effect.c From cwant at ualberta.ca Sun Mar 14 16:50:55 2004 From: cwant at ualberta.ca (Chris Want) Date: Sun, 14 Mar 2004 16:50:55 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editscreen.c Message-ID: <20040314155055.0E301922D03A@xserve.blender.org> hos (Chris Want) 2004/03/14 16:50:54 CET Modified files: tuhopuu2/source/blender/src editscreen.c Log: A small improve from Joilnen: right mouse cancels split screen. Revision Changes Path 1.14 +2 -2 tuhopuu2/source/blender/src/editscreen.c From Christopher.Maddock.1 at uni.massey.ac.nz Mon Mar 15 09:26:03 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Mon, 15 Mar 2004 09:26:03 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src SM_Object.cpp Message-ID: <20040315082603.887C192A3F3A@xserve.blender.org> kester (Kester Maddock) 2004/03/15 09:26:03 CET Modified files: tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src SM_Object.cpp Log: Fix Rigid body dynamics. See, that's what happens when you use local coordinates when world coordinates are expected! Revision Changes Path 1.16 +2 -4 tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/src/SM_Object.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Mon Mar 15 09:36:45 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Mon, 15 Mar 2004 09:36:45 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp Message-ID: <20040315083645.D927D92A94D2@xserve.blender.org> kester (Kester Maddock) 2004/03/15 09:36:45 CET Modified files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp Log: Use (LPCSTR) for wglGetProcAddress (WIN32) Revision Changes Path 1.7 +2 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Mon Mar 15 09:42:13 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Mon, 15 Mar 2004 09:42:13 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_CheckVertexArrays.cpp RAS_CheckVertexArrays.h Message-ID: <20040315084213.0FD9992AAA9A@xserve.blender.org> kester (Kester Maddock) 2004/03/15 09:42:12 CET Removed files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_CheckVertexArrays.cpp RAS_CheckVertexArrays.h Log: Remove obseleted RAS_CheckVertexArrays From rob at captainvideo.nl Mon Mar 15 15:17:27 2004 From: rob at captainvideo.nl (Rob Haarsma) Date: Mon, 15 Mar 2004 15:17:27 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src drawmesh.c life.c sector.c Message-ID: <20040315141727.50FF992D12F1@xserve.blender.org> phase (Rob Haarsma) 2004/03/15 15:17:27 CET Modified files: tuhopuu2/source/blender/src drawmesh.c life.c sector.c Log: Some Enji updates - Restored original handling of transparent faces. - Fixed crash when exiting with ESCKEY or SPACEBAR. Revision Changes Path 1.10 +283 -2 tuhopuu2/source/blender/src/drawmesh.c 1.2 +3 -3 tuhopuu2/source/blender/src/life.c 1.4 +3 -3 tuhopuu2/source/blender/src/sector.c From leon_turneruk at yahoo.co.uk Tue Mar 16 12:28:22 2004 From: leon_turneruk at yahoo.co.uk (Leon Turner) Date: Tue, 16 Mar 2004 12:28:22 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/render/intern/source rendercore.c texture.c tuhopuu2/source/blender/src buttons_shading.c Message-ID: <20040316112822.5B774935B41A@xserve.blender.org> leonturner (Leon Turner) 2004/03/16 12:28:22 CET Modified files: tuhopuu2/source/blender/render/intern/source rendercore.c texture.c tuhopuu2/source/blender/src buttons_shading.c Log: Bug fix: The new texture map-to option "shadow" is causing problems with some blends - for some reason the code is being called on alternate lines in some circumstances even though the option is not being used... I've removed the option and the offending code for now, until I have a chance to debug properly. Revision Changes Path 1.6 +10 -10 tuhopuu2/source/blender/render/intern/source/rendercore.c 1.3 +7 -7 tuhopuu2/source/blender/render/intern/source/texture.c 1.11 +1 -1 tuhopuu2/source/blender/src/buttons_shading.c From cwant at ualberta.ca Thu Mar 18 16:02:10 2004 From: cwant at ualberta.ca (Chris Want) Date: Thu, 18 Mar 2004 16:02:10 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer RAS_openglrasterizer.dsp Message-ID: <20040318150210.612A8945BFB3@xserve.blender.org> hos (Chris Want) 2004/03/18 16:02:10 CET Modified files: tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer RAS_openglrasterizer.dsp Log: Removed the obsolete RAS_CheckVertexArrays.cpp from this project file. Revision Changes Path 1.4 +0 -4 tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.dsp From webarts2003 at yahoo.fr Wed Mar 24 08:18:33 2004 From: webarts2003 at yahoo.fr (=?iso-8859-1?q?serge=20chalmagne?=) Date: Wed, 24 Mar 2004 08:18:33 +0100 (CET) Subject: [tuhopuu-cvs] (no subject) Message-ID: <20040324071833.18216.qmail@web40004.mail.yahoo.com> --------------------------------- Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Cr?ez votre Yahoo! Mail Dialoguez en direct avec vos amis gr?ce ? Yahoo! Messenger ! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blender.org/pipermail/tuhopuu-cvs/attachments/20040324/11f3bdd9/attachment.html From blendix at pandora.be Fri Mar 26 15:04:08 2004 From: blendix at pandora.be (Brecht Van Lommel) Date: Fri, 26 Mar 2004 15:04:08 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src drawimage.c resources.c Message-ID: <20040326140408.D30A798C2081@xserve.blender.org> blendix (Brecht Van Lommel) 2004/03/26 15:04:08 CET Modified files: tuhopuu2/source/blender/src drawimage.c resources.c Log: Added face color, vertex size and color, in the UV editor to the user modifiable theme colors. No makesdna changes needed as the variables to put it in were already there, someone probably forgot to add this during the 2.30 makeover. Revision Changes Path 1.9 +5 -72 tuhopuu2/source/blender/src/drawimage.c 1.9 +12 -1 tuhopuu2/source/blender/src/resources.c From blendix at pandora.be Fri Mar 26 18:45:54 2004 From: blendix at pandora.be (Brecht Van Lommel) Date: Fri, 26 Mar 2004 18:45:54 +0100 (CET) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/include BDR_editface.h tuhopuu2/source/blender/src drawmesh.c editface.c Message-ID: <20040326174554.14CA798E1301@xserve.blender.org> blendix (Brecht Van Lommel) 2004/03/26 18:45:53 CET Modified files: . featurelist.txt tuhopuu2/source/blender/include BDR_editface.h tuhopuu2/source/blender/src drawmesh.c editface.c Log: With 'Draw Faces' enabled, faces selected in the UV editor will be drawn in a transparent purple (or whichever color the user chooses) in faceselect mode, in the 3d view, similar to selected faces in editmode. In faceselect mode, in the 3d view, the Alt+Shift+RMB combo will select/deselect faces in the UV editor. Revision Changes Path 1.88 +8 -0 tuhopuu2/featurelist.txt 1.4 +2 -2 tuhopuu2/source/blender/include/BDR_editface.h 1.11 +35 -1 tuhopuu2/source/blender/src/drawmesh.c 1.8 +29 -17 tuhopuu2/source/blender/src/editface.c From cwant at ualberta.ca Mon Mar 29 19:35:38 2004 From: cwant at ualberta.ca (Chris Want) Date: Mon, 29 Mar 2004 19:35:38 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel/intern ipo.c tuhopuu2/source/blender/readstreamglue/intern BLO_readStreamGlue.c Message-ID: <20040329173538.0FC719A92ADE@xserve.blender.org> hos (Chris Want) 2004/03/29 19:35:37 CEST Modified files: tuhopuu2/source/blender/blenkernel/intern ipo.c tuhopuu2/source/blender/readstreamglue/intern BLO_readStreamGlue.c Log: Some fixes to get tuhopuu compiling right on irix. Revision Changes Path 1.3 +2 -1 tuhopuu2/source/blender/blenkernel/intern/ipo.c 1.2 +1 -6 tuhopuu2/source/blender/readstreamglue/intern/BLO_readStreamGlue.c From cwant at ualberta.ca Mon Mar 29 20:01:50 2004 From: cwant at ualberta.ca (Chris Want) Date: Mon, 29 Mar 2004 20:01:50 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel/intern exotic.c Message-ID: <20040329180150.DF1639A9C7E3@xserve.blender.org> hos (Chris Want) 2004/03/29 20:01:50 CEST Modified files: tuhopuu2/source/blender/blenkernel/intern exotic.c Log: Making the binary STL file format support big endian aware. Revision Changes Path 1.9 +30 -17 tuhopuu2/source/blender/blenkernel/intern/exotic.c From Christopher.Maddock.1 at uni.massey.ac.nz Tue Mar 30 04:41:21 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 30 Mar 2004 04:41:21 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/BlenderRoutines BL_KetsjiEmbedStart.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer mkglext.py RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h RAS_VAOpenGLRasterizer.cpp Message-ID: <20040330024121.278539AE18B3@xserve.blender.org> kester (Kester Maddock) 2004/03/30 04:41:21 CEST Modified files: tuhopuu2/source/gameengine/BlenderRoutines BL_KetsjiEmbedStart.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer mkglext.py RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h RAS_VAOpenGLRasterizer.cpp Log: Don't need to do full blown OO for GL extension manager! Make mkglext.py generate python bindings. Revision Changes Path 1.3 +4 -10 tuhopuu2/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp 1.3 +91 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/mkglext.py 1.8 +50 -24 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp 1.6 +25 -24 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.h 1.4 +2 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp From blendix at pandora.be Tue Mar 30 21:08:52 2004 From: blendix at pandora.be (Brecht Van Lommel) Date: Tue, 30 Mar 2004 21:08:52 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/source/blender/include BIF_editsima.h tuhopuu2/source/blender/makesdna DNA_space_types.h tuhopuu2/source/blender/src drawimage.c editface.c editsima.c header_image.c space.c Message-ID: <20040330190852.4370A9B6E023@xserve.blender.org> blendix (Brecht Van Lommel) 2004/03/30 21:08:52 CEST Modified files: . featurelist.txt tuhopuu2/source/blender/include BIF_editsima.h tuhopuu2/source/blender/makesdna DNA_space_types.h tuhopuu2/source/blender/src drawimage.c editface.c editsima.c header_image.c space.c Log: Big clean up before porting over to bf-blender: - Heal UVs is now called Stitch UVs - Island Select is now called Select Linked UVs - Weld / Align tool does not work from Scale anymore, but is actived by the WKEY, added menu entry for it - Possibility to disable pixel snapping for the UV editor transform tools - Alt+RMB click is the same as RMB click with Select Active Face enabled - Select Active Face now works together better with Shift - Fixed drawing issue with Circle Select - Code Reformatting to fit standards better, mostly to fit in 80 chars limit Revision Changes Path 1.89 +9 -8 tuhopuu2/featurelist.txt 1.5 +3 -3 tuhopuu2/source/blender/include/BIF_editsima.h 1.6 +5 -4 tuhopuu2/source/blender/makesdna/DNA_space_types.h 1.10 +79 -76 tuhopuu2/source/blender/src/drawimage.c 1.9 +7 -5 tuhopuu2/source/blender/src/editface.c 1.17 +319 -232 tuhopuu2/source/blender/src/editsima.c 1.12 +51 -57 tuhopuu2/source/blender/src/header_image.c 1.50 +13 -8 tuhopuu2/source/blender/src/space.c From bjornmose at gmx.net Tue Mar 30 23:48:50 2004 From: bjornmose at gmx.net (Jens Ole Wund (bjornmose)) Date: Tue, 30 Mar 2004 23:48:50 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer RAS_openglrasterizer.dsp Message-ID: <20040330214850.D195A9B7AF09@xserve.blender.org> bjornmose (Jens Ole Wund(bjornmose)) 2004/03/30 23:48:50 CEST Modified files: tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer RAS_openglrasterizer.dsp Log: missing include path added Revision Changes Path 1.5 +171 -171 tuhopuu2/projectfiles/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.dsp From stefang at aon.at Wed Mar 31 16:11:43 2004 From: stefang at aon.at (Stefan Gartner) Date: Wed, 31 Mar 2004 16:11:43 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer Makefile Message-ID: <20040331141143.B5AF49BCDD1C@xserve.blender.org> sgefant (Stefan Gartner) 2004/03/31 16:11:43 CEST Modified files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer Makefile Log: add missing include path Revision Changes Path 1.2 +2 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/Makefile From blendix at pandora.be Wed Mar 31 22:52:15 2004 From: blendix at pandora.be (Brecht Van Lommel) Date: Wed, 31 Mar 2004 22:52:15 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src drawimage.c editsima.c header_image.c vpaint.c Message-ID: <20040331205215.D1F5D9C23646@xserve.blender.org> blendix (Brecht Van Lommel) 2004/03/31 22:52:15 CEST Modified files: tuhopuu2/source/blender/src drawimage.c editsima.c header_image.c vpaint.c Log: Added icons in UV editor (bottom left) to show if UVs Sticky or Active Face Select is enabled. Also some minor cleanup in the drawing code. Revision Changes Path 1.11 +50 -17 tuhopuu2/source/blender/src/drawimage.c 1.18 +3 -7 tuhopuu2/source/blender/src/editsima.c 1.13 +3 -1 tuhopuu2/source/blender/src/header_image.c 1.8 +2 -2 tuhopuu2/source/blender/src/vpaint.c