Mercurial > fife-parpg
log demos/shooter/scripts/common/baseobject.py @ 619:f648bfbae5fe
age | author | description |
---|---|---|
Mon, 10 May 2010 15:54:21 +0000 | prock | Fixing the epydoc markup. Did some more commenting. |
Fri, 07 May 2010 21:07:27 +0000 | prock | Moved the SoundManager and the 2D math function (helpers) from the shooter demo to the fife extensions. |
Thu, 06 May 2010 19:34:21 +0000 | prock | Adding some comments to the shooter demo. Updated the copyright date and FIFE URL as well. |
Fri, 23 Apr 2010 17:17:02 +0000 | prock | Added some powerups including a spread weapon and an extra life. |
Thu, 22 Apr 2010 19:52:34 +0000 | prock | Projectiles are now part of the scene. |
Thu, 22 Apr 2010 01:18:44 +0000 | prock | Changed the way instances get deleted from the scene. Instances now get removed at the end of the frame as opposed to after their explosion action is complete. The old way was causing the odd segfault because the instance was being removed before FIFE was finished with it. |
Tue, 20 Apr 2010 20:36:58 +0000 | prock | Small update to ensure python doesn't try to delete objects that FIFE owns. |