Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bridge.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unnecessary debugging output.Gary Martin2012-10-241-1/+1
|
* Use recent versions of Box2D and elements and ARM platform compatibility.Gary Martin2012-10-241-13/+12
| | | | 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.
* making joints delete correctlynrp2008-09-141-15/+20
|
* making cost decrease when deletingnrp2008-09-141-0/+7
|
* add restart functionalityDaniel Drake2008-08-311-0/+6
|
* SOUNDS!!!!Daniel Drake2008-08-311-3/+26
|
* detect when level is completeDaniel Drake2008-08-311-3/+6
|
* make space only create one trainDaniel Drake2008-08-311-1/+5
|
* Detect when train falls offDaniel Drake2008-08-311-1/+11
|
* drawing girders correctlynrp2008-08-311-0/+5
|
* fixing train addition bug, colorsnrp2008-08-311-4/+7
|
* adding colors and stressnrp2008-08-311-17/+26
|
* start train offscreenDaniel Drake2008-08-311-2/+2
|
* move train to realistic spotnrp2008-08-311-1/+1
|
* making train start a little highernrp2008-08-311-1/+1
|
* make train more densenrp2008-08-311-3/+3
|
* Merge branch 'master' of git://dev.laptop.org/projects/physics03nrp2008-08-311-39/+67
|\ | | | | | | | | | | | | Conflicts: physics.py tools.py
| * add concept of costDaniel Drake2008-08-311-0/+9
| |
| * destroy joints when excess force is appliedDaniel Drake2008-08-301-0/+10
| |
| * create a tool for adding resolute jointsDaniel Drake2008-08-301-11/+20
| |
* | adding trainnrp2008-08-311-0/+33
|/
* Add simple world-creation codeDaniel Drake2008-08-301-0/+14