Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* camera example, fix for delay in image capture file being readyJames Cameron2011-12-071-9/+12
| | | | | | | | Sometimes the file that should be there, is not. Waiting longer is one workaround. In this patch we wait until the file is available, checking every second. Tested by: Laurent Bernabe <laurent.bernabe@gmail.com>
* removing xolympics cumbersome exampleRafael Ortiz2011-12-051-155/+0
|
* division by zero fix for when elapsed time is zero on fast systems, #11176James Cameron2011-08-241-1/+4
|
* pep8 fixesRafael Ortiz2011-06-011-0/+1
|
* pep8 fixesRafael Ortiz2011-04-251-0/+3
|
* pep8 fixesRafael Ortiz2011-04-253-9/+12
|
* pep8 fixesRafael Ortiz2011-04-251-0/+5
|
* Run graphics (pygame) examples in full screen mode (OLPC#10688)Sascha Silbe2011-03-038-8/+8
| | | | | | | | | | | Sugar < 0.86 used a special window manager that put every window in full screen mode automatically. To achieve the same with "regular" window managers like we use in Sugar 0.86+, we need to tell pygame that we want full screen mode. Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Reviewed-By: Simon Schampijer <simon@laptop.org> Acked-by: James Cameron <quozl@laptop.org>
* pep8 and pylint fixes for examplesAnish Mangal2011-02-2224-457/+470
|
* Factorial patch by FrancisCofCRafael Ortiz2011-02-211-2/+2
|
* Add life, factorial, and jeringoso samplesDario Clavijo2011-01-273-0/+157
| | | | Co-authored-by: James Cameron <quozl@laptop.org>
* remove broken slideshow until it is fixed #2054James Cameron2010-07-121-66/+0
| | | | | Reviewed-By: Anish Mangal <anish@sugarlabs.org> Acked-By: Anish Mangal <anish@sugarlabs.org>
* minor example fixes following reviewJames Cameron2010-06-224-6/+5
| | | | | | Some minor fixes following a review by Sascha Silbe. Signed-off-by: James Cameron <quozl@laptop.org>
* change example to plain text formatJames Cameron2010-06-221-72/+72
| | | | | | Signed-off-by: James Cameron <quozl@laptop.org> Acked-by: Anish Mangal <anish@sugarlabs.org> Reviewed-by: Anish Mangal <anish@sugarlabs.org>
* adapt pippy examples to screen dimensions, dev.laptop.org #9260James Cameron2010-05-2113-117/+134
| | | | | | | | | | | | | Adjust all the examples to work for different screen dimensions, and briefly fix formatting or style in some of the other code examples. Yet to be done: 1. slideshow, it finds no objects in journal with MIME type image/jpeg, and as a result does not show any slides, 2. xolympics, it tests an object location against physics world coordinates to determine winning condition.
* Add XOlympics physics exampleBrian Jordan2009-06-211-0/+150
|
* 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-042-53/+47
| | | | | | 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.
* Added physics example, library (elements/pybox2d/box2d)Brian Jordan2008-11-031-0/+53
|
* more sugar thanksSimon Schampijer2008-07-231-1/+1
|
* Remove extra backslashes in tree.Chris Ball2008-05-221-5/+5
|
* Add "tree" and "snow", by Dafydd Harries.Chris Ball2008-05-212-0/+144
|
* Attempt to make a proper activity out of slideshow.C. Scott Ananian2008-05-201-63/+64
|
* Join the sound list by spaces instead of newlines.Chris Ball2008-03-151-2/+1
|
* String update from Walter.Chris Ball2008-02-041-1/+1
|
* Remove extra space in "guess".Chris Ball2007-12-261-1/+1
|
* Fix slideshow's header.Chris Ball2007-12-231-3/+3
|
* Add "slideshow" example with "query" library function.Chris Ball2007-12-221-0/+64
|
* Add more exciting features to the console library!C. Scott Ananian2007-12-141-1/+1
| | | | | | | Cursor movement commands, get/set cursor position, and show/hide cursor. We use (x, y) uniformly in the console routines (bucking decades of ncurses precedent).
* Add additional escape sequences to pippy.console library.C. Scott Ananian2007-12-131-2/+3
| | | | | Also tweaked size() so that it returns a pair of ints; and made 'thanks' match.
* Remove duplicate name in "thanks".Chris Ball2007-12-131-1/+1
|
* Add pippy.console.size() to get rows/cols, make "thanks" use it.Chris Ball2007-12-131-2/+8
|
* Fix a DeprecationWarning about floating-point args in pong example.C. Scott Ananian2007-12-131-1/+1
|
* Colorize and tweak 'guess' and 'thanks' examples.C. Scott Ananian2007-12-132-7/+17
|
* Replace sndInfo example with some explicit arguments in playSine.Chris Ball2007-12-122-3/+1
|
* Revert "Localize the 'bouncing hello' example."C. Scott Ananian2007-12-111-2/+1
| | | | | | | | This reverts commit 9ba53c23b6af9c07cbe7c5e6bb8a5904bb81cb08. Also this makes the text on screen more friendly, it makes it much more confusing to explore and edit the example, since the text which actually displays on the screen is not found anywhere in the source file.
* Localize the 'bouncing hello' example.C. Scott Ananian2007-12-111-1/+2
|
* Add text-color functions to console library; use them in 'jump' example.C. Scott Ananian2007-12-111-0/+5
|
* Factor out a pippy library, which programs can use with 'import pippy'.C. Scott Ananian2007-12-1112-57/+35
| | | | | The pygame portion of the library uses 'best practices' to avoid eating up CPU, and pauses & suspends after 20 seconds of inactivity.
* Update to latest version of Thanks from wiki.Chris Ball2007-12-081-20/+23
|
* Release version 11.Chris Ball2007-12-081-0/+0
|
* Allow any key to quit pygame apps.Chris Ball2007-12-083-15/+3
|
* Add examples from Henry Holtzman: bounce, jump, lines, pong.Chris Ball2007-12-085-7/+399
|
* Remove "apples", consolidate times2/times1.Chris Ball2007-12-083-17/+0
|
* New example, "guess", from Pilar Saenz; merge hello1 and hello2.Chris Ball2007-11-023-1/+15
|
* Formatting changeChris Ball2007-11-021-1/+1
|
* Fix i18n, remove pythagoras for now, add thanks.Chris Ball2007-11-022-10/+24
|
* PythagorasRafael Ortiz2007-09-121-0/+10
|
* Removed sort in example for getSoundNathanaël Lécaudé2007-09-101-1/+1
|
* Remove the confusing banner (we don't ship any help files).Chris Ball2007-09-061-1/+1
|