Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added a robots example and a bounching ball example to data/graphicsHEADmasterJamie Boisture2009-07-242-0/+178
|
* added the gasp library to /library/pippyJamie Boisture2009-07-244-0/+1300
|
* Release new version 34Brian Jordan2009-06-292-1/+5
|
* Editor: make tabs be spaces width=2, auto-indentv34Brian Jordan2009-06-221-0/+3
|
* Add __init__.py, update newsv33Brian Jordan2009-06-212-0/+1
|
* Use sugar's default font sizeBrian Jordan2009-06-213-121/+272
|
* Add XOlympics physics exampleBrian Jordan2009-06-212-3/+154
|
* Font sizes to ensure 0.82 and 0.84 compatibilityBrian Jordan2009-06-212-2/+31
|
* Release version 32.v32Brian Jordan2009-06-212-1/+3
|
* Changed font size to 10, Soas-only.Brian Jordan2009-06-212-2/+6
|
* tag 31Brian Jordan2009-03-071-1/+1
|
* Release v31v31Brian2009-03-052-5/+3
|
* Release version 33.olpc2009-03-042-1/+3
|
* Release version 32.olpc2009-03-042-1/+3
|
* Release version 31.olpc2009-03-042-1/+3
|
* Python path set improperly #350 (sascha_silbe)Brian Jordan2009-03-031-1/+1
|
* Fix conflict with Turkish translationsPootle Translation2008-12-1833-292/+14175
|\
| * Release version 30.v30C. Scott Ananian2008-11-172-1/+3
| |
| * Update NEWS.C. Scott Ananian2008-11-171-1/+3
| |
| * Allow playing sounds named with a full filesystem path.C. Scott Ananian2008-11-171-1/+4
| |
| * Added mousejoint to exampleBrian Jordan2008-11-041-1/+12
| |
| * Move physics/shapes example to graphics/physics, at least until there are more.C. Scott Ananian2008-11-043-54/+48
| | | | | | | | | | | | Also fix some minor issues: we don't need to create a Clock; pippy.pygame.next_frame() does that for us; and the nested while loop is not quite right.
| * Update NEWS.C. Scott Ananian2008-11-041-0/+6
| |
| * Fix dos line endings for pippy.physics and regenerate MANIFEST.C. Scott Ananian2008-11-033-1119/+1118
| |
| * Tweak utf-8 encoding patch so that 'coding:' lines don't accumulate over time.C. Scott Ananian2008-11-031-2/+12
| | | | | | | | | | Hide the 'coding:' lines from the user when possible; add coding: lines only if they don't already exist.
| * Make activity-icon.svg match the one in Pippy metadata.C. Scott Ananian2008-11-031-2/+1
| |
| * New 'generated activity' icon from Madeleine Ball.C. Scott Ananian2008-11-032-26/+64
| |
| * Ensure MANIFEST is generated exactly the same, every time (in sorted order).C. Scott Ananian2008-11-031-2/+2
| |
| *