Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a Pen tool to PhysicsHEADmasterSai Vineet2013-12-111-9/+16
| | | | | | Also took out the Elements package from the .egg and brought it out so that it can be edited. The Export to csv functionality has also been changed to reflect pygame coords only. Previously the coords were Box2d meters.
* Export body positions in PhysicsSai Vineet2013-12-051-0/+21
| | | | | Enhancement: Physics should let the user export the body positions for use in another activity like Chart, etc.
* changes in support of rotationWalter Bender2013-05-241-26/+45
|
* Activity completely ported to sugargame with no regressionsDaniel Francis2012-12-211-0/+13
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Fix cursor bug, try to fix journal dataDaniel Francis2012-12-211-4/+7
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Bug fixesDaniel Francis2012-12-211-0/+3
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* All the filesDaniel Francis2012-12-211-23/+19
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* 80 character line length source cleanup.Gary Martin2012-11-051-7/+15
|
* Fix wrong pygame dimentions when X server supports many modes SL#11231olpc user2011-09-301-3/+3
|
* No need to init pygame modules we don't use.Gary Martin2011-06-091-1/+0
|
* Removed no longer used font object.Gary Martin2011-06-091-1/+0
|
* Quick pass through pylint.Gary Martin2010-10-081-2/+2
|
* Yet more comma space cleanups.Gary Martin2010-10-081-2/+2
|
*