Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
Commit message (Collapse)AuthorAgeFilesLines
* Use recent versions of Box2D and elements and ARM platform compatibility.Gary Martin2012-10-241-1/+0
| | | | The version of Box2D and elements as used by the current version of Physics has been migrated over into Bridge and the old versions removed. The Elements egg needed some minor patches for a function used in Bridge hence the change in name to Elements-0.13-py2.5-bridge.egg. The binary blob paths are appended to the system path rather than inserted as the first choice so that builds that included newer versions of Box2d, or versions build for different architectures, will still work (tested on ARM XO-1.75 and XO-4 platforms). Due to the change in Elements/Box2D api some additional code changes were necessary, particularly the calculations in Bridge.py for calculating the joint stress on the rivits.
* some changes to back to lifeAlan Aguiar2012-10-231-6/+14
|
* making joints delete correctlynrp2008-09-141-5/+2
|
* adding i18n, specifically esnrp2008-09-141-5/+6
|
* 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