[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23969] branches/soc-2009-chingachgook: Merge from trunk -r 22040:23000.

Arystanbek Dyussenov arystan.d at gmail.com
Mon Oct 19 18:20:18 CEST 2009


Revision: 23969
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23969
Author:   kazanbas
Date:     2009-10-19 18:20:12 +0200 (Mon, 19 Oct 2009)

Log Message:
-----------
Merge from trunk -r 22040:23000.

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

Added Paths:
-----------
    branches/soc-2009-chingachgook/extern/lzma/
    branches/soc-2009-chingachgook/extern/lzma/Alloc.c
    branches/soc-2009-chingachgook/extern/lzma/Alloc.h
    branches/soc-2009-chingachgook/extern/lzma/CMakeLists.txt
    branches/soc-2009-chingachgook/extern/lzma/LzFind.c
    branches/soc-2009-chingachgook/extern/lzma/LzFind.h
    branches/soc-2009-chingachgook/extern/lzma/LzHash.h
    branches/soc-2009-chingachgook/extern/lzma/LzmaDec.c
    branches/soc-2009-chingachgook/extern/lzma/LzmaDec.h
    branches/soc-2009-chingachgook/extern/lzma/LzmaEnc.c
    branches/soc-2009-chingachgook/extern/lzma/LzmaEnc.h
    branches/soc-2009-chingachgook/extern/lzma/LzmaLib.c
    branches/soc-2009-chingachgook/extern/lzma/LzmaLib.h
    branches/soc-2009-chingachgook/extern/lzma/Makefile
    branches/soc-2009-chingachgook/extern/lzma/SConscript
    branches/soc-2009-chingachgook/extern/lzma/Types.h
    branches/soc-2009-chingachgook/extern/lzma/history.txt
    branches/soc-2009-chingachgook/extern/lzma/lzma.txt
    branches/soc-2009-chingachgook/extern/lzma/make/
    branches/soc-2009-chingachgook/extern/lzma/make/msvc_9_0/
    branches/soc-2009-chingachgook/extern/lzma/make/msvc_9_0/lzma.vcproj
    branches/soc-2009-chingachgook/extern/lzo/
    branches/soc-2009-chingachgook/extern/lzo/CMakeLists.txt
    branches/soc-2009-chingachgook/extern/lzo/SConscript
    branches/soc-2009-chingachgook/extern/lzo/make/
    branches/soc-2009-chingachgook/extern/lzo/make/msvc_9_0/
    branches/soc-2009-chingachgook/extern/lzo/make/msvc_9_0/lzo.vcproj
    branches/soc-2009-chingachgook/extern/lzo/minilzo/
    branches/soc-2009-chingachgook/extern/lzo/minilzo/COPYING
    branches/soc-2009-chingachgook/extern/lzo/minilzo/Makefile
    branches/soc-2009-chingachgook/extern/lzo/minilzo/Makefile.bak
    branches/soc-2009-chingachgook/extern/lzo/minilzo/README.LZO
    branches/soc-2009-chingachgook/extern/lzo/minilzo/lzoconf.h
    branches/soc-2009-chingachgook/extern/lzo/minilzo/lzodefs.h
    branches/soc-2009-chingachgook/extern/lzo/minilzo/minilzo.c
    branches/soc-2009-chingachgook/extern/lzo/minilzo/minilzo.h
    branches/soc-2009-chingachgook/extern/xvidcore/src/image/x86_asm/deintl_sse.asm
    branches/soc-2009-chingachgook/extern/xvidcore/src/image/x86_asm/gmc_mmx.asm
    branches/soc-2009-chingachgook/extern/xvidcore/src/motion/motion_smp.h
    branches/soc-2009-chingachgook/extern/xvidcore/src/nasm.inc
    branches/soc-2009-chingachgook/extern/xvidcore/src/plugins/plugin_ssim.c
    branches/soc-2009-chingachgook/extern/xvidcore/src/plugins/plugin_ssim.h
    branches/soc-2009-chingachgook/extern/xvidcore/src/plugins/x86_asm/
    branches/soc-2009-chingachgook/extern/xvidcore/src/plugins/x86_asm/plugin_ssim-a.asm
    branches/soc-2009-chingachgook/intern/audaspace/
    branches/soc-2009-chingachgook/intern/audaspace/CMakeLists.txt
    branches/soc-2009-chingachgook/intern/audaspace/COPYING
    branches/soc-2009-chingachgook/intern/audaspace/COPYING.LESSER
    branches/soc-2009-chingachgook/intern/audaspace/FX/
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DelayFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DelayFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DelayReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DelayReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DoubleReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DoubleReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_EffectFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_EffectFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_EffectReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_EffectReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_FaderFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_FaderFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_FaderReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_FaderReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LimiterFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LimiterFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LimiterReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LimiterReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LoopFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LoopFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LoopReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LoopReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PingPongFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PingPongFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PitchFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PitchFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PitchReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PitchReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_ReverseFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_ReverseFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_ReverseReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_ReverseReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_VolumeFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_VolumeFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_VolumeReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_VolumeReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/OpenAL/
    branches/soc-2009-chingachgook/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/OpenAL/AUD_OpenALDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/OpenAL/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/SConscript
    branches/soc-2009-chingachgook/intern/audaspace/SDL/
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixer.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixer.h
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixerFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixerFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixerReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixerReader.h
    branches/soc-2009-chingachgook/intern/audaspace/SDL/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/SRC/
    branches/soc-2009-chingachgook/intern/audaspace/SRC/AUD_SRCResampleFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SRC/AUD_SRCResampleFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/SRC/AUD_SRCResampleReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SRC/AUD_SRCResampleReader.h
    branches/soc-2009-chingachgook/intern/audaspace/SRC/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/AUD_FFMPEGFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/AUD_FFMPEGFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/AUD_FFMPEGReader.h
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/intern/
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_Buffer.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_Buffer.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_BufferReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_BufferReader.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_C-API.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_C-API.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ChannelMapperFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ChannelMapperFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ChannelMapperReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ChannelMapperReader.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterFunctions.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterFunctions.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterReader.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_FileFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_FileFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_FloatMixer.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_FloatMixer.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_I3DDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_IDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_IFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_IMixer.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_IReader.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_MixerFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_MixerFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_NULLDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_NULLDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ReadDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ReadDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_Reference.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ResampleFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SinusFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SinusFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SinusReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SinusReader.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SoftwareDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SoftwareDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SourceCaps.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_Space.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_StreamBufferFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_StreamBufferFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/jack/
    branches/soc-2009-chingachgook/intern/audaspace/jack/AUD_JackDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/jack/AUD_JackDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/jack/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/make/
    branches/soc-2009-chingachgook/intern/audaspace/make/msvc_9_0/
    branches/soc-2009-chingachgook/intern/audaspace/make/msvc_9_0/audaspace.vcproj
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/AUD_SndFileFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/AUD_SndFileFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/AUD_SndFileReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/AUD_SndFileReader.h
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/Makefile
    branches/soc-2009-chingachgook/intern/guardedalloc/cpp/
    branches/soc-2009-chingachgook/intern/guardedalloc/cpp/mallocn.cpp
    branches/soc-2009-chingachgook/intern/smoke/
    branches/soc-2009-chingachgook/intern/smoke/CMakeLists.txt
    branches/soc-2009-chingachgook/intern/smoke/Makefile
    branches/soc-2009-chingachgook/intern/smoke/SConscript
    branches/soc-2009-chingachgook/intern/smoke/extern/
    branches/soc-2009-chingachgook/intern/smoke/extern/smoke_API.h
    branches/soc-2009-chingachgook/intern/smoke/intern/
    branches/soc-2009-chingachgook/intern/smoke/intern/EIGENVALUE_HELPER.h
    branches/soc-2009-chingachgook/intern/smoke/intern/FFT_NOISE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/FLUID_3D.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/FLUID_3D.h
    branches/soc-2009-chingachgook/intern/smoke/intern/FLUID_3D_SOLVERS.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/FLUID_3D_STATIC.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/IMAGE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/INTERPOLATE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/LICENSE.txt
    branches/soc-2009-chingachgook/intern/smoke/intern/LU_HELPER.h
    branches/soc-2009-chingachgook/intern/smoke/intern/MERSENNETWISTER.h
    branches/soc-2009-chingachgook/intern/smoke/intern/Makefile
    branches/soc-2009-chingachgook/intern/smoke/intern/Makefile.FFT
    branches/soc-2009-chingachgook/intern/smoke/intern/Makefile.cygwin
    branches/soc-2009-chingachgook/intern/smoke/intern/Makefile.linux
    branches/soc-2009-chingachgook/intern/smoke/intern/Makefile.mac
    branches/soc-2009-chingachgook/intern/smoke/intern/OBSTACLE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/SPHERE.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/SPHERE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/VEC3.h
    branches/soc-2009-chingachgook/intern/smoke/intern/WAVELET_NOISE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/WTURBULENCE.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/WTURBULENCE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/main.cpp.back
    branches/soc-2009-chingachgook/intern/smoke/intern/smoke_API.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/jama_eig.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/jama_lu.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array1d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array1d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array2d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array2d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array3d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array3d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_cmat.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array1d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array1d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array2d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array2d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array3d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array3d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_i_refvec.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_math_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_sparse_matrix_csr.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_stopwatch.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_subscript.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_vec.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_version.h
    branches/soc-2009-chingachgook/intern/smoke/make/
    branches/soc-2009-chingachgook/intern/smoke/make/msvc_9_0/
    branches/soc-2009-chingachgook/intern/smoke/make/msvc_9_0/smoke.vcproj
    branches/soc-2009-chingachgook/release/datafiles/datatoc.py
    branches/soc-2009-chingachgook/release/io/netrender/
    branches/soc-2009-chingachgook/release/io/netrender/__init__.py
    branches/soc-2009-chingachgook/release/io/netrender/client.py
    branches/soc-2009-chingachgook/release/io/netrender/master.py
    branches/soc-2009-chingachgook/release/io/netrender/model.py
    branches/soc-2009-chingachgook/release/io/netrender/operators.py
    branches/soc-2009-chingachgook/release/io/netrender/slave.py
    branches/soc-2009-chingachgook/release/io/netrender/ui.py
    branches/soc-2009-chingachgook/release/io/netrender/utils.py
    branches/soc-2009-chingachgook/release/scripts/import_edl.py
    branches/soc-2009-chingachgook/release/ui/buttons_physics_smoke.py
    branches/soc-2009-chingachgook/release/ui/space_node.py
    branches/soc-2009-chingachgook/release/ui/space_time.py
    branches/soc-2009-chingachgook/release/ui/space_userpref.py
    branches/soc-2009-chingachgook/source/blender/blenkernel/BKE_paint.h
    branches/soc-2009-chingachgook/source/blender/blenkernel/BKE_smoke.h
    branches/soc-2009-chingachgook/source/blender/blenkernel/BKE_unit.h
    branches/soc-2009-chingachgook/source/blender/blenkernel/intern/paint.c
    branches/soc-2009-chingachgook/source/blender/blenkernel/intern/smoke.c
    branches/soc-2009-chingachgook/source/blender/blenkernel/intern/unit.c
    branches/soc-2009-chingachgook/source/blender/blenlib/BLI_voxel.h
    branches/soc-2009-chingachgook/source/blender/blenlib/intern/voxel.c
    branches/soc-2009-chingachgook/source/blender/editors/animation/anim_channels_defines.c
    branches/soc-2009-chingachgook/source/blender/editors/animation/anim_channels_edit.c
    branches/soc-2009-chingachgook/source/blender/editors/gpencil/gpencil_buttons.c
    branches/soc-2009-chingachgook/source/blender/editors/gpencil/gpencil_ops.c
    branches/soc-2009-chingachgook/source/blender/editors/gpencil/gpencil_paint.c
    branches/soc-2009-chingachgook/source/blender/editors/include/ED_info.h
    branches/soc-2009-chingachgook/source/blender/editors/include/ED_sound.h
    branches/soc-2009-chingachgook/source/blender/editors/sculpt_paint/paint_stroke.c
    branches/soc-2009-chingachgook/source/blender/editors/sound/
    branches/soc-2009-chingachgook/source/blender/editors/sound/Makefile
    branches/soc-2009-chingachgook/source/blender/editors/sound/SConscript
    branches/soc-2009-chingachgook/source/blender/editors/sound/sound_intern.h
    branches/soc-2009-chingachgook/source/blender/editors/sound/sound_ops.c
    branches/soc-2009-chingachgook/source/blender/editors/space_info/info_stats.c
    branches/soc-2009-chingachgook/source/blender/editors/space_userpref/
    branches/soc-2009-chingachgook/source/blender/editors/space_userpref/Makefile
    branches/soc-2009-chingachgook/source/blender/editors/space_userpref/SConscript
    branches/soc-2009-chingachgook/source/blender/editors/space_userpref/space_userpref.c
    branches/soc-2009-chingachgook/source/blender/editors/space_userpref/userpref_intern.h
    branches/soc-2009-chingachgook/source/blender/editors/space_userpref/userpref_ops.c
    branches/soc-2009-chingachgook/source/blender/editors/space_view3d/drawvolume.c
    branches/soc-2009-chingachgook/source/blender/makesdna/DNA_smoke_types.h
    branches/soc-2009-chingachgook/source/blender/makesrna/intern/rna_animation_api.c
    branches/soc-2009-chingachgook/source/blender/makesrna/intern/rna_gpencil.c
    branches/soc-2009-chingachgook/source/blender/makesrna/intern/rna_scene_api.c
    branches/soc-2009-chingachgook/source/blender/makesrna/intern/rna_smoke.c
    branches/soc-2009-chingachgook/source/blender/python/intern/bpy_array.c
    branches/soc-2009-chingachgook/source/blender/render/intern/include/pointdensity.h
    branches/soc-2009-chingachgook/source/blender/render/intern/include/volume_precache.h
    branches/soc-2009-chingachgook/source/blender/render/intern/include/volumetric.h
    branches/soc-2009-chingachgook/source/blender/render/intern/include/voxeldata.h
    branches/soc-2009-chingachgook/source/blender/render/intern/source/pointdensity.c
    branches/soc-2009-chingachgook/source/blender/render/intern/source/volume_precache.c
    branches/soc-2009-chingachgook/source/blender/render/intern/source/volumetric.c
    branches/soc-2009-chingachgook/source/blender/render/intern/source/voxeldata.c
    branches/soc-2009-chingachgook/source/blenderplayer/
    branches/soc-2009-chingachgook/source/blenderplayer/CMakeLists.txt
    branches/soc-2009-chingachgook/source/blenderplayer/bad_level_call_stubs/
    branches/soc-2009-chingachgook/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
    branches/soc-2009-chingachgook/source/blenderplayer/bad_level_call_stubs/Makefile
    branches/soc-2009-chingachgook/source/blenderplayer/bad_level_call_stubs/SConscript
    branches/soc-2009-chingachgook/source/blenderplayer/bad_level_call_stubs/stubs.c

