Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pmndrs/p2-es

JavaScript 2D physics library
https://github.com/pmndrs/p2-es

changed .tolerance of GSSolver so it is per constraint. Added tolerance settings for most demos

752a267d2be35864eaa26d79b4b64ec103a75d42 authored almost 11 years ago
setting solver tolerance via demo gui

8faa32a30e1937b7b692a64852d5da7adb0922ee authored almost 11 years ago
added .usedIterations property to GSSolver, and test

1ecdc42380f0f303d5a3fd82ab05827f499cd8c8 authored almost 11 years ago
docs and jshint fixes

4bf25ea5248be6340673828a0f98e0bbb779d3d3 authored almost 11 years ago
updated readme

2b4239b5dd3032ddaa69093c85c9aadb0ccfe618 authored almost 11 years ago
updated builds

8d51585a98d5de19da546c8352cb86c6a33b4d3d authored almost 11 years ago
upgraded to gl-matrix 2.1.0

3572b1846422a173a4d3b6aea6e059de915d5fbe authored almost 11 years ago
removed vec2.getX/Y

2f6ab2c8d2471bcef2d3d4c507cb2ced7c9441c6 authored almost 11 years ago
removed unused dependency mat2

33764990ada4c78b03972ce1ba4510da3b49e029 authored almost 11 years ago
Merge branch 'master' of github.com:schteppe/p2.js

fa6cecdaa573e2af8bdc33c3d9cdc2b01be1d4d5 authored almost 11 years ago
Removed QuadTree for now, might revive it later. Probably needs to be rewritten anyway.

796f9449a24d70794b0bc8435546962d2a05e9f8 authored almost 11 years ago
Merge pull request #78 from georgiee/fix-sensor

Reset contact equations in world#runNarrowphase

53a7259ba2ce808f1df7c65bc6f6ac21e0e311bd authored almost 11 years ago
reset contact equations in world#runNarrowphase

62d913f552aced7b9f5450f58edcf74b466ce81a authored almost 11 years ago
jshint options update

ec63941e1a19a60a0f0498a2d8f87694229a0d2f authored almost 11 years ago
removed unnecessary dependencies and added jshint to the grunt file

5bc1dc2df0ecf290e91ae18947a3ca3bc3e187c9 authored almost 11 years ago
added Utils.extend

16b695931575c893e4f15dc5734ae7fe5dcfffed authored almost 11 years ago
docs

5bf2a9c0f9a7eb05bd62d0162a82f0a80c90246d authored almost 11 years ago
made the GridBroadphase work

2922ff9b11d1634896387ec37d0a6bf568fe5c36 authored almost 11 years ago
updated readme

9e87ae8a1476ef03e00307992084b9027b425e47 authored almost 11 years ago
docs

db359614366b6ae9b089d0f017b90a579c52bb0e authored almost 11 years ago
made it possible to set limits to PrismaticConstraint via constructor options

01629cd37179438bd58ed6e31daf3ada765ec387 authored almost 11 years ago
docs

2555d70d93d9d5f6a5dd16c3ef1a92e9a3cdb732 authored almost 11 years ago
using the exposed default equation params in demo

22f8e7489a9c0f90f3e80a4ae4e10e98cd42f92a authored almost 11 years ago
exposed default Equation parameters through Equation.DEFAULT_STIFFNESS and .DEFAULT_RELAXATION

23500772991a6a241f50897aebc86a65604e03f3 authored almost 11 years ago
added .setStiffness and .setRelaxation methods to Constraint

e51199363a2677cc5aee20c68a0664a8c1da2d11 authored almost 11 years ago
updated demos and tests according to new equation parameter related stuff

e88caffcfd8bdcf196039ac5981abbc2c5578046 authored almost 11 years ago
added methods .setGlobal(Stiffness|Relaxation|EquationParameters) to World. Changed & added a few Equation properties. Removed properties .stiffness, .relaxation and .useGlobalEquationParameters from GSSolver

8a54d56dff30349361af978c63d6afb38fe3291d authored almost 11 years ago
initial work on SpookParams class. #26

fa7dd8fe09389c28006d55cea5579e21be481d0d authored almost 11 years ago
updated Spring docs. cc @Fishrock123

40e8f4ef90375dc18fc63d46ce2e79e307fb433e authored almost 11 years ago
minor code fix

f7152ad0f42c84d5c1a11c5161353000a2662cbc authored almost 11 years ago
updated Gruntfile for new version of grunt-browserify

daae547b85393b1042877462b4b7cfe6d5b02962 authored almost 11 years ago
validating world.toJSON and sample data using z-schema

