diff --git a/away3d/Away3D.hx b/away3d/Away3D.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/AnimationSetBase.hx b/away3d/animators/AnimationSetBase.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/AnimatorBase.hx b/away3d/animators/AnimatorBase.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/IAnimationSet.hx b/away3d/animators/IAnimationSet.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/IAnimator.hx b/away3d/animators/IAnimator.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/ParticleAnimationSet.hx b/away3d/animators/ParticleAnimationSet.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/ParticleAnimator.hx b/away3d/animators/ParticleAnimator.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/PathAnimator.hx b/away3d/animators/PathAnimator.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/SkeletonAnimationSet.hx b/away3d/animators/SkeletonAnimationSet.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/SkeletonAnimator.hx b/away3d/animators/SkeletonAnimator.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/SpriteSheetAnimationSet.hx b/away3d/animators/SpriteSheetAnimationSet.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/SpriteSheetAnimator.hx b/away3d/animators/SpriteSheetAnimator.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/UVAnimationSet.hx b/away3d/animators/UVAnimationSet.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/UVAnimator.hx b/away3d/animators/UVAnimator.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/VertexAnimationSet.hx b/away3d/animators/VertexAnimationSet.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/VertexAnimator.hx b/away3d/animators/VertexAnimator.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/AnimationRegisterCache.hx b/away3d/animators/data/AnimationRegisterCache.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/AnimationSubGeometry.hx b/away3d/animators/data/AnimationSubGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/ColorSegmentPoint.hx b/away3d/animators/data/ColorSegmentPoint.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/JointPose.hx b/away3d/animators/data/JointPose.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/ParticleAnimationData.hx b/away3d/animators/data/ParticleAnimationData.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/ParticleProperties.hx b/away3d/animators/data/ParticleProperties.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/ParticlePropertiesMode.hx b/away3d/animators/data/ParticlePropertiesMode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/Skeleton.hx b/away3d/animators/data/Skeleton.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/SkeletonJoint.hx b/away3d/animators/data/SkeletonJoint.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/SkeletonPose.hx b/away3d/animators/data/SkeletonPose.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/SpriteSheetAnimationFrame.hx b/away3d/animators/data/SpriteSheetAnimationFrame.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/UVAnimationFrame.hx b/away3d/animators/data/UVAnimationFrame.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/data/VertexAnimationMode.hx b/away3d/animators/data/VertexAnimationMode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/AnimationClipNodeBase.hx b/away3d/animators/nodes/AnimationClipNodeBase.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/AnimationNodeBase.hx b/away3d/animators/nodes/AnimationNodeBase.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ISpriteSheetAnimationNode.hx b/away3d/animators/nodes/ISpriteSheetAnimationNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleAccelerationNode.hx b/away3d/animators/nodes/ParticleAccelerationNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleBezierCurveNode.hx b/away3d/animators/nodes/ParticleBezierCurveNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleBillboardNode.hx b/away3d/animators/nodes/ParticleBillboardNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleColorNode.hx b/away3d/animators/nodes/ParticleColorNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleFollowNode.hx b/away3d/animators/nodes/ParticleFollowNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleInitialColorNode.hx b/away3d/animators/nodes/ParticleInitialColorNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleNodeBase.hx b/away3d/animators/nodes/ParticleNodeBase.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleOrbitNode.hx b/away3d/animators/nodes/ParticleOrbitNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleOscillatorNode.hx b/away3d/animators/nodes/ParticleOscillatorNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticlePositionNode.hx b/away3d/animators/nodes/ParticlePositionNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleRotateToHeadingNode.hx b/away3d/animators/nodes/ParticleRotateToHeadingNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleRotateToPositionNode.hx b/away3d/animators/nodes/ParticleRotateToPositionNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleRotationalVelocityNode.hx b/away3d/animators/nodes/ParticleRotationalVelocityNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleScaleNode.hx b/away3d/animators/nodes/ParticleScaleNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleSegmentedColorNode.hx b/away3d/animators/nodes/ParticleSegmentedColorNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleSegmentedScaleNode.hx b/away3d/animators/nodes/ParticleSegmentedScaleNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleSpriteSheetNode.hx b/away3d/animators/nodes/ParticleSpriteSheetNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleTimeNode.hx b/away3d/animators/nodes/ParticleTimeNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleUVNode.hx b/away3d/animators/nodes/ParticleUVNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/ParticleVelocityNode.hx b/away3d/animators/nodes/ParticleVelocityNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/SkeletonBinaryLERPNode.hx b/away3d/animators/nodes/SkeletonBinaryLERPNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/SkeletonClipNode.hx b/away3d/animators/nodes/SkeletonClipNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/SkeletonDifferenceNode.hx b/away3d/animators/nodes/SkeletonDifferenceNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/SkeletonDirectionalNode.hx b/away3d/animators/nodes/SkeletonDirectionalNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/SkeletonNaryLERPNode.hx b/away3d/animators/nodes/SkeletonNaryLERPNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/SpriteSheetClipNode.hx b/away3d/animators/nodes/SpriteSheetClipNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/UVClipNode.hx b/away3d/animators/nodes/UVClipNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/nodes/VertexClipNode.hx b/away3d/animators/nodes/VertexClipNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/AnimationClipState.hx b/away3d/animators/states/AnimationClipState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/AnimationStateBase.hx b/away3d/animators/states/AnimationStateBase.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/IAnimationState.hx b/away3d/animators/states/IAnimationState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ISkeletonAnimationState.hx b/away3d/animators/states/ISkeletonAnimationState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ISpriteSheetAnimationState.hx b/away3d/animators/states/ISpriteSheetAnimationState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/IUVAnimationState.hx b/away3d/animators/states/IUVAnimationState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/IVertexAnimationState.hx b/away3d/animators/states/IVertexAnimationState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleAccelerationState.hx b/away3d/animators/states/ParticleAccelerationState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleBezierCurveState.hx b/away3d/animators/states/ParticleBezierCurveState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleBillboardState.hx b/away3d/animators/states/ParticleBillboardState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleColorState.hx b/away3d/animators/states/ParticleColorState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleFollowState.hx b/away3d/animators/states/ParticleFollowState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleInitialColorState.hx b/away3d/animators/states/ParticleInitialColorState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleOrbitState.hx b/away3d/animators/states/ParticleOrbitState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleOscillatorState.hx b/away3d/animators/states/ParticleOscillatorState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticlePositionState.hx b/away3d/animators/states/ParticlePositionState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleRotateToHeadingState.hx b/away3d/animators/states/ParticleRotateToHeadingState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleRotateToPositionState.hx b/away3d/animators/states/ParticleRotateToPositionState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleRotationalVelocityState.hx b/away3d/animators/states/ParticleRotationalVelocityState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleScaleState.hx b/away3d/animators/states/ParticleScaleState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleSegmentedColorState.hx b/away3d/animators/states/ParticleSegmentedColorState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleSegmentedScaleState.hx b/away3d/animators/states/ParticleSegmentedScaleState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleSpriteSheetState.hx b/away3d/animators/states/ParticleSpriteSheetState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleStateBase.hx b/away3d/animators/states/ParticleStateBase.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleTimeState.hx b/away3d/animators/states/ParticleTimeState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleUVState.hx b/away3d/animators/states/ParticleUVState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/ParticleVelocityState.hx b/away3d/animators/states/ParticleVelocityState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/SkeletonBinaryLERPState.hx b/away3d/animators/states/SkeletonBinaryLERPState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/SkeletonClipState.hx b/away3d/animators/states/SkeletonClipState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/SkeletonDifferenceState.hx b/away3d/animators/states/SkeletonDifferenceState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/SkeletonDirectionalState.hx b/away3d/animators/states/SkeletonDirectionalState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/SkeletonNaryLERPState.hx b/away3d/animators/states/SkeletonNaryLERPState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/SpriteSheetAnimationState.hx b/away3d/animators/states/SpriteSheetAnimationState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/UVClipState.hx b/away3d/animators/states/UVClipState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/states/VertexClipState.hx b/away3d/animators/states/VertexClipState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/transitions/CrossfadeTransition.hx b/away3d/animators/transitions/CrossfadeTransition.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/transitions/CrossfadeTransitionNode.hx b/away3d/animators/transitions/CrossfadeTransitionNode.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/transitions/CrossfadeTransitionState.hx b/away3d/animators/transitions/CrossfadeTransitionState.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/transitions/IAnimationTransition.hx b/away3d/animators/transitions/IAnimationTransition.hx old mode 100755 new mode 100644 diff --git a/away3d/animators/utils/SkeletonUtils.hx b/away3d/animators/utils/SkeletonUtils.hx old mode 100755 new mode 100644 diff --git a/away3d/audio/Sound3D.hx b/away3d/audio/Sound3D.hx old mode 100755 new mode 100644 diff --git a/away3d/audio/SoundTransform3D.hx b/away3d/audio/SoundTransform3D.hx old mode 100755 new mode 100644 diff --git a/away3d/audio/drivers/AbstractSound3DDriver.hx b/away3d/audio/drivers/AbstractSound3DDriver.hx old mode 100755 new mode 100644 diff --git a/away3d/audio/drivers/ISound3DDriver.hx b/away3d/audio/drivers/ISound3DDriver.hx old mode 100755 new mode 100644 diff --git a/away3d/audio/drivers/SimplePanVolumeDriver.hx b/away3d/audio/drivers/SimplePanVolumeDriver.hx old mode 100755 new mode 100644 diff --git a/away3d/bounds/AxisAlignedBoundingBox.hx b/away3d/bounds/AxisAlignedBoundingBox.hx old mode 100755 new mode 100644 diff --git a/away3d/bounds/BoundingSphere.hx b/away3d/bounds/BoundingSphere.hx old mode 100755 new mode 100644 diff --git a/away3d/bounds/BoundingVolumeBase.hx b/away3d/bounds/BoundingVolumeBase.hx old mode 100755 new mode 100644 diff --git a/away3d/bounds/NullBounds.hx b/away3d/bounds/NullBounds.hx old mode 100755 new mode 100644 diff --git a/away3d/cameras/Camera3D.hx b/away3d/cameras/Camera3D.hx old mode 100755 new mode 100644 diff --git a/away3d/cameras/lenses/FreeMatrixLens.hx b/away3d/cameras/lenses/FreeMatrixLens.hx old mode 100755 new mode 100644 diff --git a/away3d/cameras/lenses/LensBase.hx b/away3d/cameras/lenses/LensBase.hx old mode 100755 new mode 100644 diff --git a/away3d/cameras/lenses/ObliqueNearPlaneLens.hx b/away3d/cameras/lenses/ObliqueNearPlaneLens.hx old mode 100755 new mode 100644 diff --git a/away3d/cameras/lenses/OrthographicLens.hx b/away3d/cameras/lenses/OrthographicLens.hx old mode 100755 new mode 100644 diff --git a/away3d/cameras/lenses/OrthographicOffCenterLens.hx b/away3d/cameras/lenses/OrthographicOffCenterLens.hx old mode 100755 new mode 100644 diff --git a/away3d/cameras/lenses/PerspectiveLens.hx b/away3d/cameras/lenses/PerspectiveLens.hx old mode 100755 new mode 100644 diff --git a/away3d/cameras/lenses/PerspectiveOffCenterLens.hx b/away3d/cameras/lenses/PerspectiveOffCenterLens.hx old mode 100755 new mode 100644 diff --git a/away3d/containers/ObjectContainer3D.hx b/away3d/containers/ObjectContainer3D.hx old mode 100755 new mode 100644 diff --git a/away3d/containers/Scene3D.hx b/away3d/containers/Scene3D.hx old mode 100755 new mode 100644 diff --git a/away3d/containers/View3D.hx b/away3d/containers/View3D.hx old mode 100755 new mode 100644 diff --git a/away3d/controllers/ControllerBase.hx b/away3d/controllers/ControllerBase.hx old mode 100755 new mode 100644 diff --git a/away3d/controllers/FirstPersonController.hx b/away3d/controllers/FirstPersonController.hx old mode 100755 new mode 100644 diff --git a/away3d/controllers/FollowController.hx b/away3d/controllers/FollowController.hx old mode 100755 new mode 100644 diff --git a/away3d/controllers/HoverController.hx b/away3d/controllers/HoverController.hx old mode 100755 new mode 100644 diff --git a/away3d/controllers/LookAtController.hx b/away3d/controllers/LookAtController.hx old mode 100755 new mode 100644 diff --git a/away3d/controllers/SpringController.hx b/away3d/controllers/SpringController.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/CompactSubGeometry.hx b/away3d/core/base/CompactSubGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/Geometry.hx b/away3d/core/base/Geometry.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/IMaterialOwner.hx b/away3d/core/base/IMaterialOwner.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/IRenderable.hx b/away3d/core/base/IRenderable.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/ISubGeometry.hx b/away3d/core/base/ISubGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/Object3D.hx b/away3d/core/base/Object3D.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/ParticleGeometry.hx b/away3d/core/base/ParticleGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/SkinnedSubGeometry.hx b/away3d/core/base/SkinnedSubGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/SubGeometry.hx b/away3d/core/base/SubGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/SubGeometryBase.hx b/away3d/core/base/SubGeometryBase.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/SubMesh.hx b/away3d/core/base/SubMesh.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/data/Face.hx b/away3d/core/base/data/Face.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/data/ParticleData.hx b/away3d/core/base/data/ParticleData.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/data/UV.hx b/away3d/core/base/data/UV.hx old mode 100755 new mode 100644 diff --git a/away3d/core/base/data/Vertex.hx b/away3d/core/base/data/Vertex.hx old mode 100755 new mode 100644 diff --git a/away3d/core/data/EntityListItem.hx b/away3d/core/data/EntityListItem.hx old mode 100755 new mode 100644 diff --git a/away3d/core/data/EntityListItemPool.hx b/away3d/core/data/EntityListItemPool.hx old mode 100755 new mode 100644 diff --git a/away3d/core/data/RenderableListItem.hx b/away3d/core/data/RenderableListItem.hx old mode 100755 new mode 100644 diff --git a/away3d/core/data/RenderableListItemPool.hx b/away3d/core/data/RenderableListItemPool.hx old mode 100755 new mode 100644 diff --git a/away3d/core/managers/AGALProgram3DCache.hx b/away3d/core/managers/AGALProgram3DCache.hx old mode 100755 new mode 100644 diff --git a/away3d/core/managers/Mouse3DManager.hx b/away3d/core/managers/Mouse3DManager.hx old mode 100755 new mode 100644 diff --git a/away3d/core/managers/RTTBufferManager.hx b/away3d/core/managers/RTTBufferManager.hx old mode 100755 new mode 100644 diff --git a/away3d/core/managers/Stage3DManager.hx b/away3d/core/managers/Stage3DManager.hx old mode 100755 new mode 100644 diff --git a/away3d/core/managers/Stage3DProxy.hx b/away3d/core/managers/Stage3DProxy.hx old mode 100755 new mode 100644 diff --git a/away3d/core/managers/Touch3DManager.hx b/away3d/core/managers/Touch3DManager.hx old mode 100755 new mode 100644 diff --git a/away3d/core/math/MathConsts.hx b/away3d/core/math/MathConsts.hx old mode 100755 new mode 100644 diff --git a/away3d/core/math/Matrix3DUtils.hx b/away3d/core/math/Matrix3DUtils.hx old mode 100755 new mode 100644 diff --git a/away3d/core/math/Plane3D.hx b/away3d/core/math/Plane3D.hx old mode 100755 new mode 100644 diff --git a/away3d/core/math/PlaneClassification.hx b/away3d/core/math/PlaneClassification.hx old mode 100755 new mode 100644 diff --git a/away3d/core/math/PoissonLookup.hx b/away3d/core/math/PoissonLookup.hx old mode 100755 new mode 100644 diff --git a/away3d/core/math/Quaternion.hx b/away3d/core/math/Quaternion.hx old mode 100755 new mode 100644 diff --git a/away3d/core/math/Vector3DUtils.hx b/away3d/core/math/Vector3DUtils.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/CameraNode.hx b/away3d/core/partition/CameraNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/DirectionalLightNode.hx b/away3d/core/partition/DirectionalLightNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/DynamicGrid.hx b/away3d/core/partition/DynamicGrid.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/EntityNode.hx b/away3d/core/partition/EntityNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/InvertedOctreeNode.hx b/away3d/core/partition/InvertedOctreeNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/LightNode.hx b/away3d/core/partition/LightNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/LightProbeNode.hx b/away3d/core/partition/LightProbeNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/MeshNode.hx b/away3d/core/partition/MeshNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/NodeBase.hx b/away3d/core/partition/NodeBase.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/NullNode.hx b/away3d/core/partition/NullNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/Octree.hx b/away3d/core/partition/Octree.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/OctreeNode.hx b/away3d/core/partition/OctreeNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/Partition3D.hx b/away3d/core/partition/Partition3D.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/PointLightNode.hx b/away3d/core/partition/PointLightNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/QuadTree.hx b/away3d/core/partition/QuadTree.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/QuadTreeNode.hx b/away3d/core/partition/QuadTreeNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/RenderableNode.hx b/away3d/core/partition/RenderableNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/SkyBoxNode.hx b/away3d/core/partition/SkyBoxNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/ViewVolume.hx b/away3d/core/partition/ViewVolume.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/ViewVolumePartition.hx b/away3d/core/partition/ViewVolumePartition.hx old mode 100755 new mode 100644 diff --git a/away3d/core/partition/ViewVolumeRootNode.hx b/away3d/core/partition/ViewVolumeRootNode.hx old mode 100755 new mode 100644 diff --git a/away3d/core/pick/IPicker.hx b/away3d/core/pick/IPicker.hx old mode 100755 new mode 100644 diff --git a/away3d/core/pick/IPickingCollider.hx b/away3d/core/pick/IPickingCollider.hx old mode 100755 new mode 100644 diff --git a/away3d/core/pick/PickingColliderBase.hx b/away3d/core/pick/PickingColliderBase.hx old mode 100755 new mode 100644 diff --git a/away3d/core/pick/PickingColliderType.hx b/away3d/core/pick/PickingColliderType.hx old mode 100755 new mode 100644 diff --git a/away3d/core/pick/PickingCollisionVO.hx b/away3d/core/pick/PickingCollisionVO.hx old mode 100755 new mode 100644 diff --git a/away3d/core/pick/PickingType.hx b/away3d/core/pick/PickingType.hx old mode 100755 new mode 100644 diff --git a/away3d/core/pick/RaycastPicker.hx b/away3d/core/pick/RaycastPicker.hx old mode 100755 new mode 100644 diff --git a/away3d/core/pick/ShaderPicker.hx b/away3d/core/pick/ShaderPicker.hx old mode 100755 new mode 100644 diff --git a/away3d/core/render/BackgroundImageRenderer.hx b/away3d/core/render/BackgroundImageRenderer.hx old mode 100755 new mode 100644 diff --git a/away3d/core/render/DefaultRenderer.hx b/away3d/core/render/DefaultRenderer.hx old mode 100755 new mode 100644 diff --git a/away3d/core/render/DepthRenderer.hx b/away3d/core/render/DepthRenderer.hx old mode 100755 new mode 100644 diff --git a/away3d/core/render/Filter3DRenderer.hx b/away3d/core/render/Filter3DRenderer.hx old mode 100755 new mode 100644 diff --git a/away3d/core/render/PositionRenderer.hx b/away3d/core/render/PositionRenderer.hx old mode 100755 new mode 100644 diff --git a/away3d/core/render/RendererBase.hx b/away3d/core/render/RendererBase.hx old mode 100755 new mode 100644 diff --git a/away3d/core/sort/IEntitySorter.hx b/away3d/core/sort/IEntitySorter.hx old mode 100755 new mode 100644 diff --git a/away3d/core/sort/RenderableMergeSort.hx b/away3d/core/sort/RenderableMergeSort.hx old mode 100755 new mode 100644 diff --git a/away3d/core/traverse/EntityCollector.hx b/away3d/core/traverse/EntityCollector.hx old mode 100755 new mode 100644 diff --git a/away3d/core/traverse/PartitionTraverser.hx b/away3d/core/traverse/PartitionTraverser.hx old mode 100755 new mode 100644 diff --git a/away3d/core/traverse/RaycastCollector.hx b/away3d/core/traverse/RaycastCollector.hx old mode 100755 new mode 100644 diff --git a/away3d/core/traverse/SceneIterator.hx b/away3d/core/traverse/SceneIterator.hx old mode 100755 new mode 100644 diff --git a/away3d/core/traverse/ShadowCasterCollector.hx b/away3d/core/traverse/ShadowCasterCollector.hx old mode 100755 new mode 100644 diff --git a/away3d/debug/AwayFPS.hx b/away3d/debug/AwayFPS.hx old mode 100755 new mode 100644 diff --git a/away3d/debug/AwayStats.hx b/away3d/debug/AwayStats.hx old mode 100755 new mode 100644 diff --git a/away3d/debug/Debug.hx b/away3d/debug/Debug.hx old mode 100755 new mode 100644 diff --git a/away3d/debug/Trident.hx b/away3d/debug/Trident.hx old mode 100755 new mode 100644 diff --git a/away3d/debug/WireframeAxesGrid.hx b/away3d/debug/WireframeAxesGrid.hx old mode 100755 new mode 100644 diff --git a/away3d/debug/data/TridentLines.hx b/away3d/debug/data/TridentLines.hx old mode 100755 new mode 100644 diff --git a/away3d/entities/Entity.hx b/away3d/entities/Entity.hx old mode 100755 new mode 100644 diff --git a/away3d/entities/Mesh.hx b/away3d/entities/Mesh.hx old mode 100755 new mode 100644 diff --git a/away3d/entities/SegmentSet.hx b/away3d/entities/SegmentSet.hx old mode 100755 new mode 100644 diff --git a/away3d/entities/Sprite3D.hx b/away3d/entities/Sprite3D.hx old mode 100755 new mode 100644 diff --git a/away3d/entities/TextureProjector.hx b/away3d/entities/TextureProjector.hx old mode 100755 new mode 100644 diff --git a/away3d/errors/AbstractMethodError.hx b/away3d/errors/AbstractMethodError.hx old mode 100755 new mode 100644 diff --git a/away3d/errors/AnimationSetError.hx b/away3d/errors/AnimationSetError.hx old mode 100755 new mode 100644 diff --git a/away3d/errors/CastError.hx b/away3d/errors/CastError.hx old mode 100755 new mode 100644 diff --git a/away3d/errors/DeprecationError.hx b/away3d/errors/DeprecationError.hx old mode 100755 new mode 100644 diff --git a/away3d/errors/InvalidTextureError.hx b/away3d/errors/InvalidTextureError.hx old mode 100755 new mode 100644 diff --git a/away3d/events/AnimationStateEvent.hx b/away3d/events/AnimationStateEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/AnimatorEvent.hx b/away3d/events/AnimatorEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/Asset3DEvent.hx b/away3d/events/Asset3DEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/CameraEvent.hx b/away3d/events/CameraEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/GeometryEvent.hx b/away3d/events/GeometryEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/LensEvent.hx b/away3d/events/LensEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/LightEvent.hx b/away3d/events/LightEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/LoaderEvent.hx b/away3d/events/LoaderEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/MouseEvent3D.hx b/away3d/events/MouseEvent3D.hx old mode 100755 new mode 100644 diff --git a/away3d/events/Object3DEvent.hx b/away3d/events/Object3DEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/ParserEvent.hx b/away3d/events/ParserEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/PathEvent.hx b/away3d/events/PathEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/Scene3DEvent.hx b/away3d/events/Scene3DEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/ShadingMethodEvent.hx b/away3d/events/ShadingMethodEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/Stage3DEvent.hx b/away3d/events/Stage3DEvent.hx old mode 100755 new mode 100644 diff --git a/away3d/events/TouchEvent3D.hx b/away3d/events/TouchEvent3D.hx old mode 100755 new mode 100644 diff --git a/away3d/extrusions/DelaunayMesh.hx b/away3d/extrusions/DelaunayMesh.hx old mode 100755 new mode 100644 diff --git a/away3d/extrusions/Elevation.hx b/away3d/extrusions/Elevation.hx old mode 100755 new mode 100644 diff --git a/away3d/extrusions/LatheExtrude.hx b/away3d/extrusions/LatheExtrude.hx old mode 100755 new mode 100644 diff --git a/away3d/extrusions/LinearExtrude.hx b/away3d/extrusions/LinearExtrude.hx old mode 100755 new mode 100644 diff --git a/away3d/extrusions/PathDuplicator.hx b/away3d/extrusions/PathDuplicator.hx old mode 100755 new mode 100644 diff --git a/away3d/extrusions/PathExtrude.hx b/away3d/extrusions/PathExtrude.hx old mode 100755 new mode 100644 diff --git a/away3d/extrusions/SkinExtrude.hx b/away3d/extrusions/SkinExtrude.hx old mode 100755 new mode 100644 diff --git a/away3d/extrusions/data/FourPoints.hx b/away3d/extrusions/data/FourPoints.hx old mode 100755 new mode 100644 diff --git a/away3d/extrusions/data/Line.hx b/away3d/extrusions/data/Line.hx old mode 100755 new mode 100644 diff --git a/away3d/extrusions/data/RenderSide.hx b/away3d/extrusions/data/RenderSide.hx old mode 100755 new mode 100644 diff --git a/away3d/extrusions/data/SubGeometryList.hx b/away3d/extrusions/data/SubGeometryList.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/BloomFilter3D.hx b/away3d/filters/BloomFilter3D.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/BlurFilter3D.hx b/away3d/filters/BlurFilter3D.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/DepthOfFieldFilter3D.hx b/away3d/filters/DepthOfFieldFilter3D.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/Filter3DBase.hx b/away3d/filters/Filter3DBase.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/HBlurFilter3D.hx b/away3d/filters/HBlurFilter3D.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/HDepthOfFieldFilter3D.hx b/away3d/filters/HDepthOfFieldFilter3D.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/HueSaturationFilter3D.hx b/away3d/filters/HueSaturationFilter3D.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/MotionBlurFilter3D.hx b/away3d/filters/MotionBlurFilter3D.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/RadialBlurFilter3D.hx b/away3d/filters/RadialBlurFilter3D.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/VBlurFilter3D.hx b/away3d/filters/VBlurFilter3D.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/VDepthOfFieldFilter3D.hx b/away3d/filters/VDepthOfFieldFilter3D.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DBloomCompositeTask.hx b/away3d/filters/tasks/Filter3DBloomCompositeTask.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DBrightPassTask.hx b/away3d/filters/tasks/Filter3DBrightPassTask.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DCompositeTask.hx b/away3d/filters/tasks/Filter3DCompositeTask.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DDoubleBufferCopyTask.hx b/away3d/filters/tasks/Filter3DDoubleBufferCopyTask.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DHBlurTask.hx b/away3d/filters/tasks/Filter3DHBlurTask.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DHDepthOfFFieldTask.hx b/away3d/filters/tasks/Filter3DHDepthOfFFieldTask.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DHueSaturationTask.hx b/away3d/filters/tasks/Filter3DHueSaturationTask.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DRadialBlurTask.hx b/away3d/filters/tasks/Filter3DRadialBlurTask.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DTaskBase.hx b/away3d/filters/tasks/Filter3DTaskBase.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DVBlurTask.hx b/away3d/filters/tasks/Filter3DVBlurTask.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DVDepthOfFFieldTask.hx b/away3d/filters/tasks/Filter3DVDepthOfFFieldTask.hx old mode 100755 new mode 100644 diff --git a/away3d/filters/tasks/Filter3DXFadeCompositeTask.hx b/away3d/filters/tasks/Filter3DXFadeCompositeTask.hx old mode 100755 new mode 100644 diff --git a/away3d/library/Asset3DLibrary.hx b/away3d/library/Asset3DLibrary.hx old mode 100755 new mode 100644 diff --git a/away3d/library/Asset3DLibraryBundle.hx b/away3d/library/Asset3DLibraryBundle.hx old mode 100755 new mode 100644 diff --git a/away3d/library/assets/Asset3DType.hx b/away3d/library/assets/Asset3DType.hx old mode 100755 new mode 100644 diff --git a/away3d/library/assets/BitmapDataAsset.hx b/away3d/library/assets/BitmapDataAsset.hx old mode 100755 new mode 100644 diff --git a/away3d/library/assets/IAsset.hx b/away3d/library/assets/IAsset.hx old mode 100755 new mode 100644 diff --git a/away3d/library/assets/NamedAssetBase.hx b/away3d/library/assets/NamedAssetBase.hx old mode 100755 new mode 100644 diff --git a/away3d/library/naming/ConflictPrecedence.hx b/away3d/library/naming/ConflictPrecedence.hx old mode 100755 new mode 100644 diff --git a/away3d/library/naming/ConflictStrategy.hx b/away3d/library/naming/ConflictStrategy.hx old mode 100755 new mode 100644 diff --git a/away3d/library/naming/ConflictStrategyBase.hx b/away3d/library/naming/ConflictStrategyBase.hx old mode 100755 new mode 100644 diff --git a/away3d/library/naming/ErrorConflictStrategy.hx b/away3d/library/naming/ErrorConflictStrategy.hx old mode 100755 new mode 100644 diff --git a/away3d/library/naming/IgnoreConflictStrategy.hx b/away3d/library/naming/IgnoreConflictStrategy.hx old mode 100755 new mode 100644 diff --git a/away3d/library/naming/NumSuffixConflictStrategy.hx b/away3d/library/naming/NumSuffixConflictStrategy.hx old mode 100755 new mode 100644 diff --git a/away3d/library/utils/Asset3DLibraryIterator.hx b/away3d/library/utils/Asset3DLibraryIterator.hx old mode 100755 new mode 100644 diff --git a/away3d/library/utils/IDUtil.hx b/away3d/library/utils/IDUtil.hx old mode 100755 new mode 100644 diff --git a/away3d/lights/DirectionalLight.hx b/away3d/lights/DirectionalLight.hx old mode 100755 new mode 100644 diff --git a/away3d/lights/LightBase.hx b/away3d/lights/LightBase.hx old mode 100755 new mode 100644 diff --git a/away3d/lights/LightProbe.hx b/away3d/lights/LightProbe.hx old mode 100755 new mode 100644 diff --git a/away3d/lights/PointLight.hx b/away3d/lights/PointLight.hx old mode 100755 new mode 100644 diff --git a/away3d/lights/shadowmaps/CascadeShadowMapper.hx b/away3d/lights/shadowmaps/CascadeShadowMapper.hx old mode 100755 new mode 100644 diff --git a/away3d/lights/shadowmaps/CubeMapShadowMapper.hx b/away3d/lights/shadowmaps/CubeMapShadowMapper.hx old mode 100755 new mode 100644 diff --git a/away3d/lights/shadowmaps/DirectionalShadowMapper.hx b/away3d/lights/shadowmaps/DirectionalShadowMapper.hx old mode 100755 new mode 100644 diff --git a/away3d/lights/shadowmaps/NearDirectionalShadowMapper.hx b/away3d/lights/shadowmaps/NearDirectionalShadowMapper.hx old mode 100755 new mode 100644 diff --git a/away3d/lights/shadowmaps/ShadowMapperBase.hx b/away3d/lights/shadowmaps/ShadowMapperBase.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/AssetLoader.hx b/away3d/loaders/AssetLoader.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/Loader3D.hx b/away3d/loaders/Loader3D.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/misc/AssetLoaderContext.hx b/away3d/loaders/misc/AssetLoaderContext.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/misc/AssetLoaderToken.hx b/away3d/loaders/misc/AssetLoaderToken.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/misc/ResourceDependency.hx b/away3d/loaders/misc/ResourceDependency.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/misc/SingleFileLoader.hx b/away3d/loaders/misc/SingleFileLoader.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/AC3DParser.hx b/away3d/loaders/parsers/AC3DParser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/AWD1Parser.hx b/away3d/loaders/parsers/AWD1Parser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/AWD2Parser.hx b/away3d/loaders/parsers/AWD2Parser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/AWDParser.hx b/away3d/loaders/parsers/AWDParser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/DAEParser.hx b/away3d/loaders/parsers/DAEParser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/DXFParser.hx b/away3d/loaders/parsers/DXFParser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/ImageParser.hx b/away3d/loaders/parsers/ImageParser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/MD2Parser.hx b/away3d/loaders/parsers/MD2Parser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/MD5AnimParser.hx b/away3d/loaders/parsers/MD5AnimParser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/MD5MeshParser.hx b/away3d/loaders/parsers/MD5MeshParser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/Max3DSParser.hx b/away3d/loaders/parsers/Max3DSParser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/OBJParser.hx b/away3d/loaders/parsers/OBJParser.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/ParserBase.hx b/away3d/loaders/parsers/ParserBase.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/ParserDataFormat.hx b/away3d/loaders/parsers/ParserDataFormat.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/Parsers.hx b/away3d/loaders/parsers/Parsers.hx old mode 100755 new mode 100644 diff --git a/away3d/loaders/parsers/utils/ParserUtil.hx b/away3d/loaders/parsers/utils/ParserUtil.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/ColorMaterial.hx b/away3d/materials/ColorMaterial.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/ColorMultiPassMaterial.hx b/away3d/materials/ColorMultiPassMaterial.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/LightSources.hx b/away3d/materials/LightSources.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/MaterialBase.hx b/away3d/materials/MaterialBase.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/MultiPassMaterialBase.hx b/away3d/materials/MultiPassMaterialBase.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/OcclusionMaterial.hx b/away3d/materials/OcclusionMaterial.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/SegmentMaterial.hx b/away3d/materials/SegmentMaterial.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/SinglePassMaterialBase.hx b/away3d/materials/SinglePassMaterialBase.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/SkyBoxMaterial.hx b/away3d/materials/SkyBoxMaterial.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/SpriteSheetMaterial.hx b/away3d/materials/SpriteSheetMaterial.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/TextureMaterial.hx b/away3d/materials/TextureMaterial.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/TextureMultiPassMaterial.hx b/away3d/materials/TextureMultiPassMaterial.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/compilation/LightingShaderCompiler.hx b/away3d/materials/compilation/LightingShaderCompiler.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/compilation/MethodDependencyCounter.hx b/away3d/materials/compilation/MethodDependencyCounter.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/compilation/RegisterPool.hx b/away3d/materials/compilation/RegisterPool.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/compilation/ShaderCompiler.hx b/away3d/materials/compilation/ShaderCompiler.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/compilation/ShaderRegisterCache.hx b/away3d/materials/compilation/ShaderRegisterCache.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/compilation/ShaderRegisterData.hx b/away3d/materials/compilation/ShaderRegisterData.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/compilation/ShaderRegisterElement.hx b/away3d/materials/compilation/ShaderRegisterElement.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/compilation/SuperShaderCompiler.hx b/away3d/materials/compilation/SuperShaderCompiler.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/lightpickers/LightPickerBase.hx b/away3d/materials/lightpickers/LightPickerBase.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/lightpickers/StaticLightPicker.hx b/away3d/materials/lightpickers/StaticLightPicker.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/AlphaMaskMethod.hx b/away3d/materials/methods/AlphaMaskMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/AnisotropicSpecularMethod.hx b/away3d/materials/methods/AnisotropicSpecularMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/BasicAmbientMethod.hx b/away3d/materials/methods/BasicAmbientMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/BasicDiffuseMethod.hx b/away3d/materials/methods/BasicDiffuseMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/BasicNormalMethod.hx b/away3d/materials/methods/BasicNormalMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/BasicSpecularMethod.hx b/away3d/materials/methods/BasicSpecularMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/CascadeShadowMapMethod.hx b/away3d/materials/methods/CascadeShadowMapMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/CelDiffuseMethod.hx b/away3d/materials/methods/CelDiffuseMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/CelSpecularMethod.hx b/away3d/materials/methods/CelSpecularMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/ColorMatrixMethod.hx b/away3d/materials/methods/ColorMatrixMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/ColorTransformMethod.hx b/away3d/materials/methods/ColorTransformMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/CompositeDiffuseMethod.hx b/away3d/materials/methods/CompositeDiffuseMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/CompositeSpecularMethod.hx b/away3d/materials/methods/CompositeSpecularMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/DepthDiffuseMethod.hx b/away3d/materials/methods/DepthDiffuseMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/DitheredShadowMapMethod.hx b/away3d/materials/methods/DitheredShadowMapMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/EffectMethodBase.hx b/away3d/materials/methods/EffectMethodBase.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/EnvMapAmbientMethod.hx b/away3d/materials/methods/EnvMapAmbientMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/EnvMapMethod.hx b/away3d/materials/methods/EnvMapMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/FilteredShadowMapMethod.hx b/away3d/materials/methods/FilteredShadowMapMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/FogMethod.hx b/away3d/materials/methods/FogMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/FresnelEnvMapMethod.hx b/away3d/materials/methods/FresnelEnvMapMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/FresnelPlanarReflectionMethod.hx b/away3d/materials/methods/FresnelPlanarReflectionMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/FresnelSpecularMethod.hx b/away3d/materials/methods/FresnelSpecularMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/GradientDiffuseMethod.hx b/away3d/materials/methods/GradientDiffuseMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/HardShadowMapMethod.hx b/away3d/materials/methods/HardShadowMapMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/HeightMapNormalMethod.hx b/away3d/materials/methods/HeightMapNormalMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/LightMapDiffuseMethod.hx b/away3d/materials/methods/LightMapDiffuseMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/LightMapMethod.hx b/away3d/materials/methods/LightMapMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/LightingMethodBase.hx b/away3d/materials/methods/LightingMethodBase.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/MethodVO.hx b/away3d/materials/methods/MethodVO.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/MethodVOSet.hx b/away3d/materials/methods/MethodVOSet.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/NearShadowMapMethod.hx b/away3d/materials/methods/NearShadowMapMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/OutlineMethod.hx b/away3d/materials/methods/OutlineMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/PhongSpecularMethod.hx b/away3d/materials/methods/PhongSpecularMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/PlanarReflectionMethod.hx b/away3d/materials/methods/PlanarReflectionMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/ProjectiveTextureMethod.hx b/away3d/materials/methods/ProjectiveTextureMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/RefractionEnvMapMethod.hx b/away3d/materials/methods/RefractionEnvMapMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/RimLightMethod.hx b/away3d/materials/methods/RimLightMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/ShaderMethodSetup.hx b/away3d/materials/methods/ShaderMethodSetup.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/ShadingMethodBase.hx b/away3d/materials/methods/ShadingMethodBase.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/ShadowMapMethodBase.hx b/away3d/materials/methods/ShadowMapMethodBase.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/SimpleShadowMapMethodBase.hx b/away3d/materials/methods/SimpleShadowMapMethodBase.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/SimpleWaterNormalMethod.hx b/away3d/materials/methods/SimpleWaterNormalMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/SoftShadowMapMethod.hx b/away3d/materials/methods/SoftShadowMapMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/SubsurfaceScatteringDiffuseMethod.hx b/away3d/materials/methods/SubsurfaceScatteringDiffuseMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/TerrainDiffuseMethod.hx b/away3d/materials/methods/TerrainDiffuseMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/TripleFilteredShadowMapMethod.hx b/away3d/materials/methods/TripleFilteredShadowMapMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/methods/WrapDiffuseMethod.hx b/away3d/materials/methods/WrapDiffuseMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/passes/CompiledPass.hx b/away3d/materials/passes/CompiledPass.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/passes/DepthMapPass.hx b/away3d/materials/passes/DepthMapPass.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/passes/DistanceMapPass.hx b/away3d/materials/passes/DistanceMapPass.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/passes/LightingPass.hx b/away3d/materials/passes/LightingPass.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/passes/MaterialPassBase.hx b/away3d/materials/passes/MaterialPassBase.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/passes/OutlinePass.hx b/away3d/materials/passes/OutlinePass.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/passes/SegmentPass.hx b/away3d/materials/passes/SegmentPass.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/passes/ShadowCasterPass.hx b/away3d/materials/passes/ShadowCasterPass.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/passes/SingleObjectDepthPass.hx b/away3d/materials/passes/SingleObjectDepthPass.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/passes/SkyBoxPass.hx b/away3d/materials/passes/SkyBoxPass.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/passes/SuperShaderPass.hx b/away3d/materials/passes/SuperShaderPass.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/utils/DefaultMaterialManager.hx b/away3d/materials/utils/DefaultMaterialManager.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/utils/IVideoPlayer.hx b/away3d/materials/utils/IVideoPlayer.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/utils/MipmapGenerator.hx b/away3d/materials/utils/MipmapGenerator.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/utils/MultipleMaterials.hx b/away3d/materials/utils/MultipleMaterials.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/utils/SimpleVideoPlayer.hx b/away3d/materials/utils/SimpleVideoPlayer.hx old mode 100755 new mode 100644 diff --git a/away3d/materials/utils/WireframeMapGenerator.hx b/away3d/materials/utils/WireframeMapGenerator.hx old mode 100755 new mode 100644 diff --git a/away3d/paths/CubicPath.hx b/away3d/paths/CubicPath.hx old mode 100755 new mode 100644 diff --git a/away3d/paths/CubicPathSegment.hx b/away3d/paths/CubicPathSegment.hx old mode 100755 new mode 100644 diff --git a/away3d/paths/IPath.hx b/away3d/paths/IPath.hx old mode 100755 new mode 100644 diff --git a/away3d/paths/IPathSegment.hx b/away3d/paths/IPathSegment.hx old mode 100755 new mode 100644 diff --git a/away3d/paths/QuadraticPath.hx b/away3d/paths/QuadraticPath.hx old mode 100755 new mode 100644 diff --git a/away3d/paths/QuadraticPathSegment.hx b/away3d/paths/QuadraticPathSegment.hx old mode 100755 new mode 100644 diff --git a/away3d/paths/SegmentedPathBase.hx b/away3d/paths/SegmentedPathBase.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/CapsuleGeometry.hx b/away3d/primitives/CapsuleGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/ConeGeometry.hx b/away3d/primitives/ConeGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/CubeGeometry.hx b/away3d/primitives/CubeGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/CylinderGeometry.hx b/away3d/primitives/CylinderGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/LineSegment.hx b/away3d/primitives/LineSegment.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/NURBSGeometry.hx b/away3d/primitives/NURBSGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/PlaneGeometry.hx b/away3d/primitives/PlaneGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/PrimitiveBase.hx b/away3d/primitives/PrimitiveBase.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/RegularPolygonGeometry.hx b/away3d/primitives/RegularPolygonGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/SkyBox.hx b/away3d/primitives/SkyBox.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/SphereGeometry.hx b/away3d/primitives/SphereGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/TorusGeometry.hx b/away3d/primitives/TorusGeometry.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/WireframeCube.hx b/away3d/primitives/WireframeCube.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/WireframeCylinder.hx b/away3d/primitives/WireframeCylinder.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/WireframePlane.hx b/away3d/primitives/WireframePlane.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/WireframePrimitiveBase.hx b/away3d/primitives/WireframePrimitiveBase.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/WireframeRegularPolygon.hx b/away3d/primitives/WireframeRegularPolygon.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/WireframeSphere.hx b/away3d/primitives/WireframeSphere.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/WireframeTetrahedron.hx b/away3d/primitives/WireframeTetrahedron.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/data/NURBSVertex.hx b/away3d/primitives/data/NURBSVertex.hx old mode 100755 new mode 100644 diff --git a/away3d/primitives/data/Segment.hx b/away3d/primitives/data/Segment.hx old mode 100755 new mode 100644 diff --git a/away3d/stereo/StereoCamera3D.hx b/away3d/stereo/StereoCamera3D.hx old mode 100755 new mode 100644 diff --git a/away3d/stereo/StereoRenderer.hx b/away3d/stereo/StereoRenderer.hx old mode 100755 new mode 100644 diff --git a/away3d/stereo/StereoView3D.hx b/away3d/stereo/StereoView3D.hx old mode 100755 new mode 100644 diff --git a/away3d/stereo/methods/AnaglyphStereoRenderMethod.hx b/away3d/stereo/methods/AnaglyphStereoRenderMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/stereo/methods/InterleavedStereoRenderMethod.hx b/away3d/stereo/methods/InterleavedStereoRenderMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/stereo/methods/SBSStereoRenderMethod.hx b/away3d/stereo/methods/SBSStereoRenderMethod.hx old mode 100755 new mode 100644 diff --git a/away3d/stereo/methods/StereoRenderMethodBase.hx b/away3d/stereo/methods/StereoRenderMethodBase.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/ATFCubeTexture.hx b/away3d/textures/ATFCubeTexture.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/ATFData.hx b/away3d/textures/ATFData.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/ATFTexture.hx b/away3d/textures/ATFTexture.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/Anisotropy.hx b/away3d/textures/Anisotropy.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/BitmapCubeTexture.hx b/away3d/textures/BitmapCubeTexture.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/BitmapTexture.hx b/away3d/textures/BitmapTexture.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/BitmapTextureCache.hx b/away3d/textures/BitmapTextureCache.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/CubeReflectionTexture.hx b/away3d/textures/CubeReflectionTexture.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/CubeTextureBase.hx b/away3d/textures/CubeTextureBase.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/PlanarReflectionTexture.hx b/away3d/textures/PlanarReflectionTexture.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/RenderCubeTexture.hx b/away3d/textures/RenderCubeTexture.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/RenderTexture.hx b/away3d/textures/RenderTexture.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/SpecularBitmapTexture.hx b/away3d/textures/SpecularBitmapTexture.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/Texture2DBase.hx b/away3d/textures/Texture2DBase.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/TextureProxyBase.hx b/away3d/textures/TextureProxyBase.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/VideoTexture.hx b/away3d/textures/VideoTexture.hx old mode 100755 new mode 100644 diff --git a/away3d/textures/WebcamTexture.hx b/away3d/textures/WebcamTexture.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/commands/Align.hx b/away3d/tools/commands/Align.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/commands/Explode.hx b/away3d/tools/commands/Explode.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/commands/Merge.hx b/away3d/tools/commands/Merge.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/commands/Mirror.hx b/away3d/tools/commands/Mirror.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/commands/SphereMaker.hx b/away3d/tools/commands/SphereMaker.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/commands/Weld.hx b/away3d/tools/commands/Weld.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/helpers/FaceHelper.hx b/away3d/tools/helpers/FaceHelper.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/helpers/LightsHelper.hx b/away3d/tools/helpers/LightsHelper.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/helpers/MeshDebugger.hx b/away3d/tools/helpers/MeshDebugger.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/helpers/MeshHelper.hx b/away3d/tools/helpers/MeshHelper.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/helpers/ParticleGeometryHelper.hx b/away3d/tools/helpers/ParticleGeometryHelper.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/helpers/SpriteSheetHelper.hx b/away3d/tools/helpers/SpriteSheetHelper.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/helpers/data/MeshDebug.hx b/away3d/tools/helpers/data/MeshDebug.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/helpers/data/ParticleGeometryTransform.hx b/away3d/tools/helpers/data/ParticleGeometryTransform.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/serialize/Serialize.hx b/away3d/tools/serialize/Serialize.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/serialize/SerializerBase.hx b/away3d/tools/serialize/SerializerBase.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/serialize/TraceSerializer.hx b/away3d/tools/serialize/TraceSerializer.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/utils/Bounds.hx b/away3d/tools/utils/Bounds.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/utils/ColorHitMap.hx b/away3d/tools/utils/ColorHitMap.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/utils/Drag3D.hx b/away3d/tools/utils/Drag3D.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/utils/GeomUtil.hx b/away3d/tools/utils/GeomUtil.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/utils/Grid.hx b/away3d/tools/utils/Grid.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/utils/Projector.hx b/away3d/tools/utils/Projector.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/utils/Ray.hx b/away3d/tools/utils/Ray.hx old mode 100755 new mode 100644 diff --git a/away3d/tools/utils/TextureUtils.hx b/away3d/tools/utils/TextureUtils.hx old mode 100755 new mode 100644 diff --git a/away3d/utils/Cast.hx b/away3d/utils/Cast.hx old mode 100755 new mode 100644 diff --git a/haxelib.json b/haxelib.json old mode 100755 new mode 100644 diff --git a/include.xml b/include.xml old mode 100755 new mode 100644