Mercurial > fife-parpg
log demos/shooter/scripts/common/baseobject.py @ 479:ab28994820dd
age | author | description |
---|---|---|
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. |
Mon, 12 Apr 2010 20:41:24 +0000 | prock | Added enemy explosions and other animations. |
Fri, 09 Apr 2010 21:42:28 +0000 | prock | Fixed bounding boxes. |
Tue, 06 Apr 2010 21:25:10 +0000 | prock | Time is now managed by the Scene object. |