[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23033] branches/soc-2009-yukishiro: merge till 23029.

Jingyuan Huang jingyuan.huang at gmail.com
Sun Sep 6 17:23:57 CEST 2009


Revision: 23033
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23033
Author:   yukishiro
Date:     2009-09-06 17:23:50 +0200 (Sun, 06 Sep 2009)

Log Message:
-----------
merge till 23029. Many light paint features are lost. Need to put those back.

Modified Paths:
--------------
    branches/soc-2009-yukishiro/CMake/macros.cmake
    branches/soc-2009-yukishiro/CMakeLists.txt
    branches/soc-2009-yukishiro/SConstruct
    branches/soc-2009-yukishiro/config/darwin-config.py
    branches/soc-2009-yukishiro/config/linux2-config.py
    branches/soc-2009-yukishiro/config/win32-mingw-config.py
    branches/soc-2009-yukishiro/config/win32-vc-config.py
    branches/soc-2009-yukishiro/config/win64-vc-config.py
    branches/soc-2009-yukishiro/extern/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/Makefile
    branches/soc-2009-yukishiro/extern/SConscript
    branches/soc-2009-yukishiro/extern/binreloc/SConscript
    branches/soc-2009-yukishiro/extern/bullet2/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletCollision/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/bullet2/src/BulletSoftBody/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/bullet2/src/SConscript
    branches/soc-2009-yukishiro/extern/ffmpeg/SConscript
    branches/soc-2009-yukishiro/extern/glew/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/glew/SConscript
    branches/soc-2009-yukishiro/extern/libmp3lame/SConscript
    branches/soc-2009-yukishiro/extern/libopenjpeg/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/libopenjpeg/SConscript
    branches/soc-2009-yukishiro/extern/libredcode/SConscript
    branches/soc-2009-yukishiro/extern/x264/SConscript
    branches/soc-2009-yukishiro/extern/xvidcore/SConscript
    branches/soc-2009-yukishiro/extern/xvidcore/build/generic/Makefile
    branches/soc-2009-yukishiro/extern/xvidcore/build/generic/bootstrap.sh
    branches/soc-2009-yukishiro/extern/xvidcore/build/generic/config.guess
    branches/soc-2009-yukishiro/extern/xvidcore/build/generic/config.sub
    branches/soc-2009-yukishiro/extern/xvidcore/build/generic/configure
    branches/soc-2009-yukishiro/extern/xvidcore/build/generic/configure.in
    branches/soc-2009-yukishiro/extern/xvidcore/build/generic/install-sh
    branches/soc-2009-yukishiro/extern/xvidcore/build/generic/libxvidcore.def
    branches/soc-2009-yukishiro/extern/xvidcore/build/generic/libxvidcore.ld
    branches/soc-2009-yukishiro/extern/xvidcore/build/generic/missing
    branches/soc-2009-yukishiro/extern/xvidcore/build/generic/sources.inc
    branches/soc-2009-yukishiro/extern/xvidcore/src/bitstream/bitstream.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/bitstream/bitstream.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/bitstream/cbp.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/bitstream/mbcoding.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/bitstream/x86_asm/cbp_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/bitstream/x86_asm/cbp_sse2.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/fdct.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/ia64_asm/fdct_ia64.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/ia64_asm/idct_fini.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/ia64_asm/idct_ia64_ecc.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/ia64_asm/idct_ia64_gcc.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/ia64_asm/idct_init.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/idct.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/x86_asm/fdct_mmx_ffmpeg.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/x86_asm/fdct_mmx_skal.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/x86_asm/fdct_sse2_skal.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/x86_asm/idct_3dne.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/x86_asm/idct_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/x86_asm/idct_sse2_dmitry.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/decoder.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/decoder.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/encoder.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/encoder.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/global.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/colorspace.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/colorspace.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/ia64_asm/interpolate8x8_ia64.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/ia64_asm/interpolate8x8_ia64_exact.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/image.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/image.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/interpolate8x8.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/postprocessing.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/qpel.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/qpel.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/reduced.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/colorspace_mmx.inc
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/colorspace_rgb_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/colorspace_yuv_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/colorspace_yuyv_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/interpolate8x8_3dn.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/interpolate8x8_3dne.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/interpolate8x8_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/interpolate8x8_xmm.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/postprocessing_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/postprocessing_sse2.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/qpel_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/reduced_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/estimation_bvop.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/estimation_pvop.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/estimation_rd_based.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/estimation_rd_based_bvop.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/gmc.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/gmc.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/ia64_asm/calc_delta_1.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/ia64_asm/calc_delta_2.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/ia64_asm/calc_delta_3.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/ia64_asm/halfpel8_refine_ia64.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/ia64_asm/sad_ia64.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/motion.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/motion_inlines.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/sad.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/x86_asm/sad_3dn.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/x86_asm/sad_3dne.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/x86_asm/sad_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/x86_asm/sad_sse2.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/x86_asm/sad_xmm.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/plugins/plugin_dump.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/plugins/plugin_lumimasking.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/portab.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/quant/ia64_asm/quant_h263_ia64.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/quant/quant.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/quant/quant_matrix.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/quant/quant_matrix.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/quant/quant_mpeg.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/quant/x86_asm/quantize_h263_3dne.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/quant/x86_asm/quantize_h263_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/quant/x86_asm/quantize_mpeg_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/quant/x86_asm/quantize_mpeg_xmm.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/utils/emms.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/utils/ia64_asm/mem_transfer_ia64.s
    branches/soc-2009-yukishiro/extern/xvidcore/src/utils/mbfunctions.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/utils/mbtransquant.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/utils/mem_transfer.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/utils/x86_asm/cpuid.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/utils/x86_asm/interlacing_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/utils/x86_asm/mem_transfer_3dne.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/utils/x86_asm/mem_transfer_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/xvid.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/xvid.h
    branches/soc-2009-yukishiro/intern/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/audaspace/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/audaspace/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/SConscript
    branches/soc-2009-yukishiro/intern/audaspace/SDL/AUD_SDLDevice.cpp
    branches/soc-2009-yukishiro/intern/audaspace/SDL/AUD_SDLDevice.h
    branches/soc-2009-yukishiro/intern/audaspace/SDL/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/ffmpeg/AUD_FFMPEGFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/ffmpeg/AUD_FFMPEGFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/ffmpeg/AUD_FFMPEGReader.h
    branches/soc-2009-yukishiro/intern/audaspace/ffmpeg/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_C-API.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_C-API.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_ConverterReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_FloatMixer.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_Space.h
    branches/soc-2009-yukishiro/intern/audaspace/intern/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/make/msvc_9_0/audaspace.vcproj
    branches/soc-2009-yukishiro/intern/elbeem/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/elbeem/intern/paraloopend.h
    branches/soc-2009-yukishiro/intern/ghost/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/ghost/SConscript
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_System.cpp
    branches/soc-2009-yukishiro/intern/ghost/intern/GHOST_WindowX11.cpp
    branches/soc-2009-yukishiro/intern/guardedalloc/BLO_sys_types.h
    branches/soc-2009-yukishiro/intern/guardedalloc/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/guardedalloc/SConscript
    branches/soc-2009-yukishiro/intern/iksolver/SConscript
    branches/soc-2009-yukishiro/intern/memutil/SConscript
    branches/soc-2009-yukishiro/intern/moto/SConscript
    branches/soc-2009-yukishiro/intern/opennl/superlu/BLO_sys_types.h
    branches/soc-2009-yukishiro/intern/smoke/CMakeLists.txt
    branches/soc-2009-yukishiro/intern/smoke/extern/smoke_API.h
    branches/soc-2009-yukishiro/intern/smoke/intern/FLUID_3D.cpp
    branches/soc-2009-yukishiro/intern/smoke/intern/FLUID_3D.h
    branches/soc-2009-yukishiro/intern/smoke/intern/FLUID_3D_SOLVERS.cpp
    branches/soc-2009-yukishiro/intern/smoke/intern/VEC3.h
    branches/soc-2009-yukishiro/intern/smoke/intern/WAVELET_NOISE.h
    branches/soc-2009-yukishiro/intern/smoke/intern/WTURBULENCE.cpp
    branches/soc-2009-yukishiro/intern/smoke/intern/WTURBULENCE.h
    branches/soc-2009-yukishiro/intern/smoke/intern/smoke_API.cpp
    branches/soc-2009-yukishiro/intern/string/SConscript
    branches/soc-2009-yukishiro/intern/string/STR_String.h
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/BPY_python/BPY_python.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/blender.sln
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/blender.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/blenkernel/BKE_blenkernel.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/blenlib/BLI_blenlib.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/editors/ED_editors.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/imbuf/BL_imbuf.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/makesrna/RNA_makesrna.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/makesrna/RNA_rna.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/blender/render/BRE_render.vcproj
    branches/soc-2009-yukishiro/projectfiles_vc9/gameengine/videotexture/TEX_Video.vcproj
    branches/soc-2009-yukishiro/release/Makefile
    branches/soc-2009-yukishiro/release/datafiles/splash.jpg
    branches/soc-2009-yukishiro/release/io/engine_render_pov.py
    branches/soc-2009-yukishiro/release/io/export_ply.py
    branches/soc-2009-yukishiro/release/scripts/bpymodules/colladaImEx/collada.py
    branches/soc-2009-yukishiro/release/scripts/bpymodules/colladaImEx/cstartup.py
    branches/soc-2009-yukishiro/release/scripts/bpymodules/colladaImEx/translator.py
    branches/soc-2009-yukishiro/release/scripts/export_map.py
    branches/soc-2009-yukishiro/release/ui/bpy_ops.py
    branches/soc-2009-yukishiro/release/ui/buttons_data_armature.py
    branches/soc-2009-yukishiro/release/ui/buttons_data_bone.py
    branches/soc-2009-yukishiro/release/ui/buttons_data_camera.py
    branches/soc-2009-yukishiro/release/ui/buttons_data_curve.py
    branches/soc-2009-yukishiro/release/ui/buttons_data_empty.py
    branches/soc-2009-yukishiro/release/ui/buttons_data_lamp.py
    branches/soc-2009-yukishiro/release/ui/buttons_data_lattice.py
    branches/soc-2009-yukishiro/release/ui/buttons_data_mesh.py
    branches/soc-2009-yukishiro/release/ui/buttons_data_metaball.py
    branches/soc-2009-yukishiro/release/ui/buttons_data_modifier.py
    branches/soc-2009-yukishiro/release/ui/buttons_data_text.py
    branches/soc-2009-yukishiro/release/ui/buttons_game.py
    branches/soc-2009-yukishiro/release/ui/buttons_material.py
    branches/soc-2009-yukishiro/release/ui/buttons_object.py
    branches/soc-2009-yukishiro/release/ui/buttons_object_constraint.py
    branches/soc-2009-yukishiro/release/ui/buttons_particle.py
    branches/soc-2009-yukishiro/release/ui/buttons_physics_cloth.py
    branches/soc-2009-yukishiro/release/ui/buttons_physics_field.py
    branches/soc-2009-yukishiro/release/ui/buttons_physics_fluid.py
    branches/soc-2009-yukishiro/release/ui/buttons_physics_smoke.py
    branches/soc-2009-yukishiro/release/ui/buttons_physics_softbody.py
    branches/soc-2009-yukishiro/release/ui/buttons_scene.py
    branches/soc-2009-yukishiro/release/ui/buttons_texture.py
    branches/soc-2009-yukishiro/release/ui/buttons_world.py
    branches/soc-2009-yukishiro/release/ui/space_buttons.py
    branches/soc-2009-yukishiro/release/ui/space_console.py
    branches/soc-2009-yukishiro/release/ui/space_filebrowser.py
    branches/soc-2009-yukishiro/release/ui/space_image.py
    branches/soc-2009-yukishiro/release/ui/space_info.py
    branches/soc-2009-yukishiro/release/ui/space_logic.py
    branches/soc-2009-yukishiro/release/ui/space_outliner.py
    branches/soc-2009-yukishiro/release/ui/space_sequencer.py
    branches/soc-2009-yukishiro/release/ui/space_text.py
    branches/soc-2009-yukishiro/release/ui/space_time.py
    branches/soc-2009-yukishiro/release/ui/space_view3d.py
    branches/soc-2009-yukishiro/release/ui/space_view3d_toolbar.py
    branches/soc-2009-yukishiro/scons/scons-LICENSE
    branches/soc-2009-yukishiro/scons/scons-README
    branches/soc-2009-yukishiro/scons/scons-time.py
    branches/soc-2009-yukishiro/scons/scons.py
    branches/soc-2009-yukishiro/scons/sconsign.py
    branches/soc-2009-yukishiro/source/CMakeLists.txt
    branches/soc-2009-yukishiro/source/Makefile
    branches/soc-2009-yukishiro/source/SConscript
    branches/soc-2009-yukishiro/source/blender/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/avi/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/avi/SConscript
    branches/soc-2009-yukishiro/source/blender/blenfont/BLF_api.h
    branches/soc-2009-yukishiro/source/blender/blenfont/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/blenfont/SConscript
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf.c
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_dir.c
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_font.c
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_glyph.c
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_internal.h
    branches/soc-2009-yukishiro/source/blender/blenfont/intern/blf_internal_types.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_action.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_animsys.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_armature.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_blender.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_brush.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_constraint.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_context.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_depsgraph.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_global.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_group.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_library.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_modifier.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_multires.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_node.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_object.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_particle.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_pointcache.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_sca.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_scene.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_sequence.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_shrinkwrap.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_smoke.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_sound.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_text.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_texture.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_unit.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_utildefines.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/blenkernel/SConscript
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/DerivedMesh.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/Makefile
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/action.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/anim_sys.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/armature.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/blender.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/boids.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/booleanops.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/brush.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/cdderivedmesh.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/cloth.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/collision.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/constraint.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/context.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/depsgraph.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/fcurve.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/gpencil.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/group.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/idprop.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/image.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/ipo.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/library.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/material.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/mesh.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/modifier.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/multires.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/nla.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/node.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/object.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/packedFile.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/particle.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/particle_system.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/pointcache.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/sca.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/scene.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/seqeffects.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/sequence.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/shrinkwrap.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/smoke.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/softbody.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/sound.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/text.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/texture.c
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/unit.c
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_arithb.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_kdopbvh.h
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_winstuff.h
    branches/soc-2009-yukishiro/source/blender/blenlib/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/blenlib/SConscript
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_kdopbvh.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/BLI_kdtree.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/arithb.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/boxpack2d.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/listbase.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/storage.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/threads.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/util.c
    branches/soc-2009-yukishiro/source/blender/blenloader/BLO_sys_types.h
    branches/soc-2009-yukishiro/source/blender/blenloader/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/blenloader/SConscript
    branches/soc-2009-yukishiro/source/blender/blenloader/intern/readblenentry.c
    branches/soc-2009-yukishiro/source/blender/blenloader/intern/readfile.c
    branches/soc-2009-yukishiro/source/blender/blenloader/intern/readfile.h
    branches/soc-2009-yukishiro/source/blender/blenloader/intern/writefile.c
    branches/soc-2009-yukishiro/source/blender/blenpluginapi/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/blenpluginapi/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/editors/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_channels_defines.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_channels_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_deps.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_filter.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_ipo_utils.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/anim_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/drivers.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/fmodifier_ui.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/keyframes_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/keyframes_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/keyframes_general.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/keyframing.c
    branches/soc-2009-yukishiro/source/blender/editors/animation/keyingsets.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/editarmature.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/editarmature_sketch.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/poselib.c
    branches/soc-2009-yukishiro/source/blender/editors/armature/poseobject.c
    branches/soc-2009-yukishiro/source/blender/editors/curve/curve_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/curve/editcurve.c
    branches/soc-2009-yukishiro/source/blender/editors/curve/editfont.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/drawgpencil.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/gpencil_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/gpencil_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_anim_api.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_fileselect.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_gpencil.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_keyframes_draw.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_keyframes_edit.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_keyframing.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_node.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_object.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_particle.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_previewrender.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_screen.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_screen_types.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_space_api.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_view3d.h
    branches/soc-2009-yukishiro/source/blender/editors/include/UI_interface.h
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_anim.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_handlers.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_layout.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_panel.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_regions.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_templates.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_utils.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/interface_widgets.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/resources.c
    branches/soc-2009-yukishiro/source/blender/editors/interface/view2d_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editmesh.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editmesh_add.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editmesh_loop.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editmesh_mods.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/editmesh_tools.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/mesh_layers.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/mesh_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/mesh/meshtools.c
    branches/soc-2009-yukishiro/source/blender/editors/metaball/editmball.c
    branches/soc-2009-yukishiro/source/blender/editors/object/editconstraint.c
    branches/soc-2009-yukishiro/source/blender/editors/object/editkey.c
    branches/soc-2009-yukishiro/source/blender/editors/object/editlattice.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/object/object_modifier.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/object/object_vgroup.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/ed_pointcache.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/editparticle.c
    branches/soc-2009-yukishiro/source/blender/editors/physics/physics_boids.c
    branches/soc-2009-yukishiro/source/blender/editors/preview/previewrender.c
    branches/soc-2009-yukishiro/source/blender/editors/screen/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/editors/screen/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/screen/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/screen/area.c
    branches/soc-2009-yukishiro/source/blender/editors/screen/screen_context.c
    branches/soc-2009-yukishiro/source/blender/editors/screen/screen_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/screen/screen_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_image.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_light.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_utils.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_vertex.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/sculpt.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/sculpt_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_action/action_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_action/action_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_action/action_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_action/action_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_action/action_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_action/space_action.c
    branches/soc-2009-yukishiro/source/blender/editors/space_api/spacetypes.c
    branches/soc-2009-yukishiro/source/blender/editors/space_buttons/buttons_context.c
    branches/soc-2009-yukishiro/source/blender/editors/space_buttons/buttons_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_buttons/buttons_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_buttons/space_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_console/console_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_console/console_report.c
    branches/soc-2009-yukishiro/source/blender/editors/space_console/space_console.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/space_file/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_file/file_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/file_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_file/file_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/file_panels.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/filesel.c
    branches/soc-2009-yukishiro/source/blender/editors/space_file/space_file.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/graph_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_graph/space_graph.c
    branches/soc-2009-yukishiro/source/blender/editors/space_image/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/space_image/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_image/image_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_image/image_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_image/image_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_image/image_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_image/space_image.c
    branches/soc-2009-yukishiro/source/blender/editors/space_info/info_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_info/space_info.c
    branches/soc-2009-yukishiro/source/blender/editors/space_logic/logic_window.c
    branches/soc-2009-yukishiro/source/blender/editors/space_logic/space_logic.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_channels.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/nla_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_nla/space_nla.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/drawnode.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_node/node_state.c
    branches/soc-2009-yukishiro/source/blender/editors/space_node/space_node.c
    branches/soc-2009-yukishiro/source/blender/editors/space_outliner/outliner.c
    branches/soc-2009-yukishiro/source/blender/editors/space_outliner/outliner_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_outliner/space_outliner.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/sequencer_add.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/sequencer_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_sequencer/space_sequencer.c
    branches/soc-2009-yukishiro/source/blender/editors/space_text/space_text.c
    branches/soc-2009-yukishiro/source/blender/editors/space_text/text_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_text/text_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_text/text_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_time/space_time.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/drawarmature.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/drawmesh.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/drawobject.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/space_view3d.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_draw.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_edit.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_select.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_snap.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_toolbar.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/view3d_view.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform.h
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_conversions.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_generics.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_manipulator.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/transform/transform_orientations.c
    branches/soc-2009-yukishiro/source/blender/editors/util/editmode_undo.c
    branches/soc-2009-yukishiro/source/blender/editors/util/undo.c
    branches/soc-2009-yukishiro/source/blender/editors/uvedit/uvedit_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/uvedit/uvedit_unwrap_ops.c
    branches/soc-2009-yukishiro/source/blender/gpu/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/gpu/GPU_draw.h
    branches/soc-2009-yukishiro/source/blender/gpu/GPU_extensions.h
    branches/soc-2009-yukishiro/source/blender/gpu/GPU_material.h
    branches/soc-2009-yukishiro/source/blender/gpu/SConscript
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_codegen.c
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_codegen.h
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_draw.c
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_extensions.c
    branches/soc-2009-yukishiro/source/blender/gpu/intern/gpu_material.c
    branches/soc-2009-yukishiro/source/blender/imbuf/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/imbuf/SConscript
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/cineon/SConscript
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/dds/SConscript
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/openexr/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/openexr/Makefile
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/openexr/SConscript
    branches/soc-2009-yukishiro/source/blender/imbuf/intern/openexr/openexr_api.cpp
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_action_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_brush_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_constraint_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_curve_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_gpencil_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_material_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_modifier_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_object_force.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_object_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_particle_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_scene_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_sensor_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_smoke_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_sound_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_space_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_texture_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_userdef_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/DNA_windowmanager_types.h
    branches/soc-2009-yukishiro/source/blender/makesdna/SConscript
    branches/soc-2009-yukishiro/source/blender/makesdna/intern/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/makesdna/intern/SConscript
    branches/soc-2009-yukishiro/source/blender/makesrna/RNA_access.h
    branches/soc-2009-yukishiro/source/blender/makesrna/RNA_define.h
    branches/soc-2009-yukishiro/source/blender/makesrna/RNA_enum_types.h
    branches/soc-2009-yukishiro/source/blender/makesrna/RNA_types.h
    branches/soc-2009-yukishiro/source/blender/makesrna/SConscript
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/Makefile
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/SConscript
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/makesrna.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_ID.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_access.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_action.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_animation.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_armature.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_boid.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_brush.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_cloth.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_constraint.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_context.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_curve.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_define.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_fcurve.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_fluidsim.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_internal.h
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_internal_types.h
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_key.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_lattice.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_main.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_material.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_mesh.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_mesh_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_meta.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_modifier.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_nla.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_nodetree.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_object.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_object_force.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_packedfile.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_particle.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_pose.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_render.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_rna.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_scene.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_screen.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_sculpt_paint.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_sequence.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_smoke.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_sound.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_space.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_texture.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_ui.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_ui_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_userdef.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_wm.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_world.c
    branches/soc-2009-yukishiro/source/blender/nodes/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/nodes/SConscript
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_at.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_bricks.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_checker.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_compose.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_coord.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_curves.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_decompose.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_distance.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_hueSatVal.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_image.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_invert.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_math.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_mixRgb.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_output.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_proc.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_rotate.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_scale.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_texture.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_translate.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_valToNor.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_valToRgb.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_nodes/TEX_viewer.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_util.c
    branches/soc-2009-yukishiro/source/blender/nodes/intern/TEX_util.h
    branches/soc-2009-yukishiro/source/blender/python/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/python/SConscript
    branches/soc-2009-yukishiro/source/blender/python/epy_doc_gen.py
    branches/soc-2009-yukishiro/source/blender/python/generic/BGL.c
    branches/soc-2009-yukishiro/source/blender/python/generic/BGL.h
    branches/soc-2009-yukishiro/source/blender/python/generic/bpy_internal_import.h
    branches/soc-2009-yukishiro/source/blender/python/generic/euler.c
    branches/soc-2009-yukishiro/source/blender/python/generic/matrix.c
    branches/soc-2009-yukishiro/source/blender/python/generic/quat.c
    branches/soc-2009-yukishiro/source/blender/python/generic/vector.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_interface.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_operator.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_operator_wrap.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_rna.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_rna.h
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_ui.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_util.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_util.h
    branches/soc-2009-yukishiro/source/blender/quicktime/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/quicktime/SConscript
    branches/soc-2009-yukishiro/source/blender/readblenfile/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/readblenfile/SConscript
    branches/soc-2009-yukishiro/source/blender/render/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/render/SConscript
    branches/soc-2009-yukishiro/source/blender/render/extern/include/RE_pipeline.h
    branches/soc-2009-yukishiro/source/blender/render/extern/include/RE_shader_ext.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/render_types.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/shading.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/texture.h
    branches/soc-2009-yukishiro/source/blender/render/intern/source/Makefile
    branches/soc-2009-yukishiro/source/blender/render/intern/source/convertblender.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/envmap.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/initrender.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/occlusion.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/pipeline.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/pixelshading.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/rayshade.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/raytrace.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/rendercore.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/shadbuf.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/shadeinput.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/shadeoutput.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/strand.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/texture.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/zbuf.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blender/windowmanager/WM_api.h
    branches/soc-2009-yukishiro/source/blender/windowmanager/WM_types.h
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/Makefile
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_event_system.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_files.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_init_exit.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_operators.c
    branches/soc-2009-yukishiro/source/blender/windowmanager/intern/wm_window.c
    branches/soc-2009-yukishiro/source/creator/CMakeLists.txt
    branches/soc-2009-yukishiro/source/creator/Makefile
    branches/soc-2009-yukishiro/source/creator/creator.c
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderCanvas.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderGL.cpp
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderGL.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderInputDevice.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderKeyboardDevice.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderMouseDevice.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.cpp
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderRenderTools.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/KX_BlenderSystem.h
    branches/soc-2009-yukishiro/source/gameengine/BlenderRoutines/SConscript
    branches/soc-2009-yukishiro/source/gameengine/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ActionActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ActionActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ArmatureObject.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ArmatureObject.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_BlenderDataConversion.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_DeformableGameObject.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_MeshDeformer.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ModifierDeformer.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ShapeActionActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ShapeActionActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ShapeDeformer.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_ShapeDeformer.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_SkinDeformer.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BL_SkinMeshObject.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/BlenderWorldInfo.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_BlenderScalarInterpolator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_BlenderScalarInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_BlenderSceneConverter.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_BlenderSceneConverter.h
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_ConvertActuators.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_ConvertSensors.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/KX_IpoConvert.cpp
    branches/soc-2009-yukishiro/source/gameengine/Converter/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Expressions/BoolValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Expressions/ConstExpr.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/EmptyValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/ErrorValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/Expression.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/FloatValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/IdentifierExpr.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/IfExpr.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/InputParser.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/IntValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/KX_HashedPtr.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/KX_Python.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/ListValue.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/ListValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/Operator1Expr.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/Operator2Expr.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/PyObjectPlus.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/PyObjectPlus.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Expressions/StringValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/Value.cpp
    branches/soc-2009-yukishiro/source/gameengine/Expressions/Value.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/VectorValue.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/VoidValue.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ActuatorEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ActuatorSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ActuatorSensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_AlwaysEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_DelaySensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_DelaySensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_EventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ExpressionController.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IActuator.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IController.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IController.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IInputDevice.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ILogicBrick.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ILogicBrick.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_IScene.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ISensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_ISensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_JoystickManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_JoystickSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_JoystickSensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_KeyboardManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_KeyboardSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_KeyboardSensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_LogicManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_MouseManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_MouseSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_MouseSensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PropertyActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PropertyActuator.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PropertyEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PropertySensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PropertySensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_PythonController.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomActuator.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomNumberGenerator.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_RandomSensor.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SCA_TimeEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/GameLogic/SConscript
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_Engine.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/GPC_Engine.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/common/SConscript
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_Application.h
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/ghost/SConscript
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/netscape/src/Makefile
    branches/soc-2009-yukishiro/source/gameengine/GamePlayer/xembed/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/BL_BlenderShader.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/BL_BlenderShader.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/BL_Material.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/BL_Shader.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/BL_Texture.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KXNetwork/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_BlenderMaterial.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_BlenderMaterial.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_BulletPhysicsController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Camera.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Camera.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_CameraActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_CameraActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_CameraIpoSGController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ClientObjectInfo.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ConstraintActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ConstraintActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Dome.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_EmptyObject.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_GameActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_GameActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_GameObject.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_GameObject.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IPO_SGController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IPhysicsController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IScalarInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ISceneConverter.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ISystem.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IpoActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_IpoActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_KetsjiEngine.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_LightIpoSGController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_MaterialIpoController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_MeshProxy.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_MotionState.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_MouseFocusSensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ObColorIpoSGController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ObjectActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ObjectActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_OrientationInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ParentActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ParentActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PolyProxy.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PolygonMaterial.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PolygonMaterial.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PositionInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PyMath.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PyMath.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PythonInit.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_PythonSeq.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RadarSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RadarSensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RayCast.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RayEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RaySensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_RaySensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_DynamicActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_DynamicActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SG_BoneParentNodeRelationship.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SG_NodeRelationships.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ScalarInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_ScalingInterpolator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Scene.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_Scene.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SceneActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SceneActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SoundActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_SoundActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_StateActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_StateActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TimeCategoryLogger.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TimeLogger.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TouchEventManager.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TouchSensor.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TouchSensor.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TrackToActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_TrackToActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_VisibilityActuator.cpp
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_VisibilityActuator.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_WorldInfo.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/KX_WorldIpoController.h
    branches/soc-2009-yukishiro/source/gameengine/Ketsji/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Network/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Network/LoopBackNetwork/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Network/LoopBackNetwork/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Network/NG_NetworkDeviceInterface.h
    branches/soc-2009-yukishiro/source/gameengine/Network/NG_NetworkMessage.h
    branches/soc-2009-yukishiro/source/gameengine/Network/NG_NetworkObject.h
    branches/soc-2009-yukishiro/source/gameengine/Network/NG_NetworkScene.h
    branches/soc-2009-yukishiro/source/gameengine/Network/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CcdGraphicController.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CcdPhysicsController.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/Bullet/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Physics/Dummy/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Physics/Dummy/DummyPhysicsEnvironment.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/Dummy/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IController.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IGraphicController.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IMotionState.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IPhysicsController.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IPhysicsEnvironment.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/PHY_IVehicle.h
    branches/soc-2009-yukishiro/source/gameengine/Physics/common/SConscript
    branches/soc-2009-yukishiro/source/gameengine/PyDoc/GameLogic.py
    branches/soc-2009-yukishiro/source/gameengine/PyDoc/GameTypes.py
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_2DFilterManager.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_BucketManager.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_Deformer.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_FramingManager.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_ICanvas.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_IPolygonMaterial.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_IPolygonMaterial.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_IRasterizer.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_IRenderTools.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_MaterialBucket.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_MeshObject.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_ListRasterizer.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_VAOpenGLRasterizer.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/SConscript
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_Polygon.cpp
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_Polygon.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_Rect.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/RAS_TexVert.h
    branches/soc-2009-yukishiro/source/gameengine/Rasterizer/SConscript
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SConscript
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_BBox.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Controller.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_DList.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_IObject.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Node.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_ParentRelation.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_QList.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Spatial.h
    branches/soc-2009-yukishiro/source/gameengine/SceneGraph/SG_Tree.h
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/CMakeLists.txt
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/Exception.cpp
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/ImageBase.cpp
    branches/soc-2009-yukishiro/source/gameengine/VideoTexture/SConscript
    branches/soc-2009-yukishiro/source/icons/SConscript
    branches/soc-2009-yukishiro/source/kernel/CMakeLists.txt
    branches/soc-2009-yukishiro/source/kernel/SConscript
    branches/soc-2009-yukishiro/source/nan_compile.mk
    branches/soc-2009-yukishiro/source/nan_definitions.mk
    branches/soc-2009-yukishiro/source/nan_link.mk
    branches/soc-2009-yukishiro/tools/Blender.py
    branches/soc-2009-yukishiro/tools/btools.py