Removed Paths:
-------------
    branches/soc-2009-chingachgook/blenderplayer/
    branches/soc-2009-chingachgook/extern/fftw/
    branches/soc-2009-chingachgook/extern/lzma/Alloc.c
    branches/soc-2009-chingachgook/extern/lzma/Alloc.h
    branches/soc-2009-chingachgook/extern/lzma/CMakeLists.txt
    branches/soc-2009-chingachgook/extern/lzma/LzFind.c
    branches/soc-2009-chingachgook/extern/lzma/LzFind.h
    branches/soc-2009-chingachgook/extern/lzma/LzHash.h
    branches/soc-2009-chingachgook/extern/lzma/LzmaDec.c
    branches/soc-2009-chingachgook/extern/lzma/LzmaDec.h
    branches/soc-2009-chingachgook/extern/lzma/LzmaEnc.c
    branches/soc-2009-chingachgook/extern/lzma/LzmaEnc.h
    branches/soc-2009-chingachgook/extern/lzma/LzmaLib.c
    branches/soc-2009-chingachgook/extern/lzma/LzmaLib.h
    branches/soc-2009-chingachgook/extern/lzma/Makefile
    branches/soc-2009-chingachgook/extern/lzma/SConscript
    branches/soc-2009-chingachgook/extern/lzma/Types.h
    branches/soc-2009-chingachgook/extern/lzma/history.txt
    branches/soc-2009-chingachgook/extern/lzma/lzma.txt
    branches/soc-2009-chingachgook/extern/lzma/make/
    branches/soc-2009-chingachgook/extern/lzma/make/msvc_9_0/
    branches/soc-2009-chingachgook/extern/lzma/make/msvc_9_0/lzma.vcproj
    branches/soc-2009-chingachgook/extern/lzo/CMakeLists.txt
    branches/soc-2009-chingachgook/extern/lzo/SConscript
    branches/soc-2009-chingachgook/extern/lzo/make/
    branches/soc-2009-chingachgook/extern/lzo/make/msvc_9_0/
    branches/soc-2009-chingachgook/extern/lzo/make/msvc_9_0/lzo.vcproj
    branches/soc-2009-chingachgook/extern/lzo/minilzo/
    branches/soc-2009-chingachgook/extern/lzo/minilzo/COPYING
    branches/soc-2009-chingachgook/extern/lzo/minilzo/Makefile
    branches/soc-2009-chingachgook/extern/lzo/minilzo/Makefile.bak
    branches/soc-2009-chingachgook/extern/lzo/minilzo/README.LZO
    branches/soc-2009-chingachgook/extern/lzo/minilzo/lzoconf.h
    branches/soc-2009-chingachgook/extern/lzo/minilzo/lzodefs.h
    branches/soc-2009-chingachgook/extern/lzo/minilzo/minilzo.c
    branches/soc-2009-chingachgook/extern/lzo/minilzo/minilzo.h
    branches/soc-2009-chingachgook/extern/xvidcore/src/bitstream/x86_asm/cbp_3dne.asm
    branches/soc-2009-chingachgook/extern/xvidcore/src/dct/x86_64_asm/
    branches/soc-2009-chingachgook/extern/xvidcore/src/dct/x86_asm/simple_idct_mmx.asm
    branches/soc-2009-chingachgook/extern/xvidcore/src/image/x86_64_asm/
    branches/soc-2009-chingachgook/extern/xvidcore/src/motion/x86_64_asm/
    branches/soc-2009-chingachgook/extern/xvidcore/src/plugins/plugin_fixed.c
    branches/soc-2009-chingachgook/extern/xvidcore/src/plugins/x86_asm/plugin_ssim-a.asm
    branches/soc-2009-chingachgook/extern/xvidcore/src/quant/x86_64_asm/
    branches/soc-2009-chingachgook/extern/xvidcore/src/utils/x86_64_asm/
    branches/soc-2009-chingachgook/intern/SoundSystem/
    branches/soc-2009-chingachgook/intern/audaspace/CMakeLists.txt
    branches/soc-2009-chingachgook/intern/audaspace/COPYING
    branches/soc-2009-chingachgook/intern/audaspace/COPYING.LESSER
    branches/soc-2009-chingachgook/intern/audaspace/FX/
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DelayFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DelayFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DelayReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DelayReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DoubleReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_DoubleReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_EffectFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_EffectFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_EffectReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_EffectReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_FaderFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_FaderFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_FaderReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_FaderReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LimiterFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LimiterFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LimiterReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LimiterReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LoopFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LoopFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LoopReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_LoopReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PingPongFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PingPongFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PitchFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PitchFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PitchReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_PitchReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_ReverseFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_ReverseFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_ReverseReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_ReverseReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_VolumeFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_VolumeFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_VolumeReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/FX/AUD_VolumeReader.h
    branches/soc-2009-chingachgook/intern/audaspace/FX/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/OpenAL/
    branches/soc-2009-chingachgook/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/OpenAL/AUD_OpenALDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/OpenAL/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/SConscript
    branches/soc-2009-chingachgook/intern/audaspace/SDL/
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixer.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixer.h
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixerFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixerFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixerReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SDL/AUD_SDLMixerReader.h
    branches/soc-2009-chingachgook/intern/audaspace/SDL/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/SRC/
    branches/soc-2009-chingachgook/intern/audaspace/SRC/AUD_SRCResampleFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SRC/AUD_SRCResampleFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/SRC/AUD_SRCResampleReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/SRC/AUD_SRCResampleReader.h
    branches/soc-2009-chingachgook/intern/audaspace/SRC/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/AUD_FFMPEGFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/AUD_FFMPEGFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/AUD_FFMPEGReader.h
    branches/soc-2009-chingachgook/intern/audaspace/ffmpeg/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/intern/
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_Buffer.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_Buffer.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_BufferReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_BufferReader.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_C-API.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_C-API.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ChannelMapperFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ChannelMapperFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ChannelMapperReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ChannelMapperReader.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterFunctions.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterFunctions.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ConverterReader.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_FileFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_FileFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_FloatMixer.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_FloatMixer.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_I3DDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_IDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_IFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_IMixer.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_IReader.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_MixerFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_MixerFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_NULLDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_NULLDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ReadDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ReadDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_Reference.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_ResampleFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SinusFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SinusFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SinusReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SinusReader.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SoftwareDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SoftwareDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_SourceCaps.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_Space.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_StreamBufferFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/intern/AUD_StreamBufferFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/intern/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/jack/
    branches/soc-2009-chingachgook/intern/audaspace/jack/AUD_JackDevice.cpp
    branches/soc-2009-chingachgook/intern/audaspace/jack/AUD_JackDevice.h
    branches/soc-2009-chingachgook/intern/audaspace/jack/Makefile
    branches/soc-2009-chingachgook/intern/audaspace/make/
    branches/soc-2009-chingachgook/intern/audaspace/make/msvc_9_0/
    branches/soc-2009-chingachgook/intern/audaspace/make/msvc_9_0/audaspace.vcproj
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/AUD_SndFileFactory.cpp
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/AUD_SndFileFactory.h
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/AUD_SndFileReader.cpp
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/AUD_SndFileReader.h
    branches/soc-2009-chingachgook/intern/audaspace/sndfile/Makefile
    branches/soc-2009-chingachgook/intern/guardedalloc/cpp/mallocn.cpp
    branches/soc-2009-chingachgook/intern/smoke/CMakeLists.txt
    branches/soc-2009-chingachgook/intern/smoke/Makefile
    branches/soc-2009-chingachgook/intern/smoke/SConscript
    branches/soc-2009-chingachgook/intern/smoke/extern/
    branches/soc-2009-chingachgook/intern/smoke/extern/smoke_API.h
    branches/soc-2009-chingachgook/intern/smoke/intern/
    branches/soc-2009-chingachgook/intern/smoke/intern/EIGENVALUE_HELPER.h
    branches/soc-2009-chingachgook/intern/smoke/intern/FFT_NOISE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/FLUID_3D.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/FLUID_3D.h
    branches/soc-2009-chingachgook/intern/smoke/intern/FLUID_3D_SOLVERS.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/FLUID_3D_STATIC.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/IMAGE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/INTERPOLATE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/LICENSE.txt
    branches/soc-2009-chingachgook/intern/smoke/intern/LU_HELPER.h
    branches/soc-2009-chingachgook/intern/smoke/intern/MERSENNETWISTER.h
    branches/soc-2009-chingachgook/intern/smoke/intern/Makefile
    branches/soc-2009-chingachgook/intern/smoke/intern/Makefile.FFT
    branches/soc-2009-chingachgook/intern/smoke/intern/Makefile.cygwin
    branches/soc-2009-chingachgook/intern/smoke/intern/Makefile.linux
    branches/soc-2009-chingachgook/intern/smoke/intern/Makefile.mac
    branches/soc-2009-chingachgook/intern/smoke/intern/OBSTACLE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/SPHERE.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/SPHERE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/VEC3.h
    branches/soc-2009-chingachgook/intern/smoke/intern/WAVELET_NOISE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/WTURBULENCE.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/WTURBULENCE.h
    branches/soc-2009-chingachgook/intern/smoke/intern/main.cpp.back
    branches/soc-2009-chingachgook/intern/smoke/intern/smoke_API.cpp
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/jama_eig.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/jama_lu.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array1d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array1d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array2d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array2d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array3d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_array3d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_cmat.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array1d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array1d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array2d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array2d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array3d.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_fortran_array3d_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_i_refvec.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_math_utils.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_sparse_matrix_csr.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_stopwatch.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_subscript.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_vec.h
    branches/soc-2009-chingachgook/intern/smoke/intern/tnt/tnt_version.h
    branches/soc-2009-chingachgook/intern/smoke/make/
    branches/soc-2009-chingachgook/intern/smoke/make/msvc_9_0/
    branches/soc-2009-chingachgook/intern/smoke/make/msvc_9_0/smoke.vcproj
    branches/soc-2009-chingachgook/release/datafiles/datatoc.c
    branches/soc-2009-chingachgook/release/io/netrender/__init__.py
    branches/soc-2009-chingachgook/release/io/netrender/client.py
    branches/soc-2009-chingachgook/release/io/netrender/master.py
    branches/soc-2009-chingachgook/release/io/netrender/model.py
    branches/soc-2009-chingachgook/release/io/netrender/operators.py
    branches/soc-2009-chingachgook/release/io/netrender/slave.py
    branches/soc-2009-chingachgook/release/io/netrender/ui.py
    branches/soc-2009-chingachgook/release/io/netrender/utils.py
    branches/soc-2009-chingachgook/release/scripts/help_getting_started.py
    branches/soc-2009-chingachgook/release/scripts/help_manual.py
    branches/soc-2009-chingachgook/release/scripts/help_release_notes.py
    branches/soc-2009-chingachgook/release/scripts/help_tutorials.py
    branches/soc-2009-chingachgook/release/scripts/help_web_blender.py
    branches/soc-2009-chingachgook/release/scripts/help_web_devcomm.py
    branches/soc-2009-chingachgook/release/scripts/help_web_eshop.py
    branches/soc-2009-chingachgook/release/scripts/help_web_usercomm.py
    branches/soc-2009-chingachgook/release/windows/extra/Python24.zip
    branches/soc-2009-chingachgook/release/windows/extra/python25.zip
    branches/soc-2009-chingachgook/release/windows/extra/python26.zip
    branches/soc-2009-chingachgook/release/windows/extra/python30.zip
    branches/soc-2009-chingachgook/release/windows/extra/python31.zip
    branches/soc-2009-chingachgook/release/windows/extra/zlib.pyd
    branches/soc-2009-chingachgook/source/blender/blenkernel/BKE_sculpt.h
    branches/soc-2009-chingachgook/source/blender/blenlib/intern/psfont.c
    branches/soc-2009-chingachgook/source/blender/editors/animation/anim_channels.c
    branches/soc-2009-chingachgook/source/blender/editors/sculpt_paint/sculpt_stroke.c
    branches/soc-2009-chingachgook/source/blender/editors/sound/Makefile
    branches/soc-2009-chingachgook/source/blender/editors/sound/SConscript
    branches/soc-2009-chingachgook/source/blender/editors/sound/sound_intern.h
    branches/soc-2009-chingachgook/source/blender/editors/sound/sound_ops.c
    branches/soc-2009-chingachgook/source/blender/editors/space_time/time_header.c
    branches/soc-2009-chingachgook/source/blender/editors/space_userpref/Makefile
    branches/soc-2009-chingachgook/source/blender/editors/space_userpref/SConscript
    branches/soc-2009-chingachgook/source/blender/editors/space_userpref/space_userpref.c
    branches/soc-2009-chingachgook/source/blender/editors/space_userpref/userpref_intern.h
    branches/soc-2009-chingachgook/source/blender/editors/space_userpref/userpref_ops.c
    branches/soc-2009-chingachgook/source/blender/python/intern/bpy_compat.h
    branches/soc-2009-chingachgook/source/blenderplayer/CMakeLists.txt
    branches/soc-2009-chingachgook/source/blenderplayer/bad_level_call_stubs/
    branches/soc-2009-chingachgook/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt
    branches/soc-2009-chingachgook/source/blenderplayer/bad_level_call_stubs/Makefile
    branches/soc-2009-chingachgook/source/blenderplayer/bad_level_call_stubs/SConscript
    branches/soc-2009-chingachgook/source/blenderplayer/bad_level_call_stubs/stubs.c
    branches/soc-2009-chingachgook/source/gameengine/Expressions/KX_Python_dynamic.h
    branches/soc-2009-chingachgook/source/gameengine/Expressions/KX_Python_static.h
    branches/soc-2009-chingachgook/source/gameengine/Ketsji/KX_CDActuator.cpp
    branches/soc-2009-chingachgook/source/gameengine/Ketsji/KX_CDActuator.h

