Optimizations:
[python-bulletml.git] / bulletml /
2010-03-18 Joe WreschnigOptimizations:
2010-03-18 Joe WreschnigBullet tagging. (Fixes issue #7)
2010-03-18 Joe WreschnigFix reference quotation.
2010-03-18 Joe Wreschnig<offset>: Parse, evaluate, and example test case. ...
2010-03-18 Joe WreschnigPatter editing.
2010-03-18 Joe WreschnigAction: Get owner and rank during the step function...
2010-03-17 Joe WreschnigNot 1.0 yet.
2010-03-17 Joe WreschnigDocumentation.
2010-03-17 Joe WreschnigBulletML: FromDocument for parity with FromElement.
2010-03-17 Joe WreschnigAction: Fix probable bug in direction handling when...
2010-03-17 Joe WreschnigRelease preparation.
2010-03-17 Joe WreschnigMinor optimizations.
2010-03-17 Joe WreschnigFire, relative: I'm certain the reference implementatio...
2010-03-17 Joe WreschnigINumberDef: Pre-int-round static values.
2010-03-17 Joe WreschnigBullet.finished: Check vanished before checking actions...
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-17 Joe WreschnigNumberDef: Bind random and builtins in a separate dicti...
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 WreschnigActionDef: Append based on parsing the subelement,...
2010-03-16 Joe WreschnigCreate Bullets from documents.
2010-03-16 Joe WreschnigImplementation.
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.
2010-03-16 Joe WreschnigINumberDef: Rounding version of NumberDef.
2010-03-16 Joe WreschnigDocstrings.
2010-03-15 Joe WreschnigExpression evaluator.