Added Paths:
-----------
    branches/soc-2009-yukishiro/extern/lzma/
    branches/soc-2009-yukishiro/extern/lzma/Alloc.c
    branches/soc-2009-yukishiro/extern/lzma/Alloc.h
    branches/soc-2009-yukishiro/extern/lzma/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/lzma/LzFind.c
    branches/soc-2009-yukishiro/extern/lzma/LzFind.h
    branches/soc-2009-yukishiro/extern/lzma/LzHash.h
    branches/soc-2009-yukishiro/extern/lzma/LzmaDec.c
    branches/soc-2009-yukishiro/extern/lzma/LzmaDec.h
    branches/soc-2009-yukishiro/extern/lzma/LzmaEnc.c
    branches/soc-2009-yukishiro/extern/lzma/LzmaEnc.h
    branches/soc-2009-yukishiro/extern/lzma/LzmaLib.c
    branches/soc-2009-yukishiro/extern/lzma/LzmaLib.h
    branches/soc-2009-yukishiro/extern/lzma/Makefile
    branches/soc-2009-yukishiro/extern/lzma/SConscript
    branches/soc-2009-yukishiro/extern/lzma/Types.h
    branches/soc-2009-yukishiro/extern/lzma/history.txt
    branches/soc-2009-yukishiro/extern/lzma/lzma.txt
    branches/soc-2009-yukishiro/extern/lzma/make/
    branches/soc-2009-yukishiro/extern/lzma/make/msvc_9_0/
    branches/soc-2009-yukishiro/extern/lzma/make/msvc_9_0/lzma.vcproj
    branches/soc-2009-yukishiro/extern/lzo/
    branches/soc-2009-yukishiro/extern/lzo/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/lzo/SConscript
    branches/soc-2009-yukishiro/extern/lzo/make/
    branches/soc-2009-yukishiro/extern/lzo/make/msvc_9_0/
    branches/soc-2009-yukishiro/extern/lzo/make/msvc_9_0/lzo.vcproj
    branches/soc-2009-yukishiro/extern/lzo/minilzo/
    branches/soc-2009-yukishiro/extern/lzo/minilzo/COPYING
    branches/soc-2009-yukishiro/extern/lzo/minilzo/Makefile
    branches/soc-2009-yukishiro/extern/lzo/minilzo/Makefile.bak
    branches/soc-2009-yukishiro/extern/lzo/minilzo/README.LZO
    branches/soc-2009-yukishiro/extern/lzo/minilzo/lzoconf.h
    branches/soc-2009-yukishiro/extern/lzo/minilzo/lzodefs.h
    branches/soc-2009-yukishiro/extern/lzo/minilzo/minilzo.c
    branches/soc-2009-yukishiro/extern/lzo/minilzo/minilzo.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/deintl_sse.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_asm/gmc_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/motion_smp.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/nasm.inc
    branches/soc-2009-yukishiro/extern/xvidcore/src/plugins/plugin_ssim.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/plugins/plugin_ssim.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/plugins/x86_asm/
    branches/soc-2009-yukishiro/extern/xvidcore/src/plugins/x86_asm/plugin_ssim-a.asm
    branches/soc-2009-yukishiro/intern/audaspace/OpenAL/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_FileFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/intern/AUD_FileFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/jack/
    branches/soc-2009-yukishiro/intern/audaspace/jack/AUD_JackDevice.cpp
    branches/soc-2009-yukishiro/intern/audaspace/jack/AUD_JackDevice.h
    branches/soc-2009-yukishiro/intern/audaspace/jack/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/AUD_SndFileFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/AUD_SndFileFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/AUD_SndFileReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/AUD_SndFileReader.h
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/Makefile
    branches/soc-2009-yukishiro/intern/guardedalloc/cpp/
    branches/soc-2009-yukishiro/intern/guardedalloc/cpp/mallocn.cpp
    branches/soc-2009-yukishiro/release/datafiles/datatoc.py
    branches/soc-2009-yukishiro/release/io/netrender/
    branches/soc-2009-yukishiro/release/io/netrender/__init__.py
    branches/soc-2009-yukishiro/release/io/netrender/client.py
    branches/soc-2009-yukishiro/release/io/netrender/master.py
    branches/soc-2009-yukishiro/release/io/netrender/model.py
    branches/soc-2009-yukishiro/release/io/netrender/operators.py
    branches/soc-2009-yukishiro/release/io/netrender/slave.py
    branches/soc-2009-yukishiro/release/io/netrender/ui.py
    branches/soc-2009-yukishiro/release/io/netrender/utils.py
    branches/soc-2009-yukishiro/release/scripts/import_edl.py
    branches/soc-2009-yukishiro/release/ui/space_node.py
    branches/soc-2009-yukishiro/release/ui/space_userpref.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Action.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Builder.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/CacheDir.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Conftest.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Debug.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Defaults.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Environment.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Errors.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Executor.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Job.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Memoize.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Node/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Node/Alias.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Node/FS.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Node/Python.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Node/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/BoolOption.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/EnumOption.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/ListOption.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/PackageOption.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/PathOption.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/PathList.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/aix.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/cygwin.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/darwin.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/hpux.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/irix.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/os2.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/posix.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/sunos.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/win32.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/SConf.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/SConsign.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/C.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/D.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/Dir.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/Fortran.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/IDL.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/LaTeX.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/Prog.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/RC.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/Interactive.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/Main.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/SConsOptions.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/SConscript.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Sig.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Subst.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Taskmaster.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/386asm.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/BitKeeper.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/CVS.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/FortranCommon.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/JavaCommon.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/common.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/netframework.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/sdk.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/vs.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/Perforce.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/PharLapCommon.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/RCS.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/SCCS.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/Subversion.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/aixc++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/aixcc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/aixf77.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/aixlink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/applelink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/ar.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/as.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/bcc32.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/c++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/cc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/cvf.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/default.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/dmd.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/dvi.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/dvipdf.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/dvips.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/f77.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/f90.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/f95.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/filesystem.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/fortran.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/g++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/g77.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/gas.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/gcc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/gfortran.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/gnulink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/gs.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/hpc++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/hpcc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/hplink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/icc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/icl.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/ifl.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/ifort.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/ilink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/ilink32.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/install.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/intelc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/jar.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/javac.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/javah.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/latex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/lex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/link.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/linkloc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/m4.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/masm.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/midl.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mingw.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mslib.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mslink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mssdk.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/msvc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/msvs.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mwcc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mwld.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/nasm.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/ipk.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/msi.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/rpm.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/src_tarbz2.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/src_targz.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/src_zip.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/tarbz2.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/targz.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/zip.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/pdf.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/pdflatex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/pdftex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/qt.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/rmic.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/rpcgen.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/rpm.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sgiar.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sgic++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sgicc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sgilink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunar.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunc++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/suncc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunf77.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunf90.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunf95.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunlink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/swig.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/tar.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/tex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/tlib.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/wix.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/yacc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/zip.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Util.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/BoolVariable.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/EnumVariable.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/ListVariable.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/PackageVariable.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/PathVariable.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Warnings.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_UserString.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_hashlib.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_itertools.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_optparse.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_sets.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_sets15.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_shlex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_subprocess.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_textwrap.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/builtins.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/cpp.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/dblite.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/exitfuncs.py
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_paint.h
    branches/soc-2009-yukishiro/source/blender/blenkernel/intern/paint.c
    branches/soc-2009-yukishiro/source/blender/blenlib/BLI_voxel.h
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/voxel.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/gpencil_buttons.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/gpencil_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/gpencil/gpencil_paint.c
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_info.h
    branches/soc-2009-yukishiro/source/blender/editors/include/ED_sound.h
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/paint_stroke.c
    branches/soc-2009-yukishiro/source/blender/editors/sound/
    branches/soc-2009-yukishiro/source/blender/editors/sound/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/sound/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/sound/sound_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/sound/sound_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_info/info_stats.c
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/space_userpref.c
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/userpref_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/userpref_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_view3d/drawvolume.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_animation_api.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_gpencil.c
    branches/soc-2009-yukishiro/source/blender/makesrna/intern/rna_scene_api.c
    branches/soc-2009-yukishiro/source/blender/python/intern/bpy_array.c
    branches/soc-2009-yukishiro/source/blender/render/intern/include/pointdensity.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/volume_precache.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/volumetric.h
    branches/soc-2009-yukishiro/source/blender/render/intern/include/voxeldata.h
    branches/soc-2009-yukishiro/source/blender/render/intern/source/pointdensity.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/volume_precache.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/volumetric.c
    branches/soc-2009-yukishiro/source/blender/render/intern/source/voxeldata.c
    branches/soc-2009-yukishiro/source/blenderplayer/
    branches/soc-2009-yukishiro/source/blenderplayer/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/Makefile
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/SConscript
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/stubs.c

