From 155342908c2dd94e433bd043367efc9799296420 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 2 May 2013 13:03:14 +0200 Subject: Remove executable permissions on simple files --- AUTHORS | 2 ++ emcc.py | 0 system/lib/embind/bind.cpp | 0 tests/box2d/Box2D/Box2D.h | 0 tests/box2d/Box2D/Box2DConfig.cmake | 0 tests/box2d/Box2D/CMakeLists.txt | 0 tests/box2d/Box2D/Collision/Shapes/b2ChainShape.cpp | 0 tests/box2d/Box2D/Collision/Shapes/b2ChainShape.h | 0 tests/box2d/Box2D/Collision/Shapes/b2CircleShape.cpp | 0 tests/box2d/Box2D/Collision/Shapes/b2CircleShape.h | 0 tests/box2d/Box2D/Collision/Shapes/b2EdgeShape.cpp | 0 tests/box2d/Box2D/Collision/Shapes/b2EdgeShape.h | 0 tests/box2d/Box2D/Collision/Shapes/b2PolygonShape.cpp | 0 tests/box2d/Box2D/Collision/Shapes/b2PolygonShape.h | 0 tests/box2d/Box2D/Collision/Shapes/b2Shape.h | 0 tests/box2d/Box2D/Collision/b2BroadPhase.cpp | 0 tests/box2d/Box2D/Collision/b2BroadPhase.h | 0 tests/box2d/Box2D/Collision/b2CollideCircle.cpp | 0 tests/box2d/Box2D/Collision/b2CollideEdge.cpp | 0 tests/box2d/Box2D/Collision/b2CollidePolygon.cpp | 0 tests/box2d/Box2D/Collision/b2Collision.cpp | 0 tests/box2d/Box2D/Collision/b2Collision.h | 0 tests/box2d/Box2D/Collision/b2Distance.cpp | 0 tests/box2d/Box2D/Collision/b2Distance.h | 0 tests/box2d/Box2D/Collision/b2DynamicTree.cpp | 0 tests/box2d/Box2D/Collision/b2DynamicTree.h | 0 tests/box2d/Box2D/Collision/b2TimeOfImpact.cpp | 0 tests/box2d/Box2D/Collision/b2TimeOfImpact.h | 0 tests/box2d/Box2D/Common/b2BlockAllocator.cpp | 0 tests/box2d/Box2D/Common/b2BlockAllocator.h | 0 tests/box2d/Box2D/Common/b2Draw.cpp | 0 tests/box2d/Box2D/Common/b2Draw.h | 0 tests/box2d/Box2D/Common/b2GrowableStack.h | 0 tests/box2d/Box2D/Common/b2Math.cpp | 0 tests/box2d/Box2D/Common/b2Math.h | 0 tests/box2d/Box2D/Common/b2Settings.cpp | 0 tests/box2d/Box2D/Common/b2Settings.h | 0 tests/box2d/Box2D/Common/b2StackAllocator.cpp | 0 tests/box2d/Box2D/Common/b2StackAllocator.h | 0 tests/box2d/Box2D/Common/b2Timer.cpp | 0 tests/box2d/Box2D/Common/b2Timer.h | 0 tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp | 0 tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h | 0 tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp | 0 tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h | 0 tests/box2d/Box2D/Dynamics/Contacts/b2CircleContact.cpp | 0 tests/box2d/Box2D/Dynamics/Contacts/b2CircleContact.h | 0 tests/box2d/Box2D/Dynamics/Contacts/b2Contact.cpp | 0 tests/box2d/Box2D/Dynamics/Contacts/b2Contact.h | 0 tests/box2d/Box2D/Dynamics/Contacts/b2ContactSolver.cpp | 0 tests/box2d/Box2D/Dynamics/Contacts/b2ContactSolver.h | 0 tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp | 0 tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h | 0 tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp | 0 tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h | 0 tests/box2d/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp | 0 tests/box2d/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h | 0 tests/box2d/Box2D/Dynamics/Contacts/b2PolygonContact.cpp | 0 tests/box2d/Box2D/Dynamics/Contacts/b2PolygonContact.h | 0 tests/box2d/Box2D/Dynamics/Joints/b2DistanceJoint.cpp | 0 tests/box2d/Box2D/Dynamics/Joints/b2DistanceJoint.h | 0 tests/box2d/Box2D/Dynamics/Joints/b2FrictionJoint.cpp | 0 tests/box2d/Box2D/Dynamics/Joints/b2FrictionJoint.h | 0 tests/box2d/Box2D/Dynamics/Joints/b2GearJoint.cpp | 0 tests/box2d/Box2D/Dynamics/Joints/b2GearJoint.h | 0 tests/box2d/Box2D/Dynamics/Joints/b2Joint.cpp | 0 tests/box2d/Box2D/Dynamics/Joints/b2Joint.h | 0 tests/box2d/Box2D/Dynamics/Joints/b2MouseJoint.cpp | 0 tests/box2d/Box2D/Dynamics/Joints/b2MouseJoint.h | 0 tests/box2d/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp | 0 tests/box2d/Box2D/Dynamics/Joints/b2PrismaticJoint.h | 0 tests/box2d/Box2D/Dynamics/Joints/b2PulleyJoint.cpp | 0 tests/box2d/Box2D/Dynamics/Joints/b2PulleyJoint.h | 0 tests/box2d/Box2D/Dynamics/Joints/b2RevoluteJoint.cpp | 0 tests/box2d/Box2D/Dynamics/Joints/b2RevoluteJoint.h | 0 tests/box2d/Box2D/Dynamics/Joints/b2RopeJoint.cpp | 0 tests/box2d/Box2D/Dynamics/Joints/b2RopeJoint.h | 0 tests/box2d/Box2D/Dynamics/Joints/b2WeldJoint.cpp | 0 tests/box2d/Box2D/Dynamics/Joints/b2WeldJoint.h | 0 tests/box2d/Box2D/Dynamics/Joints/b2WheelJoint.cpp | 0 tests/box2d/Box2D/Dynamics/Joints/b2WheelJoint.h | 0 tests/box2d/Box2D/Dynamics/b2Body.cpp | 0 tests/box2d/Box2D/Dynamics/b2Body.h | 0 tests/box2d/Box2D/Dynamics/b2ContactManager.cpp | 0 tests/box2d/Box2D/Dynamics/b2ContactManager.h | 0 tests/box2d/Box2D/Dynamics/b2Fixture.cpp | 0 tests/box2d/Box2D/Dynamics/b2Fixture.h | 0 tests/box2d/Box2D/Dynamics/b2Island.cpp | 0 tests/box2d/Box2D/Dynamics/b2Island.h | 0 tests/box2d/Box2D/Dynamics/b2TimeStep.h | 0 tests/box2d/Box2D/Dynamics/b2World.cpp | 0 tests/box2d/Box2D/Dynamics/b2World.h | 0 tests/box2d/Box2D/Dynamics/b2WorldCallbacks.cpp | 0 tests/box2d/Box2D/Dynamics/b2WorldCallbacks.h | 0 tests/box2d/Box2D/Rope/b2Rope.cpp | 0 tests/box2d/Box2D/Rope/b2Rope.h | 0 tests/box2d/Build/Readme.txt | 0 tests/box2d/Build/vs2010/Box2D.sln | 0 tests/box2d/Build/vs2010/Box2D.vcxproj | 0 tests/box2d/Build/vs2010/Box2D.vcxproj.filters | 0 tests/box2d/Build/vs2010/FreeGLUT.vcxproj | 0 tests/box2d/Build/vs2010/FreeGLUT.vcxproj.filters | 0 tests/box2d/Build/vs2010/GLUI.vcxproj | 0 tests/box2d/Build/vs2010/GLUI.vcxproj.filters | 0 tests/box2d/Build/vs2010/HelloWorld.vcxproj | 0 tests/box2d/Build/vs2010/HelloWorld.vcxproj.filters | 0 tests/box2d/Build/vs2010/Testbed.vcxproj | 0 tests/box2d/Build/vs2010/Testbed.vcxproj.filters | 0 tests/box2d/Build/xcode4/Box2D.xcodeproj/project.pbxproj | 0 .../xcode4/Box2D.xcodeproj/project.xcworkspace/contents.xcworkspacedata | 0 tests/box2d/Building.txt | 0 tests/box2d/CMakeLists.txt | 0 tests/box2d/HelloWorld/CMakeLists.txt | 0 tests/box2d/HelloWorld/HelloWorld.cpp | 0 tests/box2d/License.txt | 0 tests/box2d/Readme.txt | 0 tests/box2d/Testbed/CMakeLists.txt | 0 tests/box2d/Testbed/Framework/Main.cpp | 0 tests/box2d/Testbed/Framework/Render.cpp | 0 tests/box2d/Testbed/Framework/Render.h | 0 tests/box2d/Testbed/Framework/Test.cpp | 0 tests/box2d/Testbed/Framework/Test.h | 0 tests/box2d/Testbed/Tests/AddPair.h | 0 tests/box2d/Testbed/Tests/ApplyForce.h | 0 tests/box2d/Testbed/Tests/BodyTypes.h | 0 tests/box2d/Testbed/Tests/Breakable.h | 0 tests/box2d/Testbed/Tests/Bridge.h | 0 tests/box2d/Testbed/Tests/BulletTest.h | 0 tests/box2d/Testbed/Tests/Cantilever.h | 0 tests/box2d/Testbed/Tests/Car.h | 0 tests/box2d/Testbed/Tests/Chain.h | 0 tests/box2d/Testbed/Tests/CharacterCollision.h | 0 tests/box2d/Testbed/Tests/CollisionFiltering.h | 0 tests/box2d/Testbed/Tests/CollisionProcessing.h | 0 tests/box2d/Testbed/Tests/CompoundShapes.h | 0 tests/box2d/Testbed/Tests/Confined.h | 0 tests/box2d/Testbed/Tests/ContinuousTest.h | 0 tests/box2d/Testbed/Tests/DistanceTest.h | 0 tests/box2d/Testbed/Tests/Dominos.h | 0 tests/box2d/Testbed/Tests/DumpShell.h | 0 tests/box2d/Testbed/Tests/DynamicTreeTest.h | 0 tests/box2d/Testbed/Tests/EdgeShapes.h | 0 tests/box2d/Testbed/Tests/EdgeTest.h | 0 tests/box2d/Testbed/Tests/Gears.h | 0 tests/box2d/Testbed/Tests/OneSidedPlatform.h | 0 tests/box2d/Testbed/Tests/Pinball.h | 0 tests/box2d/Testbed/Tests/PolyCollision.h | 0 tests/box2d/Testbed/Tests/PolyShapes.h | 0 tests/box2d/Testbed/Tests/Prismatic.h | 0 tests/box2d/Testbed/Tests/Pulleys.h | 0 tests/box2d/Testbed/Tests/Pyramid.h | 0 tests/box2d/Testbed/Tests/RayCast.h | 0 tests/box2d/Testbed/Tests/Revolute.h | 0 tests/box2d/Testbed/Tests/Rope.h | 0 tests/box2d/Testbed/Tests/RopeJoint.h | 0 tests/box2d/Testbed/Tests/SensorTest.h | 0 tests/box2d/Testbed/Tests/ShapeEditing.h | 0 tests/box2d/Testbed/Tests/SliderCrank.h | 0 tests/box2d/Testbed/Tests/SphereStack.h | 0 tests/box2d/Testbed/Tests/TestEntries.cpp | 0 tests/box2d/Testbed/Tests/TheoJansen.h | 0 tests/box2d/Testbed/Tests/Tiles.h | 0 tests/box2d/Testbed/Tests/TimeOfImpact.h | 0 tests/box2d/Testbed/Tests/Tumbler.h | 0 tests/box2d/Testbed/Tests/VaryingFriction.h | 0 tests/box2d/Testbed/Tests/VaryingRestitution.h | 0 tests/box2d/Testbed/Tests/VerticalStack.h | 0 tests/box2d/Testbed/Tests/Web.h | 0 tests/box2d/freeglut/CMakeLists.txt | 0 tests/box2d/freeglut/COPYING | 0 tests/box2d/freeglut/freeglut.h | 0 tests/box2d/freeglut/freeglut_callbacks.c | 0 tests/box2d/freeglut/freeglut_cursor.c | 0 tests/box2d/freeglut/freeglut_display.c | 0 tests/box2d/freeglut/freeglut_ext.c | 0 tests/box2d/freeglut/freeglut_ext.h | 0 tests/box2d/freeglut/freeglut_font.c | 0 tests/box2d/freeglut/freeglut_font_data.c | 0 tests/box2d/freeglut/freeglut_gamemode.c | 0 tests/box2d/freeglut/freeglut_geometry.c | 0 tests/box2d/freeglut/freeglut_glutfont_definitions.c | 0 tests/box2d/freeglut/freeglut_init.c | 0 tests/box2d/freeglut/freeglut_input_devices.c | 0 tests/box2d/freeglut/freeglut_internal.h | 0 tests/box2d/freeglut/freeglut_joystick.c | 0 tests/box2d/freeglut/freeglut_main.c | 0 tests/box2d/freeglut/freeglut_menu.c | 0 tests/box2d/freeglut/freeglut_misc.c | 0 tests/box2d/freeglut/freeglut_overlay.c | 0 tests/box2d/freeglut/freeglut_spaceball.c | 0 tests/box2d/freeglut/freeglut_state.c | 0 tests/box2d/freeglut/freeglut_std.h | 0 tests/box2d/freeglut/freeglut_stroke_mono_roman.c | 0 tests/box2d/freeglut/freeglut_stroke_roman.c | 0 tests/box2d/freeglut/freeglut_structure.c | 0 tests/box2d/freeglut/freeglut_teapot.c | 0 tests/box2d/freeglut/freeglut_teapot_data.h | 0 tests/box2d/freeglut/freeglut_videoresize.c | 0 tests/box2d/freeglut/freeglut_window.c | 0 tests/box2d/glui/CMakeLists.txt | 0 tests/box2d/glui/algebra3.cpp | 0 tests/box2d/glui/algebra3.h | 0 tests/box2d/glui/arcball.cpp | 0 tests/box2d/glui/arcball.h | 0 tests/box2d/glui/glui.cpp | 0 tests/box2d/glui/glui.h | 0 tests/box2d/glui/glui_add_controls.cpp | 0 tests/box2d/glui/glui_bitmap_img_data.cpp | 0 tests/box2d/glui/glui_bitmaps.cpp | 0 tests/box2d/glui/glui_button.cpp | 0 tests/box2d/glui/glui_checkbox.cpp | 0 tests/box2d/glui/glui_column.cpp | 0 tests/box2d/glui/glui_commandline.cpp | 0 tests/box2d/glui/glui_control.cpp | 0 tests/box2d/glui/glui_edittext.cpp | 0 tests/box2d/glui/glui_filebrowser.cpp | 0 tests/box2d/glui/glui_internal.h | 0 tests/box2d/glui/glui_internal_control.h | 0 tests/box2d/glui/glui_list.cpp | 0 tests/box2d/glui/glui_listbox.cpp | 0 tests/box2d/glui/glui_mouse_iaction.cpp | 0 tests/box2d/glui/glui_node.cpp | 0 tests/box2d/glui/glui_panel.cpp | 0 tests/box2d/glui/glui_radio.cpp | 0 tests/box2d/glui/glui_rollout.cpp | 0 tests/box2d/glui/glui_rotation.cpp | 0 tests/box2d/glui/glui_scrollbar.cpp | 0 tests/box2d/glui/glui_separator.cpp | 0 tests/box2d/glui/glui_spinner.cpp | 0 tests/box2d/glui/glui_statictext.cpp | 0 tests/box2d/glui/glui_string.cpp | 0 tests/box2d/glui/glui_textbox.cpp | 0 tests/box2d/glui/glui_translation.cpp | 0 tests/box2d/glui/glui_tree.cpp | 0 tests/box2d/glui/glui_treepanel.cpp | 0 tests/box2d/glui/glui_window.cpp | 0 tests/box2d/glui/quaternion.cpp | 0 tests/box2d/glui/quaternion.h | 0 tests/box2d/glui/readme.txt | 0 tests/box2d/premake4.lua | 0 tests/bullet/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp | 0 tests/bullet/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h | 0 tests/bullet/src/LinearMath/btPoolAllocator.h | 0 tests/poppler/goo/GooTimer.h | 0 tools/split.py | 0 245 files changed, 2 insertions(+) mode change 100755 => 100644 emcc.py mode change 100755 => 100644 system/lib/embind/bind.cpp mode change 100755 => 100644 tests/box2d/Box2D/Box2D.h mode change 100755 => 100644 tests/box2d/Box2D/Box2DConfig.cmake mode change 100755 => 100644 tests/box2d/Box2D/CMakeLists.txt mode change 100755 => 100644 tests/box2d/Box2D/Collision/Shapes/b2ChainShape.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/Shapes/b2ChainShape.h mode change 100755 => 100644 tests/box2d/Box2D/Collision/Shapes/b2CircleShape.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/Shapes/b2CircleShape.h mode change 100755 => 100644 tests/box2d/Box2D/Collision/Shapes/b2EdgeShape.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/Shapes/b2EdgeShape.h mode change 100755 => 100644 tests/box2d/Box2D/Collision/Shapes/b2PolygonShape.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/Shapes/b2PolygonShape.h mode change 100755 => 100644 tests/box2d/Box2D/Collision/Shapes/b2Shape.h mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2BroadPhase.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2BroadPhase.h mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2CollideCircle.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2CollideEdge.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2CollidePolygon.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2Collision.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2Collision.h mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2Distance.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2Distance.h mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2DynamicTree.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2DynamicTree.h mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2TimeOfImpact.cpp mode change 100755 => 100644 tests/box2d/Box2D/Collision/b2TimeOfImpact.h mode change 100755 => 100644 tests/box2d/Box2D/Common/b2BlockAllocator.cpp mode change 100755 => 100644 tests/box2d/Box2D/Common/b2BlockAllocator.h mode change 100755 => 100644 tests/box2d/Box2D/Common/b2Draw.cpp mode change 100755 => 100644 tests/box2d/Box2D/Common/b2Draw.h mode change 100755 => 100644 tests/box2d/Box2D/Common/b2GrowableStack.h mode change 100755 => 100644 tests/box2d/Box2D/Common/b2Math.cpp mode change 100755 => 100644 tests/box2d/Box2D/Common/b2Math.h mode change 100755 => 100644 tests/box2d/Box2D/Common/b2Settings.cpp mode change 100755 => 100644 tests/box2d/Box2D/Common/b2Settings.h mode change 100755 => 100644 tests/box2d/Box2D/Common/b2StackAllocator.cpp mode change 100755 => 100644 tests/box2d/Box2D/Common/b2StackAllocator.h mode change 100755 => 100644 tests/box2d/Box2D/Common/b2Timer.cpp mode change 100755 => 100644 tests/box2d/Box2D/Common/b2Timer.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2CircleContact.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2CircleContact.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2Contact.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2Contact.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2ContactSolver.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2ContactSolver.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2PolygonContact.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Contacts/b2PolygonContact.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2DistanceJoint.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2DistanceJoint.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2FrictionJoint.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2FrictionJoint.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2GearJoint.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2GearJoint.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2Joint.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2Joint.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2MouseJoint.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2MouseJoint.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2PrismaticJoint.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2PulleyJoint.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2PulleyJoint.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2RevoluteJoint.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2RevoluteJoint.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2RopeJoint.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2RopeJoint.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2WeldJoint.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2WeldJoint.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2WheelJoint.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/Joints/b2WheelJoint.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2Body.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2Body.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2ContactManager.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2ContactManager.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2Fixture.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2Fixture.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2Island.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2Island.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2TimeStep.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2World.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2World.h mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2WorldCallbacks.cpp mode change 100755 => 100644 tests/box2d/Box2D/Dynamics/b2WorldCallbacks.h mode change 100755 => 100644 tests/box2d/Box2D/Rope/b2Rope.cpp mode change 100755 => 100644 tests/box2d/Box2D/Rope/b2Rope.h mode change 100755 => 100644 tests/box2d/Build/Readme.txt mode change 100755 => 100644 tests/box2d/Build/vs2010/Box2D.sln mode change 100755 => 100644 tests/box2d/Build/vs2010/Box2D.vcxproj mode change 100755 => 100644 tests/box2d/Build/vs2010/Box2D.vcxproj.filters mode change 100755 => 100644 tests/box2d/Build/vs2010/FreeGLUT.vcxproj mode change 100755 => 100644 tests/box2d/Build/vs2010/FreeGLUT.vcxproj.filters mode change 100755 => 100644 tests/box2d/Build/vs2010/GLUI.vcxproj mode change 100755 => 100644 tests/box2d/Build/vs2010/GLUI.vcxproj.filters mode change 100755 => 100644 tests/box2d/Build/vs2010/HelloWorld.vcxproj mode change 100755 => 100644 tests/box2d/Build/vs2010/HelloWorld.vcxproj.filters mode change 100755 => 100644 tests/box2d/Build/vs2010/Testbed.vcxproj mode change 100755 => 100644 tests/box2d/Build/vs2010/Testbed.vcxproj.filters mode change 100755 => 100644 tests/box2d/Build/xcode4/Box2D.xcodeproj/project.pbxproj mode change 100755 => 100644 tests/box2d/Build/xcode4/Box2D.xcodeproj/project.xcworkspace/contents.xcworkspacedata mode change 100755 => 100644 tests/box2d/Building.txt mode change 100755 => 100644 tests/box2d/CMakeLists.txt mode change 100755 => 100644 tests/box2d/HelloWorld/CMakeLists.txt mode change 100755 => 100644 tests/box2d/HelloWorld/HelloWorld.cpp mode change 100755 => 100644 tests/box2d/License.txt mode change 100755 => 100644 tests/box2d/Readme.txt mode change 100755 => 100644 tests/box2d/Testbed/CMakeLists.txt mode change 100755 => 100644 tests/box2d/Testbed/Framework/Main.cpp mode change 100755 => 100644 tests/box2d/Testbed/Framework/Render.cpp mode change 100755 => 100644 tests/box2d/Testbed/Framework/Render.h mode change 100755 => 100644 tests/box2d/Testbed/Framework/Test.cpp mode change 100755 => 100644 tests/box2d/Testbed/Framework/Test.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/AddPair.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/ApplyForce.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/BodyTypes.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Breakable.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Bridge.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/BulletTest.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Cantilever.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Car.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Chain.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/CharacterCollision.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/CollisionFiltering.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/CollisionProcessing.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/CompoundShapes.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Confined.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/ContinuousTest.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/DistanceTest.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Dominos.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/DumpShell.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/DynamicTreeTest.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/EdgeShapes.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/EdgeTest.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Gears.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/OneSidedPlatform.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Pinball.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/PolyCollision.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/PolyShapes.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Prismatic.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Pulleys.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Pyramid.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/RayCast.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Revolute.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Rope.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/RopeJoint.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/SensorTest.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/ShapeEditing.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/SliderCrank.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/SphereStack.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/TestEntries.cpp mode change 100755 => 100644 tests/box2d/Testbed/Tests/TheoJansen.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Tiles.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/TimeOfImpact.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Tumbler.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/VaryingFriction.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/VaryingRestitution.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/VerticalStack.h mode change 100755 => 100644 tests/box2d/Testbed/Tests/Web.h mode change 100755 => 100644 tests/box2d/freeglut/CMakeLists.txt mode change 100755 => 100644 tests/box2d/freeglut/COPYING mode change 100755 => 100644 tests/box2d/freeglut/freeglut.h mode change 100755 => 100644 tests/box2d/freeglut/freeglut_callbacks.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_cursor.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_display.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_ext.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_ext.h mode change 100755 => 100644 tests/box2d/freeglut/freeglut_font.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_font_data.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_gamemode.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_geometry.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_glutfont_definitions.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_init.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_input_devices.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_internal.h mode change 100755 => 100644 tests/box2d/freeglut/freeglut_joystick.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_main.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_menu.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_misc.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_overlay.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_spaceball.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_state.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_std.h mode change 100755 => 100644 tests/box2d/freeglut/freeglut_stroke_mono_roman.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_stroke_roman.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_structure.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_teapot.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_teapot_data.h mode change 100755 => 100644 tests/box2d/freeglut/freeglut_videoresize.c mode change 100755 => 100644 tests/box2d/freeglut/freeglut_window.c mode change 100755 => 100644 tests/box2d/glui/CMakeLists.txt mode change 100755 => 100644 tests/box2d/glui/algebra3.cpp mode change 100755 => 100644 tests/box2d/glui/algebra3.h mode change 100755 => 100644 tests/box2d/glui/arcball.cpp mode change 100755 => 100644 tests/box2d/glui/arcball.h mode change 100755 => 100644 tests/box2d/glui/glui.cpp mode change 100755 => 100644 tests/box2d/glui/glui.h mode change 100755 => 100644 tests/box2d/glui/glui_add_controls.cpp mode change 100755 => 100644 tests/box2d/glui/glui_bitmap_img_data.cpp mode change 100755 => 100644 tests/box2d/glui/glui_bitmaps.cpp mode change 100755 => 100644 tests/box2d/glui/glui_button.cpp mode change 100755 => 100644 tests/box2d/glui/glui_checkbox.cpp mode change 100755 => 100644 tests/box2d/glui/glui_column.cpp mode change 100755 => 100644 tests/box2d/glui/glui_commandline.cpp mode change 100755 => 100644 tests/box2d/glui/glui_control.cpp mode change 100755 => 100644 tests/box2d/glui/glui_edittext.cpp mode change 100755 => 100644 tests/box2d/glui/glui_filebrowser.cpp mode change 100755 => 100644 tests/box2d/glui/glui_internal.h mode change 100755 => 100644 tests/box2d/glui/glui_internal_control.h mode change 100755 => 100644 tests/box2d/glui/glui_list.cpp mode change 100755 => 100644 tests/box2d/glui/glui_listbox.cpp mode change 100755 => 100644 tests/box2d/glui/glui_mouse_iaction.cpp mode change 100755 => 100644 tests/box2d/glui/glui_node.cpp mode change 100755 => 100644 tests/box2d/glui/glui_panel.cpp mode change 100755 => 100644 tests/box2d/glui/glui_radio.cpp mode change 100755 => 100644 tests/box2d/glui/glui_rollout.cpp mode change 100755 => 100644 tests/box2d/glui/glui_rotation.cpp mode change 100755 => 100644 tests/box2d/glui/glui_scrollbar.cpp mode change 100755 => 100644 tests/box2d/glui/glui_separator.cpp mode change 100755 => 100644 tests/box2d/glui/glui_spinner.cpp mode change 100755 => 100644 tests/box2d/glui/glui_statictext.cpp mode change 100755 => 100644 tests/box2d/glui/glui_string.cpp mode change 100755 => 100644 tests/box2d/glui/glui_textbox.cpp mode change 100755 => 100644 tests/box2d/glui/glui_translation.cpp mode change 100755 => 100644 tests/box2d/glui/glui_tree.cpp mode change 100755 => 100644 tests/box2d/glui/glui_treepanel.cpp mode change 100755 => 100644 tests/box2d/glui/glui_window.cpp mode change 100755 => 100644 tests/box2d/glui/quaternion.cpp mode change 100755 => 100644 tests/box2d/glui/quaternion.h mode change 100755 => 100644 tests/box2d/glui/readme.txt mode change 100755 => 100644 tests/box2d/premake4.lua mode change 100755 => 100644 tests/bullet/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp mode change 100755 => 100644 tests/bullet/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h mode change 100755 => 100644 tests/bullet/src/LinearMath/btPoolAllocator.h mode change 100755 => 100644 tests/poppler/goo/GooTimer.h mode change 100755 => 100644 tools/split.py diff --git a/AUTHORS b/AUTHORS index 43ea83dd..16753be4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -70,3 +70,5 @@ a license to everyone to use it as detailed in LICENSE.) * Todd Lee (copyright owned by IMVU) * Anthony Pesch * Robert Bragg (copyright owned by Intel Corporation) +* Sylvestre Ledru + diff --git a/emcc.py b/emcc.py old mode 100755 new mode 100644 diff --git a/system/lib/embind/bind.cpp b/system/lib/embind/bind.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Box2D.h b/tests/box2d/Box2D/Box2D.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Box2DConfig.cmake b/tests/box2d/Box2D/Box2DConfig.cmake old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/CMakeLists.txt b/tests/box2d/Box2D/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/Shapes/b2ChainShape.cpp b/tests/box2d/Box2D/Collision/Shapes/b2ChainShape.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/Shapes/b2ChainShape.h b/tests/box2d/Box2D/Collision/Shapes/b2ChainShape.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/Shapes/b2CircleShape.cpp b/tests/box2d/Box2D/Collision/Shapes/b2CircleShape.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/Shapes/b2CircleShape.h b/tests/box2d/Box2D/Collision/Shapes/b2CircleShape.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/Shapes/b2EdgeShape.cpp b/tests/box2d/Box2D/Collision/Shapes/b2EdgeShape.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/Shapes/b2EdgeShape.h b/tests/box2d/Box2D/Collision/Shapes/b2EdgeShape.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/Shapes/b2PolygonShape.cpp b/tests/box2d/Box2D/Collision/Shapes/b2PolygonShape.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/Shapes/b2PolygonShape.h b/tests/box2d/Box2D/Collision/Shapes/b2PolygonShape.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/Shapes/b2Shape.h b/tests/box2d/Box2D/Collision/Shapes/b2Shape.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2BroadPhase.cpp b/tests/box2d/Box2D/Collision/b2BroadPhase.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2BroadPhase.h b/tests/box2d/Box2D/Collision/b2BroadPhase.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2CollideCircle.cpp b/tests/box2d/Box2D/Collision/b2CollideCircle.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2CollideEdge.cpp b/tests/box2d/Box2D/Collision/b2CollideEdge.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2CollidePolygon.cpp b/tests/box2d/Box2D/Collision/b2CollidePolygon.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2Collision.cpp b/tests/box2d/Box2D/Collision/b2Collision.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2Collision.h b/tests/box2d/Box2D/Collision/b2Collision.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2Distance.cpp b/tests/box2d/Box2D/Collision/b2Distance.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2Distance.h b/tests/box2d/Box2D/Collision/b2Distance.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2DynamicTree.cpp b/tests/box2d/Box2D/Collision/b2DynamicTree.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2DynamicTree.h b/tests/box2d/Box2D/Collision/b2DynamicTree.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2TimeOfImpact.cpp b/tests/box2d/Box2D/Collision/b2TimeOfImpact.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Collision/b2TimeOfImpact.h b/tests/box2d/Box2D/Collision/b2TimeOfImpact.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2BlockAllocator.cpp b/tests/box2d/Box2D/Common/b2BlockAllocator.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2BlockAllocator.h b/tests/box2d/Box2D/Common/b2BlockAllocator.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2Draw.cpp b/tests/box2d/Box2D/Common/b2Draw.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2Draw.h b/tests/box2d/Box2D/Common/b2Draw.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2GrowableStack.h b/tests/box2d/Box2D/Common/b2GrowableStack.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2Math.cpp b/tests/box2d/Box2D/Common/b2Math.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2Math.h b/tests/box2d/Box2D/Common/b2Math.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2Settings.cpp b/tests/box2d/Box2D/Common/b2Settings.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2Settings.h b/tests/box2d/Box2D/Common/b2Settings.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2StackAllocator.cpp b/tests/box2d/Box2D/Common/b2StackAllocator.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2StackAllocator.h b/tests/box2d/Box2D/Common/b2StackAllocator.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2Timer.cpp b/tests/box2d/Box2D/Common/b2Timer.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Common/b2Timer.h b/tests/box2d/Box2D/Common/b2Timer.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp b/tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h b/tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndCircleContact.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp b/tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h b/tests/box2d/Box2D/Dynamics/Contacts/b2ChainAndPolygonContact.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2CircleContact.cpp b/tests/box2d/Box2D/Dynamics/Contacts/b2CircleContact.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2CircleContact.h b/tests/box2d/Box2D/Dynamics/Contacts/b2CircleContact.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2Contact.cpp b/tests/box2d/Box2D/Dynamics/Contacts/b2Contact.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2Contact.h b/tests/box2d/Box2D/Dynamics/Contacts/b2Contact.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2ContactSolver.cpp b/tests/box2d/Box2D/Dynamics/Contacts/b2ContactSolver.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2ContactSolver.h b/tests/box2d/Box2D/Dynamics/Contacts/b2ContactSolver.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp b/tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h b/tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndCircleContact.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp b/tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h b/tests/box2d/Box2D/Dynamics/Contacts/b2EdgeAndPolygonContact.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp b/tests/box2d/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h b/tests/box2d/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2PolygonContact.cpp b/tests/box2d/Box2D/Dynamics/Contacts/b2PolygonContact.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Contacts/b2PolygonContact.h b/tests/box2d/Box2D/Dynamics/Contacts/b2PolygonContact.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2DistanceJoint.cpp b/tests/box2d/Box2D/Dynamics/Joints/b2DistanceJoint.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2DistanceJoint.h b/tests/box2d/Box2D/Dynamics/Joints/b2DistanceJoint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2FrictionJoint.cpp b/tests/box2d/Box2D/Dynamics/Joints/b2FrictionJoint.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2FrictionJoint.h b/tests/box2d/Box2D/Dynamics/Joints/b2FrictionJoint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2GearJoint.cpp b/tests/box2d/Box2D/Dynamics/Joints/b2GearJoint.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2GearJoint.h b/tests/box2d/Box2D/Dynamics/Joints/b2GearJoint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2Joint.cpp b/tests/box2d/Box2D/Dynamics/Joints/b2Joint.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2Joint.h b/tests/box2d/Box2D/Dynamics/Joints/b2Joint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2MouseJoint.cpp b/tests/box2d/Box2D/Dynamics/Joints/b2MouseJoint.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2MouseJoint.h b/tests/box2d/Box2D/Dynamics/Joints/b2MouseJoint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp b/tests/box2d/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2PrismaticJoint.h b/tests/box2d/Box2D/Dynamics/Joints/b2PrismaticJoint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2PulleyJoint.cpp b/tests/box2d/Box2D/Dynamics/Joints/b2PulleyJoint.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2PulleyJoint.h b/tests/box2d/Box2D/Dynamics/Joints/b2PulleyJoint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2RevoluteJoint.cpp b/tests/box2d/Box2D/Dynamics/Joints/b2RevoluteJoint.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2RevoluteJoint.h b/tests/box2d/Box2D/Dynamics/Joints/b2RevoluteJoint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2RopeJoint.cpp b/tests/box2d/Box2D/Dynamics/Joints/b2RopeJoint.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2RopeJoint.h b/tests/box2d/Box2D/Dynamics/Joints/b2RopeJoint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2WeldJoint.cpp b/tests/box2d/Box2D/Dynamics/Joints/b2WeldJoint.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2WeldJoint.h b/tests/box2d/Box2D/Dynamics/Joints/b2WeldJoint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2WheelJoint.cpp b/tests/box2d/Box2D/Dynamics/Joints/b2WheelJoint.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/Joints/b2WheelJoint.h b/tests/box2d/Box2D/Dynamics/Joints/b2WheelJoint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2Body.cpp b/tests/box2d/Box2D/Dynamics/b2Body.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2Body.h b/tests/box2d/Box2D/Dynamics/b2Body.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2ContactManager.cpp b/tests/box2d/Box2D/Dynamics/b2ContactManager.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2ContactManager.h b/tests/box2d/Box2D/Dynamics/b2ContactManager.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2Fixture.cpp b/tests/box2d/Box2D/Dynamics/b2Fixture.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2Fixture.h b/tests/box2d/Box2D/Dynamics/b2Fixture.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2Island.cpp b/tests/box2d/Box2D/Dynamics/b2Island.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2Island.h b/tests/box2d/Box2D/Dynamics/b2Island.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2TimeStep.h b/tests/box2d/Box2D/Dynamics/b2TimeStep.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2World.cpp b/tests/box2d/Box2D/Dynamics/b2World.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2World.h b/tests/box2d/Box2D/Dynamics/b2World.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2WorldCallbacks.cpp b/tests/box2d/Box2D/Dynamics/b2WorldCallbacks.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Dynamics/b2WorldCallbacks.h b/tests/box2d/Box2D/Dynamics/b2WorldCallbacks.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Rope/b2Rope.cpp b/tests/box2d/Box2D/Rope/b2Rope.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Box2D/Rope/b2Rope.h b/tests/box2d/Box2D/Rope/b2Rope.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/Readme.txt b/tests/box2d/Build/Readme.txt old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/vs2010/Box2D.sln b/tests/box2d/Build/vs2010/Box2D.sln old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/vs2010/Box2D.vcxproj b/tests/box2d/Build/vs2010/Box2D.vcxproj old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/vs2010/Box2D.vcxproj.filters b/tests/box2d/Build/vs2010/Box2D.vcxproj.filters old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/vs2010/FreeGLUT.vcxproj b/tests/box2d/Build/vs2010/FreeGLUT.vcxproj old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/vs2010/FreeGLUT.vcxproj.filters b/tests/box2d/Build/vs2010/FreeGLUT.vcxproj.filters old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/vs2010/GLUI.vcxproj b/tests/box2d/Build/vs2010/GLUI.vcxproj old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/vs2010/GLUI.vcxproj.filters b/tests/box2d/Build/vs2010/GLUI.vcxproj.filters old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/vs2010/HelloWorld.vcxproj b/tests/box2d/Build/vs2010/HelloWorld.vcxproj old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/vs2010/HelloWorld.vcxproj.filters b/tests/box2d/Build/vs2010/HelloWorld.vcxproj.filters old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/vs2010/Testbed.vcxproj b/tests/box2d/Build/vs2010/Testbed.vcxproj old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/vs2010/Testbed.vcxproj.filters b/tests/box2d/Build/vs2010/Testbed.vcxproj.filters old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/xcode4/Box2D.xcodeproj/project.pbxproj b/tests/box2d/Build/xcode4/Box2D.xcodeproj/project.pbxproj old mode 100755 new mode 100644 diff --git a/tests/box2d/Build/xcode4/Box2D.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/tests/box2d/Build/xcode4/Box2D.xcodeproj/project.xcworkspace/contents.xcworkspacedata old mode 100755 new mode 100644 diff --git a/tests/box2d/Building.txt b/tests/box2d/Building.txt old mode 100755 new mode 100644 diff --git a/tests/box2d/CMakeLists.txt b/tests/box2d/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/tests/box2d/HelloWorld/CMakeLists.txt b/tests/box2d/HelloWorld/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/tests/box2d/HelloWorld/HelloWorld.cpp b/tests/box2d/HelloWorld/HelloWorld.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/License.txt b/tests/box2d/License.txt old mode 100755 new mode 100644 diff --git a/tests/box2d/Readme.txt b/tests/box2d/Readme.txt old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/CMakeLists.txt b/tests/box2d/Testbed/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Framework/Main.cpp b/tests/box2d/Testbed/Framework/Main.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Framework/Render.cpp b/tests/box2d/Testbed/Framework/Render.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Framework/Render.h b/tests/box2d/Testbed/Framework/Render.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Framework/Test.cpp b/tests/box2d/Testbed/Framework/Test.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Framework/Test.h b/tests/box2d/Testbed/Framework/Test.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/AddPair.h b/tests/box2d/Testbed/Tests/AddPair.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/ApplyForce.h b/tests/box2d/Testbed/Tests/ApplyForce.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/BodyTypes.h b/tests/box2d/Testbed/Tests/BodyTypes.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Breakable.h b/tests/box2d/Testbed/Tests/Breakable.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Bridge.h b/tests/box2d/Testbed/Tests/Bridge.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/BulletTest.h b/tests/box2d/Testbed/Tests/BulletTest.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Cantilever.h b/tests/box2d/Testbed/Tests/Cantilever.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Car.h b/tests/box2d/Testbed/Tests/Car.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Chain.h b/tests/box2d/Testbed/Tests/Chain.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/CharacterCollision.h b/tests/box2d/Testbed/Tests/CharacterCollision.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/CollisionFiltering.h b/tests/box2d/Testbed/Tests/CollisionFiltering.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/CollisionProcessing.h b/tests/box2d/Testbed/Tests/CollisionProcessing.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/CompoundShapes.h b/tests/box2d/Testbed/Tests/CompoundShapes.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Confined.h b/tests/box2d/Testbed/Tests/Confined.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/ContinuousTest.h b/tests/box2d/Testbed/Tests/ContinuousTest.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/DistanceTest.h b/tests/box2d/Testbed/Tests/DistanceTest.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Dominos.h b/tests/box2d/Testbed/Tests/Dominos.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/DumpShell.h b/tests/box2d/Testbed/Tests/DumpShell.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/DynamicTreeTest.h b/tests/box2d/Testbed/Tests/DynamicTreeTest.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/EdgeShapes.h b/tests/box2d/Testbed/Tests/EdgeShapes.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/EdgeTest.h b/tests/box2d/Testbed/Tests/EdgeTest.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Gears.h b/tests/box2d/Testbed/Tests/Gears.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/OneSidedPlatform.h b/tests/box2d/Testbed/Tests/OneSidedPlatform.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Pinball.h b/tests/box2d/Testbed/Tests/Pinball.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/PolyCollision.h b/tests/box2d/Testbed/Tests/PolyCollision.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/PolyShapes.h b/tests/box2d/Testbed/Tests/PolyShapes.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Prismatic.h b/tests/box2d/Testbed/Tests/Prismatic.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Pulleys.h b/tests/box2d/Testbed/Tests/Pulleys.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Pyramid.h b/tests/box2d/Testbed/Tests/Pyramid.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/RayCast.h b/tests/box2d/Testbed/Tests/RayCast.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Revolute.h b/tests/box2d/Testbed/Tests/Revolute.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Rope.h b/tests/box2d/Testbed/Tests/Rope.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/RopeJoint.h b/tests/box2d/Testbed/Tests/RopeJoint.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/SensorTest.h b/tests/box2d/Testbed/Tests/SensorTest.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/ShapeEditing.h b/tests/box2d/Testbed/Tests/ShapeEditing.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/SliderCrank.h b/tests/box2d/Testbed/Tests/SliderCrank.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/SphereStack.h b/tests/box2d/Testbed/Tests/SphereStack.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/TestEntries.cpp b/tests/box2d/Testbed/Tests/TestEntries.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/TheoJansen.h b/tests/box2d/Testbed/Tests/TheoJansen.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Tiles.h b/tests/box2d/Testbed/Tests/Tiles.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/TimeOfImpact.h b/tests/box2d/Testbed/Tests/TimeOfImpact.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Tumbler.h b/tests/box2d/Testbed/Tests/Tumbler.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/VaryingFriction.h b/tests/box2d/Testbed/Tests/VaryingFriction.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/VaryingRestitution.h b/tests/box2d/Testbed/Tests/VaryingRestitution.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/VerticalStack.h b/tests/box2d/Testbed/Tests/VerticalStack.h old mode 100755 new mode 100644 diff --git a/tests/box2d/Testbed/Tests/Web.h b/tests/box2d/Testbed/Tests/Web.h old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/CMakeLists.txt b/tests/box2d/freeglut/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/COPYING b/tests/box2d/freeglut/COPYING old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut.h b/tests/box2d/freeglut/freeglut.h old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_callbacks.c b/tests/box2d/freeglut/freeglut_callbacks.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_cursor.c b/tests/box2d/freeglut/freeglut_cursor.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_display.c b/tests/box2d/freeglut/freeglut_display.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_ext.c b/tests/box2d/freeglut/freeglut_ext.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_ext.h b/tests/box2d/freeglut/freeglut_ext.h old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_font.c b/tests/box2d/freeglut/freeglut_font.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_font_data.c b/tests/box2d/freeglut/freeglut_font_data.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_gamemode.c b/tests/box2d/freeglut/freeglut_gamemode.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_geometry.c b/tests/box2d/freeglut/freeglut_geometry.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_glutfont_definitions.c b/tests/box2d/freeglut/freeglut_glutfont_definitions.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_init.c b/tests/box2d/freeglut/freeglut_init.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_input_devices.c b/tests/box2d/freeglut/freeglut_input_devices.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_internal.h b/tests/box2d/freeglut/freeglut_internal.h old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_joystick.c b/tests/box2d/freeglut/freeglut_joystick.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_main.c b/tests/box2d/freeglut/freeglut_main.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_menu.c b/tests/box2d/freeglut/freeglut_menu.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_misc.c b/tests/box2d/freeglut/freeglut_misc.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_overlay.c b/tests/box2d/freeglut/freeglut_overlay.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_spaceball.c b/tests/box2d/freeglut/freeglut_spaceball.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_state.c b/tests/box2d/freeglut/freeglut_state.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_std.h b/tests/box2d/freeglut/freeglut_std.h old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_stroke_mono_roman.c b/tests/box2d/freeglut/freeglut_stroke_mono_roman.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_stroke_roman.c b/tests/box2d/freeglut/freeglut_stroke_roman.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_structure.c b/tests/box2d/freeglut/freeglut_structure.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_teapot.c b/tests/box2d/freeglut/freeglut_teapot.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_teapot_data.h b/tests/box2d/freeglut/freeglut_teapot_data.h old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_videoresize.c b/tests/box2d/freeglut/freeglut_videoresize.c old mode 100755 new mode 100644 diff --git a/tests/box2d/freeglut/freeglut_window.c b/tests/box2d/freeglut/freeglut_window.c old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/CMakeLists.txt b/tests/box2d/glui/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/algebra3.cpp b/tests/box2d/glui/algebra3.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/algebra3.h b/tests/box2d/glui/algebra3.h old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/arcball.cpp b/tests/box2d/glui/arcball.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/arcball.h b/tests/box2d/glui/arcball.h old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui.cpp b/tests/box2d/glui/glui.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui.h b/tests/box2d/glui/glui.h old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_add_controls.cpp b/tests/box2d/glui/glui_add_controls.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_bitmap_img_data.cpp b/tests/box2d/glui/glui_bitmap_img_data.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_bitmaps.cpp b/tests/box2d/glui/glui_bitmaps.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_button.cpp b/tests/box2d/glui/glui_button.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_checkbox.cpp b/tests/box2d/glui/glui_checkbox.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_column.cpp b/tests/box2d/glui/glui_column.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_commandline.cpp b/tests/box2d/glui/glui_commandline.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_control.cpp b/tests/box2d/glui/glui_control.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_edittext.cpp b/tests/box2d/glui/glui_edittext.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_filebrowser.cpp b/tests/box2d/glui/glui_filebrowser.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_internal.h b/tests/box2d/glui/glui_internal.h old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_internal_control.h b/tests/box2d/glui/glui_internal_control.h old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_list.cpp b/tests/box2d/glui/glui_list.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_listbox.cpp b/tests/box2d/glui/glui_listbox.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_mouse_iaction.cpp b/tests/box2d/glui/glui_mouse_iaction.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_node.cpp b/tests/box2d/glui/glui_node.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_panel.cpp b/tests/box2d/glui/glui_panel.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_radio.cpp b/tests/box2d/glui/glui_radio.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_rollout.cpp b/tests/box2d/glui/glui_rollout.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_rotation.cpp b/tests/box2d/glui/glui_rotation.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_scrollbar.cpp b/tests/box2d/glui/glui_scrollbar.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_separator.cpp b/tests/box2d/glui/glui_separator.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_spinner.cpp b/tests/box2d/glui/glui_spinner.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_statictext.cpp b/tests/box2d/glui/glui_statictext.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_string.cpp b/tests/box2d/glui/glui_string.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_textbox.cpp b/tests/box2d/glui/glui_textbox.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_translation.cpp b/tests/box2d/glui/glui_translation.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_tree.cpp b/tests/box2d/glui/glui_tree.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_treepanel.cpp b/tests/box2d/glui/glui_treepanel.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/glui_window.cpp b/tests/box2d/glui/glui_window.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/quaternion.cpp b/tests/box2d/glui/quaternion.cpp old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/quaternion.h b/tests/box2d/glui/quaternion.h old mode 100755 new mode 100644 diff --git a/tests/box2d/glui/readme.txt b/tests/box2d/glui/readme.txt old mode 100755 new mode 100644 diff --git a/tests/box2d/premake4.lua b/tests/box2d/premake4.lua old mode 100755 new mode 100644 diff --git a/tests/bullet/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp b/tests/bullet/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp old mode 100755 new mode 100644 diff --git a/tests/bullet/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h b/tests/bullet/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h old mode 100755 new mode 100644 diff --git a/tests/bullet/src/LinearMath/btPoolAllocator.h b/tests/bullet/src/LinearMath/btPoolAllocator.h old mode 100755 new mode 100644 diff --git a/tests/poppler/goo/GooTimer.h b/tests/poppler/goo/GooTimer.h old mode 100755 new mode 100644 diff --git a/tools/split.py b/tools/split.py old mode 100755 new mode 100644 -- cgit v1.2.3-18-g5258