python-bulletml.git
14 years agoPrevent divide by zero when the elapsed time is too small.
Joe Wreschnig [Thu, 18 Mar 2010 07:18:42 +0000 (00:18 -0700)]
Prevent divide by zero when the elapsed time is too small.

14 years agoBullet tagging. (Fixes issue #7)
Joe Wreschnig [Thu, 18 Mar 2010 07:17:40 +0000 (00:17 -0700)]
Bullet tagging. (Fixes issue #7)

14 years agoFix reference quotation.
Joe Wreschnig [Thu, 18 Mar 2010 06:47:42 +0000 (23:47 -0700)]
Fix reference quotation.

14 years ago<offset>: Parse, evaluate, and example test case. (Fixes issue #3)
Joe Wreschnig [Thu, 18 Mar 2010 06:22:48 +0000 (23:22 -0700)]
<offset>: Parse, evaluate, and example test case. (Fixes issue #3)

14 years agoPatter editing.
Joe Wreschnig [Thu, 18 Mar 2010 05:57:08 +0000 (22:57 -0700)]
Patter editing.

14 years agoAction: Get owner and rank during the step function, from the Bullet. This is faster...
Joe Wreschnig [Thu, 18 Mar 2010 05:56:06 +0000 (22:56 -0700)]
Action: Get owner and rank during the step function, from the Bullet. This is faster and lets a bullet source change rank more dynamically, and unbloats Action.

14 years agoNot 1.0 yet.
Joe Wreschnig [Wed, 17 Mar 2010 09:48:38 +0000 (02:48 -0700)]
Not 1.0 yet.

14 years agoDocumentation.
Joe Wreschnig [Wed, 17 Mar 2010 09:47:51 +0000 (02:47 -0700)]
Documentation.

14 years agoFix template.xml typo.
Joe Wreschnig [Wed, 17 Mar 2010 09:14:32 +0000 (02:14 -0700)]
Fix template.xml typo.

14 years agobulletml-parse is a dumb program.
Joe Wreschnig [Wed, 17 Mar 2010 09:13:43 +0000 (02:13 -0700)]
bulletml-parse is a dumb program.

14 years agoBulletML: FromDocument for parity with FromElement.
Joe Wreschnig [Wed, 17 Mar 2010 09:13:21 +0000 (02:13 -0700)]
BulletML: FromDocument for parity with FromElement.

14 years agoNew example of a normal enemy pattern.
Joe Wreschnig [Wed, 17 Mar 2010 07:49:55 +0000 (00:49 -0700)]
New example of a normal enemy pattern.

14 years agoAction: Fix probable bug in direction handling when there's only one frame left.
Joe Wreschnig [Wed, 17 Mar 2010 07:48:32 +0000 (00:48 -0700)]
Action: Fix probable bug in direction handling when there's only one frame left.

14 years agoMention example PD license.
Joe Wreschnig [Wed, 17 Mar 2010 06:59:42 +0000 (23:59 -0700)]
Mention example PD license.

14 years agoInclude 60Hz bullet estimate.
Joe Wreschnig [Wed, 17 Mar 2010 06:58:41 +0000 (23:58 -0700)]
Include 60Hz bullet estimate.

14 years agoRelease preparation.
Joe Wreschnig [Wed, 17 Mar 2010 05:38:41 +0000 (22:38 -0700)]
Release preparation.

14 years agoMinor optimizations.
Joe Wreschnig [Wed, 17 Mar 2010 05:17:11 +0000 (22:17 -0700)]
Minor optimizations.

14 years agoFire, relative: I'm certain the reference implementation is wrong.
Joe Wreschnig [Wed, 17 Mar 2010 04:56:54 +0000 (21:56 -0700)]
Fire, relative: I'm certain the reference implementation is wrong.

14 years agoINumberDef: Pre-int-round static values.
Joe Wreschnig [Wed, 17 Mar 2010 04:52:22 +0000 (21:52 -0700)]
INumberDef: Pre-int-round static values.

14 years agoBullet.finished: Check vanished before checking actions, it's faster.
Joe Wreschnig [Wed, 17 Mar 2010 04:51:39 +0000 (21:51 -0700)]
Bullet.finished: Check vanished before checking actions, it's faster.

14 years agoConvert degrees to radians at expression evaluation; use radians for rotation internally.
Joe Wreschnig [Wed, 17 Mar 2010 04:29:57 +0000 (21:29 -0700)]
Convert degrees to radians at expression evaluation; use radians for rotation internally.

14 years agoDocstrings.
Joe Wreschnig [Wed, 17 Mar 2010 04:19:09 +0000 (21:19 -0700)]
Docstrings.

14 years agoSeparate element constructors from regular constructors.
Joe Wreschnig [Wed, 17 Mar 2010 04:16:45 +0000 (21:16 -0700)]
Separate element constructors from regular constructors.

14 years agoNumberDef: Bind random and builtins in a separate dictionary. Replace $rand with...
Joe Wreschnig [Wed, 17 Mar 2010 02:44:09 +0000 (19:44 -0700)]
NumberDef: Bind random and builtins in a separate dictionary. Replace $rand with random(), to allow it to be used twice with different results in the same expression.

14 years agoFix pageup/pagedown during empty events.
Joe Wreschnig [Wed, 17 Mar 2010 02:43:02 +0000 (19:43 -0700)]
Fix pageup/pagedown during empty events.

14 years agoEvaluation optimizations.
Joe Wreschnig [Tue, 16 Mar 2010 10:01:31 +0000 (03:01 -0700)]
Evaluation optimizations.

14 years agoBullet: Track previous X/Y.
Joe Wreschnig [Tue, 16 Mar 2010 09:30:09 +0000 (02:30 -0700)]
Bullet: Track previous X/Y.

14 years agoExample files.
Joe Wreschnig [Tue, 16 Mar 2010 09:19:41 +0000 (02:19 -0700)]
Example files.

14 years agoTest runner improvements.
Joe Wreschnig [Tue, 16 Mar 2010 08:50:46 +0000 (01:50 -0700)]
Test runner improvements.

14 years agoGet my coordinate systems straight - 0,0 will be upper-left.
Joe Wreschnig [Tue, 16 Mar 2010 08:45:32 +0000 (01:45 -0700)]
Get my coordinate systems straight - 0,0 will be upper-left.

14 years agoKnock out final bugs caused by misparenting. Runs all tests as the demo applet.
Joe Wreschnig [Tue, 16 Mar 2010 08:24:03 +0000 (01:24 -0700)]
Knock out final bugs caused by misparenting. Runs all tests as the demo applet.

14 years agoActionDef: Append based on parsing the subelement, not the element.
Joe Wreschnig [Tue, 16 Mar 2010 07:30:30 +0000 (00:30 -0700)]
ActionDef: Append based on parsing the subelement, not the element.

14 years agoPygame-based runner.
Joe Wreschnig [Tue, 16 Mar 2010 07:04:45 +0000 (00:04 -0700)]
Pygame-based runner.

14 years agoCreate Bullets from documents.
Joe Wreschnig [Tue, 16 Mar 2010 07:04:37 +0000 (00:04 -0700)]
Create Bullets from documents.

14 years agoImplementation.
Joe Wreschnig [Tue, 16 Mar 2010 05:47:00 +0000 (22:47 -0700)]
Implementation.

14 years agoAccel: Better call return data.
Joe Wreschnig [Tue, 16 Mar 2010 05:45:44 +0000 (22:45 -0700)]
Accel: Better call return data.

14 years agoDirection, Speed: Better call return data.
Joe Wreschnig [Tue, 16 Mar 2010 05:44:39 +0000 (22:44 -0700)]
Direction, Speed: Better call return data.

14 years agoTest parser.
Joe Wreschnig [Tue, 16 Mar 2010 02:34:19 +0000 (19:34 -0700)]
Test parser.

14 years agoParser, lacking most implementation.
Joe Wreschnig [Tue, 16 Mar 2010 02:32:35 +0000 (19:32 -0700)]
Parser, lacking most implementation.

14 years agoINumberDef: Rounding version of NumberDef.
Joe Wreschnig [Tue, 16 Mar 2010 02:21:42 +0000 (19:21 -0700)]
INumberDef: Rounding version of NumberDef.

14 years agoDocstrings.
Joe Wreschnig [Tue, 16 Mar 2010 02:21:13 +0000 (19:21 -0700)]
Docstrings.

14 years agoExpression evaluator.
Joe Wreschnig [Mon, 15 Mar 2010 05:46:54 +0000 (22:46 -0700)]
Expression evaluator.