Removed Paths:
-------------
    branches/soc-2009-yukishiro/blenderplayer/
    branches/soc-2009-yukishiro/extern/lzma/Alloc.c
    branches/soc-2009-yukishiro/extern/lzma/Alloc.h
    branches/soc-2009-yukishiro/extern/lzma/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/lzma/LzFind.c
    branches/soc-2009-yukishiro/extern/lzma/LzFind.h
    branches/soc-2009-yukishiro/extern/lzma/LzHash.h
    branches/soc-2009-yukishiro/extern/lzma/LzmaDec.c
    branches/soc-2009-yukishiro/extern/lzma/LzmaDec.h
    branches/soc-2009-yukishiro/extern/lzma/LzmaEnc.c
    branches/soc-2009-yukishiro/extern/lzma/LzmaEnc.h
    branches/soc-2009-yukishiro/extern/lzma/LzmaLib.c
    branches/soc-2009-yukishiro/extern/lzma/LzmaLib.h
    branches/soc-2009-yukishiro/extern/lzma/Makefile
    branches/soc-2009-yukishiro/extern/lzma/SConscript
    branches/soc-2009-yukishiro/extern/lzma/Types.h
    branches/soc-2009-yukishiro/extern/lzma/history.txt
    branches/soc-2009-yukishiro/extern/lzma/lzma.txt
    branches/soc-2009-yukishiro/extern/lzma/make/
    branches/soc-2009-yukishiro/extern/lzma/make/msvc_9_0/
    branches/soc-2009-yukishiro/extern/lzma/make/msvc_9_0/lzma.vcproj
    branches/soc-2009-yukishiro/extern/lzo/CMakeLists.txt
    branches/soc-2009-yukishiro/extern/lzo/SConscript
    branches/soc-2009-yukishiro/extern/lzo/make/
    branches/soc-2009-yukishiro/extern/lzo/make/msvc_9_0/
    branches/soc-2009-yukishiro/extern/lzo/make/msvc_9_0/lzo.vcproj
    branches/soc-2009-yukishiro/extern/lzo/minilzo/
    branches/soc-2009-yukishiro/extern/lzo/minilzo/COPYING
    branches/soc-2009-yukishiro/extern/lzo/minilzo/Makefile
    branches/soc-2009-yukishiro/extern/lzo/minilzo/Makefile.bak
    branches/soc-2009-yukishiro/extern/lzo/minilzo/README.LZO
    branches/soc-2009-yukishiro/extern/lzo/minilzo/lzoconf.h
    branches/soc-2009-yukishiro/extern/lzo/minilzo/lzodefs.h
    branches/soc-2009-yukishiro/extern/lzo/minilzo/minilzo.c
    branches/soc-2009-yukishiro/extern/lzo/minilzo/minilzo.h
    branches/soc-2009-yukishiro/extern/xvidcore/src/bitstream/x86_asm/cbp_3dne.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/x86_64_asm/
    branches/soc-2009-yukishiro/extern/xvidcore/src/dct/x86_asm/simple_idct_mmx.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/image/x86_64_asm/
    branches/soc-2009-yukishiro/extern/xvidcore/src/motion/x86_64_asm/
    branches/soc-2009-yukishiro/extern/xvidcore/src/plugins/plugin_fixed.c
    branches/soc-2009-yukishiro/extern/xvidcore/src/plugins/x86_asm/plugin_ssim-a.asm
    branches/soc-2009-yukishiro/extern/xvidcore/src/quant/x86_64_asm/
    branches/soc-2009-yukishiro/extern/xvidcore/src/utils/x86_64_asm/
    branches/soc-2009-yukishiro/intern/audaspace/jack/AUD_JackDevice.cpp
    branches/soc-2009-yukishiro/intern/audaspace/jack/AUD_JackDevice.h
    branches/soc-2009-yukishiro/intern/audaspace/jack/Makefile
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/AUD_SndFileFactory.cpp
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/AUD_SndFileFactory.h
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/AUD_SndFileReader.cpp
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/AUD_SndFileReader.h
    branches/soc-2009-yukishiro/intern/audaspace/sndfile/Makefile
    branches/soc-2009-yukishiro/intern/guardedalloc/cpp/mallocn.cpp
    branches/soc-2009-yukishiro/release/datafiles/datatoc.c
    branches/soc-2009-yukishiro/release/io/netrender/__init__.py
    branches/soc-2009-yukishiro/release/io/netrender/client.py
    branches/soc-2009-yukishiro/release/io/netrender/master.py
    branches/soc-2009-yukishiro/release/io/netrender/model.py
    branches/soc-2009-yukishiro/release/io/netrender/operators.py
    branches/soc-2009-yukishiro/release/io/netrender/slave.py
    branches/soc-2009-yukishiro/release/io/netrender/ui.py
    branches/soc-2009-yukishiro/release/io/netrender/utils.py
    branches/soc-2009-yukishiro/release/scripts/help_getting_started.py
    branches/soc-2009-yukishiro/release/scripts/help_manual.py
    branches/soc-2009-yukishiro/release/scripts/help_release_notes.py
    branches/soc-2009-yukishiro/release/scripts/help_tutorials.py
    branches/soc-2009-yukishiro/release/scripts/help_web_blender.py
    branches/soc-2009-yukishiro/release/scripts/help_web_devcomm.py
    branches/soc-2009-yukishiro/release/scripts/help_web_eshop.py
    branches/soc-2009-yukishiro/release/scripts/help_web_usercomm.py
    branches/soc-2009-yukishiro/scons/scons-local-1.1.0/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Action.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Builder.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/CacheDir.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Conftest.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Debug.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Defaults.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Environment.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Errors.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Executor.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Job.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Memoize.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Node/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Node/Alias.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Node/FS.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Node/Python.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Node/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/BoolOption.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/EnumOption.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/ListOption.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/PackageOption.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/PathOption.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Options/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/PathList.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/aix.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/cygwin.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/darwin.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/hpux.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/irix.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/os2.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/posix.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/sunos.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Platform/win32.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/SConf.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/SConsign.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/C.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/D.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/Dir.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/Fortran.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/IDL.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/LaTeX.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/Prog.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/RC.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Scanner/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/Interactive.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/Main.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/SConsOptions.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/SConscript.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Script/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Sig.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Subst.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Taskmaster.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/386asm.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/BitKeeper.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/CVS.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/FortranCommon.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/JavaCommon.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/common.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/netframework.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/sdk.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/MSCommon/vs.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/Perforce.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/PharLapCommon.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/RCS.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/SCCS.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/Subversion.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/aixc++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/aixcc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/aixf77.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/aixlink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/applelink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/ar.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/as.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/bcc32.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/c++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/cc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/cvf.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/default.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/dmd.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/dvi.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/dvipdf.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/dvips.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/f77.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/f90.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/f95.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/filesystem.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/fortran.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/g++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/g77.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/gas.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/gcc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/gfortran.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/gnulink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/gs.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/hpc++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/hpcc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/hplink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/icc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/icl.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/ifl.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/ifort.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/ilink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/ilink32.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/install.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/intelc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/jar.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/javac.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/javah.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/latex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/lex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/link.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/linkloc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/m4.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/masm.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/midl.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mingw.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mslib.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mslink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mssdk.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/msvc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/msvs.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mwcc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/mwld.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/nasm.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/ipk.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/msi.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/rpm.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/src_tarbz2.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/src_targz.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/src_zip.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/tarbz2.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/targz.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/packaging/zip.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/pdf.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/pdflatex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/pdftex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/qt.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/rmic.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/rpcgen.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/rpm.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sgiar.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sgic++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sgicc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sgilink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunar.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunc++.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/suncc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunf77.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunf90.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunf95.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/sunlink.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/swig.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/tar.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/tex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/tlib.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/wix.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/yacc.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Tool/zip.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Util.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/BoolVariable.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/EnumVariable.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/ListVariable.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/PackageVariable.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/PathVariable.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Variables/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/Warnings.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/__init__.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_UserString.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_hashlib.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_itertools.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_optparse.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_sets.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_sets15.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_shlex.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_subprocess.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/_scons_textwrap.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/compat/builtins.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/cpp.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/dblite.py
    branches/soc-2009-yukishiro/scons/scons-local-1.2.0.d20090223/SCons/exitfuncs.py
    branches/soc-2009-yukishiro/source/blender/blenkernel/BKE_sculpt.h
    branches/soc-2009-yukishiro/source/blender/blenlib/MTC_matrixops.h
    branches/soc-2009-yukishiro/source/blender/blenlib/MTC_vectorops.h
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/matrixops.c
    branches/soc-2009-yukishiro/source/blender/blenlib/intern/vectorops.c
    branches/soc-2009-yukishiro/source/blender/editors/sculpt_paint/sculpt_stroke.c
    branches/soc-2009-yukishiro/source/blender/editors/sound/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/sound/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/sound/sound_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/sound/sound_ops.c
    branches/soc-2009-yukishiro/source/blender/editors/space_time/time_header.c
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/Makefile
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/SConscript
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/space_userpref.c
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/userpref_intern.h
    branches/soc-2009-yukishiro/source/blender/editors/space_userpref/userpref_ops.c
    branches/soc-2009-yukishiro/source/blenderplayer/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/Makefile
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/SConscript
    branches/soc-2009-yukishiro/source/blenderplayer/bad_level_call_stubs/stubs.c
    branches/soc-2009-yukishiro/source/gameengine/Expressions/KX_Python_dynamic.h
    branches/soc-2009-yukishiro/source/gameengine/Expressions/KX_Python_static.h