Modified: branches/soc-2009-chingachgook/CMake/macros.cmake
===================================================================
--- branches/soc-2009-chingachgook/CMake/macros.cmake	2009-10-19 15:58:09 UTC (rev 23968)
+++ branches/soc-2009-chingachgook/CMake/macros.cmake	2009-10-19 16:20:12 UTC (rev 23969)
@@ -42,11 +42,28 @@
   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})
+  
+  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)
@@ -55,6 +72,15 @@
     LINK_DIRECTORIES(${PCRE_LIBPATH})
     LINK_DIRECTORIES(${EXPAT_LIBPATH})
   ENDIF(WITH_OPENCOLLADA)
+  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)
 
   IF(WIN32)
     LINK_DIRECTORIES(${PTHREADS_LIBPATH})
@@ -64,48 +90,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} ${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})
-
   # 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)
@@ -127,3 +153,4 @@
     TARGET_LINK_LIBRARIES(${target} ${PTHREADS_LIB})
   ENDIF(WIN32)
 ENDMACRO(SETUP_LIBLINKS)
+

Modified: branches/soc-2009-chingachgook/CMakeLists.txt
===================================================================
--- branches/soc-2009-chingachgook/CMakeLists.txt	2009-10-19 15:58:09 UTC (rev 23968)
+++ branches/soc-2009-chingachgook/CMakeLists.txt	2009-10-19 16:20:12 UTC (rev 23969)
@@ -53,21 +53,27 @@
 
 #-----------------------------------------------------------------------------
 # 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_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)
 OPTION(WITH_OPENCOLLADA		"Enable OpenCollada Support (http://www.opencollada.org/)"	OFF)
 
 IF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
