log demos/shooter/scripts/world.py @ 527:79d5741fada6

age author description
Fri, 28 May 2010 14:49:43 +0000 vtchill removed the explicit loadImportFile calls that were loading the cannonspread and extralife as these are now added to the map file. This was causing a NameClash exception to be thrown because the game was attempting to load them twice.
Tue, 18 May 2010 14:48:33 +0000 prock Added some imports to the world initialization code. I had to do this because you were not able to use the editor with the shooter demo map files without manually adding the imports to the map file. You do not have to do this now (note the TODO in the comments). I have also hard coded the camera zoom level to ensure the map editors zoom level at the time of saving the map is not used.
Wed, 12 May 2010 16:09:46 +0000 prock Added the fife_settings.py extension. This provides a small utility class for loading and saving settings along with a dialog box for setting screen resolution and other things.
Tue, 11 May 2010 21:30:55 +0000 prock Added a new log module called Script. This should be used by the python modules.
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.
Wed, 05 May 2010 21:39:31 +0000 prock Starting to add some comments.
Wed, 28 Apr 2010 17:28:29 +0000 prock Added a simple sound manager.
Wed, 21 Apr 2010 18:20:13 +0000 prock Switched to a damage system. Collisions with objects now cause 1 damage to the player.
Fri, 16 Apr 2010 21:44:18 +0000 prock Added the FireBallBurst and FireBallSpread weapons which are now used by the boss.
Thu, 15 Apr 2010 15:53:06 +0000 prock Adding the credits window (still needs to be written)
Wed, 14 Apr 2010 17:42:24 +0000 prock Added a widget to be displayed after the player completes the game.
Wed, 14 Apr 2010 16:35:07 +0000 prock Fix the bug where the high score dialog box causes a crash after the player completes the level.
Wed, 14 Apr 2010 16:22:36 +0000 prock Added damage so some enemies take more than one hit to destroy.
Tue, 13 Apr 2010 20:23:13 +0000 prock Added the high score dialog to ask for players name (with no validation yet)
Tue, 13 Apr 2010 19:43:31 +0000 prock Added high score window.
Mon, 12 Apr 2010 19:01:41 +0000 prock Added player ship animations including flash and explode.
Fri, 09 Apr 2010 21:42:28 +0000 prock Fixed bounding boxes.
Thu, 08 Apr 2010 21:18:36 +0000 prock Player now has 3 lives and will receive a game over message once they are used up.
Wed, 07 Apr 2010 21:26:26 +0000 prock Moved guis to their own file.
Wed, 07 Apr 2010 19:37:42 +0000 prock Added the ability to pause the game.
Tue, 06 Apr 2010 21:25:10 +0000 prock Time is now managed by the Scene object.
Tue, 06 Apr 2010 19:12:41 +0000 prock Scene now gets updated when an object moves from one node to another.
Thu, 01 Apr 2010 21:14:23 +0000 prock Movement shouldn't be dependent on framerate anymore.
Thu, 01 Apr 2010 19:26:56 +0000 prock Added score keeping ability.
Thu, 01 Apr 2010 17:03:34 +0000 prock Did a little re-factoring.
Wed, 31 Mar 2010 15:40:00 +0000 prock Adding the shooter demo. This is still a work in progress.