Modified: branches/soc-2009-yukishiro/CMake/macros.cmake
===================================================================
--- branches/soc-2009-yukishiro/CMake/macros.cmake	2009-09-06 15:13:57 UTC (rev 23032)
+++ branches/soc-2009-yukishiro/CMake/macros.cmake	2009-09-06 15:23:50 UTC (rev 23033)
@@ -42,17 +42,40 @@
   if(COMMAND cmake_policy)
     CMAKE_POLICY(SET CMP0003 NEW)
   endif(COMMAND cmake_policy)
-  LINK_DIRECTORIES(${PYTHON_LIBPATH} ${SDL_LIBPATH} ${JPEG_LIBPATH} ${PNG_LIBPATH} ${ZLIB_LIBPATH} ${ICONV_LIBPATH} ${OPENEXR_LIBPATH} ${QUICKTIME_LIBPATH} ${FFMPEG_LIBPATH})
-  LINK_DIRECTORIES(${FREETYPE_LIBPATH} ${LIBSAMPLERATE_LIBPATH})
+  
+  LINK_DIRECTORIES(${JPEG_LIBPATH} ${PNG_LIBPATH} ${ZLIB_LIBPATH} ${FREETYPE_LIBPATH} ${LIBSAMPLERATE_LIBPATH})
+  
+  IF(WITH_PYTHON)
+    LINK_DIRECTORIES(${PYTHON_LIBPATH})
+  ENDIF(WITH_PYTHON)
   IF(WITH_INTERNATIONAL)
