Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
Commit message (Collapse)AuthorAgeFilesLines
* Adding text that makes slightly more sensenrp2008-09-141-8/+8
|
* detect when level is completeDaniel Drake2008-08-311-1/+5
|
* Detect when train falls offDaniel Drake2008-08-311-0/+4
|
* drawing girders correctlynrp2008-08-311-2/+4
|
* change time of creation of trainsnrp2008-08-311-1/+0
|
* adding colors and stressnrp2008-08-311-2/+6
|
* remove ground-Daniel Drake2008-08-311-1/+1
| | | | wheeeeeeeeeee
* start with physics disabledDaniel Drake2008-08-311-0/+1
|
* Merge branch 'master' of git://dev.laptop.org/projects/physics03nrp2008-08-311-4/+10
|\ | | | | | | | | | | | | Conflicts: physics.py tools.py
| * add concept of costDaniel Drake2008-08-311-1/+1
| |
| * destroy joints when excess force is appliedDaniel Drake2008-08-301-0/+4
| |
| * create a tool for adding resolute jointsDaniel Drake2008-08-301-2/+4
| |
* | adding trainnrp2008-08-311-1/+7
|/
* Add simple world-creation codeDaniel Drake2008-08-301-0/+3
|
* Joystick button (is awesome... in progress)Brian Jordan2008-07-201-1/+2
|
* White backgroundBrian Jordan2008-07-181-1/+1
|
* Improved toolbar automationAlex Levenson2008-07-161-14/+7
|
* Changed background color ... needs to be made optionBrian2008-07-151-4/+4
|
* Fixed canvas heightAlex Levenson2008-07-111-1/+1
|
* (hopefully) fixed focus issuesAlex Levenson2008-07-101-0/+1
|
* There must be a better way to get this :)Brian2008-07-101-1/+1
|
* ToolButtons --> RadioToolButtonsBrian2008-07-101-1/+2
|
* Menus now workAlex2008-07-091-1/+0
|
* various cleanup... licensing/how to get involvedBrian2008-07-091-15/+18
|
* menusAlex2008-07-081-1/+1
|
* still fixing the menuAlex2008-07-081-8/+8
|
* fixed menuAlex2008-07-081-1/+1
|
* Added menu functionalityAlex2008-07-081-17/+1
|
* Total Reorganization! Now a proper activity (I hope)Alex2008-07-081-0/+113
|
* mv physics.py activities.pyAlex2008-07-071-334/+0
| | | | Now should run as an an activity no problem
* Merge branch 'Alex' of git://dev.laptop.org/activities/physicsBrian Jordan2008-07-071-125/+313
|\ | | | | | | | | | | | | | | Epic merge Conflicts: physics.py
| * Added polygon and magic pen toolsAlex2008-07-021-5/+82
| |
| * cleaned up menuAlex2008-07-021-8/+10
| |
| * Added menu bar at topAlex2008-07-021-30/+33
| |
| * Added joint toolAlex2008-07-021-2/+31
| |
| * Added the grab toolAlex2008-07-021-3/+27
| |
| * Added box creation toolAlex2008-07-021-8/+14
| |
| * Added some Tool classes, can now drag / create triangles + circlesAlex2008-07-021-135/+176
| |
| * Started Alex's branch for messing aroundAlex2008-06-301-2/+2
| |
* | Drawing descriptionBrian Jordan2008-07-021-5/+14
| |
* | Spring cleaning.Brian Jordan2008-07-011-28/+13
|/
* Initial commitBrian Jordan2008-06-271-0/+152