@@ -94,13 +100,25 @@
     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_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
@@ -111,34 +129,34 @@
     PATHS
     /sw/lib
   )
+  
   IF(INTL_LIBRARY AND ICONV_LIBRARY)
     SET(GETTEXT_LIB ${INTL_LIBRARY} ${ICONV_LIBRARY})
   ENDIF(INTL_LIBRARY AND ICONV_LIBRARY)
+
+  FIND_PACKAGE(Freetype)
+  # UNSET(FREETYPE_INCLUDE_DIRS CACHE) # cant use
+
+  # No way to set py31. remove for now.
+  # FIND_PACKAGE(PythonLibs)
+  SET(PYTHON /usr)
+  SET(PYTHON_VERSION 3.1)
+  SET(PYTHON_INC "${PYTHON}/include/python${PYTHON_VERSION}" CACHE STRING "")
+  # SET(PYTHON_BINARY python) # not used yet
+  SET(PYTHON_LIB python${PYTHON_VERSION} CACHE STRING "")
+  SET(PYTHON_LIBPATH ${PYTHON}/lib CACHE STRING "")
   
-  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)
-
-  FIND_PACKAGE(PythonLibs)
-  SET(PYTHON_INC "${PYTHON_INCLUDE_PATH}" CACHE STRING "")
-  SET(PYTHON_LIB "${PYTHON_LIBRARIES}" CACHE STRING "")
-  FIND_PACKAGE(PythonInterp)
-  SET(PYTHON_BINARY ${PYTHON_EXECUTABLE} CACHE STRING "")
+  # FIND_PACKAGE(PythonInterp) # not used yet
+  # SET(PYTHON_BINARY ${PYTHON_EXECUTABLE} CACHE STRING "")
+  
   SET(PYTHON_LINKFLAGS "-Xlinker -export-dynamic")
 
   IF(WITH_SDL)
     FIND_PACKAGE(SDL)
-    SET(SDL_INC ${SDL_INCLUDE_DIR})
-    SET(SDL_LIB ${SDL_LIBRARY})
+    # UNSET(SDLMAIN_LIBRARY CACHE)
+    IF(NOT SDL_FOUND)
+      SET(WITH_SDL OFF)
+    ENDIF(NOT SDL_FOUND)
   ENDIF(WITH_SDL)
 
   IF(WITH_OPENCOLLADA)
@@ -170,15 +188,33 @@
   SET(FFMPEG_INC ${FFMPEG}/include)
   SET(FFMPEG_LIB avformat avcodec avutil avdevice swscale)

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list