pygame is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

pygame / pygame http://pygame.org/

Clone this repository (size: 15.4 MB): HTTPS / SSH
hg clone https://bitbucket.org/pygame/pygame
hg clone ssh://hg@bitbucket.org/pygame/pygame
Branch
physics
Filename Size Date modified Message
pgAABBBox.c 1.9 KB Added copyright notice to all source files.
pgBodyObject.c 25.6 KB add damping coefficient python interface
pgCollision.c 11.5 KB Removed joint->SolveConstraintPosition as it's superfluous.
pgHelpFunctions.c 2.0 KB Added doc notes to the collision functions
pgJointObject.c 38.9 KB Removed joint->SolveConstraintPosition as it's superfluous.
pgModuleInit.c 3.1 KB Added python docs for the World.
pgShapeObject.c 27.4 KB Bodies now require a shape on creation.
pgVector2.c 2.8 KB Added body shape setter and GetGlobalPos C API.
pgWorldObject.c 22.5 KB Removed joint->SolveConstraintPosition as it's superfluous.