+    LINK_DIRECTORIES(${ICONV_LIBPATH})
     LINK_DIRECTORIES(${GETTEXT_LIBPATH})
   ENDIF(WITH_INTERNATIONAL)
+  IF(WITH_SDL)
+    LINK_DIRECTORIES(${SDL_LIBPATH})
+  ENDIF(WITH_SDL)
+  IF(WITH_FFMPEG)
+    LINK_DIRECTORIES(${FFMPEG_LIBPATH})
+  ENDIF(WITH_FFMPEG)
+  IF(WITH_OPENEXR)
+    LINK_DIRECTORIES(${OPENEXR_LIBPATH})
+  ENDIF(WITH_OPENEXR)
+  IF(WITH_QUICKTIME)
+    LINK_DIRECTORIES(${QUICKTIME_LIBPATH})
+  ENDIF(WITH_QUICKTIME)
   IF(WITH_OPENAL)
     LINK_DIRECTORIES(${OPENAL_LIBPATH})
   ENDIF(WITH_OPENAL)
+  IF(WITH_JACK)
+    LINK_DIRECTORIES(${JACK_LIBPATH})
+  ENDIF(WITH_JACK)
+  IF(WITH_SNDFILE)
+    LINK_DIRECTORIES(${SNDFILE_LIBPATH})
+  ENDIF(WITH_SNDFILE)
   IF(WITH_FFTW3)
     LINK_DIRECTORIES(${FFTW3_LIBPATH})
