log gamelib/gameover.py @ 555:296c73dcd286

age author description
Sat, 28 Nov 2009 17:53:42 +0000 Simon Cross Add high score dialog to main menu.
Sun, 01 Nov 2009 21:08:43 +0000 Neil Muller Move game_over logic from gameboard to level, for later reworking
Thu, 29 Oct 2009 20:55:37 +0000 Neil Muller Add basic level support (level choosing needs work)
Sat, 05 Sep 2009 18:56:33 +0000 Neil Muller Check whether we've made the list before submitting the score
Sat, 05 Sep 2009 18:30:51 +0000 Neil Muller Use different score tables fot the different modes. Refactor game modes code as a result
Sat, 05 Sep 2009 16:27:31 +0000 Neil Muller Add killed fox count to gameover. Tweak spacing
Sat, 05 Sep 2009 16:19:38 +0000 Jeremy Thurgood Some endgame message changes.
Sat, 05 Sep 2009 12:27:08 +0000 Neil Muller Add 'You left' game over mode
Fri, 04 Sep 2009 23:40:13 +0000 Neil Muller Non-permenant high score table
Thu, 03 Sep 2009 22:00:28 +0000 Simon Cross Darken center of game over splash screen to make text legible.
Thu, 03 Sep 2009 21:45:57 +0000 Simon Cross Add splash images to game over screen.
Thu, 03 Sep 2009 20:32:56 +0000 Simon Cross Refactor UI so that only a single gui.App is used. Pass all UI events via main_app. Change Toolbar table to use .td() everywhere. Move toolbar to top.
Wed, 02 Sep 2009 22:48:39 +0000 Neil Muller Add basic game over screen