python-bulletml.git
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.