Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
Commit message (Collapse)AuthorAgeFilesLines
* Added better fake Sugar cursor to the PyGame canvas.Gary Martin2009-08-271-6/+22
| | | | | | | Ouch, this took a while. Using a real png with alpha, an invisible PyGame cursor, and some gtk events so that the fake cursor is hidden as it enters the Sugar toolbar area.
* First pass as Sugar like cursors (needs some AA pixel work).Gary Martin2009-08-241-0/+3
|
* Update elements to 0.13 (with Asaf's JSON support)Brian Jordan2009-08-101-2/+1
|
* Add pkg_resources.py for python 2.5 without pkg_resources supportBrian Jordan2009-08-101-0/+2
|
* Added "Roll" toolasaf2009-08-081-0/+7
|
* Add python 2.5 elements 12 (with pickling)Brian Jordan2009-07-121-0/+1
|
* Added functionality to save/load contraptions to/from the journal (Trac #1034)Asaf Paris Mandoki2009-07-121-1/+1
|
* Upgraded to elements 12, pybox2d 2.0.2b1Brian Jordan2009-07-101-2/+5
|
*