Action.Child: Handle calling the definition.
[python-bulletml.git] / bulletml / impl.py
2010-04-21 Joe WreschnigAction.Child: Handle calling the definition.
2010-04-21 Joe WreschnigAction: Don't need the owner in the constructor. Factor...
2010-04-19 Joe WreschnigMajor refactor. Since Python is duck-typed the parser...
2010-04-11 Joe WreschnigAction.CUSTOM: New action types without subclassing.
2010-04-10 Joe WreschnigAdd docstrings.
2010-04-10 Joe WreschnigRe-reverse coordinate system to match OpenGL.
2010-03-20 Joe WreschnigAdd <tag> support to BulletDef and FireDef.
2010-03-20 Joe WreschnigBullet: Fix docstring.
2010-03-20 Joe WreschnigBullet.FromDocument: Abstract weird constructor handling.
2010-03-20 Joe WreschnigRemove unused argument.
2010-03-19 Joe WreschnigBetter support for custom action handling and custom...
2010-03-18 Joe WreschnigWait: Actually don't do anything special for wait frame...
2010-03-18 Joe WreschnigIf a ChangeDirection, ChangeSpeed, Accel, or Wait actio...
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 WreschnigAction: Get owner and rank during the step function...
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 WreschnigMinor optimizations.
2010-03-17 Joe WreschnigFire, relative: I'm certain the reference implementatio...
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-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.