Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Added a TODO (handling multiline inputs from the user).Dinko Galetic2010-06-271-0/+2
* User replies are now switched to lowercase before checking them.Dinko Galetic2010-06-271-5/+4
* introduction.py: Fixed a few style/grammar things. Added a few TODOs.Dinko Galetic2010-06-261-6/+7
* Added the introduction for the tutorial.Dinko Galetic2010-06-241-0/+104
* Exits are no longer hardcoded in the game.Dinko Galetic2010-06-131-3/+22
* Several changes to scholar.pyDinko Galetic2010-06-091-14/+34
* On class Room: made add_exit() return True or False depending on the success....Dinko Galetic2010-06-091-2/+5
* Some minor renaming and comment modifications. Added some newlines.Dinko Galetic2010-06-091-20/+29
* Added some variables (directions and two items from a room).Dinko Galetic2010-06-081-0/+24
* Added game_loop(), the main loop in the game.Dinko Galetic2010-06-081-0/+40
* Added unalias() function.Dinko Galetic2010-06-081-0/+13
* Added examine() and go() functions.Dinko Galetic2010-06-081-0/+13
* Added opposite_exits() function.Dinko Galetic2010-06-081-0/+25
* Added create_some_rooms() function.Dinko Galetic2010-06-081-0/+15
* Added login, load and save functions.Dinko Galetic2010-06-081-0/+14
* Added Room class.Dinko Galetic2010-06-081-0/+20
* Added classes Game_object, Direction and Player.Dinko Galetic2010-06-081-0/+23
* Added /library/pippy/scholar and /library/pippy/scholar.py (empty file for now)Dinko Galetic2010-06-081-0/+0
* add COPYING file: #1571James Cameron2010-05-206-7/+737
* Parse additional output for xterm size reporting (#843)Julie Pichon2010-05-201-2/+10
* Revert "Parse additional output for xterm size reporting (#843)"anishmangal20022010-05-201-10/+2
* Revert "add COPYING file: #1571"anishmangal20022010-05-206-737/+7
* add COPYING file: #1571James Cameron2010-05-146-7/+737
* 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
* 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
* 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
* 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
* 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