-  ENDIF(WITH_FFTW3)	
+  ENDIF(WITH_FFTW3)
 
   IF(WIN32)
     LINK_DIRECTORIES(${PTHREADS_LIBPATH})
@@ -62,48 +85,48 @@
 MACRO(SETUP_LIBLINKS
   target)
   SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${PLATFORM_LINKFLAGS} ")
-  #TARGET_LINK_LIBRARIES(${target} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${PYTHON_LIB} ${PYTHON_LINKFLAGS} ${JPEG_LIB} ${PNG_LIB} ${ZLIB_LIB} ${SDL_LIB} ${LLIBS})
+  #TARGET_LINK_LIBRARIES(${target} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${PYTHON_LIB} ${PYTHON_LINKFLAGS} ${JPEG_LIB} ${PNG_LIB} ${ZLIB_LIB} ${SDL_LIBRARY} ${LLIBS})
 
-  TARGET_LINK_LIBRARIES(${target} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${PYTHON_LINKFLAGS} ${FFTW3_LIB} ${JPEG_LIBRARY} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${SDL_LIB} ${LLIBS})
+  TARGET_LINK_LIBRARIES(${target} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${PYTHON_LINKFLAGS} ${JPEG_LIBRARY} ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${LLIBS})
 
   # since we are using the local libs for python when compiling msvc projects, we need to add _d when compiling debug versions
