2010-04-21 |
Joe Wreschnig | If: Conditional actions. |
commit | commitdiff | tree |
2010-04-19 |
Joe Wreschnig | Major refactor. Since Python is duck-typed the parser... |
commit | commitdiff | tree |
2010-04-11 |
Joe Wreschnig | Added tag Version 1 for changeset c9a79ff8184b |
commit | commitdiff | tree |
2010-04-11 |
Joe Wreschnig | Correct release date. |
commit | commitdiff | tree |
2010-04-11 |
Joe Wreschnig | Action.CUSTOM: New action types without subclassing. |
commit | commitdiff | tree |
2010-04-11 |
Joe Wreschnig | Add standard examples. |
commit | commitdiff | tree |
2010-04-10 |
Joe Wreschnig | Add docstrings. |
commit | commitdiff | tree |
2010-04-10 |
Joe Wreschnig | Re-reverse coordinate system to match OpenGL. |
commit | commitdiff | tree |
2010-03-23 |
Joe Wreschnig | Collision tests. |
commit | commitdiff | tree |
2010-03-23 |
Joe Wreschnig | Make Pyrex optional. |
commit | commitdiff | tree |
2010-03-23 |
Joe Wreschnig | getattr3 is faster than try/except in pyrex. |
commit | commitdiff | tree |
2010-03-23 |
Joe Wreschnig | Optional Pyrex extension for the collision module.... |
commit | commitdiff | tree |
2010-03-21 |
Joe Wreschnig | New S-shaped falling bullet pattern. |
commit | commitdiff | tree |
2010-03-21 |
Joe Wreschnig | Documentation updates. Version 1. |
commit | commitdiff | tree |
2010-03-21 |
Joe Wreschnig | Basic static/moving circle collisions. (Fixes issue #5) |
commit | commitdiff | tree |
2010-03-20 |
Joe Wreschnig | Integration and coverage tests. (Fixes issue #2) |
commit | commitdiff | tree |
2010-03-20 |
Joe Wreschnig | Intern type strings for faster comparison during action... |
commit | commitdiff | tree |
2010-03-20 |
Joe Wreschnig | Fix Python 3 incompatibility. |
commit | commitdiff | tree |
2010-03-20 |
Joe Wreschnig | Fix bad example YAML doc. |
commit | commitdiff | tree |
2010-03-20 |
Joe Wreschnig | Fix muscle memory writing bad code. |
commit | commitdiff | tree |
2010-03-20 |
Joe Wreschnig | Add <tag> support to BulletDef and FireDef. |
commit | commitdiff | tree |
2010-03-20 |
Joe Wreschnig | Bullet: Fix docstring. |
commit | commitdiff | tree |
2010-03-20 |
Joe Wreschnig | Better variable name, self -> doc. |
commit | commitdiff | tree |
2010-03-20 |
Joe Wreschnig | Bullet.FromDocument: Abstract weird constructor handling. |
commit | commitdiff | tree |
2010-03-20 |
Joe Wreschnig | Remove unused argument. |
commit | commitdiff | tree |
2010-03-19 |
Joe Wreschnig | Better support for custom action handling and custom... |
commit | commitdiff | tree |
2010-03-19 |
Joe Wreschnig | Mention BulletYAML support. (Fixes issue #6) |
commit | commitdiff | tree |
2010-03-19 |
Joe Wreschnig | Fix broken repr. |
commit | commitdiff | tree |
2010-03-19 |
Joe Wreschnig | Expose only top-level actions, not bullets or firings. |
commit | commitdiff | tree |
2010-03-19 |
Joe Wreschnig | Debug check should not have been committed. |
commit | commitdiff | tree |
2010-03-19 |
Joe Wreschnig | Order state elements to generate more readable YAML. |
commit | commitdiff | tree |
2010-03-19 |
Joe Wreschnig | BulletML.FromDocument: Type detector. Various setstate... |
commit | commitdiff | tree |
2010-03-19 |
Joe Wreschnig | YAML wrapper. |
commit | commitdiff | tree |
2010-03-19 |
Joe Wreschnig | parser: Support __getstate__/__setstate__ protocol. |
commit | commitdiff | tree |
2010-03-19 |
Joe Wreschnig | NumberDef: Store 'expr' field, a string for things... |
commit | commitdiff | tree |
2010-03-18 |
Joe Wreschnig | Python 3 support. |
commit | commitdiff | tree |
2010-03-18 |
Joe Wreschnig | Wait: Actually don't do anything special for wait frame... |
commit | commitdiff | tree |
2010-03-18 |
Joe Wreschnig | If a ChangeDirection, ChangeSpeed, Accel, or Wait actio... |
commit | commitdiff | tree |
2010-03-18 |
Joe Wreschnig | Optimizations: |
commit | commitdiff | tree |
2010-03-18 |
Joe Wreschnig | Psyco-enable the test runner. Fix a copy/paste error. |
commit | commitdiff | tree |
2010-03-18 |
Joe Wreschnig | Prevent divide by zero when the elapsed time is too... |
commit | commitdiff | tree |
2010-03-18 |
Joe Wreschnig | Bullet tagging. (Fixes issue #7) |
commit | commitdiff | tree |
2010-03-18 |
Joe Wreschnig | Fix reference quotation. |
commit | commitdiff | tree |
2010-03-18 |
Joe Wreschnig | <offset>: Parse, evaluate, and example test case. ... |
commit | commitdiff | tree |
2010-03-18 |
Joe Wreschnig | Patter editing. |
commit | commitdiff | tree |
2010-03-18 |
Joe Wreschnig | Action: Get owner and rank during the step function... |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Not 1.0 yet. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Documentation. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Fix template.xml typo. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | bulletml-parse is a dumb program. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | BulletML: FromDocument for parity with FromElement. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | New example of a normal enemy pattern. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Action: Fix probable bug in direction handling when... |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Mention example PD license. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Include 60Hz bullet estimate. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Release preparation. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Minor optimizations. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Fire, relative: I'm certain the reference implementatio... |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | INumberDef: Pre-int-round static values. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Bullet.finished: Check vanished before checking actions... |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Convert degrees to radians at expression evaluation... |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Docstrings. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Separate element constructors from regular constructors. |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | NumberDef: Bind random and builtins in a separate dicti... |
commit | commitdiff | tree |
2010-03-17 |
Joe Wreschnig | Fix pageup/pagedown during empty events. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Evaluation optimizations. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Bullet: Track previous X/Y. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Example files. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Test runner improvements. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Get my coordinate systems straight - 0,0 will be upper... |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Knock out final bugs caused by misparenting. Runs all... |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | ActionDef: Append based on parsing the subelement,... |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Pygame-based runner. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Create Bullets from documents. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Implementation. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Accel: Better call return data. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Direction, Speed: Better call return data. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Test parser. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Parser, lacking most implementation. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | INumberDef: Rounding version of NumberDef. |
commit | commitdiff | tree |
2010-03-16 |
Joe Wreschnig | Docstrings. |
commit | commitdiff | tree |
2010-03-15 |
Joe Wreschnig | Expression evaluator. |
commit | commitdiff | tree |
|