Blender Git Commit Log

Git Commits -> Revision db90946

September 26, 2008, 18:53 (GMT)

Commit Details:

Full Hash: db90946d82d32bead6252f8bdc86b9daa5f45f07
SVN Revision: 16750
Parent Commit: b542721
Lines Changed: +37087, -16969

49 Added Paths:

/extern/bullet2/src/BulletCollision/Gimpact/btBoxCollision.h (+651, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btClipPolygon.h (+186, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btContactProcessing.cpp (+181, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btContactProcessing.h (+149, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGenericPoolAllocator.cpp (+283, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGenericPoolAllocator.h (+168, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGeometryOperations.h (+216, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.cpp (+499, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.h (+401, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp (+896, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h (+306, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGImpactMassUtil.h (+60, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp (+529, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h (+379, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGImpactShape.cpp (+183, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btGImpactShape.h (+1109, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btQuantization.h (+92, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp (+218, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/btTriangleShapeEx.h (+180, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_array.h (+332, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_basic_geometry_operations.h (+547, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_bitset.h (+129, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_box_collision.h (+594, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_box_set.cpp (+182, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_box_set.h (+678, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_clip_polygon.h (+214, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_contact.cpp (+146, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_contact.h (+172, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_geometry.h (+42, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_geom_types.h (+102, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_hash_table.h (+920, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_linear_math.h (+1584, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_math.h (+181, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_memory.cpp (+135, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_memory.h (+211, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_radixsort.h (+410, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_tri_collision.cpp (+640, -0) (View)
/extern/bullet2/src/BulletCollision/Gimpact/gim_tri_collision.h (+383, -0) (View)
/intern/elbeem/intern/controlparticles.cpp (+1461, -0) (View)
/intern/elbeem/intern/controlparticles.h (+301, -0) (View)
/intern/elbeem/intern/elbeem_control.cpp (+25, -0) (View)
/intern/elbeem/intern/elbeem_control.h (+62, -0) (View)
/intern/elbeem/intern/mvmcoords.cpp (+193, -0) (View)
/intern/elbeem/intern/mvmcoords.h (+89, -0) (View)
/intern/elbeem/intern/solver_control.cpp (+1016, -0) (View)
/intern/elbeem/intern/solver_control.h (+182, -0) (View)
/release/scripts/ms3d_import_ascii.py (+479, -0) (View)
/source/blender/blenkernel/BKE_fluidsim.h (+55, -0) (View)
/source/blender/blenkernel/intern/fluidsim.c (+642, -0) (View)

5 Deleted Paths:

/intern/elbeem/intern/elbeem.h (+0, -240)
/source/blender/include/license_key.h (+0, -92)
/source/blender/src/cre/license.jpeg.c (+0, -35)
/source/blender/src/cre/license_key.c (+0, -194)
/source/blender/src/pub/license_key.c (+0, -444)

282 Modified Paths:

/extern/bullet2/CMakeLists.txt (+1, -0) (Diff)
/extern/bullet2/make/msvc_7_0/Bullet_vc7.vcproj (+126, -2) (Diff)
/extern/bullet2/Makefile (+1, -0) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h (+1, -0) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp (+2, -1) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h (+0, -1) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionObject.h (+1, -1) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp (+1, -1) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp (+9, -2) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp (+7, -0) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexHullShape.h (+2, -1) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp (+1, -1) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp (+23, -5) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h (+11, -1) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp (+52, -34) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMesh.h (+7, -1) (Diff)
/extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp (+2, -2) (Diff)
/extern/bullet2/src/BulletSoftBody/btSoftBody.cpp (+15, -1) (Diff)
/extern/bullet2/src/BulletSoftBody/btSoftBody.h (+14, -2) (Diff)
/extern/bullet2/src/BulletSoftBody/btSoftBodyInternals.h (+0, -1) (Diff)
/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp (+9, -0) (Diff)
/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.h (+14, -5) (Diff)
/extern/bullet2/src/LinearMath/btConvexHull.cpp (+22, -1) (Diff)
/extern/bullet2/src/LinearMath/btConvexHull.h (+3, -0) (Diff)
/extern/bullet2/src/Makefile (+2, -0) (Diff)
/extern/bullet2/src/SConscript (+10, -3) (Diff)
/intern/elbeem/CMakeLists.txt (+1, -1) (Diff)
/intern/elbeem/extern/elbeem.h (+24, -2) (Diff)
/intern/elbeem/extern/LBM_fluidsim.h (+0, -5) (Diff)
/intern/elbeem/intern/elbeem.cpp (+45, -5) (Diff)
/intern/elbeem/intern/isosurface.cpp (+2, -2) (Diff)
/intern/elbeem/intern/ntl_geometryclass.h (+1, -0) (Diff)
/intern/elbeem/intern/ntl_geometryobject.cpp (+20, -6) (Diff)
/intern/elbeem/intern/ntl_geometryobject.h (+34, -2) (Diff)
/intern/elbeem/intern/ntl_ray.cpp (+2, -1) (Diff)
/intern/elbeem/intern/ntl_ray.h (+3, -2) (Diff)
/intern/elbeem/intern/ntl_world.cpp (+11, -4) (Diff)
/intern/elbeem/intern/simulation_object.cpp (+2, -1) (Diff)
/intern/elbeem/intern/solver_adap.cpp (+1, -3) (Diff)
/intern/elbeem/intern/solver_class.h (+9, -4) (Diff)
/intern/elbeem/intern/solver_init.cpp (+12, -5) (Diff)
/intern/elbeem/intern/solver_main.cpp (+2, -7) (Diff)
/intern/elbeem/intern/solver_relax.h (+0, -47) (Diff)
/intern/elbeem/make/msvc_7_0/elbeem.vcproj (+31, -7) (Diff)
/intern/elbeem/SConscript (+3, -2) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+6, -34) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+2, -14) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+57, -317) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+0, -21) (Diff)
/intern/SoundSystem/intern/SND_Utils.cpp (+0, -5) (Diff)
/intern/SoundSystem/SConscript (+3, -0) (Diff)
/intern/SoundSystem/sdl/SND_SDLCDDevice.cpp (+16, -1) (Diff)
/projectfiles_vc7/blender/blenkernel/BKE_blenkernel.vcproj (+6, -0) (Diff)
/projectfiles_vc7/gameengine/gameplayer/common/GP_common.vcproj (+4, -4) (Diff)
/projectfiles_vc7/gameengine/gameplayer/ghost/GP_ghost.vcproj (+4, -4) (Diff)
/release/datafiles/preview.blend (+0, -0) (Diff)
/release/plugins/sequence/dnr.c (+3, -3) (Diff)
/release/scripts/animation_bake_constraints.py (+1, -1) (Diff)
/release/scripts/console.py (+40, -25) (Diff)
/release/scripts/hotkeys.py (+1, -0) (Diff)
/release/scripts/import_obj.py (+4, -4) (Diff)
/release/text/blender.html (+55, -99) (Diff)
/SConstruct (+22, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_curve.h (+7, -5) (Diff)
/source/blender/blenkernel/BKE_DerivedMesh.h (+4, -1) (Diff)
/source/blender/blenkernel/BKE_property.h (+2, -1) (Diff)
/source/blender/blenkernel/BKE_utildefines.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/anim.c (+2, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+0, -1) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+1, -4) (Diff)
/source/blender/blenkernel/intern/colortools.c (+0, -1) (Diff)
/source/blender/blenkernel/intern/curve.c (+167, -225) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+75, -75) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+42, -651) (Diff)
/source/blender/blenkernel/intern/displist.c (+10, -6) (Diff)
/source/blender/blenkernel/intern/ipo.c (+3, -1) (Diff)
/source/blender/blenkernel/intern/modifier.c (+477, -12) (Diff)
/source/blender/blenkernel/intern/multires.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/object.c (+6, -11) (Diff)
/source/blender/blenkernel/intern/particle.c (+40, -2) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+261, -271) (Diff)
/source/blender/blenkernel/intern/property.c (+13, -3) (Diff)
/source/blender/blenlib/BLI_arithb.h (+6, -1) (Diff)
/source/blender/blenlib/BLI_blenlib.h (+4, -1) (Diff)
/source/blender/blenlib/intern/arithb.c (+34, -7) (Diff)
/source/blender/blenlib/intern/dynlib.c (+3, -3) (Diff)
/source/blender/blenlib/intern/edgehash.c (+11, -3) (Diff)
/source/blender/blenlib/intern/freetypefont.c (+0, -2) (Diff)
/source/blender/blenlib/intern/util.c (+21, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+115, -14) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -1) (Diff)
/source/blender/gpu/GPU_extensions.h (+2, -2) (Diff)
/source/blender/gpu/intern/gpu_codegen.c (+14, -12) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+8, -5) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+13, -5) (Diff)
/source/blender/imbuf/intern/divers.c (+1, -1) (Diff)
/source/blender/imbuf/intern/rectop.c (+1, -4) (Diff)
/source/blender/include/BIF_editarmature.h (+3, -0) (Diff)
/source/blender/include/BIF_editseq.h (+1, -0) (Diff)
/source/blender/include/BIF_outliner.h (+4, -1) (Diff)
/source/blender/include/blendef.h (+10, -36) (Diff)
/source/blender/include/butspace.h (+0, -3) (Diff)
/source/blender/makesdna/DNA_actuator_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_ipo_types.h (+10, -3) (Diff)
/source/blender/makesdna/DNA_lamp_types.h (+5, -2) (Diff)
/source/blender/makesdna/DNA_material_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+27, -0) (Diff)
/source/blender/makesdna/DNA_object_fluidsim.h (+17, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+4, -2) (Diff)
/source/blender/makesdna/DNA_particle_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/python/api2_2x/Camera.c (+9, -5) (Diff)
/source/blender/python/api2_2x/doc/API_intro.py (+8, -0) (Diff)
/source/blender/python/api2_2x/doc/API_related.py (+10, -3) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+7, -3) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+2, -0) (Diff)
/source/blender/python/api2_2x/Lamp.c (+16, -12) (Diff)
/source/blender/python/api2_2x/Material.c (+41, -37) (Diff)
/source/blender/python/api2_2x/Object.c (+93, -44) (Diff)
/source/blender/python/api2_2x/Pose.c (+15, -14) (Diff)
/source/blender/python/api2_2x/Scene.c (+8, -15) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Text.c (+44, -51) (Diff)
/source/blender/python/api2_2x/World.c (+26, -22) (Diff)
/source/blender/python/BPY_extern.h (+1, -1) (Diff)
/source/blender/python/BPY_interface.c (+3, -2) (Diff)
/source/blender/render/extern/include/RE_pipeline.h (+1, -1) (Diff)
/source/blender/render/intern/include/render_types.h (+1, -0) (Diff)
/source/blender/render/intern/include/sunsky.h (+5, -3) (Diff)
/source/blender/render/intern/include/texture.h (+1, -1) (Diff)
/source/blender/render/intern/source/convertblender.c (+14, -115) (Diff)
/source/blender/render/intern/source/pipeline.c (+22, -4) (Diff)
/source/blender/render/intern/source/pixelshading.c (+7, -24) (Diff)
/source/blender/render/intern/source/rendercore.c (+54, -66) (Diff)
/source/blender/render/intern/source/shadeinput.c (+12, -3) (Diff)
/source/blender/render/intern/source/shadeoutput.c (+17, -8) (Diff)
/source/blender/render/intern/source/sunsky.c (+4, -1) (Diff)
/source/blender/render/intern/source/texture.c (+2, -2) (Diff)
/source/blender/render/intern/source/zbuf.c (+26, -16) (Diff)
/source/blender/src/buttons_editing.c (+46, -11) (Diff)
/source/blender/src/buttons_logic.c (+138, -61) (Diff)
/source/blender/src/buttons_object.c (+453, -276) (Diff)
/source/blender/src/buttons_scene.c (+5, -4) (Diff)
/source/blender/src/buttons_shading.c (+33, -9) (Diff)
/source/blender/src/drawaction.c (+18, -9) (Diff)
/source/blender/src/drawipo.c (+1, -1) (Diff)
/source/blender/src/drawmesh.c (+2, -2) (Diff)
/source/blender/src/drawnode.c (+10, -1) (Diff)
/source/blender/src/drawobject.c (+8, -10) (Diff)
/source/blender/src/drawtext.c (+2, -0) (Diff)
/source/blender/src/drawview.c (+1, -1) (Diff)
/source/blender/src/editarmature.c (+137, -0) (Diff)
/source/blender/src/editcurve.c (+7, -7) (Diff)
/source/blender/src/editimasel.c (+9, -4) (Diff)
/source/blender/src/editipo.c (+59, -47) (Diff)
/source/blender/src/editipo_lib.c (+1, -1) (Diff)
/source/blender/src/editipo_mods.c (+27, -38) (Diff)
/source/blender/src/editmesh.c (+0, -16) (Diff)
/source/blender/src/editmesh_tools.c (+29, -6) (Diff)
/source/blender/src/editobject.c (+58, -53) (Diff)
/source/blender/src/editseq.c (+27, -2) (Diff)
/source/blender/src/editsima.c (+13, -7) (Diff)
/source/blender/src/filelist.c (+1, -29) (Diff)
/source/blender/src/filesel.c (+14, -47) (Diff)
/source/blender/src/fluidsim.c (+222, -259) (Diff)
/source/blender/src/glutil.c (+0, -1) (Diff)
/source/blender/src/gpencil.c (+0, -2) (Diff)
/source/blender/src/header_buttonswin.c (+0, -4) (Diff)
/source/blender/src/header_ipo.c (+10, -5) (Diff)
/source/blender/src/header_oops.c (+4, -4) (Diff)
/source/blender/src/header_view3d.c (+5, -14) (Diff)
/source/blender/src/outliner.c (+262, -17) (Diff)
/source/blender/src/preview.blend.c (+12262, -11873) (Diff)
/source/blender/src/previewrender.c (+19, -1) (Diff)
/source/blender/src/renderwin.c (+15, -3) (Diff)
/source/blender/src/retopo.c (+3, -3) (Diff)
/source/blender/src/seqscopes.c (+0, -1) (Diff)
/source/blender/src/space.c (+72, -32) (Diff)
/source/blender/src/toolbox.c (+2, -0) (Diff)
/source/blender/src/transform.c (+3, -3) (Diff)
/source/blender/src/transform_conversions.c (+3, -3) (Diff)
/source/blender/src/view.c (+84, -0) (Diff)
/source/blender/src/writeimage.c (+0, -1) (Diff)
/source/blender/yafray/intern/export_File.cpp (+1, -1) (Diff)
/source/blender/yafray/intern/export_Plugin.cpp (+2, -2) (Diff)
/source/creator/CMakeLists.txt (+0, -4) (Diff)
/source/creator/creator.c (+12, -2) (Diff)
/source/creator/Makefile (+1, -5) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+22, -3) (Diff)
/source/gameengine/Converter/BL_ActionActuator.cpp (+20, -20) (Diff)
/source/gameengine/Converter/BL_BlenderDataConversion.cpp (+33, -18) (Diff)
/source/gameengine/Converter/BL_DeformableGameObject.cpp (+1, -1) (Diff)
/source/gameengine/Converter/BL_DeformableGameObject.h (+13, -1) (Diff)
/source/gameengine/Converter/BL_MeshDeformer.h (+1, -1) (Diff)
/source/gameengine/Converter/BL_ShapeActionActuator.cpp (+67, -17) (Diff)
/source/gameengine/Converter/BL_ShapeActionActuator.h (+5, -0) (Diff)
/source/gameengine/Converter/BL_ShapeDeformer.cpp (+1, -1) (Diff)
/source/gameengine/Converter/BL_ShapeDeformer.h (+1, -1) (Diff)
/source/gameengine/Converter/BL_SkinDeformer.cpp (+1, -1) (Diff)
/source/gameengine/Converter/BL_SkinDeformer.h (+1, -1) (Diff)
/source/gameengine/Converter/BL_SkinMeshObject.cpp (+1, -1) (Diff)
/source/gameengine/Converter/KX_ConvertActuators.cpp (+2, -0) (Diff)
/source/gameengine/Converter/KX_ConvertProperties.cpp (+6, -2) (Diff)
/source/gameengine/Expressions/PyObjectPlus.h (+7, -7) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp (+46, -8) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_Joystick.h (+6, -4) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_JoystickEvents.cpp (+2, -1) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_JoystickPrivate.h (+3, -0) (Diff)
/source/gameengine/GameLogic/SCA_ActuatorSensor.cpp (+2, -2) (Diff)
/source/gameengine/GameLogic/SCA_DelaySensor.cpp (+6, -6) (Diff)
/source/gameengine/GameLogic/SCA_ISensor.cpp (+13, -13) (Diff)
/source/gameengine/GameLogic/SCA_JoystickManager.cpp (+2, -2) (Diff)
/source/gameengine/GameLogic/SCA_JoystickSensor.cpp (+15, -15) (Diff)
/source/gameengine/GameLogic/SCA_KeyboardSensor.cpp (+8, -8) (Diff)
/source/gameengine/GameLogic/SCA_MouseSensor.cpp (+2, -2) (Diff)
/source/gameengine/GameLogic/SCA_PropertyActuator.cpp (+4, -4) (Diff)
/source/gameengine/GameLogic/SCA_PropertySensor.cpp (+6, -6) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.cpp (+8, -8) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.h (+2, -2) (Diff)
/source/gameengine/GameLogic/SCA_RandomActuator.cpp (+17, -17) (Diff)
/source/gameengine/GameLogic/SCA_RandomSensor.cpp (+3, -3) (Diff)
/source/gameengine/GameLogic/SConscript (+6, -1) (Diff)
/source/gameengine/GamePlayer/common/GPC_RawImage.cpp (+1, -1) (Diff)
/source/gameengine/GamePlayer/common/GPC_RawImage.h (+1, -1) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+7, -2) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+12, -2) (Diff)
/source/gameengine/Ketsji/BL_Shader.cpp (+14, -14) (Diff)
/source/gameengine/Ketsji/BL_Shader.h (+2, -2) (Diff)
/source/gameengine/Ketsji/KXNetwork/KX_NetworkMessageSensor.cpp (+5, -5) (Diff)
/source/gameengine/Ketsji/KX_BulletPhysicsController.cpp (+17, -8) (Diff)
/source/gameengine/Ketsji/KX_CameraActuator.cpp (+10, -10) (Diff)
/source/gameengine/Ketsji/KX_ConstraintActuator.cpp (+97, -63) (Diff)
/source/gameengine/Ketsji/KX_ConstraintActuator.h (+6, -5) (Diff)
/source/gameengine/Ketsji/KX_ConvertPhysicsObject.h (+7, -0) (Diff)
/source/gameengine/Ketsji/KX_ConvertPhysicsObjects.cpp (+148, -6) (Diff)
/source/gameengine/Ketsji/KX_GameActuator.cpp (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_GameObject.cpp (+10, -0) (Diff)
/source/gameengine/Ketsji/KX_GameObject.h (+8, -0) (Diff)
/source/gameengine/Ketsji/KX_IpoActuator.cpp (+14, -14) (Diff)
/source/gameengine/Ketsji/KX_IPO_SGController.cpp (+79, -36) (Diff)
/source/gameengine/Ketsji/KX_IPO_SGController.h (+6, -0) (Diff)
/source/gameengine/Ketsji/KX_KetsjiEngine.cpp (+39, -9) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp (+6, -6) (Diff)
/source/gameengine/Ketsji/KX_ParentActuator.cpp (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+92, -1) (Diff)
/source/gameengine/Ketsji/KX_RadarSensor.cpp (+3, -3) (Diff)
/source/gameengine/Ketsji/KX_RaySensor.cpp (+4, -4) (Diff)
/source/gameengine/Ketsji/KX_SCA_AddObjectActuator.cpp (+9, -9) (Diff)
/source/gameengine/Ketsji/KX_SCA_ReplaceMeshActuator.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+6, -29) (Diff)
/source/gameengine/Ketsji/KX_SceneActuator.cpp (+6, -6) (Diff)
/source/gameengine/Ketsji/KX_StateActuator.cpp (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_TouchSensor.cpp (+6, -6) (Diff)
/source/gameengine/Ketsji/KX_TrackToActuator.cpp (+6, -6) (Diff)
/source/gameengine/Ketsji/KX_VisibilityActuator.cpp (+1, -1) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp (+425, -47) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsController.h (+53, -18) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp (+32, -10) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h (+7, -3) (Diff)
/source/gameengine/PyDoc/BL_ActionActuator.py (+11, -2) (Diff)
/source/gameengine/PyDoc/BL_ShapeActionActuator.py (+11, -2) (Diff)
/source/gameengine/PyDoc/Rasterizer.py (+11, -0) (Diff)
/source/gameengine/Rasterizer/RAS_2DFilterManager.cpp (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_2DFilterManager.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_Deformer.h (+5, -1) (Diff)
/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp (+4, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Blur2DFilter.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Dilation2DFilter.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Erosion2DFilter.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_GrayScale2DFilter.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Invert2DFilter.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Laplacian2DFilter.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Prewitt2DFilter.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sepia2DFilter.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sharpen2DFilter.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_OpenGLFilters/RAS_Sobel2DFilter.h (+1, -1) (Diff)
/source/gameengine/Rasterizer/RAS_TexVert.cpp (+1, -0) (Diff)
/source/gameengine/Rasterizer/RAS_TexVert.h (+16, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021