-
   IF(WIN32)
-
-            TARGET_LINK_LIBRARIES(${target} debug ${PYTHON_LIB}_d)
-
-            TARGET_LINK_LIBRARIES(${target} optimized ${PYTHON_LIB})
-
+    TARGET_LINK_LIBRARIES(${target} debug ${PYTHON_LIB}_d)
+    TARGET_LINK_LIBRARIES(${target} optimized ${PYTHON_LIB})
   ELSE(WIN32)
-
-            TARGET_LINK_LIBRARIES(${target} ${PYTHON_LIB})
-
+    TARGET_LINK_LIBRARIES(${target} ${PYTHON_LIB})
   ENDIF(WIN32)
+  
+  TARGET_LINK_LIBRARIES(${target} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${PYTHON_LINKFLAGS} ${JPEG_LIB} ${PNG_LIB} ${ZLIB_LIB} ${LLIBS})
+  TARGET_LINK_LIBRARIES(${target} ${FREETYPE_LIBRARY} ${LIBSAMPLERATE_LIB})
 
-
-  TARGET_LINK_LIBRARIES(${target} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} ${PYTHON_LINKFLAGS} ${JPEG_LIB} ${PNG_LIB} ${ZLIB_LIB} ${SDL_LIB} ${LLIBS})
-  TARGET_LINK_LIBRARIES(${target} ${FREETYPE_LIB} ${LIBSAMPLERATE_LIB})
-
   # since we are using the local libs for python when compiling msvc projects, we need to add _d when compiling debug versions
 
   IF(WIN32)
-
-            TARGET_LINK_LIBRARIES(${target} debug ${PYTHON_LIB}_d)
-
-            TARGET_LINK_LIBRARIES(${target} optimized ${PYTHON_LIB})
-
-            ELSE(WIN32)
-
-            TARGET_LINK_LIBRARIES(${target} ${PYTHON_LIB})
-
+    TARGET_LINK_LIBRARIES(${target} debug ${PYTHON_LIB}_d)
+    TARGET_LINK_LIBRARIES(${target} optimized ${PYTHON_LIB})
+  ELSE(WIN32)
+    TARGET_LINK_LIBRARIES(${target} ${PYTHON_LIB})
   ENDIF(WIN32)
 
   IF(WITH_INTERNATIONAL)
     TARGET_LINK_LIBRARIES(${target} ${GETTEXT_LIB})
   ENDIF(WITH_INTERNATIONAL)
   IF(WITH_OPENAL)
-    TARGET_LINK_LIBRARIES(${target} ${OPENAL_LIB})
+    TARGET_LINK_LIBRARIES(${target} ${OPENAL_LIBRARY})
   ENDIF(WITH_OPENAL)
+  IF(WITH_FFTW3)  
+    TARGET_LINK_LIBRARIES(${target} ${FFTW3_LIB})
+  ENDIF(WITH_FFTW3)
+  IF(WITH_JACK)
+    TARGET_LINK_LIBRARIES(${target} ${JACK_LIB})
+  ENDIF(WITH_JACK)
+  IF(WITH_SNDFILE)
+    TARGET_LINK_LIBRARIES(${target} ${SNDFILE_LIB})
+  ENDIF(WITH_SNDFILE)
+  IF(WITH_SDL)
+    TARGET_LINK_LIBRARIES(${target} ${SDL_LIBRARY})
+  ENDIF(WITH_SDL)
   IF(WIN32)
     TARGET_LINK_LIBRARIES(${target} ${ICONV_LIB})
   ENDIF(WIN32)
