Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Use recent versions of Box2D and elements and ARM platform compatibility.Gary Martin2012-10-241-1/+2
| | | | 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-31/+56
|
* fixing train addition bug, colorsnrp2008-08-311-2/+2
|
* testnrp2008-08-301-1/+2
|
* Fixed toolbar automation for good! Yayaya!Alex Levenson2008-07-161-6/+1
|
* Automated toolbar -- not perfect yetAlex Levenson2008-07-161-72/+17
|
* Default to create toolbarBrian2008-07-101-6/+10
|
* ToolButtons --> RadioToolButtonsBrian2008-07-101-42/+46
|
* Menus should now work (really)Alex2008-07-091-63/+80
|
* Cleaned up menu a bitAlex Levenson2008-07-091-9/+9
|
* Added sugar menuAlex2008-07-081-15/+63
|
* Still fixing iconsAlex2008-07-081-2/+2
|
* fixing icons stillAlex2008-07-081-2/+2
|
* renamed icons to be more descriptiveAlex2008-07-081-2/+2
|
* Total Reorganization! Now a proper activity (I hope)Alex2008-07-081-366/+29
|
* (Hopefully) fixed the ghost box while drag+delete...Alex2008-07-071-2/+2
|
* Added a red trail to the destroy toolAlex2008-07-071-1/+16
|
* Changed the screen size to be dynamicAlex2008-07-071-1/+1
|
* Destroy tool now allows for drag+destroyAlex2008-07-071-5/+4
|
* Modified joint tool to use left click to add a centered fixed jointAlex2008-07-071-0/+5
|
* Modified the joint tool to allow for fixed jointsAlex2008-07-071-1/+4
|
* Added the destroy toolAlex2008-07-071-3/+17
|
* mv physics.py activities.pyAlex2008-07-071-13/+334
| | | | Now should run as an an activity no problem
* Initial commitBrian Jordan2008-06-271-0/+13