Codebase list sugar-pippy-activity / debian/20.git.20080321-1 NEWS
debian/20.git.20080321-1

Tree @debian/20.git.20080321-1 (Download .tar.gz)

NEWS @debian/20.git.20080321-1raw · history · blame

* Give a friendly error message if the audio library isn't found.

20

* Collaboration works; you get a copy of the host's source buffer.
* We look for the audio library in /home/olpc as well as /usr/share.

19

* #6475: Fix crash on launch when no telepathy connection (morgs)

18

* Updated translations for release.

17

* Attempt to fix Spanish, from Sayamindu.

16

* New "slideshow" example, by cjb.

15

* "View source" now works on both Pippy and Pippy-generated activities!

(From C. Scott Ananian.)

14

* Add pippy.console.size() to get rows/cols, make "thanks" use it.

13

* Pippy can now create activity bundles of user code, using the "Keep As
  Bundle" icon on the toolbar!

(From C. Scott Ananian.)

12

* Factor out a pippy library, which programs can use with 'import pippy'.
    
* The pygame portion of the library uses 'best practices' to avoid eating
  up CPU, and pauses & suspends after 20 seconds of inactivity.

(From C. Scott Ananian.)

11

* New pygame examples by Henry Holtzman!  "bounce", "camera", "lines", "pong".

10

* Add "guess" example (Pilar Saenz).

9

* Changed sound library location again.  Add "thanks".

8

* Changed location of sound library on filesystem, for build573+.

7

* Remove the "interpreter" banner; we don't provide the help files it mentions
* Add "Stop!" button to terminate the currently running code.

6

* Add "interpreter" example, by Ivan Krstić.
* 55px->45px icon, resized by Eben Eliason.

5

* Update to new Tubes API
* Small example changes
* Added getSoundList() which returns the list of available sounds for playWave() (Flipo)

4

* Journal integration
* Sound support!  Thanks to Nat/TamTam team.
* New examples:  
   Sierpinski (Madeleine Ball)
   Recursion (Mel Chua)
   Fibonacci (Rafael Ortiz)

3

* Added scrollbars, replaced hippo with gtk.

2

* First public release.