Re-reverse coordinate system to match OpenGL.
[python-bulletml.git] / bulletml / parser.py
2010-04-10 Joe WreschnigRe-reverse coordinate system to match OpenGL.
2010-03-20 Joe WreschnigIntegration and coverage tests. (Fixes issue #2)
2010-03-20 Joe WreschnigIntern type strings for faster comparison during action...
2010-03-20 Joe WreschnigFix Python 3 incompatibility.
2010-03-20 Joe WreschnigFix muscle memory writing bad code.
2010-03-20 Joe WreschnigAdd <tag> support to BulletDef and FireDef.
2010-03-20 Joe WreschnigBetter variable name, self -> doc.
2010-03-19 Joe WreschnigFix broken repr.
2010-03-19 Joe WreschnigExpose only top-level actions, not bullets or firings.
2010-03-19 Joe WreschnigOrder state elements to generate more readable YAML.
2010-03-19 Joe WreschnigBulletML.FromDocument: Type detector. Various setstate...
2010-03-19 Joe Wreschnigparser: Support __getstate__/__setstate__ protocol.
2010-03-18 Joe WreschnigPython 3 support.
2010-03-18 Joe WreschnigBullet tagging. (Fixes issue #7)
2010-03-18 Joe Wreschnig<offset>: Parse, evaluate, and example test case. ...
2010-03-18 Joe WreschnigPatter editing.
2010-03-17 Joe WreschnigDocumentation.
2010-03-17 Joe WreschnigBulletML: FromDocument for parity with FromElement.
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 WreschnigActionDef: Append based on parsing the subelement,...
2010-03-16 Joe WreschnigCreate Bullets from documents.
2010-03-16 Joe WreschnigAccel: Better call return data.
2010-03-16 Joe WreschnigDirection, Speed: Better call return data.
2010-03-16 Joe WreschnigParser, lacking most implementation.