@@ -120,3 +143,4 @@
     TARGET_LINK_LIBRARIES(${target} ${PTHREADS_LIB})
   ENDIF(WIN32)
 ENDMACRO(SETUP_LIBLINKS)
+

Modified: branches/soc-2009-yukishiro/CMakeLists.txt
===================================================================
--- branches/soc-2009-yukishiro/CMakeLists.txt	2009-09-06 15:13:57 UTC (rev 23032)
+++ branches/soc-2009-yukishiro/CMakeLists.txt	2009-09-06 15:23:50 UTC (rev 23033)
@@ -34,11 +34,11 @@
 MESSAGE(FATAL_ERROR "CMake generation for blender is not allowed within the source directory! 
 Remove the CMakeCache.txt file and try again from another folder, e.g.: 
 
-   rm CMakeCache.txt 
-   cd ..
-   mkdir cmake-make 
-   cd cmake-make
-   cmake -G \"Unix Makefiles\" ../blender
+	rm CMakeCache.txt 
+	cd ..
+	mkdir cmake-make 
+	cd cmake-make
+	cmake -G \"Unix Makefiles\" ../blender
 ")
 ENDIF(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
 
@@ -53,25 +53,30 @@
 
 #-----------------------------------------------------------------------------
 # Set default config options
-OPTION(WITH_PLAYER		"Build Player"						OFF)
-OPTION(WITH_GAMEENGINE		"Enable Game Engine"					ON)
-OPTION(WITH_BULLET		"Enable Bullet (Physics Engine)"			ON)
-OPTION(WITH_INTERNATIONAL	"Enable I18N   (International fonts and text)"		ON)
-OPTION(WITH_ELBEEM		"Enable Elbeem (Fluid Simulation)"			ON)
-OPTION(WITH_QUICKTIME		"Enable Quicktime Support"				OFF)
-OPTION(WITH_OPENEXR		"Enable OpenEXR Support (http://www.openexr.com)"	ON)
-OPTION(WITH_DDS			"Enable DDS Support"                                   	ON)
-OPTION(WITH_FFMPEG		"Enable FFMPeg Support (http://ffmpeg.mplayerhq.hu/)"	OFF)
-OPTION(WITH_PYTHON		"Enable Embedded Python API"				ON)
-OPTION(WITH_SDL			"Enable SDL for sound and joystick support"				ON)
-OPTION(WITH_OPENJPEG		"Enable OpenJpeg Support (http://www.openjpeg.org/)"	OFF)
-OPTION(WITH_OPENAL		"Enable OpenAL Support (http://www.openal.org)"		ON)
-OPTION(WITH_OPENMP		"Enable OpenMP (has to be supported by the compiler)"	OFF)
-OPTION(WITH_WEBPLUGIN		"Enable Web Plugin (Unix only)"				OFF)
-OPTION(WITH_FFTW3		"Enable FFTW3 support"				OFF)
+OPTION(WITH_PLAYER        "Build Player" OFF)
+OPTION(WITH_GAMEENGINE    "Enable Game Engine" ON)
+OPTION(WITH_BULLET        "Enable Bullet (Physics Engine)" ON)
+OPTION(WITH_INTERNATIONAL "Enable I18N   (International fonts and text)" ON)
+OPTION(WITH_ELBEEM        "Enable Elbeem (Fluid Simulation)" ON)
+OPTION(WITH_QUICKTIME     "Enable Quicktime Support" OFF)
+OPTION(WITH_OPENEXR       "Enable OpenEXR Support (http://www.openexr.com)" ON)
+OPTION(WITH_DDS           "Enable DDS Support" ON)
+OPTION(WITH_FFMPEG        "Enable FFMPeg Support (http://ffmpeg.mplayerhq.hu/)" OFF)
+OPTION(WITH_PYTHON        "Enable Embedded Python API" ON)
+OPTION(WITH_SDL           "Enable SDL for sound and joystick support" ON)
+OPTION(WITH_OPENJPEG      "Enable OpenJpeg Support (http://www.openjpeg.org/)" OFF)
+OPTION(WITH_OPENAL        "Enable OpenAL Support (http://www.openal.org)" ON)
+OPTION(WITH_OPENMP        "Enable OpenMP (has to be supported by the compiler)" OFF)
+OPTION(WITH_WEBPLUGIN     "Enable Web Plugin (Unix only)" OFF)
+OPTION(WITH_FFTW3         "Enable FFTW3 support" OFF)
+OPTION(WITH_JACK          "Enable Jack Support (http://www.jackaudio.org)" OFF)
+OPTION(WITH_SNDFILE       "Enable libsndfile Support (http://www.mega-nerd.com/libsndfile)" OFF)
+OPTION(WITH_CXX_GUARDEDALLOC "Enable GuardedAlloc for C++ memory allocation" OFF)
+# OPTION(WITH_BUILDINFO     "Include extra build details" ON)
+OPTION(WITH_INSTALL       "Install accompanying scripts and language files needed to run blender" ON)
 
 IF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
-  MESSAGE("WARNING: WITH_PLAYER needs WITH_GAMEENGINE")
+	MESSAGE("WARNING: WITH_PLAYER needs WITH_GAMEENGINE")
 ENDIF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
 
 # For alternate Python locations the commandline can be used to override detected/default cache settings, e.g:
@@ -90,377 +95,437 @@
 #Platform specifics
 
 IF(UNIX AND NOT APPLE)
-  IF(WITH_OPENAL)
-    FIND_PACKAGE(OpenAL)
-    IF(OPENAL_FOUND)
-      SET(WITH_OPENAL ON)
-      SET(OPENAL_LIB ${OPENAL_LIBRARY})
-      SET(OPENAL_INC ${OPENAL_INCLUDE_DIR})
-    ELSE(OPENAL_FOUND)
-      SET(WITH_OPENAL OFF)
-    ENDIF(OPENAL_FOUND)
-  ENDIF(WITH_OPENAL)
+	IF(WITH_OPENAL)
+		FIND_PACKAGE(OpenAL)
+		IF(OPENAL_FOUND)
+			SET(WITH_OPENAL ON)
+		ELSE(OPENAL_FOUND)
+			SET(WITH_OPENAL OFF)
+		ENDIF(OPENAL_FOUND)
+	ENDIF(WITH_OPENAL)
 
-  FIND_LIBRARY(INTL_LIBRARY
-    NAMES intl
-    PATHS
-    /sw/lib
-  )
-  FIND_LIBRARY(ICONV_LIBRARY
-    NAMES iconv
-    PATHS
-    /sw/lib
-  )
-  IF(INTL_LIBRARY AND ICONV_LIBRARY)
-    SET(GETTEXT_LIB ${INTL_LIBRARY} ${ICONV_LIBRARY})
-  ENDIF(INTL_LIBRARY AND ICONV_LIBRARY)
+	IF(WITH_JACK)
+		SET(JACK /usr)
+		SET(JACK_INC ${JACK}/include/jack)
+		SET(JACK_LIB jack)
+		SET(JACK_LIBPATH ${JACK}/lib)
+	ENDIF(WITH_JACK)
+
+	IF(WITH_SNDFILE)
+	SET(SNDFILE /usr)
+	SET(SNDFILE_INC ${SNDFILE}/include)
+	SET(SNDFILE_LIB sndfile)
+	SET(SNDFILE_LIBPATH ${SNDFILE}/lib)
+	ENDIF(WITH_SNDFILE)
+
+	FIND_LIBRARY(INTL_LIBRARY
+		NAMES intl
+		PATHS
+		/sw/lib
+	)
+	FIND_LIBRARY(ICONV_LIBRARY
+		NAMES iconv
+		PATHS
+		/sw/lib
+	)
   
-  FIND_PATH(FREETYPE_INC
-    freetype
-    PATHS
-    /usr/local/include/freetype2
-    /usr/include/freetype2
-    /sw/include/freetype2
-    /opt/local/include/freetype2
-    /opt/csw/include/freetype2
-    /opt/include/freetype2
-    NO_DEFAULT_PATH
-  )
-  SET(FREETYPE_LIB freetype)
+	IF(INTL_LIBRARY AND ICONV_LIBRARY)
+		SET(GETTEXT_LIB ${INTL_LIBRARY} ${ICONV_LIBRARY})
+	ENDIF(INTL_LIBRARY AND ICONV_LIBRARY)
 
-  FIND_PACKAGE(PythonLibs)

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list