Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Add our 'elements' modified .egg to the sys.pathManuel Kaufmann2012-11-201-0/+6
| | | | Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* 'Elements' module modifiedManuel Kaufmann2012-11-201-0/+0
| | | | | | | | | This module was modified in Physics to allow 'Grabing' the objects. Take a look at this ticket: http://bugs.sugarlabs.org/ticket/3361 Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Remove older Box2D libraryManuel Kaufmann2012-11-2018-14312/+0
| | | | | | | | | pybox2d is already included in our builds: pybox2d-2.0.2b2-8.fc18.i686 pybox2d-2.0.2b2-8.fc18.armv7hl Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Correction Pippy Playwaveflavio2012-09-191-4/+4
|
* Various fixes to gtk3 port, by (flavio danesseRafael Ortiz2012-06-302-3/+3
| | | | | fdanesse@activitycentral.com) and (rafael ortiz rafael@activitycentral.com)
* Port Gtk3 Baseflavio2012-06-1512-233/+233
|
* pep8 fixv46Rafael Ortiz2012-02-171-1/+1
|
* cleaning debug codeRafael Ortiz2012-02-171-6/+0
|
* restoring license headerv45Rafael Ortiz2012-02-161-0/+3
|
* Not harcoding tamtam-edit pathRafael Ortiz2012-02-161-31/+30
|
* v1 of finding tamtam with activity registryRafael Ortiz2012-01-261-2/+12
|
* Better way to go to TamTamEditRafael Ortiz2011-06-141-1/+2
|
* Fix Pippy sound library on non-OLPC OS systems (SL#638)v40Sascha Silbe2011-03-031-10/+22
| | | | | | | | | | Replace the hardcoded paths with corresponding lookups and raise an exception if the TamTamEdit sound library cannot be found. Inspired by patches from Julie Pichon <julie.pichon@gmail.com>. Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: James Cameron <quozl@laptop.org>
* pep8 adjustmentsJames Cameron2010-12-234-112/+242
| | | | | | | | | - excluded examples because we don't have consensus, - excluded physics since this is a copy of an upstream, - excluded query.py since this code does not currently work. Co-authored-by: Nitin Gupta <gupta.nitingupta.nitin@gmail.com> Tested-by: James Cameron <quozl@laptop.org>
* add COPYING file: #1571James Cameron2010-05-146-7/+737
| | | | | | | | | | | | | | | | | | | | | - most of pippy is GPLv2+, but library/pippy/physics is GPLv3+, conflict unresolved, - add missing activity license file COPYING chosen based on activity.info license field GPLv2+, - add missing copyright headers to source files that either didn't have them (library/pippy/{__init__,sound}.py) or had abbreviated versions (library/pippy/{console,game}.py) - spell organisation name correctly (s/Per/per), - express copyright years in full, - include GPLv3+ LICENSE from Elements upstream SVN, as library/pippy/physics/LICENSE Fixes sugarlabs.org #1571 and laptop.org #9181.
* Parse additional output for xterm size reporting (#843)Julie Pichon2010-04-251-2/+10
|
* Allow playing sounds named with a full filesystem path.C. Scott Ananian2008-11-171-1/+4
|
* Fix dos line endings for pippy.physics and regenerate MANIFEST.C. Scott Ananian2008-11-032-979/+979
|
* Stops load of box2d for every example...Brian Jordan2008-11-031-1/+1
|
* Added physics example, library (elements/pybox2d/box2d)Brian Jordan2008-11-0319-0/+13642
|
* Fix help text for pippy.console.inverse().C. Scott Ananian2008-10-231-1/+1
|
* Add proper license header to the library files I wrote.C. Scott Ananian2008-09-242-0/+8
|
* Give a friendly error message if the audio library isn't found.Chris Ball2008-03-151-2/+7
|
* Look for the audio library in /home as well as /usr/share.Chris Ball2008-03-141-5/+10
|
* Add "slideshow" example with "query" library function.Chris Ball2007-12-221-0/+326
|
* Fix import of pippy.sound library (missing temp_path definition).C. Scott Ananian2007-12-171-0/+1
|
* Add more exciting features to the console library!C. Scott Ananian2007-12-141-1/+57
| | | | | | | 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).
* Move imports around to ensure 'import pippy' is as fast as possible.C. Scott Ananian2007-12-142-6/+14
|
* Add additional escape sequences to pippy.console library.C. Scott Ananian2007-12-131-24/+57
| | | | | Also tweaked size() so that it returns a pair of ints; and made 'thanks' match.
* Add pippy.console.size() to get rows/cols, make "thanks" use it.Chris Ball2007-12-131-1/+5
|
* Fix cjb's 'disable suspend' patch.C. Scott Ananian2007-12-121-4/+5
|
* Improve speed of 'import pippy' by removing the 'from sugar import env'.C. Scott Ananian2007-12-121-5/+6
| | | | We only do this step for 'audioOut' now.
* Disable the suspend call in pause() for now.Chris Ball2007-12-121-4/+4
|
* Dim to black on pause, not white.C. Scott Ananian2007-12-111-1/+1
|
* Speed up import pippy sound (by a lot!) by removing an unused import.C. Scott Ananian2007-12-111-1/+0
| | | | 'import sugar.activity.activity' seems to be very slow!
* Protect the 'pippy.sound' import for easier testing on non-XOs.C. Scott Ananian2007-12-111-1/+4
|
* Add text-color functions to console library; use them in 'jump' example.C. Scott Ananian2007-12-111-1/+49
|
* Localize the 'PAUSED' message in the pygame support.C. Scott Ananian2007-12-111-3/+5
|
* Factor out a pippy library, which programs can use with 'import pippy'.C. Scott Ananian2007-12-114-0/+285
The pygame portion of the library uses 'best practices' to avoid eating up CPU, and pauses & suspends after 20 seconds of inactivity.