Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a Pen tool to PhysicsHEADmasterSai Vineet2013-12-111-6/+30
| | | | | | Also took out the Elements package from the .egg and brought it out so that it can be edited. The Export to csv functionality has also been changed to reflect pygame coords only. Previously the coords were Box2d meters.
* Export body positions in PhysicsSai Vineet2013-12-051-0/+31
| | | | | Enhancement: Physics should let the user export the body positions for use in another activity like Chart, etc.
* Add a Clear/Erase All toolSai Vineet2013-11-191-0/+8
| | | | | | | | | | Problem: It is problematic to remove all bodies in the canvas, one by one, to get a clear screen. A clear all tool is certainly needed. Solution: Implement a Clear All tool, which also asks for confirmation before destroying everything. Fixes #1615
* Activity completely ported to sugargame with no regressionsDaniel Francis2012-12-211-9/+0
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Fix cursor bug, try to fix journal dataDaniel Francis2012-12-211-2/+14
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* All the filesDaniel Francis2012-12-211-3/+3
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* 80 character line length source cleanup.Gary Martin2012-11-051-50/+66
|
*