1a6f564f60ae193d72d5dd97e8f79c462cb16a65 authored almost 11 years ago
updated readme

414866f334ddbd97b1e6e17c85ee463d5a339667 authored almost 11 years ago
minor update to heightfield demo

5b724a8bb535a44e28775e66378909116133f22e authored almost 11 years ago
added .boundingVolumeCheck to Broadphase

47348b484b5ce5b41ac236ffd9b347b556f85c90 authored almost 11 years ago
removed property .useBoundingBoxes from NaiveBroadphase in favor of the new property .boundingVolumeType in Broadphase

70a2fc09b7c1f002c27f773f0d430d2cd73977a6 authored almost 11 years ago
updated readme

8a38d4dc997bdd350e8040476830615daef593b7 authored almost 11 years ago
added .get/setMaxForce to LockConstraint, updated tests

afae047f2ecbadf49a35a38aba737d849f9715aa authored almost 11 years ago
updated readme

2988cc49ac02b95f4260d70018243c101b26027e authored almost 11 years ago
changed property names .bi, .bj, .ni, .ri, .rj to .bodyA, .bodyB, .normalA, .contactPointA, .contactPointB in Equation, ContactEquation and FrictionEquation classes

5d78cc69ed2b9ff906826b8fe20786bd22808cc1 authored almost 11 years ago
added .getMaxTorque to GearConstraint, updated docs

0dfbaf3db11d9d49a8e909f578762f73222818d2 authored almost 11 years ago
using yuidoc extends tag without curly braces, this shows inherited members in subclass docs

a1ebc87232ef1eabdf2e831dd84edab52b7e2a41 authored almost 11 years ago
setting max force for gear constraint

a630842b20de73c2f7851442643f3551b7bd45cd authored almost 11 years ago
fixed pixi border bug

ee7147c05c810f1744c611e24b8f6de7732b75b3 authored almost 11 years ago
code & docs fixes

e165eda85f5015470f7ecb382b4cfc45c7dfdaa3 authored almost 11 years ago
Changed default Equation max/minForce. Should be covered by most subclasses already though.

99c36648e062bdde546e93f131c0bc91e1beb51b authored almost 11 years ago
divide the max friction force with the number of contacts

27377be53075be550c14844a34b832315c8b341c authored almost 11 years ago
removed islandsolver in favor of the world.islandSplit property and IslandManager

658fba294f8208d8e37eb7c171794cb8c517551c authored almost 11 years ago
removed serializer in favor of world.to/fromJSON

b769c3cb608933ea0196a321847f61921cfc8091 authored almost 11 years ago
added .collideConnected to Constraint, changed constraints constructors, began removing the serializer since its overkill

0b278c2fdf275c73b6c41a399088d54b76bddde7 authored almost 11 years ago
docs and code cleanup

49741842abeccd4c9a9514b8c212affa5b5c6cd7 authored almost 11 years ago
car demo docs

77a7fc5c3fb74841bf438610e1d97e8a1ada9541 authored almost 11 years ago
docs

fadc2b583c6f6670cbb23f669164df0e71f4ea25 authored almost 11 years ago
docs

738f770150118e737f512208deef71677ad6c5a5 authored almost 11 years ago
Rendering of sleeping bodies in Demo, enabled island sleeping in collisions demo

1d3034eee851165e4fa0e46c526c374540f24dba authored almost 11 years ago
waking things up in Demo when interacting

822db36f33e4c7086969022e550427191ebd4cfa authored almost 11 years ago
islandsleeping work, added Island.wantsToSleep, Island.sleep

7b0962b91ec788615cdead312314962060cb8fbf authored almost 11 years ago
updated island tests

6a05a0ae827b670ff3cf9fc15948f3796c644a74 authored almost 11 years ago
world island support

1022f776077c780d02d4e8fc19418377a24e23dd authored almost 11 years ago
solver bail on empty island

e6e7f1a60b080783d705712807350f75f59ea544 authored almost 11 years ago
island bugfix

0d7ee5558596c0858b888113e7f18e415293aa56 authored almost 11 years ago
minor demo edits

8101111ce78d8ba6afd76e90798c19b4b401d8bf authored almost 11 years ago
remove and add body fixes

be23d0de0d746ae72f5704b9b4a1ea2ed2503273 authored almost 11 years ago
work on islandmanager

d14456aacf0edc5ab8da420c5f2fd8669720cabc authored almost 11 years ago
more work on new island structure, still using the old one though

bf257b04d2ae5f1d1eeee0f986c4ecb4c4607a80 authored almost 11 years ago
updated body docs

