From cwant at ualberta.ca Sun Aug 1 00:41:47 2004 From: cwant at ualberta.ca (Chris Want) Date: Sun, 1 Aug 2004 00:41:47 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 user-def.mk.defaults Message-ID: <20040731224147.4D2C8116E9E03@xserve.blender.org> hos (Chris Want) 2004/08/01 00:41:46 CEST Modified files: . user-def.mk.defaults Log: Removed a few obsolete options from this example file (thanks to LetterRip for noticing). Revision Changes Path 1.11 +0 -10 tuhopuu2/user-def.mk.defaults From cbarton at metavr.com Sun Aug 1 13:27:34 2004 From: cbarton at metavr.com (Campbell Barton) Date: Sun, 1 Aug 2004 13:27:34 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel BKE_global.h tuhopuu2/source/blender/src buttons_editing.c drawobject.c Message-ID: <20040801112734.2B49B1173AB02@xserve.blender.org> ideas_man (Campbell Barton) 2004/08/01 13:27:34 CEST Modified files: tuhopuu2/source/blender/blenkernel BKE_global.h tuhopuu2/source/blender/src buttons_editing.c drawobject.c Log: Here are some interesting new draw aditions, Edge Length and Face area- Good for progects where dimensions are needed, it also tuens any edge into a ruler. Its also possible to only draw these extra options for se;lected edges/faces. The code is probably bug free because the whole process is quite simple and copied from similar, existing code. Look in the Mesh tools 1 panel for these options. - Cam PS. I think the 4 buttonf should be removed ind put somewhere else.and the panel could be renamed to "Mesh Display Properties" Revision Changes Path 1.8 +7 -1 tuhopuu2/source/blender/blenkernel/BKE_global.h 1.36 +24 -11 tuhopuu2/source/blender/src/buttons_editing.c 1.44 +87 -5 tuhopuu2/source/blender/src/drawobject.c From cwant at ualberta.ca Mon Aug 2 08:19:04 2004 From: cwant at ualberta.ca (Chris Want) Date: Mon, 2 Aug 2004 08:19:04 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source Makefile tuhopuu2/source/blender/aqsis Makefile tuhopuu2/source/blender/aqsis/intern Makefile tuhopuu2/source/blender/aqsis/shaders/dobby Makefile Message-ID: <20040802061904.0FE2B117FCD19@xserve.blender.org> hos (Chris Want) 2004/08/02 08:19:03 CEST Modified files: tuhopuu2/source Makefile tuhopuu2/source/blender/aqsis Makefile tuhopuu2/source/blender/aqsis/intern Makefile Added files: tuhopuu2/source/blender/aqsis/shaders/dobby Makefile Log: Makefile support for the aqsis stuff with 'dobby'. I'm not sure I like the way the sources are getting laid out here. I think it would be better if parameter.cpp, error.cpp were moved to the aqsis/intern directory to keep all of the code needed to build blender together in one directory and segregate the non-blender code -- this would be more consistent with the way the rest of blender is organized. I have not added support for building the dobby lib, and I'm not sure if the scons stuff does that either. BTW: cvs merge tomorrow. Revision Changes Path 1.15 +2 -1 tuhopuu2/source/Makefile 1.2 +1 -1 tuhopuu2/source/blender/aqsis/Makefile 1.2 +1 -0 tuhopuu2/source/blender/aqsis/intern/Makefile From cbarton at metavr.com Mon Aug 2 14:00:24 2004 From: cbarton at metavr.com (Campbell Barton) Date: Mon, 2 Aug 2004 14:00:24 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel BKE_global.h tuhopuu2/source/blender/blenlib BLI_arithb.h tuhopuu2/source/blender/blenlib/intern arithb.c tuhopuu2/source/blender/src buttons_editing.c drawobject.c Message-ID: <20040802120024.A1EF311839FDF@xserve.blender.org> ideas_man (Campbell Barton) 2004/08/02 14:00:23 CEST Modified files: tuhopuu2/source/blender/blenkernel BKE_global.h tuhopuu2/source/blender/blenlib BLI_arithb.h tuhopuu2/source/blender/blenlib/intern arithb.c tuhopuu2/source/blender/src buttons_editing.c drawobject.c Log: Cleaned up some code for teac drawing and added angles drawn inset from each vert from a face. Added function to VecAngle3 that makes 2 vectors and returns there angle in degrees. Revision Changes Path 1.9 +4 -3 tuhopuu2/source/blender/blenkernel/BKE_global.h 1.7 +7 -1 tuhopuu2/source/blender/blenlib/BLI_arithb.h 1.10 +15 -1 tuhopuu2/source/blender/blenlib/intern/arithb.c 1.37 +2 -3 tuhopuu2/source/blender/src/buttons_editing.c 1.45 +93 -36 tuhopuu2/source/blender/src/drawobject.c From cwant at ualberta.ca Tue Aug 3 06:16:37 2004 From: cwant at ualberta.ca (Chris Want) Date: Tue, 3 Aug 2004 06:16:37 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenkernel/intern ipo.c tuhopuu2/source/blender/src buttons_object.c buttons_scene.c drawipo.c drawview.c editaction.c editmesh.c editnla.c editsound.c Message-ID: <20040803041637.2EF531196513D@xserve.blender.org> hos (Chris Want) 2004/08/03 06:16:36 CEST Modified files: tuhopuu2/source/blender/blenkernel/intern ipo.c tuhopuu2/source/blender/src buttons_object.c buttons_scene.c drawipo.c drawview.c editaction.c editmesh.c editnla.c editsound.c Log: The first set of post-merge fixes to get blender compiled. Unfortunately, I've run out of time this evening to address all of the problems, but I hope to start again tomorrow evening. People who can't wait for me to get this stuff compiling are welcome to fix stuff too. Revision Changes Path 1.10 +1 -3 tuhopuu2/source/blender/blenkernel/intern/ipo.c 1.20 +5 -23 tuhopuu2/source/blender/src/buttons_object.c 1.19 +1 -1 tuhopuu2/source/blender/src/buttons_scene.c 1.6 +1 -5 tuhopuu2/source/blender/src/drawipo.c 1.19 +2 -2 tuhopuu2/source/blender/src/drawview.c 1.10 +74 -49 tuhopuu2/source/blender/src/editaction.c 1.110 +4 -2 tuhopuu2/source/blender/src/editmesh.c 1.12 +25 -61 tuhopuu2/source/blender/src/editnla.c 1.5 +25 -55 tuhopuu2/source/blender/src/editsound.c From cwant at ualberta.ca Mon Aug 2 23:49:45 2004 From: cwant at ualberta.ca (Chris Want) Date: Mon, 2 Aug 2004 23:49:45 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 SConstruct tuhopuu2/extern Makefile tuhopuu2/extern/qhull/VisualC6/qhull qhull.dsp tuhopuu2/extern/solid configure.ac Makefile.in aclocal.m4 config.guess config.sub configure tuhopuu2/extern/solid/VisualC6/broad broad.dsp ... Message-ID: <20040802214945.292721196514C@xserve.blender.org> hos (Chris Want) 2004/08/02 23:49:45 CEST Modified files: . SConstruct tuhopuu2/extern Makefile tuhopuu2/extern/qhull/VisualC6/qhull qhull.dsp tuhopuu2/extern/solid configure.ac tuhopuu2/extern/solid/VisualC6/broad broad.dsp tuhopuu2/extern/solid/VisualC6/complex complex.dsp tuhopuu2/extern/solid/VisualC6/solid solid.dsp tuhopuu2/extern/solid/VisualC6/solid_dll solid_dll.dsp tuhopuu2/extern/solid/examples Makefile.am tuhopuu2/intern/SoundSystem/intern SND_Scene.cpp tuhopuu2/intern/SoundSystem/openal SND_OpenALDevice.cpp SND_OpenALDevice.h tuhopuu2/intern/ghost/intern GHOST_WindowCarbon.cpp GHOST_WindowCarbon.h tuhopuu2/projectfiles/blender blender.dsp tuhopuu2/projectfiles/blender/BPY_python BPY_python.dsp tuhopuu2/release Makefile tuhopuu2/release/datafiles blenderbuttons tuhopuu2/source Makefile nan_link.mk nan_subdirs.mk tuhopuu2/source/blender/blenkernel BKE_displist.h BKE_object.h BKE_utildefines.h tuhopuu2/source/blender/blenkernel/bad_level_call_stubs stubs.c tuhopuu2/source/blender/blenkernel/intern blender.c displist.c effect.c exotic.c ipo.c object.c texture.c tuhopuu2/source/blender/blenlib/intern arithb.c tuhopuu2/source/blender/blenloader/intern readfile.c tuhopuu2/source/blender/include BIF_butspace.h BIF_editmesh.h BIF_interface.h BIF_resources.h BIF_screen.h BIF_space.h BSE_editipo.h BSE_editipo_types.h blendef.h butspace.h interface.h mydevice.h tuhopuu2/source/blender/makesdna DNA_camera_types.h DNA_curve_types.h DNA_effect_types.h DNA_ipo_types.h DNA_material_types.h DNA_mesh_types.h DNA_object_types.h DNA_scene_types.h DNA_userdef_types.h DNA_view3d_types.h tuhopuu2/source/blender/python SConscript tuhopuu2/source/blender/render/extern/include render_types.h tuhopuu2/source/blender/render/intern/source initrender.c rendercore.c shadbuf.c texture.c zbuf.c tuhopuu2/source/blender/renderconverter/intern convertBlenderScene.c tuhopuu2/source/blender/src blenderbuttons.c butspace.c buttons_editing.c buttons_logic.c buttons_object.c buttons_scene.c buttons_shading.c drawimage.c drawipo.c drawmesh.c drawobject.c drawtext.c drawview.c edit.c editaction.c editcurve.c editface.c editipo.c editmesh.c editnla.c editobject.c editscreen.c editsound.c editview.c filesel.c ghostwinlay.c header_image.c header_info.c header_view3d.c interface.c interface_draw.c language.c renderwin.c space.c toets.c toolbox.c view.c vpaint.c tuhopuu2/source/blender/yafray/intern export_File.cpp tuhopuu2/source/gameengine/Converter BL_BlenderDataConversion.cpp BL_MeshDeformer.cpp tuhopuu2/source/gameengine/GamePlayer/ghost GPG_ghost.cpp tuhopuu2/source/gameengine/Ketsji KX_Camera.cpp KX_Camera.h KX_CameraIpoSGController.cpp KX_SCA_AddObjectActuator.cpp KX_Scene.cpp KX_SceneActuator.cpp KX_TrackToActuator.cpp KX_VertexProxy.cpp tuhopuu2/source/gameengine/Physics/Sumo SumoPhysicsController.cpp tuhopuu2/source/gameengine/PyDoc GameLogic.py KX_Camera.py KX_SCA_AddObjectActuator.py KX_SceneActuator.py KX_TrackToActuator.py tuhopuu2/source/gameengine/Rasterizer RAS_Polygon.h Removed files: tuhopuu2/extern/solid Makefile.in aclocal.m4 config.guess config.sub configure tuhopuu2/extern/solid/doc Makefile.in tuhopuu2/extern/solid/examples Makefile.in tuhopuu2/extern/solid/examples/dynamics Makefile.in tuhopuu2/extern/solid/include Makefile.in tuhopuu2/extern/solid/src Makefile.in tuhopuu2/extern/solid/src/broad Makefile.in tuhopuu2/extern/solid/src/complex Makefile.in tuhopuu2/extern/solid/src/convex Makefile.in tuhopuu2/release/scripts disp_paint233f.py Log: Post merge 'conflict resolution'? Revision Changes Path 1.26 +651 -129 tuhopuu2/SConstruct 1.9 +16 -35 tuhopuu2/extern/Makefile 1.4 +192 -180 tuhopuu2/extern/qhull/VisualC6/qhull/qhull.dsp 1.4 +12 -2 tuhopuu2/extern/solid/configure.ac 1.2 +132 -132 tuhopuu2/extern/solid/VisualC6/broad/broad.dsp 1.2 +116 -116 tuhopuu2/extern/solid/VisualC6/complex/complex.dsp 1.2 +148 -140 tuhopuu2/extern/solid/VisualC6/solid/solid.dsp 1.2 +147 -147 tuhopuu2/extern/solid/VisualC6/solid_dll/solid_dll.dsp 1.2 +4 -4 tuhopuu2/extern/solid/examples/Makefile.am 1.4 +1 -3 tuhopuu2/intern/SoundSystem/intern/SND_Scene.cpp 1.8 +16 -3 tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.cpp 1.5 +2 -1 tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.h 1.6 +67 -10 tuhopuu2/intern/ghost/intern/GHOST_WindowCarbon.cpp 1.3 +21 -2 tuhopuu2/intern/ghost/intern/GHOST_WindowCarbon.h 1.14 +7 -7 tuhopuu2/projectfiles/blender/blender.dsp 1.7 +25 -9 tuhopuu2/projectfiles/blender/BPY_python/BPY_python.dsp 1.7 +5 -0 tuhopuu2/release/Makefile 1.4 +82 -98 tuhopuu2/release/datafiles/blenderbuttons 1.16 +5 -2 tuhopuu2/source/Makefile 1.16 +5 -5 tuhopuu2/source/nan_link.mk 1.6 +7 -7 tuhopuu2/source/nan_subdirs.mk 1.3 +1 -6 tuhopuu2/source/blender/blenkernel/BKE_displist.h 1.3 +3 -1 tuhopuu2/source/blender/blenkernel/BKE_object.h 1.3 +6 -1 tuhopuu2/source/blender/blenkernel/BKE_utildefines.h 1.4 +3 -0 tuhopuu2/source/blender/blenkernel/bad_level_call_stubs/stubs.c 1.8 +11 -5 tuhopuu2/source/blender/blenkernel/intern/blender.c 1.15 +3 -2 tuhopuu2/source/blender/blenkernel/intern/displist.c 1.23 +211 -96 tuhopuu2/source/blender/blenkernel/intern/effect.c 1.13 +17 -9 tuhopuu2/source/blender/blenkernel/intern/exotic.c 1.9 +5 -2 tuhopuu2/source/blender/blenkernel/intern/ipo.c 1.13 +13 -3 tuhopuu2/source/blender/blenkernel/intern/object.c 1.8 +3 -2 tuhopuu2/source/blender/blenkernel/intern/texture.c 1.11 +2 -2 tuhopuu2/source/blender/blenlib/intern/arithb.c 1.18 +12 -3 tuhopuu2/source/blender/blenloader/intern/readfile.c 1.4 +0 -3 tuhopuu2/source/blender/include/BIF_butspace.h 1.28 +3 -1 tuhopuu2/source/blender/include/BIF_editmesh.h 1.8 +8 -2 tuhopuu2/source/blender/include/BIF_interface.h 1.13 +4 -3 tuhopuu2/source/blender/include/BIF_resources.h 1.4 +2 -1 tuhopuu2/source/blender/include/BIF_screen.h 1.7 +1 -0 tuhopuu2/source/blender/include/BIF_space.h 1.6 +16 -14 tuhopuu2/source/blender/include/BSE_editipo.h 1.8 +1 -4 tuhopuu2/source/blender/include/BSE_editipo_types.h 1.11 +4 -0 tuhopuu2/source/blender/include/blendef.h 1.24 +3 -1 tuhopuu2/source/blender/include/butspace.h 1.7 +3 -1 tuhopuu2/source/blender/include/interface.h 1.7 +2 -0 tuhopuu2/source/blender/include/mydevice.h 1.3 +6 -1 tuhopuu2/source/blender/makesdna/DNA_camera_types.h 1.3 +3 -2 tuhopuu2/source/blender/makesdna/DNA_curve_types.h 1.6 +5 -1 tuhopuu2/source/blender/makesdna/DNA_effect_types.h 1.7 +16 -1 tuhopuu2/source/blender/makesdna/DNA_ipo_types.h 1.9 +7 -0 tuhopuu2/source/blender/makesdna/DNA_material_types.h 1.17 +3 -2 tuhopuu2/source/blender/makesdna/DNA_mesh_types.h 1.9 +1 -1 tuhopuu2/source/blender/makesdna/DNA_object_types.h 1.19 +9 -9 tuhopuu2/source/blender/makesdna/DNA_scene_types.h 1.15 +5 -2 tuhopuu2/source/blender/makesdna/DNA_userdef_types.h 1.6 +8 -5 tuhopuu2/source/blender/makesdna/DNA_view3d_types.h 1.8 +4 -1 tuhopuu2/source/blender/python/SConscript 1.8 +9 -3 tuhopuu2/source/blender/render/extern/include/render_types.h 1.11 +5 -4 tuhopuu2/source/blender/render/intern/source/initrender.c 1.14 +161 -160 tuhopuu2/source/blender/render/intern/source/rendercore.c 1.5 +8 -10 tuhopuu2/source/blender/render/intern/source/shadbuf.c 1.10 +19 -37 tuhopuu2/source/blender/render/intern/source/texture.c 1.3 +30 -20 tuhopuu2/source/blender/render/intern/source/zbuf.c 1.32 +128 -118 tuhopuu2/source/blender/renderconverter/intern/convertBlenderScene.c 1.8 +1332 -1396tuhopuu2/source/blender/src/blenderbuttons.c 1.9 +2 -7 tuhopuu2/source/blender/src/butspace.c 1.38 +61 -27 tuhopuu2/source/blender/src/buttons_editing.c 1.7 +10 -19 tuhopuu2/source/blender/src/buttons_logic.c 1.19 +46 -33 tuhopuu2/source/blender/src/buttons_object.c 1.18 +144 -101 tuhopuu2/source/blender/src/buttons_scene.c 1.22 +212 -108 tuhopuu2/source/blender/src/buttons_shading.c 1.24 +26 -30 tuhopuu2/source/blender/src/drawimage.c 1.5 +17 -13 tuhopuu2/source/blender/src/drawipo.c 1.25 +6 -6 tuhopuu2/source/blender/src/drawmesh.c 1.46 +183 -29 tuhopuu2/source/blender/src/drawobject.c 1.8 +3 -5 tuhopuu2/source/blender/src/drawtext.c 1.18 +98 -54 tuhopuu2/source/blender/src/drawview.c 1.25 +53 -50 tuhopuu2/source/blender/src/edit.c 1.9 +18 -1 tuhopuu2/source/blender/src/editaction.c 1.3 +31 -21 tuhopuu2/source/blender/src/editcurve.c 1.26 +8 -3 tuhopuu2/source/blender/src/editface.c 1.13 +152 -383 tuhopuu2/source/blender/src/editipo.c 1.109 +98 -65 tuhopuu2/source/blender/src/editmesh.c 1.11 +18 -2 tuhopuu2/source/blender/src/editnla.c 1.64 +341 -292 tuhopuu2/source/blender/src/editobject.c 1.17 +34 -28 tuhopuu2/source/blender/src/editscreen.c 1.4 +14 -4 tuhopuu2/source/blender/src/editsound.c 1.17 +3 -4 tuhopuu2/source/blender/src/editview.c 1.14 +21 -53 tuhopuu2/source/blender/src/filesel.c 1.9 +79 -0 tuhopuu2/source/blender/src/ghostwinlay.c 1.28 +1 -4 tuhopuu2/source/blender/src/header_image.c 1.10 +67 -43 tuhopuu2/source/blender/src/header_info.c 1.29 +24 -22 tuhopuu2/source/blender/src/header_view3d.c 1.23 +478 -82 tuhopuu2/source/blender/src/interface.c 1.6 +166 -36 tuhopuu2/source/blender/src/interface_draw.c 1.8 +7 -5 tuhopuu2/source/blender/src/language.c 1.10 +36 -14 tuhopuu2/source/blender/src/renderwin.c 1.73 +411 -367 tuhopuu2/source/blender/src/space.c 1.9 +13 -6 tuhopuu2/source/blender/src/toets.c 1.17 +4 -2 tuhopuu2/source/blender/src/toolbox.c 1.15 +39 -16 tuhopuu2/source/blender/src/view.c 1.15 +29 -25 tuhopuu2/source/blender/src/vpaint.c 1.6 +265 -145 tuhopuu2/source/blender/yafray/intern/export_File.cpp 1.22 +8 -5 tuhopuu2/source/gameengine/Converter/BL_BlenderDataConversion.cpp 1.5 +1 -2 tuhopuu2/source/gameengine/Converter/BL_MeshDeformer.cpp 1.12 +2 -2 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp 1.12 +157 -4 tuhopuu2/source/gameengine/Ketsji/KX_Camera.cpp 1.6 +7 -1 tuhopuu2/source/gameengine/Ketsji/KX_Camera.h 1.3 +2 -2 tuhopuu2/source/gameengine/Ketsji/KX_CameraIpoSGController.cpp 1.3 +15 -9 tuhopuu2/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.cpp 1.12 +1 -2 tuhopuu2/source/gameengine/Ketsji/KX_Scene.cpp 1.6 +8 -3 tuhopuu2/source/gameengine/Ketsji/KX_SceneActuator.cpp 1.3 +15 -8 tuhopuu2/source/gameengine/Ketsji/KX_TrackToActuator.cpp 1.6 +8 -2 tuhopuu2/source/gameengine/Ketsji/KX_VertexProxy.cpp 1.15 +2 -2 tuhopuu2/source/gameengine/Physics/Sumo/SumoPhysicsController.cpp 1.6 +2 -2 tuhopuu2/source/gameengine/PyDoc/GameLogic.py 1.3 +9 -0 tuhopuu2/source/gameengine/PyDoc/KX_Camera.py 1.3 +8 -6 tuhopuu2/source/gameengine/PyDoc/KX_SCA_AddObjectActuator.py 1.2 +5 -3 tuhopuu2/source/gameengine/PyDoc/KX_SceneActuator.py 1.2 +3 -3 tuhopuu2/source/gameengine/PyDoc/KX_TrackToActuator.py 1.3 +2 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_Polygon.h From Christopher.Maddock.1 at uni.massey.ac.nz Tue Aug 3 14:00:41 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 3 Aug 2004 14:00:41 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Ketsji KX_Camera.cpp Message-ID: <20040803120041.ECBE71198F0F1@xserve.blender.org> kester (Kester Maddock) 2004/08/03 14:00:41 CEST Modified files: tuhopuu2/source/gameengine/Ketsji KX_Camera.cpp Log: Post merge resolution/game engine. Revision Changes Path 1.13 +3 -150 tuhopuu2/source/gameengine/Ketsji/KX_Camera.cpp From cwant at ualberta.ca Wed Aug 4 08:40:33 2004 From: cwant at ualberta.ca (Chris Want) Date: Wed, 4 Aug 2004 08:40:33 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_butspace.h tuhopuu2/source/blender/src space.c Message-ID: <20040804064033.1685611A5F593@xserve.blender.org> hos (Chris Want) 2004/08/04 08:40:32 CEST Modified files: tuhopuu2/source/blender/include BIF_butspace.h tuhopuu2/source/blender/src space.c Log: Post-merge fixing: Should compile now ... but does it run? Revision Changes Path 1.5 +4 -1 tuhopuu2/source/blender/include/BIF_butspace.h 1.74 +90 -162 tuhopuu2/source/blender/src/space.c From bjornmose at gmx.net Wed Aug 4 21:22:21 2004 From: bjornmose at gmx.net (Jens Ole Wund (bjornmose)) Date: Wed, 4 Aug 2004 21:22:21 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/yafray/intern export_File.cpp tuhopuu2/source/blender/src drawimage.c buttons_object.c tuhopuu2/proj_msvc6_ng/blender/BPY_python BPY_python.dsp Message-ID: <20040804192221.5299E11AF55F4@xserve.blender.org> bjornmose (Jens Ole Wund(bjornmose)) 2004/08/04 21:22:21 CEST Modified files: tuhopuu2/source/blender/yafray/intern export_File.cpp tuhopuu2/source/blender/src drawimage.c buttons_object.c tuhopuu2/proj_msvc6_ng/blender/BPY_python BPY_python.dsp Log: Post merge resolution in /source/blender/src/drawimage.c handle metamorphosis of function in "gl_util" sdrawXORcirc(short,short,float) went to vast void fdrawXORcirc(float,float,float) did arise from vast void /* only comes up with the new painting functions #ifdef BM_TEXTUREPAINT ... */ MSVC6 issues: in /source/blender/yafray/intern/export_File.cpp function bool yafrayFileRender_t::writeWorld() removed unneeded variable declarations MSVC6 compiler did not like in /source/blender/src/buttons_object.c added function prototypes at top of file (before use) for proper linking: static void object_panel_deflectors(Object *ob); void object_panel_effects(Object *ob); (i dunno if this really is a MSCV6 issue ) in /proj_msvc6_ng/blender/BPY_python/BPY_python.dsp added new files to project, helped to find includes /* dunno if "old" MSVC6 project files build at all */ BTW great job Hos! At a first glance "user perfs" look OK here. Revision Changes Path 1.7 +0 -1 tuhopuu2/source/blender/yafray/intern/export_File.cpp 1.25 +3 -3 tuhopuu2/source/blender/src/drawimage.c 1.21 +2 -0 tuhopuu2/source/blender/src/buttons_object.c 1.3 +18 -2 tuhopuu2/proj_msvc6_ng/blender/BPY_python/BPY_python.dsp From cbarton at metavr.com Thu Aug 5 01:07:40 2004 From: cbarton at metavr.com (Campbell Barton) Date: Thu, 5 Aug 2004 01:07:40 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src drawobject.c Message-ID: <20040804230740.219A511B3DC5E@xserve.blender.org> ideas_man (Campbell Barton) 2004/08/05 01:07:40 CEST Modified files: tuhopuu2/source/blender/src drawobject.c Log: Disabled zbuffer for char drawing should be faster and also look more correct. Revision Changes Path 1.47 +8 -4 tuhopuu2/source/blender/src/drawobject.c From Christopher.Maddock.1 at uni.massey.ac.nz Thu Aug 5 03:58:39 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 5 Aug 2004 03:58:39 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src buttons_scene.c tuhopuu2/source/gameengine/BlenderRoutines KX_BlenderPolyMaterial.cpp tuhopuu2/source/gameengine/GamePlayer/common GPC_Canvas.cpp GPC_Canvas.h tuhopuu2/source/gameengine/GamePlayer/ghost GPG_Application.cpp GPG_ghost.cpp tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp ... Message-ID: <20040805015839.4123D11B6427C@xserve.blender.org> kester (Kester Maddock) 2004/08/05 03:58:38 CEST Modified files: tuhopuu2/source/blender/src buttons_scene.c tuhopuu2/source/gameengine/BlenderRoutines KX_BlenderPolyMaterial.cpp tuhopuu2/source/gameengine/GamePlayer/common GPC_Canvas.cpp GPC_Canvas.h tuhopuu2/source/gameengine/GamePlayer/ghost GPG_Application.cpp GPG_ghost.cpp tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp tuhopuu2/source/gameengine/PyDoc Rasterizer.py tuhopuu2/source/gameengine/Rasterizer RAS_IRasterizer.h tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp RAS_VAOpenGLRasterizer.cpp RAS_VAOpenGLRasterizer.h Added files: tuhopuu2/source/gameengine/Ketsji/Shaders Blender.vs Lighting.fs Shading.fs Tangent.vs Log: Fix gameplayer command line parsing. Fix stereo mode when vertex arrays are enabled. Add Anaglyph stereo mode. Fixed linking multiple shaders into a single program. Started the Blender Shader Library. Some useful high level functions for shading (OrenNayar/Blinn/Toon) lighting (Attenuation), tangent space and some utils. Revision Changes Path 1.20 +9 -7 tuhopuu2/source/blender/src/buttons_scene.c 1.12 +2 -2 tuhopuu2/source/gameengine/BlenderRoutines/KX_BlenderPolyMaterial.cpp 1.3 +37 -2 tuhopuu2/source/gameengine/GamePlayer/common/GPC_Canvas.cpp 1.4 +5 -5 tuhopuu2/source/gameengine/GamePlayer/common/GPC_Canvas.h 1.13 +4 -13 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Application.cpp 1.13 +52 -25 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp 1.7 +22 -3 tuhopuu2/source/gameengine/Ketsji/KX_PolygonMaterial.cpp 1.3 +10 -1 tuhopuu2/source/gameengine/PyDoc/Rasterizer.py 1.19 +5 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_IRasterizer.h 1.28 +46 -29 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp 1.15 +1 -12 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp 1.4 +1 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.h From Christopher.Maddock.1 at uni.massey.ac.nz Thu Aug 5 03:59:36 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 5 Aug 2004 03:59:36 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src drawview.c Message-ID: <20040805015936.0F76B11B64306@xserve.blender.org> kester (Kester Maddock) 2004/08/05 03:59:36 CEST Modified files: tuhopuu2/source/blender/src drawview.c Log: Depth sort transparent objects in the 3d View. (From the patch I posted to bf-committers a few weeks ago.) Revision Changes Path 1.20 +131 -10 tuhopuu2/source/blender/src/drawview.c From cbarton at metavr.com Fri Aug 6 16:19:42 2004 From: cbarton at metavr.com (Campbell Barton) Date: Fri, 6 Aug 2004 16:19:42 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/python/api2_2x Object.c Message-ID: <20040806141942.E8A1711D0BBA2@xserve.blender.org> ideas_man (Campbell Barton) 2004/08/06 16:19:42 CEST Modified files: tuhopuu2/source/blender/python/api2_2x Object.c Log: Added an interesting python class variable that can be got and set. object.oopsloc It returns 2 floating point values. This is a part of my scheme to do all my tricky oops things in python. - Cam Revision Changes Path 1.2 +2068 -1159tuhopuu2/source/blender/python/api2_2x/Object.c From cbarton at metavr.com Fri Aug 6 18:38:40 2004 From: cbarton at metavr.com (Campbell Barton) Date: Fri, 6 Aug 2004 18:38:40 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/python/api2_2x NMesh.c Object.c Message-ID: <20040806163840.3265311D1DDCA@xserve.blender.org> ideas_man (Campbell Barton) 2004/08/06 18:38:40 CEST Modified files: tuhopuu2/source/blender/python/api2_2x NMesh.c Object.c Log: Now works when oops is not initialized (returns none in this situation) Meshs can also be selected too mesh.sel = 1 # Only affects oops. and mesh.oopsloc = (1.32, 20.0) Just like objects. TEst with rthis script, select a mesh obj and watch the oops win- funky animation. well- An animation. __ from Blender import * ob = Object.GetSelected()[0] m = ob.getData() print m.oopsloc print ob.oopsloc #ob.oopsloc = (1,110) for x in range(100): Window.Redraw(Window.Types['OOPS']) m.oopsloc = (0.2 * x, 0.2 *x ) for x in range(100): Window.Redraw(Window.Types['OOPS']) ob.oopsloc = (0.2 * x, 0.2 *x ) Revision Changes Path 1.2 +2256 -1249tuhopuu2/source/blender/python/api2_2x/NMesh.c 1.3 +20 -13 tuhopuu2/source/blender/python/api2_2x/Object.c From Christopher.Maddock.1 at uni.massey.ac.nz Sat Aug 7 11:25:43 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sat, 7 Aug 2004 11:25:43 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src buttons_scene.c tuhopuu2/source/gameengine/BlenderRoutines BL_KetsjiEmbedStart.cpp tuhopuu2/source/gameengine/Converter BL_BlenderDataConversion.cpp tuhopuu2/source/gameengine/GamePlayer/ghost GPG_ghost.cpp tuhopuu2/source/gameengine/Ketsji KX_KetsjiEngine.cpp KX_Light.cpp KX_PolygonMaterial.cpp ... Message-ID: <20040807092543.0F0F611D75030@xserve.blender.org> kester (Kester Maddock) 2004/08/07 11:25:42 CEST Modified files: tuhopuu2/source/blender/src buttons_scene.c tuhopuu2/source/gameengine/BlenderRoutines BL_KetsjiEmbedStart.cpp tuhopuu2/source/gameengine/Converter BL_BlenderDataConversion.cpp tuhopuu2/source/gameengine/GamePlayer/ghost GPG_ghost.cpp tuhopuu2/source/gameengine/Ketsji KX_KetsjiEngine.cpp KX_Light.cpp KX_PolygonMaterial.cpp KX_PolygonMaterial.h tuhopuu2/source/gameengine/PyDoc KX_PolygonMaterial.py tuhopuu2/source/gameengine/Rasterizer RAS_IRasterizer.h RAS_LightObject.h RAS_MeshObject.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp RAS_OpenGLRasterizer.h Log: Stereo enhancements: Side by side stereo mode. Stereo eye (left/right) as shader param for stereo texture pairs. Stereo options take effect when the game engine is run from inside blender. (Except pageflip) Shadowmap enhancements: Use bias value from lamp buttons. Do shadowmaps properly for multiple lights: 1 ambient pass, 1 diffuse pass per light, 1 texture pass, 1 specular pass per light. Revision Changes Path 1.21 +6 -5 tuhopuu2/source/blender/src/buttons_scene.c 1.7 +21 -1 tuhopuu2/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp 1.23 +6 -1 tuhopuu2/source/gameengine/Converter/BL_BlenderDataConversion.cpp 1.14 +6 -2 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp 1.18 +2 -2 tuhopuu2/source/gameengine/Ketsji/KX_KetsjiEngine.cpp 1.9 +3 -1 tuhopuu2/source/gameengine/Ketsji/KX_Light.cpp 1.8 +296 -45 tuhopuu2/source/gameengine/Ketsji/KX_PolygonMaterial.cpp 1.5 +29 -1 tuhopuu2/source/gameengine/Ketsji/KX_PolygonMaterial.h 1.4 +3 -2 tuhopuu2/source/gameengine/PyDoc/KX_PolygonMaterial.py 1.20 +12 -4 tuhopuu2/source/gameengine/Rasterizer/RAS_IRasterizer.h 1.5 +2 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_LightObject.h 1.13 +2 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.cpp 1.29 +82 -37 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp 1.15 +6 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h From cbarton at metavr.com Sat Aug 7 04:47:44 2004 From: cbarton at metavr.com (Campbell Barton) Date: Sat, 7 Aug 2004 04:47:44 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/python/api2_2x Material.c NMesh.c Texture.c Message-ID: <20040807024744.38BAB11D5F03B@xserve.blender.org> ideas_man (Campbell Barton) 2004/08/07 04:47:43 CEST Modified files: tuhopuu2/source/blender/python/api2_2x Material.c NMesh.c Texture.c Log: You can now select Materials and textures with .sel and change there locations with .oopsloc Revision Changes Path 1.2 +1235 -910 tuhopuu2/source/blender/python/api2_2x/Material.c 1.3 +1 -5 tuhopuu2/source/blender/python/api2_2x/NMesh.c 1.2 +215 -10 tuhopuu2/source/blender/python/api2_2x/Texture.c From cwant at ualberta.ca Mon Aug 2 19:16:42 2004 From: cwant at ualberta.ca (Chris Want) Date: Mon, 2 Aug 2004 19:16:42 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 - Imported sources Message-ID: <20040802171642.D9D3C11965143@xserve.blender.org> hos (Chris Want) 2004/08/02 19:16:41 CEST tuhopuu2 - Imported sources Update of /cvsroot/tuhopuu/tuhopuu2 In directory xserve:/private/tmp/cvs-serv274 Log Message: Merge of Blender/cvs 2004/08/02 Status: Vendor Tag: BLENDER_DIST Release Tags: BLENDER_CVS_2004_08_02 U tuhopuu2/AUTHORS U tuhopuu2/ChangeLog U tuhopuu2/COPYING U tuhopuu2/INSTALL C tuhopuu2/Makefile U tuhopuu2/NEWS U tuhopuu2/README C tuhopuu2/SConstruct U tuhopuu2/bin/.blender/.bfont.ttf U tuhopuu2/bin/.blender/.Blanguages U tuhopuu2/bin/.blender/locale/ca/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/cs/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/de/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/es/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/fi/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/fr/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/hr_HR/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/pl/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/pt_br/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/ru/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/sv/LC_MESSAGES/blender.mo U tuhopuu2/bin/.blender/locale/zh_cn/LC_MESSAGES/blender.mo U tuhopuu2/dlltool/gettext.def U tuhopuu2/dlltool/iconv.def U tuhopuu2/dlltool/Makefile U tuhopuu2/dlltool/python.def U tuhopuu2/doc/autoconfig.txt U tuhopuu2/doc/bf-members.txt U tuhopuu2/doc/BL-license.txt U tuhopuu2/doc/blender-guardedalloc.txt U tuhopuu2/doc/building_blender.html U tuhopuu2/doc/building_blender.xml U tuhopuu2/doc/Doxyfile U tuhopuu2/doc/doxygen.main U tuhopuu2/doc/GPL-license.txt U tuhopuu2/doc/interface_API.txt U tuhopuu2/doc/oldbugs.txt U tuhopuu2/doc/python-dev-guide.txt U tuhopuu2/doc/README.windows-gcc C tuhopuu2/extern/Makefile U tuhopuu2/extern/SConscript U tuhopuu2/extern/ode/Makefile U tuhopuu2/extern/ode/patchfile.FreeBSD U tuhopuu2/extern/ode/dist/CHANGELOG U tuhopuu2/extern/ode/dist/configurator.c U tuhopuu2/extern/ode/dist/INSTALL U tuhopuu2/extern/ode/dist/LICENSE-BSD.TXT U tuhopuu2/extern/ode/dist/LICENSE.TXT U tuhopuu2/extern/ode/dist/Makefile U tuhopuu2/extern/ode/dist/Makefile.deps U tuhopuu2/extern/ode/dist/README U tuhopuu2/extern/ode/dist/README_BLENDER U tuhopuu2/extern/ode/dist/config/makefile.cygwin U tuhopuu2/extern/ode/dist/config/makefile.mingw U tuhopuu2/extern/ode/dist/config/makefile.msvc U tuhopuu2/extern/ode/dist/config/makefile.msvc-dll U tuhopuu2/extern/ode/dist/config/makefile.osx U tuhopuu2/extern/ode/dist/config/makefile.unix-gcc U tuhopuu2/extern/ode/dist/config/makefile.unix-generic U tuhopuu2/extern/ode/dist/config/msvcdefs.def U tuhopuu2/extern/ode/dist/config/README U tuhopuu2/extern/ode/dist/config/user-settings U tuhopuu2/extern/ode/dist/config/user-settings.example U tuhopuu2/extern/ode/dist/contrib/README U tuhopuu2/extern/ode/dist/contrib/dCylinder/dCylinder.cpp U tuhopuu2/extern/ode/dist/contrib/dCylinder/dCylinder.h U tuhopuu2/extern/ode/dist/contrib/dCylinder/readme.txt U tuhopuu2/extern/ode/dist/contrib/dRay/dRay.cpp U tuhopuu2/extern/ode/dist/contrib/dRay/dRay_Box.cpp U tuhopuu2/extern/ode/dist/contrib/dRay/dRay_CCylinder.cpp U tuhopuu2/extern/ode/dist/contrib/dRay/dRay_Plane.cpp U tuhopuu2/extern/ode/dist/contrib/dRay/dRay_Sphere.cpp U tuhopuu2/extern/ode/dist/contrib/dRay/dxRay.h U tuhopuu2/extern/ode/dist/contrib/dRay/README.txt U tuhopuu2/extern/ode/dist/contrib/dRay/Include/dRay.h U tuhopuu2/extern/ode/dist/contrib/dRay/Test/test_ray.cpp U tuhopuu2/extern/ode/dist/contrib/GeomTransformGroup/GeomTransformGroup.cpp U tuhopuu2/extern/ode/dist/contrib/GeomTransformGroup/GeomTransformGroup.h U tuhopuu2/extern/ode/dist/contrib/GeomTransformGroup/README.txt U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/CW7_projects.sit.bin U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/README.txt U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/CommonPrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/DebugPrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/DSPrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/ExamplesPrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/ODETestPrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/ReleasePrefix.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/drawstuff/src/mac_glut_carbon.cpp U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/include/GL/gl.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/include/GL/glu.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/include/ode/config.h U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/ode/test/test_stability1.cpp U tuhopuu2/extern/ode/dist/contrib/Mac_CFMCarbon/mac_source/ode/test/test_stacktest.c U tuhopuu2/extern/ode/dist/contrib/msvc7/ode.sln U tuhopuu2/extern/ode/dist/contrib/msvc7/README U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_default/config.h U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_default/default.vcproj U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_default/ReadMe.txt U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_triangle_collider/config.h U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_triangle_collider/ReadMe.txt U tuhopuu2/extern/ode/dist/contrib/msvc7/ode_triangle_collider/trianglecollider.vcproj U tuhopuu2/extern/ode/dist/contrib/tri-collider/array.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcAABBCollider.cpp U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcAABBCollider.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcOBBCollider.cpp U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcOBBCollider.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcTriListCollider.cpp U tuhopuu2/extern/ode/dist/contrib/tri-collider/dcTriListCollider.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/dTriList.cpp U tuhopuu2/extern/ode/dist/contrib/tri-collider/dTriList.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/dxTriList.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/README.txt U tuhopuu2/extern/ode/dist/contrib/tri-collider/Include/dTriList.h U tuhopuu2/extern/ode/dist/contrib/tri-collider/test/test_trilist.cpp U tuhopuu2/extern/ode/dist/drawstuff/dstest/dstest.cpp U tuhopuu2/extern/ode/dist/drawstuff/src/drawstuff.cpp U tuhopuu2/extern/ode/dist/drawstuff/src/internal.h U tuhopuu2/extern/ode/dist/drawstuff/src/resource.h U tuhopuu2/extern/ode/dist/drawstuff/src/resources.rc U tuhopuu2/extern/ode/dist/drawstuff/src/windows.cpp U tuhopuu2/extern/ode/dist/drawstuff/src/x11.cpp U tuhopuu2/extern/ode/dist/drawstuff/textures/ground.ppm U tuhopuu2/extern/ode/dist/drawstuff/textures/sky.ppm U tuhopuu2/extern/ode/dist/drawstuff/textures/wood.ppm U tuhopuu2/extern/ode/dist/include/drawstuff/drawstuff.h U tuhopuu2/extern/ode/dist/include/drawstuff/version.h U tuhopuu2/extern/ode/dist/include/ode/common.h U tuhopuu2/extern/ode/dist/include/ode/contact.h U tuhopuu2/extern/ode/dist/include/ode/error.h U tuhopuu2/extern/ode/dist/include/ode/geom.h U tuhopuu2/extern/ode/dist/include/ode/mass.h U tuhopuu2/extern/ode/dist/include/ode/matrix.h U tuhopuu2/extern/ode/dist/include/ode/memory.h U tuhopuu2/extern/ode/dist/include/ode/misc.h U tuhopuu2/extern/ode/dist/include/ode/objects.h U tuhopuu2/extern/ode/dist/include/ode/ode.h U tuhopuu2/extern/ode/dist/include/ode/odecpp.h U tuhopuu2/extern/ode/dist/include/ode/odecpp_old.h U tuhopuu2/extern/ode/dist/include/ode/odemath.h U tuhopuu2/extern/ode/dist/include/ode/README U tuhopuu2/extern/ode/dist/include/ode/rotation.h U tuhopuu2/extern/ode/dist/include/ode/space.h U tuhopuu2/extern/ode/dist/include/ode/timer.h U tuhopuu2/extern/ode/dist/ode/README U tuhopuu2/extern/ode/dist/ode/TODO U tuhopuu2/extern/ode/dist/ode/doc/doccer U tuhopuu2/extern/ode/dist/ode/doc/ode.doc U tuhopuu2/extern/ode/dist/ode/doc/README U tuhopuu2/extern/ode/dist/ode/doc/snarf U tuhopuu2/extern/ode/dist/ode/doc/verify_from_headers U tuhopuu2/extern/ode/dist/ode/doc/pix/amotor.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/ball-and-socket-bad.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/ball-and-socket.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/body.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/contact.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/hinge.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/hinge2.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/joints.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/slider.jpg U tuhopuu2/extern/ode/dist/ode/doc/pix/universal.jpg U tuhopuu2/extern/ode/dist/ode/fbuild/BuildDot U tuhopuu2/extern/ode/dist/ode/fbuild/BuildLDLT U tuhopuu2/extern/ode/dist/ode/fbuild/BuildMultidot U tuhopuu2/extern/ode/dist/ode/fbuild/BuildUtil U tuhopuu2/extern/ode/dist/ode/fbuild/Dependencies U tuhopuu2/extern/ode/dist/ode/fbuild/ldlt.m U tuhopuu2/extern/ode/dist/ode/fbuild/Makefile U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeDot U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeLDLT U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeLSolve U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeLTSolve U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeMultidot U tuhopuu2/extern/ode/dist/ode/fbuild/OptimizeUtil U tuhopuu2/extern/ode/dist/ode/fbuild/ParametersD.example U tuhopuu2/extern/ode/dist/ode/fbuild/ParametersF.example U tuhopuu2/extern/ode/dist/ode/fbuild/ParametersM.example U tuhopuu2/extern/ode/dist/ode/fbuild/ParametersS.example U tuhopuu2/extern/ode/dist/ode/fbuild/ParametersT.example U tuhopuu2/extern/ode/dist/ode/fbuild/README U tuhopuu2/extern/ode/dist/ode/fbuild/test_dot.cpp U tuhopuu2/extern/ode/dist/ode/fbuild/test_ldlt.cpp U tuhopuu2/extern/ode/dist/ode/fbuild/test_multidot.cpp U tuhopuu2/extern/ode/dist/ode/src/array.cpp U tuhopuu2/extern/ode/dist/ode/src/array.h U tuhopuu2/extern/ode/dist/ode/src/error.cpp U tuhopuu2/extern/ode/dist/ode/src/fastdot.c U tuhopuu2/extern/ode/dist/ode/src/fastldlt.c U tuhopuu2/extern/ode/dist/ode/src/fastlsolve.c U tuhopuu2/extern/ode/dist/ode/src/fastltsolve.c U tuhopuu2/extern/ode/dist/ode/src/geom.cpp U tuhopuu2/extern/ode/dist/ode/src/geom_internal.h U tuhopuu2/extern/ode/dist/ode/src/joint.cpp U tuhopuu2/extern/ode/dist/ode/src/joint.h U tuhopuu2/extern/ode/dist/ode/src/lcp.cpp U tuhopuu2/extern/ode/dist/ode/src/lcp.h U tuhopuu2/extern/ode/dist/ode/src/mass.cpp U tuhopuu2/extern/ode/dist/ode/src/mat.cpp U tuhopuu2/extern/ode/dist/ode/src/mat.h U tuhopuu2/extern/ode/dist/ode/src/matrix.cpp U tuhopuu2/extern/ode/dist/ode/src/memory.cpp U tuhopuu2/extern/ode/dist/ode/src/misc.cpp U tuhopuu2/extern/ode/dist/ode/src/objects.h U tuhopuu2/extern/ode/dist/ode/src/obstack.cpp U tuhopuu2/extern/ode/dist/ode/src/obstack.h U tuhopuu2/extern/ode/dist/ode/src/ode.cpp U tuhopuu2/extern/ode/dist/ode/src/odemath.cpp U tuhopuu2/extern/ode/dist/ode/src/rotation.cpp U tuhopuu2/extern/ode/dist/ode/src/scrapbook.cpp U tuhopuu2/extern/ode/dist/ode/src/space.cpp U tuhopuu2/extern/ode/dist/ode/src/stack.cpp U tuhopuu2/extern/ode/dist/ode/src/stack.h U tuhopuu2/extern/ode/dist/ode/src/step.cpp U tuhopuu2/extern/ode/dist/ode/src/step.h U tuhopuu2/extern/ode/dist/ode/src/testing.cpp U tuhopuu2/extern/ode/dist/ode/src/testing.h U tuhopuu2/extern/ode/dist/ode/src/timer.cpp U tuhopuu2/extern/ode/dist/ode/test/test_boxstack.cpp U tuhopuu2/extern/ode/dist/ode/test/test_buggy.cpp U tuhopuu2/extern/ode/dist/ode/test/test_chain1.c U tuhopuu2/extern/ode/dist/ode/test/test_chain2.cpp U tuhopuu2/extern/ode/dist/ode/test/test_collision.cpp U tuhopuu2/extern/ode/dist/ode/test/test_friction.cpp U tuhopuu2/extern/ode/dist/ode/test/test_hinge.cpp U tuhopuu2/extern/ode/dist/ode/test/test_I.cpp U tuhopuu2/extern/ode/dist/ode/test/test_joints.cpp U tuhopuu2/extern/ode/dist/ode/test/test_ode.cpp U tuhopuu2/extern/ode/dist/ode/test/test_slider.cpp U tuhopuu2/extern/ode/dist/ode/test/test_space.cpp U tuhopuu2/extern/ode/dist/ode/test/test_step.cpp U tuhopuu2/extern/ode/dist/tools/build4 U tuhopuu2/extern/ode/dist/tools/build4.bat U tuhopuu2/extern/ode/dist/tools/make_distribution U tuhopuu2/extern/ode/dist/tools/process_deps U tuhopuu2/extern/ode/dist/tools/rm.c U tuhopuu2/extern/qhull/Announce.txt U tuhopuu2/extern/qhull/COPYING.txt U tuhopuu2/extern/qhull/FILE_ID.DIZ U tuhopuu2/extern/qhull/Qhull-go.pif U tuhopuu2/extern/qhull/README.txt U tuhopuu2/extern/qhull/REGISTER.txt U tuhopuu2/extern/qhull/SConscript U tuhopuu2/extern/qhull/eg/q_eg U tuhopuu2/extern/qhull/eg/q_egtest U tuhopuu2/extern/qhull/eg/q_test U tuhopuu2/extern/qhull/eg/q_test.bat U tuhopuu2/extern/qhull/eg/Qhull-go.bat U tuhopuu2/extern/qhull/html/index.htm U tuhopuu2/extern/qhull/html/qconvex.htm U tuhopuu2/extern/qhull/html/qdelau_f.htm U tuhopuu2/extern/qhull/html/qdelaun.htm U tuhopuu2/extern/qhull/html/qh--4d.gif U tuhopuu2/extern/qhull/html/qh--cone.gif U tuhopuu2/extern/qhull/html/qh--dt.gif U tuhopuu2/extern/qhull/html/qh--geom.gif U tuhopuu2/extern/qhull/html/qh--half.gif U tuhopuu2/extern/qhull/html/qh--rand.gif U tuhopuu2/extern/qhull/html/qh-eg.htm U tuhopuu2/extern/qhull/html/qh-faq.htm U tuhopuu2/extern/qhull/html/qh-get.htm U tuhopuu2/extern/qhull/html/qh-home.htm U tuhopuu2/extern/qhull/html/qh-impre.htm U tuhopuu2/extern/qhull/html/qh-in.htm U tuhopuu2/extern/qhull/html/qh-optc.htm U tuhopuu2/extern/qhull/html/qh-optf.htm U tuhopuu2/extern/qhull/html/qh-optg.htm U tuhopuu2/extern/qhull/html/qh-opto.htm U tuhopuu2/extern/qhull/html/qh-optp.htm U tuhopuu2/extern/qhull/html/qh-optq.htm U tuhopuu2/extern/qhull/html/qh-optt.htm U tuhopuu2/extern/qhull/html/qh-quick.htm U tuhopuu2/extern/qhull/html/qhalf.htm U tuhopuu2/extern/qhull/html/qhull.htm U tuhopuu2/extern/qhull/html/qhull.man U tuhopuu2/extern/qhull/html/qhull.txt U tuhopuu2/extern/qhull/html/qvoron_f.htm U tuhopuu2/extern/qhull/html/qvoronoi.htm U tuhopuu2/extern/qhull/html/rbox.htm U tuhopuu2/extern/qhull/html/rbox.man U tuhopuu2/extern/qhull/html/rbox.txt U tuhopuu2/extern/qhull/include/qhull/geom.h U tuhopuu2/extern/qhull/include/qhull/io.h U tuhopuu2/extern/qhull/include/qhull/mem.h U tuhopuu2/extern/qhull/include/qhull/merge.h U tuhopuu2/extern/qhull/include/qhull/poly.h U tuhopuu2/extern/qhull/include/qhull/qhull.h U tuhopuu2/extern/qhull/include/qhull/qhull_a.h U tuhopuu2/extern/qhull/include/qhull/qset.h U tuhopuu2/extern/qhull/include/qhull/stat.h U tuhopuu2/extern/qhull/include/qhull/user.h U tuhopuu2/extern/qhull/src/Changes.txt U tuhopuu2/extern/qhull/src/geom.c U tuhopuu2/extern/qhull/src/geom.h U tuhopuu2/extern/qhull/src/geom2.c U tuhopuu2/extern/qhull/src/global.c U tuhopuu2/extern/qhull/src/index.htm U tuhopuu2/extern/qhull/src/io.c U tuhopuu2/extern/qhull/src/io.h U tuhopuu2/extern/qhull/src/Make-config.sh N tuhopuu2/extern/qhull/src/Makefile U tuhopuu2/extern/qhull/src/Makefile.txt U tuhopuu2/extern/qhull/src/MBorland U tuhopuu2/extern/qhull/src/mem.c U tuhopuu2/extern/qhull/src/mem.h U tuhopuu2/extern/qhull/src/merge.c U tuhopuu2/extern/qhull/src/merge.h U tuhopuu2/extern/qhull/src/poly.c U tuhopuu2/extern/qhull/src/poly.h U tuhopuu2/extern/qhull/src/poly2.c U tuhopuu2/extern/qhull/src/qconvex.c U tuhopuu2/extern/qhull/src/qdelaun.c U tuhopuu2/extern/qhull/src/qh-geom.htm U tuhopuu2/extern/qhull/src/qh-globa.htm U tuhopuu2/extern/qhull/src/qh-io.htm U tuhopuu2/extern/qhull/src/qh-mem.htm U tuhopuu2/extern/qhull/src/qh-merge.htm U tuhopuu2/extern/qhull/src/qh-poly.htm U tuhopuu2/extern/qhull/src/qh-qhull.htm U tuhopuu2/extern/qhull/src/qh-set.htm U tuhopuu2/extern/qhull/src/qh-stat.htm U tuhopuu2/extern/qhull/src/qh-user.htm U tuhopuu2/extern/qhull/src/qhalf.c U tuhopuu2/extern/qhull/src/qhull.c U tuhopuu2/extern/qhull/src/qhull.h U tuhopuu2/extern/qhull/src/qhull_a.h U tuhopuu2/extern/qhull/src/qhull_interface.cpp U tuhopuu2/extern/qhull/src/qset.c U tuhopuu2/extern/qhull/src/qset.h U tuhopuu2/extern/qhull/src/qvoronoi.c U tuhopuu2/extern/qhull/src/rbox.c U tuhopuu2/extern/qhull/src/stat.c U tuhopuu2/extern/qhull/src/stat.h U tuhopuu2/extern/qhull/src/unix.c U tuhopuu2/extern/qhull/src/user.c U tuhopuu2/extern/qhull/src/user.h U tuhopuu2/extern/qhull/src/user_eg.c U tuhopuu2/extern/qhull/src/user_eg2.c U tuhopuu2/extern/qhull/VisualC6/qhull.dsw C tuhopuu2/extern/qhull/VisualC6/qhull/qhull.dsp C tuhopuu2/extern/solid/configure.ac U tuhopuu2/extern/solid/depcomp U tuhopuu2/extern/solid/install-sh U tuhopuu2/extern/solid/LICENSE_GPL.txt U tuhopuu2/extern/solid/LICENSE_QPL.txt U tuhopuu2/extern/solid/ltmain.sh N tuhopuu2/extern/solid/Makefile U tuhopuu2/extern/solid/Makefile.am U tuhopuu2/extern/solid/missing U tuhopuu2/extern/solid/mkinstalldirs U tuhopuu2/extern/solid/README.txt U tuhopuu2/extern/solid/SConscript U tuhopuu2/extern/solid/doc/Makefile.am U tuhopuu2/extern/solid/doc/mdate-sh U tuhopuu2/extern/solid/doc/solid3.html U tuhopuu2/extern/solid/doc/solid3.info U tuhopuu2/extern/solid/doc/solid3.pdf U tuhopuu2/extern/solid/doc/solid3.texi U tuhopuu2/extern/solid/doc/stamp-vti U tuhopuu2/extern/solid/doc/texinfo.tex U tuhopuu2/extern/solid/doc/version.texi U tuhopuu2/extern/solid/examples/gldemo.cpp C tuhopuu2/extern/solid/examples/Makefile.am U tuhopuu2/extern/solid/examples/mnm.cpp U tuhopuu2/extern/solid/examples/physics.cpp U tuhopuu2/extern/solid/examples/README.txt U tuhopuu2/extern/solid/examples/sample.cpp U tuhopuu2/extern/solid/examples/dynamics/Dynamic.cpp U tuhopuu2/extern/solid/examples/dynamics/Dynamic.h U tuhopuu2/extern/solid/examples/dynamics/Kinetic.cpp U tuhopuu2/extern/solid/examples/dynamics/Kinetic.h U tuhopuu2/extern/solid/examples/dynamics/Makefile.am U tuhopuu2/extern/solid/examples/dynamics/RigidBody.cpp U tuhopuu2/extern/solid/examples/dynamics/RigidBody.h U tuhopuu2/extern/solid/include/config.h.in U tuhopuu2/extern/solid/include/GEN_MinMax.h U tuhopuu2/extern/solid/include/GEN_random.h U tuhopuu2/extern/solid/include/Makefile.am U tuhopuu2/extern/solid/include/MT_BBox.h U tuhopuu2/extern/solid/include/MT_Interval.h U tuhopuu2/extern/solid/include/MT_Matrix3x3.h U tuhopuu2/extern/solid/include/MT_Point3.h U tuhopuu2/extern/solid/include/MT_Quaternion.h U tuhopuu2/extern/solid/include/MT_Scalar.h U tuhopuu2/extern/solid/include/MT_Transform.h U tuhopuu2/extern/solid/include/MT_Vector3.h U tuhopuu2/extern/solid/include/SOLID.h U tuhopuu2/extern/solid/include/SOLID_broad.h U tuhopuu2/extern/solid/include/SOLID_types.h U tuhopuu2/extern/solid/include/MT/Interval.h U tuhopuu2/extern/solid/include/MT/Matrix3x3.h U tuhopuu2/extern/solid/include/MT/Quaternion.h U tuhopuu2/extern/solid/include/MT/Transform.h U tuhopuu2/extern/solid/include/MT/Tuple3.h U tuhopuu2/extern/solid/include/MT/Tuple4.h U tuhopuu2/extern/solid/include/MT/Vector3.h U tuhopuu2/extern/solid/SOLID/SOLID.h U tuhopuu2/extern/solid/SOLID/SOLID_broad.h U tuhopuu2/extern/solid/SOLID/SOLID_types.h U tuhopuu2/extern/solid/src/DT_AlgoTable.h U tuhopuu2/extern/solid/src/DT_C-api.cpp U tuhopuu2/extern/solid/src/DT_Encounter.cpp U tuhopuu2/extern/solid/src/DT_Encounter.h U tuhopuu2/extern/solid/src/DT_Object.cpp U tuhopuu2/extern/solid/src/DT_Object.h U tuhopuu2/extern/solid/src/DT_Response.h U tuhopuu2/extern/solid/src/DT_RespTable.cpp U tuhopuu2/extern/solid/src/DT_RespTable.h U tuhopuu2/extern/solid/src/DT_Scene.cpp U tuhopuu2/extern/solid/src/DT_Scene.h N tuhopuu2/extern/solid/src/Makefile U tuhopuu2/extern/solid/src/Makefile.am U tuhopuu2/extern/solid/src/broad/BP_C-api.cpp U tuhopuu2/extern/solid/src/broad/BP_Endpoint.h U tuhopuu2/extern/solid/src/broad/BP_EndpointList.cpp U tuhopuu2/extern/solid/src/broad/BP_EndpointList.h U tuhopuu2/extern/solid/src/broad/BP_Proxy.cpp U tuhopuu2/extern/solid/src/broad/BP_Proxy.h U tuhopuu2/extern/solid/src/broad/BP_ProxyList.h U tuhopuu2/extern/solid/src/broad/BP_Scene.cpp U tuhopuu2/extern/solid/src/broad/BP_Scene.h N tuhopuu2/extern/solid/src/broad/Makefile U tuhopuu2/extern/solid/src/broad/Makefile.am U tuhopuu2/extern/solid/src/complex/DT_BBoxTree.cpp U tuhopuu2/extern/solid/src/complex/DT_BBoxTree.h U tuhopuu2/extern/solid/src/complex/DT_CBox.h U tuhopuu2/extern/solid/src/complex/DT_Complex.cpp U tuhopuu2/extern/solid/src/complex/DT_Complex.h N tuhopuu2/extern/solid/src/complex/Makefile U tuhopuu2/extern/solid/src/complex/Makefile.am U tuhopuu2/extern/solid/src/convex/DT_Accuracy.cpp U tuhopuu2/extern/solid/src/convex/DT_Accuracy.h U tuhopuu2/extern/solid/src/convex/DT_Array.h U tuhopuu2/extern/solid/src/convex/DT_Box.cpp U tuhopuu2/extern/solid/src/convex/DT_Box.h U tuhopuu2/extern/solid/src/convex/DT_Cone.cpp U tuhopuu2/extern/solid/src/convex/DT_Cone.h U tuhopuu2/extern/solid/src/convex/DT_Convex.cpp U tuhopuu2/extern/solid/src/convex/DT_Convex.h U tuhopuu2/extern/solid/src/convex/DT_Cylinder.cpp U tuhopuu2/extern/solid/src/convex/DT_Cylinder.h U tuhopuu2/extern/solid/src/convex/DT_Facet.cpp U tuhopuu2/extern/solid/src/convex/DT_Facet.h U tuhopuu2/extern/solid/src/convex/DT_GJK.h U tuhopuu2/extern/solid/src/convex/DT_Hull.h U tuhopuu2/extern/solid/src/convex/DT_IndexArray.h U tuhopuu2/extern/solid/src/convex/DT_LineSegment.cpp U tuhopuu2/extern/solid/src/convex/DT_LineSegment.h U tuhopuu2/extern/solid/src/convex/DT_Minkowski.h U tuhopuu2/extern/solid/src/convex/DT_PenDepth.cpp U tuhopuu2/extern/solid/src/convex/DT_PenDepth.h U tuhopuu2/extern/solid/src/convex/DT_Point.cpp U tuhopuu2/extern/solid/src/convex/DT_Point.h U tuhopuu2/extern/solid/src/convex/DT_Polyhedron.cpp U tuhopuu2/extern/solid/src/convex/DT_Polyhedron.h U tuhopuu2/extern/solid/src/convex/DT_Polytope.cpp U tuhopuu2/extern/solid/src/convex/DT_Polytope.h U tuhopuu2/extern/solid/src/convex/DT_Shape.h U tuhopuu2/extern/solid/src/convex/DT_Sphere.cpp U tuhopuu2/extern/solid/src/convex/DT_Sphere.h U tuhopuu2/extern/solid/src/convex/DT_Transform.h U tuhopuu2/extern/solid/src/convex/DT_Triangle.cpp U tuhopuu2/extern/solid/src/convex/DT_Triangle.h U tuhopuu2/extern/solid/src/convex/DT_VertexBase.h N tuhopuu2/extern/solid/src/convex/Makefile U tuhopuu2/extern/solid/src/convex/Makefile.am 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 U tuhopuu2/extern/solid/VisualC6/dynamics/dynamics.dsp U tuhopuu2/extern/solid/VisualC6/gldemo/gldemo.dsp U tuhopuu2/extern/solid/VisualC6/mnm/mnm.dsp U tuhopuu2/extern/solid/VisualC6/physics/physics.dsp U tuhopuu2/extern/solid/VisualC6/sample/sample.dsp C tuhopuu2/extern/solid/VisualC6/solid/solid.dsp C tuhopuu2/extern/solid/VisualC6/solid_dll/solid_dll.dsp C tuhopuu2/intern/Makefile C tuhopuu2/intern/SConscript U tuhopuu2/intern/action/ACT_Action.h U tuhopuu2/intern/action/ACT_ActionC-Api.h U tuhopuu2/intern/action/ACT_ActionStack.h U tuhopuu2/intern/action/Makefile U tuhopuu2/intern/action/doc/Doxyfile U tuhopuu2/intern/action/intern/ACT_Action.cpp U tuhopuu2/intern/action/intern/ACT_ActionC-Api.cpp U tuhopuu2/intern/action/intern/ACT_ActionStack.cpp U tuhopuu2/intern/action/intern/ACT_CallbackAction.h U tuhopuu2/intern/action/intern/Makefile U tuhopuu2/intern/action/make/msvc_6_0/action.dsp U tuhopuu2/intern/action/make/msvc_6_0/action.dsw U tuhopuu2/intern/action/make/msvc_7_0/action.sln U tuhopuu2/intern/action/make/msvc_7_0/action.vcproj U tuhopuu2/intern/action/test/action_c_test/ActionTest.c U tuhopuu2/intern/action/test/action_c_test/TestAction.c U tuhopuu2/intern/action/test/action_c_test/TestAction.h U tuhopuu2/intern/action/test/action_c_test/make/msvc_6_0/action_c_test.dsp U tuhopuu2/intern/action/test/action_c_test/make/msvc_6_0/action_c_test.dsw U tuhopuu2/intern/action/test/action_cpp_test/ActionTest.cpp U tuhopuu2/intern/action/test/action_cpp_test/TestAction.h U tuhopuu2/intern/action/test/action_cpp_test/make/msvc_6_0/action_cpp_test.dsp U tuhopuu2/intern/action/test/action_cpp_test/make/msvc_6_0/action_cpp_test.dsw U tuhopuu2/intern/bmfont/BMF_Api.h U tuhopuu2/intern/bmfont/BMF_Fonts.h U tuhopuu2/intern/bmfont/BMF_Settings.h U tuhopuu2/intern/bmfont/Makefile U tuhopuu2/intern/bmfont/SConscript U tuhopuu2/intern/bmfont/intern/BMF_Api.cpp U tuhopuu2/intern/bmfont/intern/BMF_BitmapFont.cpp U tuhopuu2/intern/bmfont/intern/BMF_BitmapFont.h U tuhopuu2/intern/bmfont/intern/BMF_font_helv10.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_helv12.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_helvb10.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_helvb12.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_helvb14.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_helvb8.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_scr12.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_scr14.cpp U tuhopuu2/intern/bmfont/intern/BMF_font_scr15.cpp U tuhopuu2/intern/bmfont/intern/BMF_FontData.h U tuhopuu2/intern/bmfont/intern/Makefile U tuhopuu2/intern/bmfont/make/msvc_6_0/bmfont.dsp U tuhopuu2/intern/bmfont/make/msvc_6_0/bmfont.dsw U tuhopuu2/intern/bmfont/make/msvc_7_0/bmfont.sln U tuhopuu2/intern/bmfont/make/msvc_7_0/bmfont.vcproj U tuhopuu2/intern/bmfont/test/Makefile U tuhopuu2/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsp U tuhopuu2/intern/bmfont/test/make/msvc_6_0/BMF_Test.dsw U tuhopuu2/intern/bmfont/test/simpletest/BMF_Test.cpp U tuhopuu2/intern/bmfont/test/simpletest/Makefile U tuhopuu2/intern/bsp/Makefile U tuhopuu2/intern/bsp/SConscript U tuhopuu2/intern/bsp/extern/CSG_BooleanOps.h U tuhopuu2/intern/bsp/intern/BSP_CSGException.h U tuhopuu2/intern/bsp/intern/BSP_CSGHelper.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGHelper.h U tuhopuu2/intern/bsp/intern/BSP_CSGISplitter.h U tuhopuu2/intern/bsp/intern/BSP_CSGMesh.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGMesh.h U tuhopuu2/intern/bsp/intern/BSP_CSGMesh_CFIterator.h U tuhopuu2/intern/bsp/intern/BSP_CSGMeshBuilder.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGMeshBuilder.h U tuhopuu2/intern/bsp/intern/BSP_CSGMeshSplitter.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGMeshSplitter.h U tuhopuu2/intern/bsp/intern/BSP_CSGNCMeshSplitter.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGNCMeshSplitter.h U tuhopuu2/intern/bsp/intern/BSP_CSGUserData.cpp U tuhopuu2/intern/bsp/intern/BSP_CSGUserData.h U tuhopuu2/intern/bsp/intern/BSP_FragNode.cpp U tuhopuu2/intern/bsp/intern/BSP_FragNode.h U tuhopuu2/intern/bsp/intern/BSP_FragTree.cpp U tuhopuu2/intern/bsp/intern/BSP_FragTree.h U tuhopuu2/intern/bsp/intern/BSP_MeshFragment.cpp U tuhopuu2/intern/bsp/intern/BSP_MeshFragment.h U tuhopuu2/intern/bsp/intern/BSP_MeshPrimitives.cpp U tuhopuu2/intern/bsp/intern/BSP_MeshPrimitives.h U tuhopuu2/intern/bsp/intern/BSP_Triangulate.cpp U tuhopuu2/intern/bsp/intern/BSP_Triangulate.h U tuhopuu2/intern/bsp/intern/CSG_BooleanOps.cpp U tuhopuu2/intern/bsp/intern/Makefile U tuhopuu2/intern/bsp/make/msvc6_0/bsplib.dsp U tuhopuu2/intern/bsp/make/msvc6_0/bsplib.dsw U tuhopuu2/intern/bsp/make/msvc_7_0/bsplib.sln U tuhopuu2/intern/bsp/make/msvc_7_0/bsplib.vcproj U tuhopuu2/intern/bsp/test/Makefile U tuhopuu2/intern/bsp/test/BSP_GhostTest/bsp.ply U tuhopuu2/intern/bsp/test/BSP_GhostTest/bsp_cube.ply U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsp U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_GhostTest.dsw U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.cpp U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.h U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_MeshDrawer.cpp U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_MeshDrawer.h U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_PlyLoader.cpp U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_PlyLoader.h U tuhopuu2/intern/bsp/test/BSP_GhostTest/BSP_TMesh.h U tuhopuu2/intern/bsp/test/BSP_GhostTest/main.cpp U tuhopuu2/intern/bsp/test/BSP_GhostTest/Makefile U tuhopuu2/intern/bsp/test/BSP_GhostTest/ply.h U tuhopuu2/intern/bsp/test/BSP_GhostTest/plyfile.c U tuhopuu2/intern/container/CTR_List.h U tuhopuu2/intern/container/CTR_Map.h U tuhopuu2/intern/container/CTR_TaggedIndex.h U tuhopuu2/intern/container/CTR_TaggedSetOps.h U tuhopuu2/intern/container/CTR_UHeap.h U tuhopuu2/intern/container/Makefile U tuhopuu2/intern/container/SConscript U tuhopuu2/intern/container/intern/CTR_List.cpp U tuhopuu2/intern/container/intern/Makefile U tuhopuu2/intern/container/make/msvc_6_0/container.dsp U tuhopuu2/intern/container/make/msvc_6_0/container.dsw U tuhopuu2/intern/container/make/msvc_7_0/container.sln U tuhopuu2/intern/container/make/msvc_7_0/container.vcproj U tuhopuu2/intern/csg/SConscript U tuhopuu2/intern/csg/extern/CSG_Interface.h U tuhopuu2/intern/csg/intern/CSG_BBox.h U tuhopuu2/intern/csg/intern/CSG_BBoxTree.cpp U tuhopuu2/intern/csg/intern/CSG_BBoxTree.h U tuhopuu2/intern/csg/intern/CSG_BlenderVProp.h U tuhopuu2/intern/csg/intern/CSG_BooleanOp.h U tuhopuu2/intern/csg/intern/CSG_BooleanOp.inl U tuhopuu2/intern/csg/intern/CSG_ConnectedMesh.h U tuhopuu2/intern/csg/intern/CSG_ConnectedMeshWrapper.inl U tuhopuu2/intern/csg/intern/CSG_CVertex.h U tuhopuu2/intern/csg/intern/CSG_GeometryBinder.h U tuhopuu2/intern/csg/intern/CSG_IndexDefs.h U tuhopuu2/intern/csg/intern/CSG_Math.h U tuhopuu2/intern/csg/intern/CSG_Math.inl U tuhopuu2/intern/csg/intern/CSG_Mesh.h U tuhopuu2/intern/csg/intern/CSG_MeshCopier.h U tuhopuu2/intern/csg/intern/CSG_MeshWrapper.h U tuhopuu2/intern/csg/intern/CSG_MeshWrapper.inl U tuhopuu2/intern/csg/intern/CSG_Polygon.h U tuhopuu2/intern/csg/intern/CSG_SplitFunction.h U tuhopuu2/intern/csg/intern/CSG_TreeQueries.h U tuhopuu2/intern/csg/intern/CSG_Triangulate.h U tuhopuu2/intern/csg/intern/CSG_Triangulate.inl U tuhopuu2/intern/csg/intern/CSG_Vertex.h U tuhopuu2/intern/csg/intern/MT_Line3.cpp U tuhopuu2/intern/csg/intern/MT_Line3.h U tuhopuu2/intern/csg/intern/blender/CSG_BlenderMesh.h U tuhopuu2/intern/csg/intern/blender/CSG_BlenderVProp.cpp U tuhopuu2/intern/csg/intern/blender/CSG_CsgOp.cpp U tuhopuu2/intern/csg/intern/blender/CSG_CsgOp.h U tuhopuu2/intern/csg/intern/blender/CSG_IndexDefs.h U tuhopuu2/intern/csg/intern/blender/CSG_Interface.cpp U tuhopuu2/intern/csg/intern/blender/CSG_Iterator.h U tuhopuu2/intern/csg/intern/blender/CSG_MeshBuilder.h U tuhopuu2/intern/csg/intern/blender/CSG_PropArray.h U tuhopuu2/intern/csg/intern/blender/CSG_SimpleProp.cpp U tuhopuu2/intern/csg/intern/blender/CSG_SimpleProp.h U tuhopuu2/intern/csg/make/msvc60/csg.dsp U tuhopuu2/intern/csg/make/msvc60/csg.dsw U tuhopuu2/intern/decimation/Makefile U tuhopuu2/intern/decimation/SConscript U tuhopuu2/intern/decimation/extern/LOD_decimation.h U tuhopuu2/intern/decimation/intern/LOD_decimation.cpp U tuhopuu2/intern/decimation/intern/LOD_DecimationClass.h U tuhopuu2/intern/decimation/intern/LOD_EdgeCollapser.cpp U tuhopuu2/intern/decimation/intern/LOD_EdgeCollapser.h U tuhopuu2/intern/decimation/intern/LOD_ExternBufferEditor.h U tuhopuu2/intern/decimation/intern/LOD_ExternNormalEditor.cpp U tuhopuu2/intern/decimation/intern/LOD_ExternNormalEditor.h U tuhopuu2/intern/decimation/intern/LOD_FaceNormalEditor.cpp U tuhopuu2/intern/decimation/intern/LOD_FaceNormalEditor.h U tuhopuu2/intern/decimation/intern/LOD_ManMesh2.cpp U tuhopuu2/intern/decimation/intern/LOD_ManMesh2.h U tuhopuu2/intern/decimation/intern/LOD_MeshBounds.h U tuhopuu2/intern/decimation/intern/LOD_MeshException.h U tuhopuu2/intern/decimation/intern/LOD_MeshPrimitives.cpp U tuhopuu2/intern/decimation/intern/LOD_MeshPrimitives.h U tuhopuu2/intern/decimation/intern/LOD_QSDecimator.cpp U tuhopuu2/intern/decimation/intern/LOD_QSDecimator.h U tuhopuu2/intern/decimation/intern/LOD_Quadric.h U tuhopuu2/intern/decimation/intern/LOD_QuadricEditor.cpp U tuhopuu2/intern/decimation/intern/LOD_QuadricEditor.h U tuhopuu2/intern/decimation/intern/Makefile U tuhopuu2/intern/decimation/intern/future/LOD_ExternVColorEditor.cpp U tuhopuu2/intern/decimation/intern/future/LOD_ExternVColorEditor.h U tuhopuu2/intern/decimation/intern/future/LOD_NdQSDecimator.cpp U tuhopuu2/intern/decimation/intern/future/LOD_NdQSDecimator.h U tuhopuu2/intern/decimation/intern/future/LOD_NdQuadric.cpp U tuhopuu2/intern/decimation/intern/future/LOD_NdQuadric.h U tuhopuu2/intern/decimation/intern/future/LOD_NdQuadricEditor.cpp U tuhopuu2/intern/decimation/intern/future/LOD_NdQuadricEditor.h U tuhopuu2/intern/decimation/make/msvc_6_0/decimation.dsp U tuhopuu2/intern/decimation/make/msvc_6_0/decimation.dsw U tuhopuu2/intern/decimation/make/msvc_7_0/decimation.sln U tuhopuu2/intern/decimation/make/msvc_7_0/decimation.vcproj U tuhopuu2/intern/decimation/test/Makefile U tuhopuu2/intern/decimation/test/decimate_glut_test/beethoven.ply U tuhopuu2/intern/decimation/test/decimate_glut_test/Makefile U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/GlutMeshDrawer.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/LOD_GhostTestApp.cpp U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/LOD_GhostTestApp.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/main.cpp U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/Makefile U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/MyGlutKeyHandler.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/MyGlutMouseHandler.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutDrawer.cpp U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutDrawer.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutKeyboardManager.cpp U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutKeyboardManager.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutMouseManager.cpp U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/GlutMouseManager.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/common/Makefile U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/ply/Makefile U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/ply/ply.h U tuhopuu2/intern/decimation/test/decimate_glut_test/intern/ply/plyfile.c U tuhopuu2/intern/decimation/test/decimate_glut_test/make/msvc_6_0/beethoven.ply U tuhopuu2/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsp U tuhopuu2/intern/decimation/test/decimate_glut_test/make/msvc_6_0/decimate_glut_test.dsw U tuhopuu2/intern/ghost/GHOST_C-api.h U tuhopuu2/intern/ghost/GHOST_IEvent.h U tuhopuu2/intern/ghost/GHOST_IEventConsumer.h U tuhopuu2/intern/ghost/GHOST_ISystem.h U tuhopuu2/intern/ghost/GHOST_ITimerTask.h U tuhopuu2/intern/ghost/GHOST_IWindow.h U tuhopuu2/intern/ghost/GHOST_Rect.h U tuhopuu2/intern/ghost/GHOST_Types.h U tuhopuu2/intern/ghost/Makefile U tuhopuu2/intern/ghost/SConscript U tuhopuu2/intern/ghost/doc/ghost_interface.cfg U tuhopuu2/intern/ghost/intern/GHOST_Buttons.cpp U tuhopuu2/intern/ghost/intern/GHOST_Buttons.h U tuhopuu2/intern/ghost/intern/GHOST_C-api.cpp U tuhopuu2/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp U tuhopuu2/intern/ghost/intern/GHOST_CallbackEventConsumer.h U tuhopuu2/intern/ghost/intern/GHOST_Debug.h U tuhopuu2/intern/ghost/intern/GHOST_DisplayManager.cpp U tuhopuu2/intern/ghost/intern/GHOST_DisplayManager.h U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerCarbon.h U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerWin32.h U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerX11.cpp U tuhopuu2/intern/ghost/intern/GHOST_DisplayManagerX11.h U tuhopuu2/intern/ghost/intern/GHOST_Event.h U tuhopuu2/intern/ghost/intern/GHOST_EventButton.h U tuhopuu2/intern/ghost/intern/GHOST_EventCursor.h U tuhopuu2/intern/ghost/intern/GHOST_EventKey.h U tuhopuu2/intern/ghost/intern/GHOST_EventManager.cpp U tuhopuu2/intern/ghost/intern/GHOST_EventManager.h U tuhopuu2/intern/ghost/intern/GHOST_EventPrinter.cpp U tuhopuu2/intern/ghost/intern/GHOST_EventPrinter.h U tuhopuu2/intern/ghost/intern/GHOST_EventWheel.h U tuhopuu2/intern/ghost/intern/GHOST_ISystem.cpp U tuhopuu2/intern/ghost/intern/GHOST_ModifierKeys.cpp U tuhopuu2/intern/ghost/intern/GHOST_ModifierKeys.h U tuhopuu2/intern/ghost/intern/GHOST_Rect.cpp U tuhopuu2/intern/ghost/intern/GHOST_System.cpp U tuhopuu2/intern/ghost/intern/GHOST_System.h U tuhopuu2/intern/ghost/intern/GHOST_SystemCarbon.cpp U tuhopuu2/intern/ghost/intern/GHOST_SystemCarbon.h U tuhopuu2/intern/ghost/intern/GHOST_SystemWin32.cpp U tuhopuu2/intern/ghost/intern/GHOST_SystemWin32.h U tuhopuu2/intern/ghost/intern/GHOST_SystemX11.cpp U tuhopuu2/intern/ghost/intern/GHOST_SystemX11.h U tuhopuu2/intern/ghost/intern/GHOST_TimerManager.cpp U tuhopuu2/intern/ghost/intern/GHOST_TimerManager.h U tuhopuu2/intern/ghost/intern/GHOST_TimerTask.h U tuhopuu2/intern/ghost/intern/GHOST_Window.cpp U tuhopuu2/intern/ghost/intern/GHOST_Window.h C tuhopuu2/intern/ghost/intern/GHOST_WindowCarbon.cpp C tuhopuu2/intern/ghost/intern/GHOST_WindowCarbon.h U tuhopuu2/intern/ghost/intern/GHOST_WindowManager.cpp U tuhopuu2/intern/ghost/intern/GHOST_WindowManager.h U tuhopuu2/intern/ghost/intern/GHOST_WindowWin32.cpp U tuhopuu2/intern/ghost/intern/GHOST_WindowWin32.h U tuhopuu2/intern/ghost/intern/GHOST_WindowX11.cpp U tuhopuu2/intern/ghost/intern/GHOST_WindowX11.h U tuhopuu2/intern/ghost/intern/Makefile U tuhopuu2/intern/ghost/make/msvc/ghost.dsp U tuhopuu2/intern/ghost/make/msvc/ghost.dsw U tuhopuu2/intern/ghost/make/msvc_7_0/ghost.sln U tuhopuu2/intern/ghost/make/msvc_7_0/ghost.vcproj U tuhopuu2/intern/ghost/make/pb/ghost.pbproj/project.pbxproj U tuhopuu2/intern/ghost/test/Makefile U tuhopuu2/intern/ghost/test/gears/GHOST_C-Test.c U tuhopuu2/intern/ghost/test/gears/GHOST_Test.cpp U tuhopuu2/intern/ghost/test/gears/Makefile U tuhopuu2/intern/ghost/test/gears/resources/osx/Info.plist U tuhopuu2/intern/ghost/test/gears/resources/osx/PkgInfo U tuhopuu2/intern/ghost/test/gears/resources/osx/English.lproj/InfoPlist.strings U tuhopuu2/intern/ghost/test/gears/resources/osx/English.lproj/MainMenu.nib/classes.nib U tuhopuu2/intern/ghost/test/gears/resources/osx/English.lproj/MainMenu.nib/info.nib U tuhopuu2/intern/ghost/test/gears/resources/osx/English.lproj/MainMenu.nib/objects.nib U tuhopuu2/intern/ghost/test/make/msvc_6_0/gears.dsp U tuhopuu2/intern/ghost/test/make/msvc_6_0/gears_C.dsp U tuhopuu2/intern/ghost/test/make/msvc_6_0/ghost_test.dsw U tuhopuu2/intern/ghost/test/make/pb/English.lproj/InfoPlist.strings U tuhopuu2/intern/ghost/test/make/pb/English.lproj/MainMenu.nib/classes.nib U tuhopuu2/intern/ghost/test/make/pb/English.lproj/MainMenu.nib/info.nib U tuhopuu2/intern/ghost/test/make/pb/English.lproj/MainMenu.nib/objects.nib U tuhopuu2/intern/ghost/test/make/pb/gears.pbproj/project.pbxproj U tuhopuu2/intern/ghost/test/make/pb_2_0_1/gears.pbproj/project.pbxproj U tuhopuu2/intern/ghost/test/multitest/Basic.c U tuhopuu2/intern/ghost/test/multitest/Basic.h U tuhopuu2/intern/ghost/test/multitest/EventToBuf.c U tuhopuu2/intern/ghost/test/multitest/EventToBuf.h U tuhopuu2/intern/ghost/test/multitest/GL.h U tuhopuu2/intern/ghost/test/multitest/Makefile U tuhopuu2/intern/ghost/test/multitest/MultiTest.c U tuhopuu2/intern/ghost/test/multitest/ScrollBar.c U tuhopuu2/intern/ghost/test/multitest/ScrollBar.h U tuhopuu2/intern/ghost/test/multitest/Util.c U tuhopuu2/intern/ghost/test/multitest/Util.h U tuhopuu2/intern/ghost/test/multitest/WindowData.c U tuhopuu2/intern/ghost/test/multitest/WindowData.h U tuhopuu2/intern/guardedalloc/Makefile U tuhopuu2/intern/guardedalloc/MEM_guardedalloc.h U tuhopuu2/intern/guardedalloc/SConscript U tuhopuu2/intern/guardedalloc/intern/Makefile 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 U tuhopuu2/intern/iksolver/SConscript U tuhopuu2/intern/iksolver/extern/IK_solver.h U tuhopuu2/intern/iksolver/intern/IK_QChain.cpp U tuhopuu2/intern/iksolver/intern/IK_QChain.h U tuhopuu2/intern/iksolver/intern/IK_QJacobianSolver.cpp U tuhopuu2/intern/iksolver/intern/IK_QJacobianSolver.h U tuhopuu2/intern/iksolver/intern/IK_QSegment.cpp U tuhopuu2/intern/iksolver/intern/IK_QSegment.h U tuhopuu2/intern/iksolver/intern/IK_QSolver_Class.h U tuhopuu2/intern/iksolver/intern/IK_Solver.cpp U tuhopuu2/intern/iksolver/intern/Makefile U tuhopuu2/intern/iksolver/intern/MT_ExpMap.cpp U tuhopuu2/intern/iksolver/intern/MT_ExpMap.h U tuhopuu2/intern/iksolver/intern/TNT/cholesky.h U tuhopuu2/intern/iksolver/intern/TNT/cmat.h U tuhopuu2/intern/iksolver/intern/TNT/fcscmat.h U tuhopuu2/intern/iksolver/intern/TNT/fmat.h U tuhopuu2/intern/iksolver/intern/TNT/fortran.h U tuhopuu2/intern/iksolver/intern/TNT/fspvec.h U tuhopuu2/intern/iksolver/intern/TNT/index.h U tuhopuu2/intern/iksolver/intern/TNT/lapack.h U tuhopuu2/intern/iksolver/intern/TNT/lu.h U tuhopuu2/intern/iksolver/intern/TNT/qr.h U tuhopuu2/intern/iksolver/intern/TNT/region1d.h U tuhopuu2/intern/iksolver/intern/TNT/region2d.h U tuhopuu2/intern/iksolver/intern/TNT/stopwatch.h U tuhopuu2/intern/iksolver/intern/TNT/subscript.h U tuhopuu2/intern/iksolver/intern/TNT/svd.h U tuhopuu2/intern/iksolver/intern/TNT/tnt.h U tuhopuu2/intern/iksolver/intern/TNT/tntmath.h U tuhopuu2/intern/iksolver/intern/TNT/tntreqs.h U tuhopuu2/intern/iksolver/intern/TNT/transv.h U tuhopuu2/intern/iksolver/intern/TNT/triang.h U tuhopuu2/intern/iksolver/intern/TNT/trisolve.h U tuhopuu2/intern/iksolver/intern/TNT/vec.h U tuhopuu2/intern/iksolver/intern/TNT/vecadaptor.h U tuhopuu2/intern/iksolver/intern/TNT/version.h U tuhopuu2/intern/iksolver/make/msvc_6_0/iksolver.dsp U tuhopuu2/intern/iksolver/make/msvc_6_0/iksolver.dsw U tuhopuu2/intern/iksolver/make/msvc_7_0/iksolver.sln U tuhopuu2/intern/iksolver/make/msvc_7_0/iksolver.vcproj U tuhopuu2/intern/iksolver/test/Makefile U tuhopuu2/intern/iksolver/test/ik_glut_test/Makefile U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutDrawer.cpp U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutDrawer.h U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutKeyboardManager.cpp U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutKeyboardManager.h U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutMouseManager.cpp U tuhopuu2/intern/iksolver/test/ik_glut_test/common/GlutMouseManager.h U tuhopuu2/intern/iksolver/test/ik_glut_test/common/Makefile U tuhopuu2/intern/iksolver/test/ik_glut_test/intern/ChainDrawer.h U tuhopuu2/intern/iksolver/test/ik_glut_test/intern/main.cpp U tuhopuu2/intern/iksolver/test/ik_glut_test/intern/Makefile U tuhopuu2/intern/iksolver/test/ik_glut_test/intern/MyGlutKeyHandler.h U tuhopuu2/intern/iksolver/test/ik_glut_test/intern/MyGlutMouseHandler.h U tuhopuu2/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsp U tuhopuu2/intern/iksolver/test/ik_glut_test/make/msvc_6_0/ik_glut_test.dsw U tuhopuu2/intern/img/doc/Doxyfile.win U tuhopuu2/intern/img/extern/IMG_Pixmap.h U tuhopuu2/intern/img/extern/IMG_PixmapRGBA32.h U tuhopuu2/intern/img/intern/IMG_Color.h U tuhopuu2/intern/img/intern/IMG_MemPtr.h U tuhopuu2/intern/img/intern/IMG_Pixmap.cpp U tuhopuu2/intern/img/intern/IMG_PixmapRGBA32.cpp U tuhopuu2/intern/img/intern/Makefile U tuhopuu2/intern/img/make/msvc/img.dsp U tuhopuu2/intern/img/make/msvc/img.dsw U tuhopuu2/intern/img/make/msvc_7_0/img.sln U tuhopuu2/intern/img/make/msvc_7_0/img.vcproj U tuhopuu2/intern/keymaker/blenkey.h U tuhopuu2/intern/keymaker/key.c U tuhopuu2/intern/keymaker/key_internal.h U tuhopuu2/intern/keymaker/keyloader.c U tuhopuu2/intern/keymaker/Makefile U tuhopuu2/intern/keymaker/mt19937int.c U tuhopuu2/intern/keymaker/mt19937int.h U tuhopuu2/intern/keymaker/make/msvc_6_0/blenkey.dsp U tuhopuu2/intern/keymaker/make/msvc_6_0/blenkey.dsw U tuhopuu2/intern/keymaker/make/msvc_7_0/blenkey.sln U tuhopuu2/intern/keymaker/make/msvc_7_0/blenkey.vcproj U tuhopuu2/intern/keymaker/python/key_pyc.h U tuhopuu2/intern/make/msvc_6_0/build_install_all.dsp C tuhopuu2/intern/make/msvc_6_0/intern.dsw U tuhopuu2/intern/make/msvc_7_0/build_install_all.vcproj U tuhopuu2/intern/make/msvc_7_0/intern.sln U tuhopuu2/intern/memutil/Makefile U tuhopuu2/intern/memutil/MEM_NonCopyable.h U tuhopuu2/intern/memutil/MEM_RefCounted.h U tuhopuu2/intern/memutil/MEM_RefCountedC-Api.h U tuhopuu2/intern/memutil/MEM_RefCountPtr.h U tuhopuu2/intern/memutil/MEM_SmartPtr.h U tuhopuu2/intern/memutil/SConscript U tuhopuu2/intern/memutil/intern/Makefile U tuhopuu2/intern/memutil/intern/MEM_RefCountedC-Api.cpp U tuhopuu2/intern/memutil/make/msvc_60/memutil.dsp U tuhopuu2/intern/memutil/make/msvc_60/memutil.dsw U tuhopuu2/intern/memutil/make/msvc_7_0/memutil.sln U tuhopuu2/intern/memutil/make/msvc_7_0/memutil.vcproj U tuhopuu2/intern/moto/Makefile U tuhopuu2/intern/moto/SConscript U tuhopuu2/intern/moto/include/GEN_List.h U tuhopuu2/intern/moto/include/GEN_Map.h U tuhopuu2/intern/moto/include/MT_assert.h U tuhopuu2/intern/moto/include/MT_CmMatrix4x4.h U tuhopuu2/intern/moto/include/MT_Matrix3x3.h U tuhopuu2/intern/moto/include/MT_Matrix3x3.inl U tuhopuu2/intern/moto/include/MT_Matrix4x4.h U tuhopuu2/intern/moto/include/MT_Matrix4x4.inl U tuhopuu2/intern/moto/include/MT_MinMax.h U tuhopuu2/intern/moto/include/MT_Optimize.h U tuhopuu2/intern/moto/include/MT_Plane3.h U tuhopuu2/intern/moto/include/MT_Plane3.inl U tuhopuu2/intern/moto/include/MT_Point2.h U tuhopuu2/intern/moto/include/MT_Point2.inl U tuhopuu2/intern/moto/include/MT_Point3.h U tuhopuu2/intern/moto/include/MT_Point3.inl U tuhopuu2/intern/moto/include/MT_Quaternion.h U tuhopuu2/intern/moto/include/MT_Quaternion.inl U tuhopuu2/intern/moto/include/MT_random.h U tuhopuu2/intern/moto/include/MT_Scalar.h U tuhopuu2/intern/moto/include/MT_Stream.h U tuhopuu2/intern/moto/include/MT_Transform.h U tuhopuu2/intern/moto/include/MT_Tuple2.h U tuhopuu2/intern/moto/include/MT_Tuple3.h U tuhopuu2/intern/moto/include/MT_Tuple4.h U tuhopuu2/intern/moto/include/MT_Vector2.h U tuhopuu2/intern/moto/include/MT_Vector2.inl U tuhopuu2/intern/moto/include/MT_Vector3.h U tuhopuu2/intern/moto/include/MT_Vector3.inl U tuhopuu2/intern/moto/include/MT_Vector4.h U tuhopuu2/intern/moto/include/MT_Vector4.inl U tuhopuu2/intern/moto/include/NM_Scalar.h U tuhopuu2/intern/moto/intern/Makefile U tuhopuu2/intern/moto/intern/MT_CmMatrix4x4.cpp U tuhopuu2/intern/moto/intern/MT_Matrix3x3.cpp U tuhopuu2/intern/moto/intern/MT_Matrix4x4.cpp U tuhopuu2/intern/moto/intern/MT_Plane3.cpp U tuhopuu2/intern/moto/intern/MT_Point3.cpp U tuhopuu2/intern/moto/intern/MT_Quaternion.cpp U tuhopuu2/intern/moto/intern/MT_random.cpp U tuhopuu2/intern/moto/intern/MT_Transform.cpp U tuhopuu2/intern/moto/intern/MT_Vector2.cpp U tuhopuu2/intern/moto/intern/MT_Vector3.cpp U tuhopuu2/intern/moto/intern/MT_Vector4.cpp U tuhopuu2/intern/moto/make/msvc_6_0/MoTo.dsp U tuhopuu2/intern/moto/make/msvc_6_0/MoTo.dsw U tuhopuu2/intern/moto/make/msvc_7_0/moto.sln U tuhopuu2/intern/moto/make/msvc_7_0/moto.vcproj C tuhopuu2/intern/opennl/Makefile C tuhopuu2/intern/opennl/SConscript C tuhopuu2/intern/opennl/doc/OpenNL_License.txt C tuhopuu2/intern/opennl/doc/OpenNL_Readme.txt C tuhopuu2/intern/opennl/doc/SuperLU_License.txt C tuhopuu2/intern/opennl/doc/SuperLU_Readme.txt C tuhopuu2/intern/opennl/extern/ONL_opennl.h C tuhopuu2/intern/opennl/intern/Makefile C tuhopuu2/intern/opennl/intern/opennl.c C tuhopuu2/intern/opennl/make/msvc_6_0/OpenNL.dsp C tuhopuu2/intern/opennl/make/msvc_6_0/OpenNL.dsw N tuhopuu2/intern/opennl/make/msvc_7_0/opennl.vcproj C tuhopuu2/intern/opennl/superlu/Cnames.h C tuhopuu2/intern/opennl/superlu/colamd.c C tuhopuu2/intern/opennl/superlu/colamd.h C tuhopuu2/intern/opennl/superlu/get_perm_c.c C tuhopuu2/intern/opennl/superlu/heap_relax_snode.c C tuhopuu2/intern/opennl/superlu/lsame.c C tuhopuu2/intern/opennl/superlu/Makefile C tuhopuu2/intern/opennl/superlu/memory.c C tuhopuu2/intern/opennl/superlu/mmd.c C tuhopuu2/intern/opennl/superlu/relax_snode.c C tuhopuu2/intern/opennl/superlu/scolumn_bmod.c C tuhopuu2/intern/opennl/superlu/scolumn_dfs.c C tuhopuu2/intern/opennl/superlu/scopy_to_ucol.c C tuhopuu2/intern/opennl/superlu/sgssv.c C tuhopuu2/intern/opennl/superlu/sgstrf.c C tuhopuu2/intern/opennl/superlu/sgstrs.c C tuhopuu2/intern/opennl/superlu/smemory.c C tuhopuu2/intern/opennl/superlu/smyblas2.c C tuhopuu2/intern/opennl/superlu/sp_coletree.c C tuhopuu2/intern/opennl/superlu/sp_ienv.c C tuhopuu2/intern/opennl/superlu/sp_preorder.c C tuhopuu2/intern/opennl/superlu/spanel_bmod.c C tuhopuu2/intern/opennl/superlu/spanel_dfs.c C tuhopuu2/intern/opennl/superlu/spivotL.c C tuhopuu2/intern/opennl/superlu/spruneL.c C tuhopuu2/intern/opennl/superlu/ssnode_bmod.c C tuhopuu2/intern/opennl/superlu/ssnode_dfs.c C tuhopuu2/intern/opennl/superlu/ssp_blas2.c C tuhopuu2/intern/opennl/superlu/ssp_blas3.c C tuhopuu2/intern/opennl/superlu/ssp_defs.h C tuhopuu2/intern/opennl/superlu/strsv.c C tuhopuu2/intern/opennl/superlu/superlu_timer.c C tuhopuu2/intern/opennl/superlu/supermatrix.h C tuhopuu2/intern/opennl/superlu/sutil.c C tuhopuu2/intern/opennl/superlu/util.c C tuhopuu2/intern/opennl/superlu/util.h C tuhopuu2/intern/opennl/superlu/xerbla.c U tuhopuu2/intern/SoundSystem/Makefile U 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 C 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 C tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.cpp C tuhopuu2/intern/SoundSystem/openal/SND_OpenALDevice.h U tuhopuu2/intern/SoundSystem/sdl/Makefile U tuhopuu2/intern/SoundSystem/sdl/SND_SDLCDDevice.cpp U tuhopuu2/intern/SoundSystem/sdl/SND_SDLCDDevice.h U tuhopuu2/intern/SoundSystem/SND_test/Makefile U tuhopuu2/intern/SoundSystem/SND_test/SND_test.c U tuhopuu2/intern/string/Makefile U tuhopuu2/intern/string/SConscript U tuhopuu2/intern/string/STR_HashedString.h U tuhopuu2/intern/string/STR_String.h U tuhopuu2/intern/string/intern/Makefile U tuhopuu2/intern/string/intern/STR_String.cpp U tuhopuu2/intern/string/make/msvc_6_0/string.dsp U tuhopuu2/intern/string/make/msvc_6_0/string.dsw U tuhopuu2/intern/string/make/msvc_7_0/string.sln U tuhopuu2/intern/string/make/msvc_7_0/string.vcproj U tuhopuu2/intern/tools/cpifdiff.sh U tuhopuu2/intern/tools/cvs-tools/cvsdiff U tuhopuu2/intern/tools/tinderbox/.tinderboxrc U tuhopuu2/intern/tools/tinderbox/daily.sh U tuhopuu2/intern/tools/tinderbox/hourly.sh U tuhopuu2/intern/tools/tinderbox/Makefile U tuhopuu2/intern/tools/tinderbox/tinderbox-blender.pl U tuhopuu2/intern/tools/update-cvs/dotex.pl U tuhopuu2/intern/tools/update-cvs/Makefile U tuhopuu2/intern/tools/update-cvs/update-cvs.sh U tuhopuu2/intern/tools/update-cvs/update-doxygen.sh U tuhopuu2/make/example_scripts/linux_nanmakefiles.sh U tuhopuu2/make/example_scripts/macos_nanmakefiles.sh U tuhopuu2/make/example_scripts/sunos_nanmakefiles.sh 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/hr.po U tuhopuu2/po/it.po U tuhopuu2/po/ja.po U tuhopuu2/po/Makefile U tuhopuu2/po/nl.po U tuhopuu2/po/pl.po U tuhopuu2/po/pt_br.po U tuhopuu2/po/ru.po U tuhopuu2/po/sv.po U tuhopuu2/po/zh_CN.po C tuhopuu2/projectfiles/blender/blender.dsp 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_readblenfile/BLO_readblenfile.dsp C tuhopuu2/projectfiles/blender/BPY_python/BPY_python.dsp U tuhopuu2/projectfiles/blender/ftfont/FTF_ftfont.dsp U tuhopuu2/projectfiles/blender/glut/BL_glut.dsp U tuhopuu2/projectfiles/blender/imbuf/BL_imbuf.dsp U tuhopuu2/projectfiles/blender/img/BL_img.dsp U tuhopuu2/projectfiles/blender/loader/BLO_loader.dsp U tuhopuu2/projectfiles/blender/makesdna/DNA_makesdna.dsp U tuhopuu2/projectfiles/blender/radiosity/BRA_radiosity.dsp U tuhopuu2/projectfiles/blender/render/BRE_render.dsp U tuhopuu2/projectfiles/blender/renderconverter/BRE_renderconverter.dsp C 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 C 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/projectfiles_vc7/blender/blender.sln U tuhopuu2/projectfiles_vc7/blender/blender.vcproj U tuhopuu2/projectfiles_vc7/blender/avi/BL_avi.vcproj U tuhopuu2/projectfiles_vc7/blender/blenkernel/BKE_blenkernel.vcproj U tuhopuu2/projectfiles_vc7/blender/blenlib/BLI_blenlib.vcproj U tuhopuu2/projectfiles_vc7/blender/blenpluginapi/blenpluginapi/blenpluginapi.vcproj U tuhopuu2/projectfiles_vc7/blender/BLO_readblenfile/BLO_readblenfile.vcproj U tuhopuu2/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj U tuhopuu2/projectfiles_vc7/blender/ftfont/FTF_ftfont.vcproj U tuhopuu2/projectfiles_vc7/blender/imbuf/BL_imbuf.vcproj U tuhopuu2/projectfiles_vc7/blender/img/BL_img.vcproj U tuhopuu2/projectfiles_vc7/blender/loader/BLO_loader.vcproj U tuhopuu2/projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj U tuhopuu2/projectfiles_vc7/blender/radiosity/BRA_radiosity.vcproj U tuhopuu2/projectfiles_vc7/blender/render/BRE_render.vcproj U tuhopuu2/projectfiles_vc7/blender/renderconverter/BRE_renderconverter.vcproj U tuhopuu2/projectfiles_vc7/blender/src/BL_src.vcproj U tuhopuu2/projectfiles_vc7/blender/src/BL_src_cre.vcproj U tuhopuu2/projectfiles_vc7/blender/yafray/BRE_yafray.vcproj U tuhopuu2/projectfiles_vc7/gameengine/blenderhook/KX_blenderhook.vcproj U tuhopuu2/projectfiles_vc7/gameengine/converter/KX_converter.vcproj U tuhopuu2/projectfiles_vc7/gameengine/expression/EXP_expressions.vcproj U tuhopuu2/projectfiles_vc7/gameengine/gamelogic/SCA_GameLogic.vcproj U tuhopuu2/projectfiles_vc7/gameengine/gameplayer/axctl/GP_axctl.vcproj U tuhopuu2/projectfiles_vc7/gameengine/gameplayer/common/GP_common.vcproj U tuhopuu2/projectfiles_vc7/gameengine/gameplayer/ghost/GP_ghost.vcproj U tuhopuu2/projectfiles_vc7/gameengine/ketsji/KX_ketsji.vcproj U tuhopuu2/projectfiles_vc7/gameengine/ketsji/network/KX_network.vcproj U tuhopuu2/projectfiles_vc7/gameengine/network/loopbacknetwork/NG_loopbacknetwork.vcproj U tuhopuu2/projectfiles_vc7/gameengine/network/network/NG_network.vcproj U tuhopuu2/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Physics.vcproj U tuhopuu2/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Dummy/PHY_Dummy.vcproj U tuhopuu2/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Ode/PHY_Ode.vcproj U tuhopuu2/projectfiles_vc7/gameengine/physics/PHY_Physics/PHY_Sumo/PHY_Sumo.vcproj U tuhopuu2/projectfiles_vc7/gameengine/rasterizer/RAS_rasterizer.vcproj U tuhopuu2/projectfiles_vc7/gameengine/rasterizer/openglrasterizer/RAS_openglrasterizer.vcproj U tuhopuu2/projectfiles_vc7/gameengine/scenegraph/SG_SceneGraph.vcproj U tuhopuu2/projectfiles_vc7/kernel/gen_messaging/gen_messaging.vcproj U tuhopuu2/projectfiles_vc7/kernel/system/SYS_system.vcproj U tuhopuu2/projectfiles_vc7/sumo/fuzzics/fuzzics.vcproj U tuhopuu2/projectfiles_vc7/sumo/fuzzics/SM_fuzzics.vcproj U tuhopuu2/projectfiles_vc7/sumo/moto/SM_moto.dsp U tuhopuu2/projectfiles_vc7/sumo/solid/SM_solid.dsp C 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/KUlang.txt U tuhopuu2/release/bpydata/readme.txt U tuhopuu2/release/datafiles/.Bfont U tuhopuu2/release/datafiles/.Bfs C 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 N tuhopuu2/release/scripts/Apply_def.py U tuhopuu2/release/scripts/batch_name_edit.py U tuhopuu2/release/scripts/bevel_center.py U tuhopuu2/release/scripts/blender2cal3d.py U tuhopuu2/release/scripts/bvh_export.py U tuhopuu2/release/scripts/bvh_import.py U tuhopuu2/release/scripts/DirectX8Exporter.py U tuhopuu2/release/scripts/DirectXExporter.py N tuhopuu2/release/scripts/disp_paint.py U tuhopuu2/release/scripts/doc_browser.py U tuhopuu2/release/scripts/fixfromarmature.py N tuhopuu2/release/scripts/help_getting_started.py N tuhopuu2/release/scripts/help_manual.py N tuhopuu2/release/scripts/help_py_reference.py N tuhopuu2/release/scripts/help_release_notes.py N tuhopuu2/release/scripts/help_tutorials.py N tuhopuu2/release/scripts/help_web_blender.py N tuhopuu2/release/scripts/help_web_devcomm.py N tuhopuu2/release/scripts/help_web_eshop.py N tuhopuu2/release/scripts/help_web_usercomm.py U tuhopuu2/release/scripts/hotkeys.py U tuhopuu2/release/scripts/kloputils.py U tuhopuu2/release/scripts/knife.py U tuhopuu2/release/scripts/lightwave_export.py U tuhopuu2/release/scripts/lightwave_import.py U tuhopuu2/release/scripts/mod_blender.py U tuhopuu2/release/scripts/mod_meshtools.py U tuhopuu2/release/scripts/nendo_export.py U tuhopuu2/release/scripts/nendo_import.py U tuhopuu2/release/scripts/obdatacopier.py U tuhopuu2/release/scripts/obj_export.py U tuhopuu2/release/scripts/obj_import.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/renameobjectbyblock.py U tuhopuu2/release/scripts/rvk1_torvk2.py N tuhopuu2/release/scripts/sel_same.py U tuhopuu2/release/scripts/slp_import.py U tuhopuu2/release/scripts/sysinfo.py U tuhopuu2/release/scripts/truespace_export.py U tuhopuu2/release/scripts/truespace_import.py U tuhopuu2/release/scripts/unweld044.py U tuhopuu2/release/scripts/uv_export.py U tuhopuu2/release/scripts/UVpaint05.py U tuhopuu2/release/scripts/videoscape_export.py U tuhopuu2/release/scripts/wings_export.py U tuhopuu2/release/scripts/wings_import.py U tuhopuu2/release/scripts/wrl2export.py U tuhopuu2/release/text/blender.html U tuhopuu2/release/text/copyright.txt U tuhopuu2/release/text/GPL-license.txt U tuhopuu2/release/text/Python-license.txt U tuhopuu2/release/text/release_226.txt U tuhopuu2/release/text/release_227.txt U tuhopuu2/release/text/release_228.txt U tuhopuu2/release/text/release_228a.txt 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/text/release_233.txt U tuhopuu2/release/text/release_233a.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 N tuhopuu2/release/windows/extra/Python23.zip N tuhopuu2/release/windows/extra/zlib.pyd 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 N tuhopuu2/release/windows/installer/00.sconsblender.nsi 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/data.ini U tuhopuu2/release/windows/installer/input/24bits-image.bmp U tuhopuu2/release/windows/publ_installer/00.installer.adx U tuhopuu2/release/windows/publ_installer/00.installer.ico U tuhopuu2/release/windows/publ_installer/01.installer.bmp U tuhopuu2/release/windows/publ_installer/01.welcome.rtf U tuhopuu2/release/windows/publ_installer/02.copyright.txt U tuhopuu2/release/windows/publ_installer/03.readme.txt U tuhopuu2/release/windows/publ_installer/04.folder.rtf U tuhopuu2/release/windows/publ_installer/05.progress.rtf U tuhopuu2/release/windows/publ_installer/06.complete.rtf U tuhopuu2/source/.obj.Makefile C tuhopuu2/source/Makefile U tuhopuu2/source/nan_compile.mk C tuhopuu2/source/nan_definitions.mk C tuhopuu2/source/nan_link.mk C tuhopuu2/source/nan_subdirs.mk U tuhopuu2/source/nan_warn.mk U tuhopuu2/source/SConscript U tuhopuu2/source/blender/.obj.Makefile U tuhopuu2/source/blender/Makefile U tuhopuu2/source/blender/SConscript U tuhopuu2/source/blender/avi/AVI_avi.h U tuhopuu2/source/blender/avi/Makefile U tuhopuu2/source/blender/avi/SConscript U tuhopuu2/source/blender/avi/intern/avi.c U tuhopuu2/source/blender/avi/intern/avi_intern.h U tuhopuu2/source/blender/avi/intern/avirgb.c U tuhopuu2/source/blender/avi/intern/avirgb.h U tuhopuu2/source/blender/avi/intern/codecs.c U tuhopuu2/source/blender/avi/intern/endian.c U tuhopuu2/source/blender/avi/intern/endian.h U tuhopuu2/source/blender/avi/intern/Makefile U tuhopuu2/source/blender/avi/intern/mjpeg.c U tuhopuu2/source/blender/avi/intern/mjpeg.h U tuhopuu2/source/blender/avi/intern/options.c U tuhopuu2/source/blender/avi/intern/rgb32.c U tuhopuu2/source/blender/avi/intern/rgb32.h U tuhopuu2/source/blender/blenkernel/BKE_action.h U tuhopuu2/source/blender/blenkernel/BKE_anim.h U tuhopuu2/source/blender/blenkernel/BKE_armature.h U tuhopuu2/source/blender/blenkernel/BKE_bad_level_calls.h U tuhopuu2/source/blender/blenkernel/BKE_blender.h U tuhopuu2/source/blender/blenkernel/BKE_bmfont.h U tuhopuu2/source/blender/blenkernel/BKE_bmfont_types.h U tuhopuu2/source/blender/blenkernel/BKE_booleanops.h U tuhopuu2/source/blender/blenkernel/BKE_booleanops_mesh.h U tuhopuu2/source/blender/blenkernel/BKE_constraint.h U tuhopuu2/source/blender/blenkernel/BKE_curve.h U tuhopuu2/source/blender/blenkernel/BKE_deform.h C 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 C tuhopuu2/source/blender/blenkernel/BKE_global.h U tuhopuu2/source/blender/blenkernel/BKE_group.h U tuhopuu2/source/blender/blenkernel/BKE_ika.h U tuhopuu2/source/blender/blenkernel/BKE_image.h U tuhopuu2/source/blender/blenkernel/BKE_ipo.h U tuhopuu2/source/blender/blenkernel/BKE_key.h U tuhopuu2/source/blender/blenkernel/BKE_lattice.h U tuhopuu2/source/blender/blenkernel/BKE_library.h U tuhopuu2/source/blender/blenkernel/BKE_main.h U tuhopuu2/source/blender/blenkernel/BKE_material.h U tuhopuu2/source/blender/blenkernel/BKE_mball.h C tuhopuu2/source/blender/blenkernel/BKE_mesh.h U tuhopuu2/source/blender/blenkernel/BKE_nla.h C 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 C tuhopuu2/source/blender/blenkernel/BKE_texture.h C tuhopuu2/source/blender/blenkernel/BKE_utildefines.h U tuhopuu2/source/blender/blenkernel/BKE_world.h U tuhopuu2/source/blender/blenkernel/BKE_writeavi.h U tuhopuu2/source/blender/blenkernel/Makefile U tuhopuu2/source/blender/blenkernel/SConscript U tuhopuu2/source/blender/blenkernel/bad_level_call_stubs/Makefile U tuhopuu2/source/blender/blenkernel/bad_level_call_stubs/SConscript C 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 C tuhopuu2/source/blender/blenkernel/intern/blender.c U tuhopuu2/source/blender/blenkernel/intern/bmfont.c U tuhopuu2/source/blender/blenkernel/intern/constraint.c U tuhopuu2/source/blender/blenkernel/intern/curve.c U tuhopuu2/source/blender/blenkernel/intern/deform.c C tuhopuu2/source/blender/blenkernel/intern/displist.c C tuhopuu2/source/blender/blenkernel/intern/effect.c C tuhopuu2/source/blender/blenkernel/intern/exotic.c C 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 C 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 C tuhopuu2/source/blender/blenkernel/intern/mesh.c U tuhopuu2/source/blender/blenkernel/intern/nla.c C tuhopuu2/source/blender/blenkernel/intern/object.c U tuhopuu2/source/blender/blenkernel/intern/packedFile.c U tuhopuu2/source/blender/blenkernel/intern/property.c U tuhopuu2/source/blender/blenkernel/intern/sca.c 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 C tuhopuu2/source/blender/blenkernel/intern/subsurf.c U tuhopuu2/source/blender/blenkernel/intern/text.c C tuhopuu2/source/blender/blenkernel/intern/texture.c U tuhopuu2/source/blender/blenkernel/intern/world.c U tuhopuu2/source/blender/blenkernel/intern/writeavi.c C tuhopuu2/source/blender/blenlib/BLI_arithb.h U tuhopuu2/source/blender/blenlib/BLI_blenlib.h U tuhopuu2/source/blender/blenlib/BLI_dynstr.h C tuhopuu2/source/blender/blenlib/BLI_editVert.h U tuhopuu2/source/blender/blenlib/BLI_ghash.h U tuhopuu2/source/blender/blenlib/BLI_gsqueue.h U tuhopuu2/source/blender/blenlib/BLI_linklist.h U tuhopuu2/source/blender/blenlib/BLI_memarena.h U tuhopuu2/source/blender/blenlib/BLI_rand.h U tuhopuu2/source/blender/blenlib/BLI_storage_types.h U tuhopuu2/source/blender/blenlib/BLI_vfontdata.h U tuhopuu2/source/blender/blenlib/BLI_winstuff.h U tuhopuu2/source/blender/blenlib/Makefile U tuhopuu2/source/blender/blenlib/MTC_matrixops.h U tuhopuu2/source/blender/blenlib/MTC_vectorops.h U tuhopuu2/source/blender/blenlib/PIL_dynlib.h U tuhopuu2/source/blender/blenlib/PIL_time.h U tuhopuu2/source/blender/blenlib/SConscript C tuhopuu2/source/blender/blenlib/intern/arithb.c U tuhopuu2/source/blender/blenlib/intern/BLI_callbacks.h U tuhopuu2/source/blender/blenlib/intern/BLI_dynstr.c U tuhopuu2/source/blender/blenlib/intern/BLI_fileops.h U tuhopuu2/source/blender/blenlib/intern/BLI_ghash.c U tuhopuu2/source/blender/blenlib/intern/BLI_linklist.c U tuhopuu2/source/blender/blenlib/intern/BLI_memarena.c U tuhopuu2/source/blender/blenlib/intern/BLI_scanfill.h U tuhopuu2/source/blender/blenlib/intern/BLI_storage.h U tuhopuu2/source/blender/blenlib/intern/BLI_util.h U tuhopuu2/source/blender/blenlib/intern/dynlib.c U tuhopuu2/source/blender/blenlib/intern/fileops.c U tuhopuu2/source/blender/blenlib/intern/freetypefont.c U tuhopuu2/source/blender/blenlib/intern/gsqueue.c U tuhopuu2/source/blender/blenlib/intern/Makefile U tuhopuu2/source/blender/blenlib/intern/matrixops.c U tuhopuu2/source/blender/blenlib/intern/noise.c U tuhopuu2/source/blender/blenlib/intern/psfont.c U tuhopuu2/source/blender/blenlib/intern/rand.c U tuhopuu2/source/blender/blenlib/intern/rct.c U tuhopuu2/source/blender/blenlib/intern/scanfill.c U tuhopuu2/source/blender/blenlib/intern/storage.c U tuhopuu2/source/blender/blenlib/intern/time.c U tuhopuu2/source/blender/blenlib/intern/util.c U tuhopuu2/source/blender/blenlib/intern/vectorops.c U tuhopuu2/source/blender/blenlib/intern/winstuff.c U tuhopuu2/source/blender/blenloader/BLO_genfile.h U tuhopuu2/source/blender/blenloader/BLO_readfile.h U tuhopuu2/source/blender/blenloader/BLO_soundfile.h U tuhopuu2/source/blender/blenloader/BLO_sys_types.h U tuhopuu2/source/blender/blenloader/BLO_writefile.h U tuhopuu2/source/blender/blenloader/Makefile U tuhopuu2/source/blender/blenloader/SConscript U tuhopuu2/source/blender/blenloader/intern/genfile.c U tuhopuu2/source/blender/blenloader/intern/genfile.h U tuhopuu2/source/blender/blenloader/intern/Makefile U tuhopuu2/source/blender/blenloader/intern/readblenentry.c C tuhopuu2/source/blender/blenloader/intern/readfile.c U tuhopuu2/source/blender/blenloader/intern/readfile.h C tuhopuu2/source/blender/blenloader/intern/writefile.c U tuhopuu2/source/blender/blenpluginapi/documentation.h U tuhopuu2/source/blender/blenpluginapi/floatpatch.h U tuhopuu2/source/blender/blenpluginapi/iff.h U tuhopuu2/source/blender/blenpluginapi/Makefile U tuhopuu2/source/blender/blenpluginapi/plugin.h U tuhopuu2/source/blender/blenpluginapi/SConscript U tuhopuu2/source/blender/blenpluginapi/util.h U tuhopuu2/source/blender/blenpluginapi/intern/Makefile U tuhopuu2/source/blender/blenpluginapi/intern/pluginapi.c U tuhopuu2/source/blender/ftfont/FTF_Api.h U tuhopuu2/source/blender/ftfont/FTF_Settings.h U tuhopuu2/source/blender/ftfont/Makefile U tuhopuu2/source/blender/ftfont/SConscript U tuhopuu2/source/blender/ftfont/intern/FTF_Api.cpp U tuhopuu2/source/blender/ftfont/intern/FTF_TTFont.cpp U tuhopuu2/source/blender/ftfont/intern/FTF_TTFont.h U tuhopuu2/source/blender/ftfont/intern/Makefile U tuhopuu2/source/blender/imbuf/IMB_imbuf.h U tuhopuu2/source/blender/imbuf/IMB_imbuf_types.h U tuhopuu2/source/blender/imbuf/Makefile U tuhopuu2/source/blender/imbuf/readme.txt U tuhopuu2/source/blender/imbuf/SConscript U tuhopuu2/source/blender/imbuf/intern/allocimbuf.c U tuhopuu2/source/blender/imbuf/intern/amiga.c U tuhopuu2/source/blender/imbuf/intern/anim.c U tuhopuu2/source/blender/imbuf/intern/anim5.c U tuhopuu2/source/blender/imbuf/intern/antialias.c U tuhopuu2/source/blender/imbuf/intern/bitplanes.c U tuhopuu2/source/blender/imbuf/intern/bmp.c U tuhopuu2/source/blender/imbuf/intern/cmap.c U tuhopuu2/source/blender/imbuf/intern/cspace.c U tuhopuu2/source/blender/imbuf/intern/data.c U tuhopuu2/source/blender/imbuf/intern/dither.c U tuhopuu2/source/blender/imbuf/intern/divers.c U tuhopuu2/source/blender/imbuf/intern/filter.c U tuhopuu2/source/blender/imbuf/intern/ham.c U tuhopuu2/source/blender/imbuf/intern/hamx.c U tuhopuu2/source/blender/imbuf/intern/iff.c U tuhopuu2/source/blender/imbuf/intern/imageprocess.c U tuhopuu2/source/blender/imbuf/intern/IMB_allocimbuf.h U tuhopuu2/source/blender/imbuf/intern/IMB_amiga.h U tuhopuu2/source/blender/imbuf/intern/IMB_anim.h U tuhopuu2/source/blender/imbuf/intern/IMB_anim5.h U tuhopuu2/source/blender/imbuf/intern/IMB_bitplanes.h U tuhopuu2/source/blender/imbuf/intern/IMB_bmp.h U tuhopuu2/source/blender/imbuf/intern/IMB_cmap.h U tuhopuu2/source/blender/imbuf/intern/IMB_divers.h U tuhopuu2/source/blender/imbuf/intern/IMB_filter.h U tuhopuu2/source/blender/imbuf/intern/IMB_ham.h U tuhopuu2/source/blender/imbuf/intern/IMB_hamx.h U tuhopuu2/source/blender/imbuf/intern/IMB_iff.h U tuhopuu2/source/blender/imbuf/intern/IMB_iris.h U tuhopuu2/source/blender/imbuf/intern/IMB_jpeg.h U tuhopuu2/source/blender/imbuf/intern/IMB_png.h U tuhopuu2/source/blender/imbuf/intern/IMB_targa.h U tuhopuu2/source/blender/imbuf/intern/imbuf.h U tuhopuu2/source/blender/imbuf/intern/imbuf_patch.h U tuhopuu2/source/blender/imbuf/intern/iris.c U tuhopuu2/source/blender/imbuf/intern/jpeg.c U tuhopuu2/source/blender/imbuf/intern/Makefile U tuhopuu2/source/blender/imbuf/intern/matrix.h U tuhopuu2/source/blender/imbuf/intern/png.c U tuhopuu2/source/blender/imbuf/intern/readimage.c U tuhopuu2/source/blender/imbuf/intern/rectop.c U tuhopuu2/source/blender/imbuf/intern/rotate.c U tuhopuu2/source/blender/imbuf/intern/scaling.c U tuhopuu2/source/blender/imbuf/intern/targa.c U tuhopuu2/source/blender/imbuf/intern/util.c U tuhopuu2/source/blender/imbuf/intern/writeimage.c U tuhopuu2/source/blender/img/IMG_Api.h U tuhopuu2/source/blender/img/Makefile U tuhopuu2/source/blender/img/SConscript U tuhopuu2/source/blender/img/intern/IMG_Api.cpp U tuhopuu2/source/blender/img/intern/IMG_BrushRGBA32.cpp U tuhopuu2/source/blender/img/intern/IMG_BrushRGBA32.h U tuhopuu2/source/blender/img/intern/IMG_CanvasRGBA32.cpp U tuhopuu2/source/blender/img/intern/IMG_CanvasRGBA32.h U tuhopuu2/source/blender/img/intern/IMG_Color.h U tuhopuu2/source/blender/img/intern/IMG_Line.cpp U tuhopuu2/source/blender/img/intern/IMG_Line.h U tuhopuu2/source/blender/img/intern/IMG_MemPtr.h U tuhopuu2/source/blender/img/intern/IMG_Pixmap.cpp U tuhopuu2/source/blender/img/intern/IMG_Pixmap.h U tuhopuu2/source/blender/img/intern/IMG_PixmapRGBA32.cpp U tuhopuu2/source/blender/img/intern/IMG_PixmapRGBA32.h U tuhopuu2/source/blender/img/intern/IMG_Rect.cpp U tuhopuu2/source/blender/img/intern/IMG_Rect.h U tuhopuu2/source/blender/img/intern/IMG_Types.h U tuhopuu2/source/blender/img/intern/Makefile U tuhopuu2/source/blender/include/BDR_drawaction.h U tuhopuu2/source/blender/include/BDR_drawmesh.h U tuhopuu2/source/blender/include/BDR_drawobject.h U tuhopuu2/source/blender/include/BDR_editcurve.h U tuhopuu2/source/blender/include/BDR_editface.h U tuhopuu2/source/blender/include/BDR_editmball.h C tuhopuu2/source/blender/include/BDR_editobject.h C tuhopuu2/source/blender/include/BDR_unwrapper.h U tuhopuu2/source/blender/include/BDR_vpaint.h C 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 C tuhopuu2/source/blender/include/BIF_editmesh.h U tuhopuu2/source/blender/include/BIF_editnla.h U tuhopuu2/source/blender/include/BIF_editoops.h U tuhopuu2/source/blender/include/BIF_editsca.h U tuhopuu2/source/blender/include/BIF_editseq.h C tuhopuu2/source/blender/include/BIF_editsima.h U tuhopuu2/source/blender/include/BIF_editsound.h U tuhopuu2/source/blender/include/BIF_editview.h U tuhopuu2/source/blender/include/BIF_fsmenu.h U tuhopuu2/source/blender/include/BIF_gl.h U tuhopuu2/source/blender/include/BIF_glutil.h U tuhopuu2/source/blender/include/BIF_graphics.h U tuhopuu2/source/blender/include/BIF_imasel.h C tuhopuu2/source/blender/include/BIF_interface.h U tuhopuu2/source/blender/include/BIF_keyval.h U tuhopuu2/source/blender/include/BIF_language.h U tuhopuu2/source/blender/include/BIF_mainqueue.h U tuhopuu2/source/blender/include/BIF_mywindow.h U tuhopuu2/source/blender/include/BIF_oops.h U tuhopuu2/source/blender/include/BIF_poseobject.h U tuhopuu2/source/blender/include/BIF_previewrender.h U tuhopuu2/source/blender/include/BIF_renderwin.h C tuhopuu2/source/blender/include/BIF_resources.h U tuhopuu2/source/blender/include/BIF_scrarea.h C tuhopuu2/source/blender/include/BIF_screen.h C 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 C 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 C tuhopuu2/source/blender/include/BSE_editipo.h C 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 C tuhopuu2/source/blender/include/butspace.h U tuhopuu2/source/blender/include/datatoc.h U tuhopuu2/source/blender/include/editlattice_ext.h C tuhopuu2/source/blender/include/interface.h U tuhopuu2/source/blender/include/keyed_functions.h U tuhopuu2/source/blender/include/license_key.h U tuhopuu2/source/blender/include/LOD_DependKludge.h C tuhopuu2/source/blender/include/mydevice.h U tuhopuu2/source/blender/include/nla.h U tuhopuu2/source/blender/include/objfnt.h U tuhopuu2/source/blender/include/particle_effect.h U tuhopuu2/source/blender/include/playanim_ext.h U tuhopuu2/source/blender/include/TPT_DependKludge.h U tuhopuu2/source/blender/makesdna/DNA_action_types.h U tuhopuu2/source/blender/makesdna/DNA_actuator_types.h U tuhopuu2/source/blender/makesdna/DNA_armature_types.h C 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 C tuhopuu2/source/blender/makesdna/DNA_curve_types.h U tuhopuu2/source/blender/makesdna/DNA_documentation.h C 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 C 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 C tuhopuu2/source/blender/makesdna/DNA_material_types.h C tuhopuu2/source/blender/makesdna/DNA_mesh_types.h C tuhopuu2/source/blender/makesdna/DNA_meshdata_types.h U tuhopuu2/source/blender/makesdna/DNA_meta_types.h U tuhopuu2/source/blender/makesdna/DNA_nla_types.h C tuhopuu2/source/blender/makesdna/DNA_object_types.h U tuhopuu2/source/blender/makesdna/DNA_oops_types.h U tuhopuu2/source/blender/makesdna/DNA_packedFile_types.h U tuhopuu2/source/blender/makesdna/DNA_property_types.h U tuhopuu2/source/blender/makesdna/DNA_radio_types.h C 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 C 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 C 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 U tuhopuu2/source/blender/makesdna/SConscript U tuhopuu2/source/blender/makesdna/intern/Makefile U tuhopuu2/source/blender/makesdna/intern/makesdna.c U 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 N tuhopuu2/source/blender/python/api2_2x/0-todo.txt 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 N tuhopuu2/source/blender/python/api2_2x/CurNurb.c N tuhopuu2/source/blender/python/api2_2x/CurNurb.h U tuhopuu2/source/blender/python/api2_2x/Curve.c U tuhopuu2/source/blender/python/api2_2x/Curve.h U tuhopuu2/source/blender/python/api2_2x/Draw.c U tuhopuu2/source/blender/python/api2_2x/Draw.h U tuhopuu2/source/blender/python/api2_2x/Effect.c U tuhopuu2/source/blender/python/api2_2x/Effect.h U tuhopuu2/source/blender/python/api2_2x/euler.c U tuhopuu2/source/blender/python/api2_2x/euler.h U tuhopuu2/source/blender/python/api2_2x/EXPP_interface.c U tuhopuu2/source/blender/python/api2_2x/EXPP_interface.h U tuhopuu2/source/blender/python/api2_2x/gen_utils.c U tuhopuu2/source/blender/python/api2_2x/gen_utils.h U tuhopuu2/source/blender/python/api2_2x/Image.c U tuhopuu2/source/blender/python/api2_2x/Image.h U tuhopuu2/source/blender/python/api2_2x/Ipo.c U tuhopuu2/source/blender/python/api2_2x/Ipo.h U tuhopuu2/source/blender/python/api2_2x/Ipocurve.c U tuhopuu2/source/blender/python/api2_2x/Ipocurve.h U tuhopuu2/source/blender/python/api2_2x/Lamp.c U tuhopuu2/source/blender/python/api2_2x/Lamp.h U tuhopuu2/source/blender/python/api2_2x/Lattice.c U tuhopuu2/source/blender/python/api2_2x/Lattice.h U tuhopuu2/source/blender/python/api2_2x/Library.c U tuhopuu2/source/blender/python/api2_2x/logic.c U tuhopuu2/source/blender/python/api2_2x/logic.h U tuhopuu2/source/blender/python/api2_2x/Makefile U tuhopuu2/source/blender/python/api2_2x/Material.c U tuhopuu2/source/blender/python/api2_2x/Material.h U tuhopuu2/source/blender/python/api2_2x/Mathutils.c U tuhopuu2/source/blender/python/api2_2x/Mathutils.h U tuhopuu2/source/blender/python/api2_2x/matrix.c U tuhopuu2/source/blender/python/api2_2x/matrix.h U tuhopuu2/source/blender/python/api2_2x/Metaball.c U tuhopuu2/source/blender/python/api2_2x/Metaball.h U tuhopuu2/source/blender/python/api2_2x/modules.h U tuhopuu2/source/blender/python/api2_2x/MTex.c U tuhopuu2/source/blender/python/api2_2x/MTex.h U tuhopuu2/source/blender/python/api2_2x/NLA.c U tuhopuu2/source/blender/python/api2_2x/NLA.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/Noise.c U tuhopuu2/source/blender/python/api2_2x/Object.c U tuhopuu2/source/blender/python/api2_2x/Object.h U tuhopuu2/source/blender/python/api2_2x/Particle.c U tuhopuu2/source/blender/python/api2_2x/Particle.h U tuhopuu2/source/blender/python/api2_2x/quat.c U tuhopuu2/source/blender/python/api2_2x/quat.h U tuhopuu2/source/blender/python/api2_2x/Registry.c U tuhopuu2/source/blender/python/api2_2x/Registry.h U tuhopuu2/source/blender/python/api2_2x/rgbTuple.c U tuhopuu2/source/blender/python/api2_2x/rgbTuple.h U tuhopuu2/source/blender/python/api2_2x/Scene.c U tuhopuu2/source/blender/python/api2_2x/Scene.h N tuhopuu2/source/blender/python/api2_2x/sceneRadio.c N tuhopuu2/source/blender/python/api2_2x/sceneRadio.h U tuhopuu2/source/blender/python/api2_2x/sceneRender.c U tuhopuu2/source/blender/python/api2_2x/sceneRender.h U tuhopuu2/source/blender/python/api2_2x/Sys.c U tuhopuu2/source/blender/python/api2_2x/Sys.h U tuhopuu2/source/blender/python/api2_2x/Text.c U tuhopuu2/source/blender/python/api2_2x/Text.h U tuhopuu2/source/blender/python/api2_2x/Texture.c U tuhopuu2/source/blender/python/api2_2x/Texture.h U tuhopuu2/source/blender/python/api2_2x/Types.c U tuhopuu2/source/blender/python/api2_2x/Types.h U tuhopuu2/source/blender/python/api2_2x/vector.c U tuhopuu2/source/blender/python/api2_2x/vector.h U tuhopuu2/source/blender/python/api2_2x/Wave.c U tuhopuu2/source/blender/python/api2_2x/Wave.h U tuhopuu2/source/blender/python/api2_2x/Window.c U tuhopuu2/source/blender/python/api2_2x/Window.h U tuhopuu2/source/blender/python/api2_2x/World.c U tuhopuu2/source/blender/python/api2_2x/World.h N tuhopuu2/source/blender/python/api2_2x/doc/API_intro.py 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/Bone.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/Library.py U tuhopuu2/source/blender/python/api2_2x/doc/Material.py U tuhopuu2/source/blender/python/api2_2x/doc/Mathutils.py U tuhopuu2/source/blender/python/api2_2x/doc/Metaball.py U tuhopuu2/source/blender/python/api2_2x/doc/Metaballdoc.txt U tuhopuu2/source/blender/python/api2_2x/doc/NLA.py U tuhopuu2/source/blender/python/api2_2x/doc/NMesh.py U tuhopuu2/source/blender/python/api2_2x/doc/Noise.py U tuhopuu2/source/blender/python/api2_2x/doc/Object.py N tuhopuu2/source/blender/python/api2_2x/doc/Radio.py U tuhopuu2/source/blender/python/api2_2x/doc/Registry.py U tuhopuu2/source/blender/python/api2_2x/doc/Render.py U tuhopuu2/source/blender/python/api2_2x/doc/Scene.py U tuhopuu2/source/blender/python/api2_2x/doc/Sys.py U tuhopuu2/source/blender/python/api2_2x/doc/testbgl.py U tuhopuu2/source/blender/python/api2_2x/doc/testcamera.py U tuhopuu2/source/blender/python/api2_2x/doc/testcurve.py U tuhopuu2/source/blender/python/api2_2x/doc/testeffect.py U tuhopuu2/source/blender/python/api2_2x/doc/testipo.py U tuhopuu2/source/blender/python/api2_2x/doc/testmball.py U tuhopuu2/source/blender/python/api2_2x/doc/testtext.py U tuhopuu2/source/blender/python/api2_2x/doc/testworld.py U tuhopuu2/source/blender/python/api2_2x/doc/Text.py U tuhopuu2/source/blender/python/api2_2x/doc/Texture.py U tuhopuu2/source/blender/python/api2_2x/doc/Types.py U tuhopuu2/source/blender/python/api2_2x/doc/Window.py U tuhopuu2/source/blender/python/api2_2x/doc/World.py U tuhopuu2/source/blender/python/api2_2x/doc/Worlddoc.txt U tuhopuu2/source/blender/quicktime/Makefile U tuhopuu2/source/blender/quicktime/quicktime_export.h U tuhopuu2/source/blender/quicktime/quicktime_import.h U tuhopuu2/source/blender/quicktime/SConscript U tuhopuu2/source/blender/quicktime/apple/Makefile U tuhopuu2/source/blender/quicktime/apple/quicktime_export.c U tuhopuu2/source/blender/quicktime/apple/quicktime_import.c U tuhopuu2/source/blender/radiosity/Makefile U tuhopuu2/source/blender/radiosity/SConscript U tuhopuu2/source/blender/radiosity/extern/include/radio.h U tuhopuu2/source/blender/radiosity/extern/include/radio_types.h U tuhopuu2/source/blender/radiosity/intern/Makefile U tuhopuu2/source/blender/radiosity/intern/source/Makefile U tuhopuu2/source/blender/radiosity/intern/source/raddisplay.c U tuhopuu2/source/blender/radiosity/intern/source/radfactors.c U tuhopuu2/source/blender/radiosity/intern/source/radio.c U tuhopuu2/source/blender/radiosity/intern/source/radnode.c U tuhopuu2/source/blender/radiosity/intern/source/radpostprocess.c U tuhopuu2/source/blender/radiosity/intern/source/radpreprocess.c U tuhopuu2/source/blender/radiosity/intern/source/radrender.c U tuhopuu2/source/blender/readblenfile/BLO_readblenfile.h U tuhopuu2/source/blender/readblenfile/Makefile U tuhopuu2/source/blender/readblenfile/SConscript U tuhopuu2/source/blender/readblenfile/intern/BLO_readblenfile.c U tuhopuu2/source/blender/readblenfile/intern/Makefile U tuhopuu2/source/blender/readblenfile/stub/BLO_readblenfileSTUB.c U tuhopuu2/source/blender/readblenfile/stub/Makefile U tuhopuu2/source/blender/readblenfile/test/Makefile U tuhopuu2/source/blender/readblenfile/test/test.c U tuhopuu2/source/blender/render/Makefile U tuhopuu2/source/blender/render/SConscript U tuhopuu2/source/blender/render/extern/include/render.h C 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 C 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/pixelblending.c U tuhopuu2/source/blender/render/intern/source/pixelshading.c U tuhopuu2/source/blender/render/intern/source/ray.c U tuhopuu2/source/blender/render/intern/source/RE_callbacks.c C tuhopuu2/source/blender/render/intern/source/rendercore.c U tuhopuu2/source/blender/render/intern/source/renderdatabase.c C tuhopuu2/source/blender/render/intern/source/renderHelp.c U tuhopuu2/source/blender/render/intern/source/renderPreAndPost.c C tuhopuu2/source/blender/render/intern/source/shadbuf.c C tuhopuu2/source/blender/render/intern/source/texture.c U tuhopuu2/source/blender/render/intern/source/vanillaRenderPipe.c C tuhopuu2/source/blender/render/intern/source/zbuf.c U tuhopuu2/source/blender/render/intern/source/zbufferdatastruct.c U tuhopuu2/source/blender/renderconverter/Makefile U tuhopuu2/source/blender/renderconverter/RE_renderconverter.h U tuhopuu2/source/blender/renderconverter/SConscript C tuhopuu2/source/blender/renderconverter/intern/convertBlenderScene.c U tuhopuu2/source/blender/renderconverter/intern/Makefile U tuhopuu2/source/blender/src/.BCkey U tuhopuu2/source/blender/src/.obj.Makefile U tuhopuu2/source/blender/src/B.blend.c U tuhopuu2/source/blender/src/Bfont.c C tuhopuu2/source/blender/src/blenderbuttons.c U tuhopuu2/source/blender/src/booleanops.c U tuhopuu2/source/blender/src/booleanops_mesh.c C tuhopuu2/source/blender/src/butspace.c C tuhopuu2/source/blender/src/buttons_editing.c C tuhopuu2/source/blender/src/buttons_logic.c C tuhopuu2/source/blender/src/buttons_object.c C tuhopuu2/source/blender/src/buttons_scene.c U tuhopuu2/source/blender/src/buttons_script.c C tuhopuu2/source/blender/src/buttons_shading.c U tuhopuu2/source/blender/src/cmap.tga.c U tuhopuu2/source/blender/src/cmovie.tga.c U tuhopuu2/source/blender/src/cursors.c U tuhopuu2/source/blender/src/drawaction.c C tuhopuu2/source/blender/src/drawimage.c U tuhopuu2/source/blender/src/drawimasel.c C tuhopuu2/source/blender/src/drawipo.c C tuhopuu2/source/blender/src/drawmesh.c U tuhopuu2/source/blender/src/drawnla.c C tuhopuu2/source/blender/src/drawobject.c U tuhopuu2/source/blender/src/drawoops.c U tuhopuu2/source/blender/src/drawscene.c U tuhopuu2/source/blender/src/drawscript.c U tuhopuu2/source/blender/src/drawseq.c U tuhopuu2/source/blender/src/drawsound.c C tuhopuu2/source/blender/src/drawtext.c C tuhopuu2/source/blender/src/drawview.c C 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 C tuhopuu2/source/blender/src/editcurve.c U tuhopuu2/source/blender/src/editdeform.c C tuhopuu2/source/blender/src/editface.c U tuhopuu2/source/blender/src/editfont.c U tuhopuu2/source/blender/src/editgroup.c U tuhopuu2/source/blender/src/editika.c U tuhopuu2/source/blender/src/editimasel.c C tuhopuu2/source/blender/src/editipo.c C tuhopuu2/source/blender/src/editkey.c U tuhopuu2/source/blender/src/editlattice.c U tuhopuu2/source/blender/src/editmball.c C tuhopuu2/source/blender/src/editmesh.c C tuhopuu2/source/blender/src/editnla.c C tuhopuu2/source/blender/src/editobject.c U tuhopuu2/source/blender/src/editoops.c C tuhopuu2/source/blender/src/editscreen.c U tuhopuu2/source/blender/src/editseq.c C tuhopuu2/source/blender/src/editsima.c C tuhopuu2/source/blender/src/editsound.c C tuhopuu2/source/blender/src/editview.c U tuhopuu2/source/blender/src/eventdebug.c C tuhopuu2/source/blender/src/filesel.c C tuhopuu2/source/blender/src/ghostwinlay.c U tuhopuu2/source/blender/src/glutil.c U tuhopuu2/source/blender/src/header_action.c C tuhopuu2/source/blender/src/header_buttonswin.c U tuhopuu2/source/blender/src/header_filesel.c C tuhopuu2/source/blender/src/header_image.c U tuhopuu2/source/blender/src/header_imasel.c C tuhopuu2/source/blender/src/header_info.c C 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 C tuhopuu2/source/blender/src/interface_draw.c U tuhopuu2/source/blender/src/interface_panel.c U tuhopuu2/source/blender/src/keyval.c C tuhopuu2/source/blender/src/language.c U tuhopuu2/source/blender/src/mainqueue.c C 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 C 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 C tuhopuu2/source/blender/src/space.c U tuhopuu2/source/blender/src/spacetypes.c U tuhopuu2/source/blender/src/splash.jpg.c U tuhopuu2/source/blender/src/swapbuffers.c C tuhopuu2/source/blender/src/toets.c C tuhopuu2/source/blender/src/toolbox.c C tuhopuu2/source/blender/src/unwrapper.c U tuhopuu2/source/blender/src/usiblender.c C 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/yafray/Makefile U tuhopuu2/source/blender/yafray/SConscript U tuhopuu2/source/blender/yafray/YafRay_Api.h U tuhopuu2/source/blender/yafray/intern/api.cpp C tuhopuu2/source/blender/yafray/intern/export_File.cpp U tuhopuu2/source/blender/yafray/intern/export_File.h U tuhopuu2/source/blender/yafray/intern/export_Plugin.cpp U tuhopuu2/source/blender/yafray/intern/export_Plugin.h U tuhopuu2/source/blender/yafray/intern/Makefile U tuhopuu2/source/blender/yafray/intern/yafexternal.cpp U tuhopuu2/source/blender/yafray/intern/yafexternal.h U tuhopuu2/source/blender/yafray/intern/yafray_Render.cpp C tuhopuu2/source/blender/yafray/intern/yafray_Render.h U tuhopuu2/source/creator/buildinfo.c U tuhopuu2/source/creator/creator.c U tuhopuu2/source/creator/Makefile U tuhopuu2/source/creator/SConscript U tuhopuu2/source/darwin/Makefile U tuhopuu2/source/darwin/blender.app/Contents/Info.plist U tuhopuu2/source/darwin/blender.app/Contents/PkgInfo U tuhopuu2/source/darwin/blender.app/Contents/MacOS/blender U tuhopuu2/source/darwin/blender.app/Contents/Resources/blender file icon.icns U tuhopuu2/source/darwin/blender.app/Contents/Resources/blender icon.icns U tuhopuu2/source/darwin/blendercreator.app/Contents/Info.plist U tuhopuu2/source/darwin/blendercreator.app/Contents/PkgInfo U tuhopuu2/source/darwin/blendercreator.app/Contents/MacOS/blendercreator U tuhopuu2/source/darwin/blendercreator.app/Contents/Resources/blender creator icon.icns U tuhopuu2/source/darwin/blendercreator.app/Contents/Resources/blender file icon.icns U tuhopuu2/source/darwin/blenderplayer.app/Contents/Info.plist U tuhopuu2/source/darwin/blenderplayer.app/Contents/PkgInfo U tuhopuu2/source/darwin/blenderplayer.app/Contents/MacOS/blenderplayer U tuhopuu2/source/darwin/blenderplayer.app/Contents/Resources/blender file icon.icns U tuhopuu2/source/darwin/blenderplayer.app/Contents/Resources/blender player icon.icns U tuhopuu2/source/darwin/blenderpublisher.app/Contents/Info.plist U tuhopuu2/source/darwin/blenderpublisher.app/Contents/PkgInfo U tuhopuu2/source/darwin/blenderpublisher.app/Contents/MacOS/blenderpublisher U tuhopuu2/source/darwin/blenderpublisher.app/Contents/Resources/blender file icon.icns U tuhopuu2/source/darwin/blenderpublisher.app/Contents/Resources/blender publisher icon.icns U tuhopuu2/source/gameengine/Makefile U 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 U tuhopuu2/source/gameengine/BlenderRoutines/SConscript C tuhopuu2/source/gameengine/Converter/BL_ActionActuator.cpp C tuhopuu2/source/gameengine/Converter/BL_ActionActuator.h U tuhopuu2/source/gameengine/Converter/BL_ArmatureObject.cpp U tuhopuu2/source/gameengine/Converter/BL_ArmatureObject.h C 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 C 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 C tuhopuu2/source/gameengine/Converter/BL_SkinMeshObject.h U tuhopuu2/source/gameengine/Converter/BlenderWorldInfo.cpp U tuhopuu2/source/gameengine/Converter/BlenderWorldInfo.h U tuhopuu2/source/gameengine/Converter/KX_BlenderScalarInterpolator.cpp U tuhopuu2/source/gameengine/Converter/KX_BlenderScalarInterpolator.h 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 U 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 C tuhopuu2/source/gameengine/Expressions/PyObjectPlus.h U 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 C tuhopuu2/source/gameengine/GameLogic/SCA_IObject.cpp C 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 U tuhopuu2/source/gameengine/GameLogic/SConscript U tuhopuu2/source/gameengine/GamePlayer/Makefile U tuhopuu2/source/gameengine/GamePlayer/SConscript 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/SConscript U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_Canvas.cpp U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_Canvas.h U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_Engine.cpp U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_Engine.h U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.cpp U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_PolygonMaterial.h U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_System.cpp U tuhopuu2/source/gameengine/GamePlayer/common/unix/GPU_System.h U tuhopuu2/source/gameengine/GamePlayer/common/unix/Makefile U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_Canvas.cpp U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_Canvas.h U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_Engine.cpp U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_Engine.h U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_KeyboardDevice.cpp U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_KeyboardDevice.h U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_System.cpp U tuhopuu2/source/gameengine/GamePlayer/common/windows/GPW_System.h U tuhopuu2/source/gameengine/GamePlayer/common/windows/Makefile C tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Application.cpp U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Application.h U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Canvas.cpp U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Canvas.h C tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_KeyboardDevice.cpp U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_KeyboardDevice.h U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_System.cpp U tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_System.h U tuhopuu2/source/gameengine/GamePlayer/ghost/Makefile U tuhopuu2/source/gameengine/GamePlayer/ghost/SConscript U tuhopuu2/source/gameengine/GamePlayer/netscape/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/common/npmac.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/common/npunix.c U tuhopuu2/source/gameengine/GamePlayer/netscape/common/npwin.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/netscape_api/jri.h U tuhopuu2/source/gameengine/GamePlayer/netscape/netscape_api/jri_md.h U tuhopuu2/source/gameengine/GamePlayer/netscape/netscape_api/jritypes.h U tuhopuu2/source/gameengine/GamePlayer/netscape/netscape_api/npapi.h U tuhopuu2/source/gameengine/GamePlayer/netscape/netscape_api/npupp.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Blender3DPlugin.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Blender3DPlugin.class U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Blender3DPlugin.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Blender3DPlugin.java U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Blender3DPlugin_native_implementation.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/blender_plugin_types.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/src/netscape_plugin_Plugin.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/netscape_plugin_Plugin.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/npB3DPlg.def U tuhopuu2/source/gameengine/GamePlayer/netscape/src/npB3DPlg.rc U tuhopuu2/source/gameengine/GamePlayer/netscape/src/NZC_application_callback.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/NZC_application_hooks.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLB_script_bindings.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLG_MSWindows_windowing.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLG_MSWindows_windowing.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLG_plugin_handles.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLG_X11_windowing.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/PLG_X11_windowing.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/README U tuhopuu2/source/gameengine/GamePlayer/netscape/src/resource.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/stubs.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/UnixShell.c U tuhopuu2/source/gameengine/GamePlayer/netscape/src/winstubs.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_engine_data_wraps.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_ketsji_hooks.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_ketsji_hooks.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_event_sinks.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_event_sinks.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_services.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_MSWindows_services.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_event_sinks.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_event_sinks.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_services.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/KXH_unix_services.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/ketsji/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/_Blender3DPlugin_implementation_.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/_Blender3DPlugin_implementation_.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/Blender3DPlugin.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/Blender3DPlugin.idl U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/Blender3DPlugin.xpt U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/nsClassInfoMixin.h U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/XPH_xpcom_hooks.cpp U tuhopuu2/source/gameengine/GamePlayer/netscape/src/xpcom/XPH_xpcom_hooks.h U tuhopuu2/source/gameengine/GamePlayer/netscape/test/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/test/colorcycle/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/test/colorcycle/TST_colorcycle.c U tuhopuu2/source/gameengine/GamePlayer/netscape/test/gears/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/test/gears/TST_gears.c U tuhopuu2/source/gameengine/GamePlayer/netscape/test/resource/test.html U tuhopuu2/source/gameengine/GamePlayer/netscape/test/stub/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/test/stub/TST_stubbed_app.c U tuhopuu2/source/gameengine/GamePlayer/netscape/test/threaded_gears/Makefile U tuhopuu2/source/gameengine/GamePlayer/netscape/test/threaded_gears/TST_threaded_gears.c C tuhopuu2/source/gameengine/Ketsji/KX_Camera.cpp C 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 C 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 C 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 C tuhopuu2/source/gameengine/Ketsji/KX_KetsjiEngine.cpp U tuhopuu2/source/gameengine/Ketsji/KX_KetsjiEngine.h C 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 C 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 C tuhopuu2/source/gameengine/Ketsji/KX_NearSensor.cpp C 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 C tuhopuu2/source/gameengine/Ketsji/KX_PyMath.cpp C tuhopuu2/source/gameengine/Ketsji/KX_PyMath.h C 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 C 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 C tuhopuu2/source/gameengine/Ketsji/KX_Scene.cpp C tuhopuu2/source/gameengine/Ketsji/KX_Scene.h C tuhopuu2/source/gameengine/Ketsji/KX_SceneActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_SceneActuator.h U tuhopuu2/source/gameengine/Ketsji/KX_SG_NodeRelationships.cpp U tuhopuu2/source/gameengine/Ketsji/KX_SG_NodeRelationships.h C tuhopuu2/source/gameengine/Ketsji/KX_SoundActuator.cpp C 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 C tuhopuu2/source/gameengine/Ketsji/KX_TrackToActuator.cpp U tuhopuu2/source/gameengine/Ketsji/KX_TrackToActuator.h C 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 C tuhopuu2/source/gameengine/Ketsji/Makefile U 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 U 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 U 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 U tuhopuu2/source/gameengine/Network/LoopBackNetwork/SConscript U tuhopuu2/source/gameengine/Network/TerraplayNetwork/Makefile U tuhopuu2/source/gameengine/Network/TerraplayNetwork/NG_TerraplayNetworkDeviceInterface.cpp U tuhopuu2/source/gameengine/Network/TerraplayNetwork/NG_TerraplayNetworkDeviceInterface.h U tuhopuu2/source/gameengine/Physics/Makefile U tuhopuu2/source/gameengine/Physics/BlOde/Makefile U tuhopuu2/source/gameengine/Physics/BlOde/OdePhysicsController.cpp U tuhopuu2/source/gameengine/Physics/BlOde/OdePhysicsController.h U tuhopuu2/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.cpp U tuhopuu2/source/gameengine/Physics/BlOde/OdePhysicsEnvironment.h U tuhopuu2/source/gameengine/Physics/BlOde/SConscript U tuhopuu2/source/gameengine/Physics/common/Makefile U tuhopuu2/source/gameengine/Physics/common/PHY_DynamicTypes.h U tuhopuu2/source/gameengine/Physics/common/PHY_IMotionState.cpp U tuhopuu2/source/gameengine/Physics/common/PHY_IMotionState.h U tuhopuu2/source/gameengine/Physics/common/PHY_IPhysicsController.cpp U tuhopuu2/source/gameengine/Physics/common/PHY_IPhysicsController.h U tuhopuu2/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.cpp U tuhopuu2/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.h U tuhopuu2/source/gameengine/Physics/common/PHY_Pro.h U 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 U tuhopuu2/source/gameengine/Physics/Dummy/SConscript U tuhopuu2/source/gameengine/Physics/Sumo/convert.txt U tuhopuu2/source/gameengine/Physics/Sumo/Makefile U tuhopuu2/source/gameengine/Physics/Sumo/SConscript C 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_Debug.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/PyDoc/.cvsignore C tuhopuu2/source/gameengine/PyDoc/BL_ActionActuator.py U tuhopuu2/source/gameengine/PyDoc/GameKeys.py C tuhopuu2/source/gameengine/PyDoc/GameLogic.py C tuhopuu2/source/gameengine/PyDoc/KX_Camera.py U tuhopuu2/source/gameengine/PyDoc/KX_CameraActuator.py U tuhopuu2/source/gameengine/PyDoc/KX_CDActuator.py U tuhopuu2/source/gameengine/PyDoc/KX_ConstraintActuator.py U tuhopuu2/source/gameengine/PyDoc/KX_GameActuator.py C tuhopuu2/source/gameengine/PyDoc/KX_GameObject.py U tuhopuu2/source/gameengine/PyDoc/KX_IpoActuator.py U tuhopuu2/source/gameengine/PyDoc/KX_Light.py U tuhopuu2/source/gameengine/PyDoc/KX_MeshProxy.py U tuhopuu2/source/gameengine/PyDoc/KX_MouseFocusSensor.py U tuhopuu2/source/gameengine/PyDoc/KX_NearSensor.py U tuhopuu2/source/gameengine/PyDoc/KX_NetworkMessageActuator.py U tuhopuu2/source/gameengine/PyDoc/KX_NetworkMessageSensor.py U tuhopuu2/source/gameengine/PyDoc/KX_ObjectActuator.py U tuhopuu2/source/gameengine/PyDoc/KX_RadarSensor.py U tuhopuu2/source/gameengine/PyDoc/KX_RaySensor.py C tuhopuu2/source/gameengine/PyDoc/KX_SCA_AddObjectActuator.py U tuhopuu2/source/gameengine/PyDoc/KX_SCA_EndObjectActuator.py U tuhopuu2/source/gameengine/PyDoc/KX_SCA_ReplaceMeshActuator.py U tuhopuu2/source/gameengine/PyDoc/KX_Scene.py C tuhopuu2/source/gameengine/PyDoc/KX_SceneActuator.py C tuhopuu2/source/gameengine/PyDoc/KX_SoundActuator.py U tuhopuu2/source/gameengine/PyDoc/KX_TouchSensor.py C tuhopuu2/source/gameengine/PyDoc/KX_TrackToActuator.py C tuhopuu2/source/gameengine/PyDoc/KX_VertexProxy.py U tuhopuu2/source/gameengine/PyDoc/KX_VisibilityActuator.py U tuhopuu2/source/gameengine/PyDoc/Makefile U tuhopuu2/source/gameengine/PyDoc/Rasterizer.py U tuhopuu2/source/gameengine/PyDoc/SCA_AlwaysSensor.py U tuhopuu2/source/gameengine/PyDoc/SCA_ANDController.py U tuhopuu2/source/gameengine/PyDoc/SCA_IActuator.py U tuhopuu2/source/gameengine/PyDoc/SCA_IController.py U tuhopuu2/source/gameengine/PyDoc/SCA_ILogicBrick.py U tuhopuu2/source/gameengine/PyDoc/SCA_ISensor.py U tuhopuu2/source/gameengine/PyDoc/SCA_KeyboardSensor.py U tuhopuu2/source/gameengine/PyDoc/SCA_MouseSensor.py U tuhopuu2/source/gameengine/PyDoc/SCA_ORController.py U tuhopuu2/source/gameengine/PyDoc/SCA_PropertyActuator.py U tuhopuu2/source/gameengine/PyDoc/SCA_PropertySensor.py U tuhopuu2/source/gameengine/PyDoc/SCA_PythonController.py U tuhopuu2/source/gameengine/PyDoc/SCA_RandomActuator.py U tuhopuu2/source/gameengine/PyDoc/SCA_RandomSensor.py C tuhopuu2/source/gameengine/PyDoc/WhatsNew.py U tuhopuu2/source/gameengine/Rasterizer/Makefile C tuhopuu2/source/gameengine/Rasterizer/RAS_BucketManager.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_BucketManager.h U tuhopuu2/source/gameengine/Rasterizer/RAS_CameraData.h U tuhopuu2/source/gameengine/Rasterizer/RAS_Deformer.h U tuhopuu2/source/gameengine/Rasterizer/RAS_FramingManager.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_FramingManager.h U tuhopuu2/source/gameengine/Rasterizer/RAS_ICanvas.h U tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_IPolygonMaterial.h U 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 C tuhopuu2/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_MaterialBucket.h C tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_MeshObject.h U tuhopuu2/source/gameengine/Rasterizer/RAS_ObjectColor.h C tuhopuu2/source/gameengine/Rasterizer/RAS_Polygon.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_Polygon.h U tuhopuu2/source/gameengine/Rasterizer/RAS_Rect.h U tuhopuu2/source/gameengine/Rasterizer/RAS_texmatrix.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_TexMatrix.h C tuhopuu2/source/gameengine/Rasterizer/RAS_TexVert.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_TexVert.h U tuhopuu2/source/gameengine/Rasterizer/SConscript U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/EXT_separate_specular_color.h U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/Makefile U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/mkglext.py C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.cpp C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_GLExtensionManager.h C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h C tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.h U tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript U tuhopuu2/source/gameengine/SceneGraph/Makefile U tuhopuu2/source/gameengine/SceneGraph/SConscript U tuhopuu2/source/gameengine/SceneGraph/SG_BBox.cpp U tuhopuu2/source/gameengine/SceneGraph/SG_BBox.h 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/gameengine/SceneGraph/SG_Tree.cpp U tuhopuu2/source/gameengine/SceneGraph/SG_Tree.h U tuhopuu2/source/icons/Makefile U tuhopuu2/source/icons/winblender.ico U tuhopuu2/source/icons/winblender.rc U tuhopuu2/source/icons/winblenderfile.ico U tuhopuu2/source/icons/wincreator.ico U tuhopuu2/source/icons/wincreator.rc U tuhopuu2/source/icons/winlockedfile.ico U tuhopuu2/source/icons/winplayer.ico U tuhopuu2/source/icons/winplayer.rc U tuhopuu2/source/icons/winpublisher.ico U tuhopuu2/source/icons/winpublisher.rc U tuhopuu2/source/kernel/Makefile U tuhopuu2/source/kernel/SConscript U tuhopuu2/source/kernel/gen_messaging/GEN_messaging.h U tuhopuu2/source/kernel/gen_messaging/Makefile U tuhopuu2/source/kernel/gen_messaging/intern/Makefile U tuhopuu2/source/kernel/gen_messaging/intern/messaging.c U tuhopuu2/source/kernel/gen_system/GEN_DataCache.h U tuhopuu2/source/kernel/gen_system/GEN_HashedPtr.cpp U tuhopuu2/source/kernel/gen_system/GEN_HashedPtr.h U tuhopuu2/source/kernel/gen_system/GEN_Map.h U tuhopuu2/source/kernel/gen_system/GEN_Matrix4x4.cpp U tuhopuu2/source/kernel/gen_system/GEN_Matrix4x4.h U tuhopuu2/source/kernel/gen_system/GEN_SmartPtr.h U tuhopuu2/source/kernel/gen_system/Makefile U tuhopuu2/source/kernel/gen_system/SYS_SingletonSystem.cpp U tuhopuu2/source/kernel/gen_system/SYS_SingletonSystem.h U tuhopuu2/source/kernel/gen_system/SYS_System.cpp U tuhopuu2/source/kernel/gen_system/SYS_System.h U tuhopuu2/source/tools/MakeCursor.py U tuhopuu2/source/tools/to_dos U tuhopuu2/source/tools/to_unix U tuhopuu2/source/tools/wrap.pl U tuhopuu2/source/tools/cygwin/cl_wrapper.pl U tuhopuu2/source/tools/cygwin/java_wrapper.pl U tuhopuu2/source/tools/darwin/reranlib.sh U tuhopuu2/source/tools/guess/config.guess U tuhopuu2/source/tools/guess/guessconfig U tuhopuu2/source/tools/hmake/hmake 240 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 Aug 9 14:46:43 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Mon, 9 Aug 2004 14:46:43 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Ketsji KX_KetsjiEngine.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp Message-ID: <20040809124643.0F87811EC17CF@xserve.blender.org> kester (Kester Maddock) 2004/08/09 14:46:42 CEST Modified files: tuhopuu2/source/gameengine/Ketsji KX_KetsjiEngine.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp Log: Stereo fixes: Flush the projection matrix cache in stereo mode. Clear the green channel in anaglyph mode. Revision Changes Path 1.19 +4 -2 tuhopuu2/source/gameengine/Ketsji/KX_KetsjiEngine.cpp 1.30 +34 -9 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Tue Aug 10 04:21:16 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 10 Aug 2004 04:21:16 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src space.c Message-ID: <20040810022116.5DDFC11F279BB@xserve.blender.org> kester (Kester Maddock) 2004/08/10 04:21:16 CEST Modified files: tuhopuu2/source/blender/src space.c Log: Post merge conflict resolution Revision Changes Path 1.75 +1 -4 tuhopuu2/source/blender/src/space.c From Christopher.Maddock.1 at uni.massey.ac.nz Tue Aug 10 07:44:33 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 10 Aug 2004 07:44:33 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp KX_Scene.cpp Message-ID: <20040810054433.E1A3A11F46418@xserve.blender.org> kester (Kester Maddock) 2004/08/10 07:44:33 CEST Modified files: tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp KX_Scene.cpp Log: Disable shadows at scene level properly. Disable shadows for transparent objects. Revision Changes Path 1.9 +3 -6 tuhopuu2/source/gameengine/Ketsji/KX_PolygonMaterial.cpp 1.13 +4 -1 tuhopuu2/source/gameengine/Ketsji/KX_Scene.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Tue Aug 10 11:29:13 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 10 Aug 2004 11:29:13 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp Message-ID: <20040810092913.BC11111F5CB1C@xserve.blender.org> kester (Kester Maddock) 2004/08/10 11:29:13 CEST Modified files: tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp Log: Disable mesh cache (display lists) for drawing shadows - it will cache with textures disabled for the early passes, and not draw them for the texture pass. :-( Revision Changes Path 1.10 +9 -2 tuhopuu2/source/gameengine/Ketsji/KX_PolygonMaterial.cpp 1.31 +9 -9 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp From cwant at ualberta.ca Wed Aug 11 06:50:35 2004 From: cwant at ualberta.ca (Chris Want) Date: Wed, 11 Aug 2004 06:50:35 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/extern Makefile Message-ID: <20040811045035.E98AA11FE8CF5@xserve.blender.org> hos (Chris Want) 2004/08/11 06:50:35 CEST Modified files: tuhopuu2/extern Makefile Log: Getting the Makefiles to create the obj directory correctly before building qhull. Revision Changes Path 1.10 +3 -2 tuhopuu2/extern/Makefile From cwant at ualberta.ca Wed Aug 11 06:53:32 2004 From: cwant at ualberta.ca (Chris Want) Date: Wed, 11 Aug 2004 06:53:32 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/python/api2_2x Material.c NMesh.c Texture.c tuhopuu2/source/blender/src drawview.c Message-ID: <20040811045332.0C4A011FEA927@xserve.blender.org> hos (Chris Want) 2004/08/11 06:53:31 CEST Modified files: tuhopuu2/source/blender/python/api2_2x Material.c NMesh.c Texture.c tuhopuu2/source/blender/src drawview.c Log: Getting tuhopuu to build with the super picky MipsPro compiler. Whomever is doing the python stuff should check this commit for correctness. Still not there yet ... Revision Changes Path 1.3 +1 -1 tuhopuu2/source/blender/python/api2_2x/Material.c 1.4 +1 -1 tuhopuu2/source/blender/python/api2_2x/NMesh.c 1.3 +1 -1 tuhopuu2/source/blender/python/api2_2x/Texture.c 1.21 +2 -1 tuhopuu2/source/blender/src/drawview.c From cwant at ualberta.ca Wed Aug 11 23:32:19 2004 From: cwant at ualberta.ca (Chris Want) Date: Wed, 11 Aug 2004 23:32:19 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/extern/glew Makefile Message-ID: <20040811213219.D2B2112044717@xserve.blender.org> hos (Chris Want) 2004/08/11 23:32:19 CEST Modified files: tuhopuu2/extern/glew Makefile Log: Making glew actually make on IRIX Revision Changes Path 1.2 +3 -3 tuhopuu2/extern/glew/Makefile From cwant at ualberta.ca Thu Aug 12 00:08:04 2004 From: cwant at ualberta.ca (Chris Want) Date: Thu, 12 Aug 2004 00:08:04 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source Makefile tuhopuu2/source/gameengine/Physics Makefile Message-ID: <20040811220804.16FCF1205353F@xserve.blender.org> hos (Chris Want) 2004/08/12 00:08:04 CEST Modified files: tuhopuu2/source Makefile tuhopuu2/source/gameengine/Physics Makefile Log: Don't build or link to the ode stuff Revision Changes Path 1.17 +1 -2 tuhopuu2/source/Makefile 1.2 +2 -2 tuhopuu2/source/gameengine/Physics/Makefile From Christopher.Maddock.1 at uni.massey.ac.nz Thu Aug 12 00:25:33 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 12 Aug 2004 00:25:33 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Ketsji KX_VertexProxy.h Message-ID: <20040811222533.1A76B120570C7@xserve.blender.org> kester (Kester Maddock) 2004/08/12 00:25:32 CEST Modified files: tuhopuu2/source/gameengine/Ketsji KX_VertexProxy.h Log: Fix for IRIX compiler. Revision Changes Path 1.4 +2 -2 tuhopuu2/source/gameengine/Ketsji/KX_VertexProxy.h From Christopher.Maddock.1 at uni.massey.ac.nz Thu Aug 12 00:26:35 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 12 Aug 2004 00:26:35 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp Message-ID: <20040811222635.38E0E120571A8@xserve.blender.org> kester (Kester Maddock) 2004/08/12 00:26:35 CEST Modified files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp Log: Fix for graphics cards with no shaders. (Thanks bjornmose) Revision Changes Path 1.32 +13 -10 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Thu Aug 12 00:44:39 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 12 Aug 2004 00:44:39 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp KX_PolygonMaterial.h Message-ID: <20040811224439.99CCC1205DAF4@xserve.blender.org> kester (Kester Maddock) 2004/08/12 00:44:39 CEST Modified files: tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp KX_PolygonMaterial.h Log: More fixes for IRIX compiler. Revision Changes Path 1.11 +139 -104 tuhopuu2/source/gameengine/Ketsji/KX_PolygonMaterial.cpp 1.6 +12 -22 tuhopuu2/source/gameengine/Ketsji/KX_PolygonMaterial.h From Christopher.Maddock.1 at uni.massey.ac.nz Sun Aug 15 02:21:58 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sun, 15 Aug 2004 02:21:58 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp KX_PolygonMaterial.h Message-ID: <20040815002158.12497121F0585@xserve.blender.org> kester (Kester Maddock) 2004/08/15 02:21:57 CEST Modified files: tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp KX_PolygonMaterial.h Log: Fixes for MSVC: Move LightState enum to private (thanks bjornmose) Revision Changes Path 1.12 +23 -14 tuhopuu2/source/gameengine/Ketsji/KX_PolygonMaterial.cpp 1.7 +1 -10 tuhopuu2/source/gameengine/Ketsji/KX_PolygonMaterial.h From Christopher.Maddock.1 at uni.massey.ac.nz Sun Aug 15 02:22:51 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Sun, 15 Aug 2004 02:22:51 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp RAS_VAOpenGLRasterizer.cpp Message-ID: <20040815002251.65367121F0655@xserve.blender.org> kester (Kester Maddock) 2004/08/15 02:22:51 CEST Modified files: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp RAS_VAOpenGLRasterizer.cpp Log: Test for ARB_multitexture before using. Yes, there are still implementations without multitexture! (IRIX) (thanks Hos) Revision Changes Path 1.33 +62 -7 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp 1.16 +39 -3 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp From bjornmose at gmx.net Sun Aug 15 21:58:34 2004 From: bjornmose at gmx.net (Jens Ole Wund (bjornmose)) Date: Sun, 15 Aug 2004 21:58:34 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/blenloader/intern writefile.c readfile.c tuhopuu2/source/blender/src editconstraint.c drawmesh.c buttons_object.c tuhopuu2/source/blender/makesdna DNA_constraint_types.h tuhopuu2/source/blender/blenkernel/intern constraint.c tuhopuu2/source/blender/include ... Message-ID: <20040815195834.33D1B12264447@xserve.blender.org> bjornmose (Jens Ole Wund(bjornmose)) 2004/08/15 21:58:34 CEST Modified files: tuhopuu2/source/blender/blenloader/intern writefile.c readfile.c tuhopuu2/source/blender/src editconstraint.c drawmesh.c buttons_object.c tuhopuu2/source/blender/makesdna DNA_constraint_types.h tuhopuu2/source/blender/blenkernel/intern constraint.c tuhopuu2/source/blender/include butspace.h Log: new constraint "stretch to" is close to "track to" but scales Y-axis according to the distance to the target. It also offers scaling of the perpendicular axes x , z , or both to preserve the volume of the unit cube. Further it tries to preserve one of the local planes defined by y-x or y-z instead a global "up" direction. Revision Changes Path 1.12 +4 -1 tuhopuu2/source/blender/blenloader/intern/writefile.c 1.19 +15 -1 tuhopuu2/source/blender/blenloader/intern/readfile.c 1.16 +20 -2 tuhopuu2/source/blender/src/editconstraint.c 1.26 +1 -2 tuhopuu2/source/blender/src/drawmesh.c 1.22 +58 -0 tuhopuu2/source/blender/src/buttons_object.c 1.7 +10 -1 tuhopuu2/source/blender/makesdna/DNA_constraint_types.h 1.13 +167 -1 tuhopuu2/source/blender/blenkernel/intern/constraint.c 1.25 +3 -2 tuhopuu2/source/blender/include/butspace.h From bjornmose at gmx.net Sun Aug 15 21:59:08 2004 From: bjornmose at gmx.net (Jens Ole Wund (bjornmose)) Date: Sun, 15 Aug 2004 21:59:08 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt Message-ID: <20040815195908.98299122644E3@xserve.blender.org> bjornmose (Jens Ole Wund(bjornmose)) 2004/08/15 21:59:08 CEST Modified files: . featurelist.txt Log: to be complete Revision Changes Path 1.96 +6 -0 tuhopuu2/featurelist.txt From cwant at ualberta.ca Wed Aug 18 16:59:03 2004 From: cwant at ualberta.ca (Chris Want) Date: Wed, 18 Aug 2004 16:59:03 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/extern Makefile Message-ID: <20040818145903.153F2123FB91B@xserve.blender.org> hos (Chris Want) 2004/08/18 16:59:02 CEST Modified files: tuhopuu2/extern Makefile Log: Make sure the obj dir for the extern stuff is created before building the debug target. Revision Changes Path 1.11 +2 -1 tuhopuu2/extern/Makefile From cwant at ualberta.ca Wed Aug 18 17:00:57 2004 From: cwant at ualberta.ca (Chris Want) Date: Wed, 18 Aug 2004 17:00:57 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/extern/glew Makefile Message-ID: <20040818150057.22313123FBD11@xserve.blender.org> hos (Chris Want) 2004/08/18 17:00:57 CEST Modified files: tuhopuu2/extern/glew Makefile Log: Make sure that glew actually installs when building the debug target ... this is a little kludgy, but is consistent with the rest of the Makefiles. Revision Changes Path 1.3 +2 -2 tuhopuu2/extern/glew/Makefile From cwant at ualberta.ca Wed Aug 18 17:02:13 2004 From: cwant at ualberta.ca (Chris Want) Date: Wed, 18 Aug 2004 17:02:13 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/intern Makefile Message-ID: <20040818150213.4AC26123FBE4B@xserve.blender.org> hos (Chris Want) 2004/08/18 17:02:13 CEST Modified files: tuhopuu2/intern Makefile Log: Make 'debug' target behave more like the 'all' target. Revision Changes Path 1.4 +3 -3 tuhopuu2/intern/Makefile From cwant at ualberta.ca Wed Aug 18 17:03:11 2004 From: cwant at ualberta.ca (Chris Want) Date: Wed, 18 Aug 2004 17:03:11 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/release Makefile Message-ID: <20040818150311.A3B83123FD199@xserve.blender.org> hos (Chris Want) 2004/08/18 17:03:11 CEST Modified files: tuhopuu2/release Makefile Log: Don't copy the obsolete README file into the release tarball. Revision Changes Path 1.8 +1 -2 tuhopuu2/release/Makefile From bjornmose at gmx.net Wed Aug 18 18:57:18 2004 From: bjornmose at gmx.net (Jens Ole Wund (bjornmose)) Date: Wed, 18 Aug 2004 18:57:18 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/makesdna DNA_constraint_types.h tuhopuu2/source/blender/blenkernel/intern constraint.c tuhopuu2/source/blender/src buttons_object.c Message-ID: <20040818165718.7F9BC124138A6@xserve.blender.org> bjornmose (Jens Ole Wund(bjornmose)) 2004/08/18 18:57:18 CEST Modified files: tuhopuu2/source/blender/makesdna DNA_constraint_types.h tuhopuu2/source/blender/blenkernel/intern constraint.c tuhopuu2/source/blender/src buttons_object.c Log: "stretch to" constraint got a "bulge scale " control Revision Changes Path 1.8 +2 -2 tuhopuu2/source/blender/makesdna/DNA_constraint_types.h 1.14 +8 -6 tuhopuu2/source/blender/blenkernel/intern/constraint.c 1.23 +10 -10 tuhopuu2/source/blender/src/buttons_object.c From bjornmose at gmx.net Sun Aug 22 23:12:40 2004 From: bjornmose at gmx.net (Jens Ole Wund (bjornmose)) Date: Sun, 22 Aug 2004 23:12:40 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BSE_trans_types.h tuhopuu2/source/blender/src drawimage.c space.c vpaint.c Message-ID: <20040822211240.56DA51C05CF@bserve2.blender.org> bjornmose (Jens Ole Wund(bjornmose)) 2004/08/22 23:12:40 CEST Modified files: tuhopuu2/source/blender/include BSE_trans_types.h tuhopuu2/source/blender/src drawimage.c space.c vpaint.c Log: cleaning up UV texture paint mess #2 Still hidden behind #define BM_TEXTUREPAINT Floating 'paint' panel and painting code (in uv editor) use own data. So (2d) gimp,photoshop and co functions can be added without spoiling 3d functions. Code is now prepared to leave "space.c" and should go to a new file (IMHO). Data is declared and stored in 'drawimage.c' now, where it belongs to neither (IMHO), but can be moved to new files too. May be it should take it's way to DNA? Revision Changes Path 1.3 +8 -6 tuhopuu2/source/blender/include/BSE_trans_types.h 1.26 +34 -21 tuhopuu2/source/blender/src/drawimage.c 1.76 +59 -85 tuhopuu2/source/blender/src/space.c 1.16 +19 -5 tuhopuu2/source/blender/src/vpaint.c From tuhopuu-devel at blender.org Sun Aug 22 00:16:08 2004 From: tuhopuu-devel at blender.org (tuhopuu-devel at blender.org) Date: Sun, 22 Aug 2004 00:16:08 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source nan_definitions.mk Message-ID: <20040821221608.45CC11C0013@bserve2.blender.org> () 2004/08/22 00:16:08 CEST Modified files: tuhopuu2/source nan_definitions.mk Log: Don't build plugin for windows-gcc Revision Changes Path 1.17 +2 -1 tuhopuu2/source/nan_definitions.mk From tuhopuu-devel at blender.org Sun Aug 22 18:11:15 2004 From: tuhopuu-devel at blender.org (tuhopuu-devel at blender.org) Date: Sun, 22 Aug 2004 18:11:15 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editnla.c Message-ID: <20040822161115.69E151C05E1@bserve2.blender.org> () 2004/08/22 18:11:15 CEST Modified files: tuhopuu2/source/blender/src editnla.c Log: Something for bass* Select strips in nla editor and press padminus/padplus to move them up/down. Revision Changes Path 1.13 +86 -1 tuhopuu2/source/blender/src/editnla.c From blendix at pandora.be Mon Aug 23 21:54:07 2004 From: blendix at pandora.be (Brecht Van Lommel) Date: Mon, 23 Aug 2004 21:54:07 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include BIF_editsima.h tuhopuu2/source/blender/src editsima.c header_image.c space.c Message-ID: <20040823195407.D7A4A1C05F2@bserve2.blender.org> blendix (Brecht Van Lommel) 2004/08/23 21:54:07 CEST Modified files: tuhopuu2/source/blender/include BIF_editsima.h tuhopuu2/source/blender/src editsima.c header_image.c space.c Log: Updates to the Relax UV tool: - Renamed it to "Optimize Stretch", since it's behaviour doesn't exactly correspond to the relax uv tools found in other applications, and this name seems to capture what the tool does better. - Finally made the complexity of temporary data building linear, instead of quadratic. Building could get really slow on big meshes. - Where possible, replace many small malloc's by one big malloc. Only verts are malloced separately now (these can't be predicted in advance). - Some small tweaking, adding comments, renaming, ... . Revision Changes Path 1.13 +2 -2 tuhopuu2/source/blender/include/BIF_editsima.h 1.33 +168 -108 tuhopuu2/source/blender/src/editsima.c 1.29 +4 -3 tuhopuu2/source/blender/src/header_image.c 1.77 +2 -2 tuhopuu2/source/blender/src/space.c From Christopher.Maddock.1 at uni.massey.ac.nz Tue Aug 24 05:08:40 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Tue, 24 Aug 2004 05:08:40 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/intern/ghost/intern GHOST_SystemX11.cpp Message-ID: <20040824030840.B13CF1C05D0@bserve2.blender.org> kester (Kester Maddock) 2004/08/24 05:08:40 CEST Modified files: tuhopuu2/intern/ghost/intern GHOST_SystemX11.cpp Log: Fix stereo window creation on X11. Revision Changes Path 1.2 +3 -3 tuhopuu2/intern/ghost/intern/GHOST_SystemX11.cpp From blendix at pandora.be Tue Aug 24 14:39:55 2004 From: blendix at pandora.be (Brecht Van Lommel) Date: Tue, 24 Aug 2004 14:39:55 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src editsima.c Message-ID: <20040824123955.318CE1C05E8@bserve2.blender.org> blendix (Brecht Van Lommel) 2004/08/24 14:39:55 CEST Modified files: tuhopuu2/source/blender/src editsima.c Log: Tweaking of the optimize stretch code: renamed variables to be more meaningful and added more comments. Revision Changes Path 1.34 +232 -192 tuhopuu2/source/blender/src/editsima.c From cwant at ualberta.ca Tue Aug 24 21:22:07 2004 From: cwant at ualberta.ca (Chris Want) Date: Tue, 24 Aug 2004 21:22:07 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source Makefile Message-ID: <20040824192207.851DA1C0279@bserve2.blender.org> hos (Chris Want) 2004/08/24 21:22:07 CEST Modified files: tuhopuu2/source Makefile Log: Make sure that linking finds the glew library in the right place when the debug target is built. Revision Changes Path 1.19 +2 -2 tuhopuu2/source/Makefile From cwant at ualberta.ca Tue Aug 24 21:24:35 2004 From: cwant at ualberta.ca (Chris Want) Date: Tue, 24 Aug 2004 21:24:35 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source Makefile nan_definitions.mk Message-ID: <20040824192435.104711C05F0@bserve2.blender.org> hos (Chris Want) 2004/08/24 21:24:35 CEST Modified files: tuhopuu2/source Makefile nan_definitions.mk Log: Build gameplayer on irix by default Revision Changes Path 1.20 +2 -2 tuhopuu2/source/Makefile 1.18 +2 -3 tuhopuu2/source/nan_definitions.mk From cwant at ualberta.ca Tue Aug 24 21:27:07 2004 From: cwant at ualberta.ca (Chris Want) Date: Tue, 24 Aug 2004 21:27:07 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/intern/ghost/intern GHOST_SystemX11.cpp Message-ID: <20040824192707.5FD0F1C05DB@bserve2.blender.org> hos (Chris Want) 2004/08/24 21:27:07 CEST Modified files: tuhopuu2/intern/ghost/intern GHOST_SystemX11.cpp Log: The attempt to use some sgi specific headers was disabling blenderplayer from quitting (other than through 'kill' command). Revision Changes Path 1.3 +2 -20 tuhopuu2/intern/ghost/intern/GHOST_SystemX11.cpp From cwant at ualberta.ca Tue Aug 24 22:25:00 2004 From: cwant at ualberta.ca (Chris Want) Date: Tue, 24 Aug 2004 22:25:00 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/intern/ghost/intern GHOST_WindowX11.cpp Message-ID: <20040824202500.EF2AC1C05F2@bserve2.blender.org> hos (Chris Want) 2004/08/24 22:25:00 CEST Modified files: tuhopuu2/intern/ghost/intern GHOST_WindowX11.cpp Log: One other modification needed for stereo to work... I'm not sure if this is the right way to do it, but it works. Revision Changes Path 1.7 +2 -2 tuhopuu2/intern/ghost/intern/GHOST_WindowX11.cpp From bjornmose at gmx.net Wed Aug 25 00:08:47 2004 From: bjornmose at gmx.net (Jens Ole Wund (bjornmose)) Date: Wed, 25 Aug 2004 00:08:47 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src buttons_shading.c Message-ID: <20040824220847.6F3021C0279@bserve2.blender.org> bjornmose (Jens Ole Wund(bjornmose)) 2004/08/25 00:08:46 CEST Modified files: tuhopuu2/source/blender/src buttons_shading.c Log: merge left over : resolving 'map to' panel got hosed fixing bug#1552,1553 /* double post */ can't close it due to tracker malfunction Revision Changes Path 1.23 +17 -25 tuhopuu2/source/blender/src/buttons_shading.c From pgregory at aqsis.com Thu Aug 26 00:19:49 2004 From: pgregory at aqsis.com (Paul Gregory) Date: Thu, 26 Aug 2004 00:19:49 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/aqsis SConscript tuhopuu2/source/blender/aqsis/shaders/dobby context.cpp parameters.cpp parameters.h Message-ID: <20040825221949.9FC081C06EB@bserve2.blender.org> pgregory (Paul Gregory) 2004/08/26 00:19:49 CEST Modified files: tuhopuu2/source/blender/aqsis SConscript tuhopuu2/source/blender/aqsis/shaders/dobby context.cpp parameters.cpp parameters.h Log: Some changes to the Aqsis integration to get the SCons build to work again under Windows. Revision Changes Path 1.4 +13 -4 tuhopuu2/source/blender/aqsis/SConscript 1.2 +8 -8 tuhopuu2/source/blender/aqsis/shaders/dobby/context.cpp 1.2 +13 -12 tuhopuu2/source/blender/aqsis/shaders/dobby/parameters.cpp 1.2 +19 -19 tuhopuu2/source/blender/aqsis/shaders/dobby/parameters.h From Christopher.Maddock.1 at uni.massey.ac.nz Thu Aug 26 08:00:21 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 26 Aug 2004 08:00:21 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/GamePlayer/ghost GPG_Application.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp RAS_OpenGLRasterizer.h RAS_VAOpenGLRasterizer.cpp RAS_VAOpenGLRasterizer.h Message-ID: <20040826060021.6F84C1C0520@bserve2.blender.org> kester (Kester Maddock) 2004/08/26 08:00:21 CEST Modified files: tuhopuu2/source/gameengine/GamePlayer/ghost GPG_Application.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp RAS_OpenGLRasterizer.h RAS_VAOpenGLRasterizer.cpp RAS_VAOpenGLRasterizer.h Log: Print heaps of debug info from OpenGL. Fix for OpenGL implementations with only one texture unit (IRIX) Revision Changes Path 1.14 +1 -4 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_Application.cpp 1.35 +132 -25 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp 1.17 +4 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h 1.17 +17 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.cpp 1.5 +2 -1 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.h From Christopher.Maddock.1 at uni.massey.ac.nz Thu Aug 26 08:02:28 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 26 Aug 2004 08:02:28 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp Message-ID: <20040826060228.5F7851C05BF@bserve2.blender.org> kester (Kester Maddock) 2004/08/26 08:02:28 CEST Modified files: tuhopuu2/source/gameengine/Ketsji KX_PolygonMaterial.cpp Log: Fixes to ambient lighting: use vertex colours, set the material ambient value properly. Revision Changes Path 1.13 +15 -9 tuhopuu2/source/gameengine/Ketsji/KX_PolygonMaterial.cpp From Christopher.Maddock.1 at uni.massey.ac.nz Thu Aug 26 16:31:39 2004 From: Christopher.Maddock.1 at uni.massey.ac.nz (Kester Maddock) Date: Thu, 26 Aug 2004 16:31:39 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src buttons_scene.c tuhopuu2/source/gameengine/GamePlayer/ghost GPG_ghost.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp tuhopuu2/source/gameengine/Rasterizer RAS_IRasterizer.h Message-ID: <20040826143139.99F071C05CD@bserve2.blender.org> kester (Kester Maddock) 2004/08/26 16:31:39 CEST Modified files: tuhopuu2/source/blender/src buttons_scene.c tuhopuu2/source/gameengine/GamePlayer/ghost GPG_ghost.cpp tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_OpenGLRasterizer.cpp tuhopuu2/source/gameengine/Rasterizer RAS_IRasterizer.h Log: Add vertical interlaced stereo mode for autostereo displays. Now if only I had an autostereo display to test... Revision Changes Path 1.22 +8 -5 tuhopuu2/source/blender/src/buttons_scene.c 1.15 +5 -1 tuhopuu2/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp 1.36 +44 -27 tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp 1.21 +3 -2 tuhopuu2/source/gameengine/Rasterizer/RAS_IRasterizer.h From cwant at ualberta.ca Thu Aug 26 17:59:49 2004 From: cwant at ualberta.ca (Chris Want) Date: Thu, 26 Aug 2004 17:59:49 +0200 (CEST) Subject: [tuhopuu-cvs] CVS commit: tuhopuu2/release Makefile Message-ID: <20040826155949.3BB911C05CD@bserve2.blender.org> hos (Chris Want) 2004/08/26 17:59:49 CEST Modified files: tuhopuu2/release Makefile Log: Doing: export RELEASE_PLAYER=true causes 'make release' to include the player in the release package. Revision Changes Path 1.9 +4 -1 tuhopuu2/release/Makefile