From: Joe Wreschnig Date: Thu, 18 Mar 2010 08:17:09 +0000 (-0700) Subject: Optimizations: X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=commitdiff_plain;h=3ee9895b163809deadc02fc1a34bce265cc89d3a;hp=3ee9895b163809deadc02fc1a34bce265cc89d3a Optimizations: * Allow overrides of sin/cos functions, also makes them locals. * Only make one created array per bullet, and don't extend it with empty things. * Local cache for action.owner and action.params. ---