381eafa6c78e8017a986b68d2e0c1f9e3af65b97 authored almost 11 years ago
IslandManager: WIP

a36e8b2f36e50967f729dd0f3c56f6b5a2595667 authored almost 11 years ago
updated readme with new testing info

12fe44a561d3b82a1a27900b424ee51c012b4a3d authored almost 11 years ago
added test task to Gruntfile, removed test/index.js as it is no longer needed

3a67e1e415ae5caa229dd5f9a78045084e9d5221 authored almost 11 years ago
minor readme update

1b7a064a5a09276f17bf2368c4c0c0d174b9efac authored almost 11 years ago
updated README

2b6abfb647a658c6384ba1579ec90d7b82f0acdf authored almost 11 years ago
added properties .useWorldGravityForFrictionApproximation and .frictionGravity to World, making it possible to control friction when gravity=0

1a4bf5f5184ec95663de8460c802b1cd51455a07 authored almost 11 years ago
Removed unused properties .defaultFriction and .defaultRestitution from World.

0cb01d4711944ab6ee4c0bd392e0c506b76b68d2 authored almost 11 years ago
remove sensor demo

11c2ef60fe918a6a61bbdbb092c1641f54e8eaca authored almost 11 years ago
experimenting with removal queue in world

a316243f74d8d14d082c2dd545e270081e55d66e authored almost 11 years ago
added sensors demo

9e44c6fdae5ff487ec1430d0a829bc0c078df39b authored almost 11 years ago
added methods .disableBodyCollision and .enableBodyCollision to World, and tests. #75

a8b7076ca60b256e7ac97cd9f7e3ca85d846a632 authored almost 11 years ago
polished the restitution demo a bit. Related to #74

8129fd5c2aa8d512a8eb3cdbc196b611d085be1d authored almost 11 years ago
Per-equation solver parameter bugfix, world.defaultContactMaterial, and narrowphase support for contact & friction stiffness/relaxation #74

1964a50f10739e89ee0fb327a5972ccb3dea6596 authored almost 11 years ago
body doc

a5da27f6e9fdedfcc36c1bcd366776f600704fb2 authored almost 11 years ago
scaling the force in solver, making friction limits better

893c7b8467a47497e02db7f7fd0eaae61b7e03da authored almost 11 years ago
added preliminary heightfield, support for circle/heightfield

c83b8631ca8e8887d0c8645f3652e02606eb0732 authored almost 11 years ago
more stable default setting for friction

c3b26bcfdbdaf517115bb379c9be9bcd45269a9f authored almost 11 years ago
initializing G to zero

c94e4d4e67b2b7f04697eb9d244f5fb585a8b14a authored almost 11 years ago
exposed narrowphase in bundle

cfe75a63a26990e8c992a70fb5643f2890b57cad authored almost 11 years ago
exposed Narrowphase.convexPrecision

49fa5d6ff4a0611609a0a11f2cd5ce5cafe4a278 authored almost 11 years ago
updated shape collision table

0453f8869f39bdfaf5ea9f1004a5315281ef45a5 authored almost 11 years ago
added capsule/capsule support

41f8ac50c9aa169caa0febe601150cd93feae30b authored almost 11 years ago
capsule/convex and capsule/rectangle support

1e96bd77b656ed1ec1cba96ce2c30c1b703ace24 authored almost 11 years ago
updated builds

15e610580811f24bd281e9d0c98fa82d7ae97857 authored almost 11 years ago
updated serializer and stuff

5729e83473e49e576485d0e0e7ccd760c851d981 authored almost 11 years ago
docs, tests, serializer fix

27b83e439d2b4f3f26b7396273d90c822eb538fe authored almost 11 years ago
updated readme

41eab64809dbb04a77e69b5c465a5b3018fb6106 authored almost 11 years ago
using == for motionstates

27435bcd4ed18a18b48b29ae02fe8b5e001d3aa7 authored almost 11 years ago
added gravityScale to Body

27452f03b7e6783aa90e5acd9d5748a241f5af67 authored almost 11 years ago
moving platforms for character demo

c8f17c7fd3fb014b3569506d6c472158dca73a34 authored almost 11 years ago
motionstate optimizations #68

8a3a89c08cd19b24b0894b8eea340b8393c82d50 authored almost 11 years ago
Fixed endContact event bug. Ping @photonstorm

6cd28deddd5cd586eac9576f01dc08c605a8344b authored almost 11 years ago
particle require bugfix

01497d758c77226ef7a43148709b2594389be3a2 authored almost 11 years ago
Added sensor support. #58

36904252462225969f2159c9690f6c050ae6d1d6 authored almost 11 years ago