Convert degrees to radians at expression evaluation; use radians for rotation internally.
[python-bulletml.git] / bulletml / impl.py
2010-03-17 Joe WreschnigConvert degrees to radians at expression evaluation...
2010-03-17 Joe WreschnigDocstrings.
2010-03-17 Joe WreschnigSeparate element constructors from regular constructors.
2010-03-16 Joe WreschnigEvaluation optimizations.
2010-03-16 Joe WreschnigBullet: Track previous X/Y.
2010-03-16 Joe WreschnigGet my coordinate systems straight - 0,0 will be upper...
2010-03-16 Joe WreschnigKnock out final bugs caused by misparenting. Runs all...
2010-03-16 Joe WreschnigCreate Bullets from documents.
2010-03-16 Joe WreschnigImplementation.