log gamelib/engine.py @ 237:4a87bfa5cc63

age author description
Sat, 05 Sep 2009 09:48:48 +0000 Neil Muller Twiddle animation cycle
Sat, 05 Sep 2009 09:00:12 +0000 Neil Muller Twek speed loop. Document animation assumptions
Fri, 04 Sep 2009 23:40:13 +0000 Neil Muller Non-permenant high score table
Fri, 04 Sep 2009 22:39:19 +0000 Simon Cross Disable tools at night.
Fri, 04 Sep 2009 22:38:48 +0000 Neil Muller Turn 'd' into a fast forward / normal speed toggle at night
Fri, 04 Sep 2009 21:49:32 +0000 Neil Muller Ensure we clean up highlights, etc.
Fri, 04 Sep 2009 20:25:32 +0000 Jeremy Thurgood Fixed dangling cursor sprite and did some TODO list maintenance.
Fri, 04 Sep 2009 20:23:30 +0000 Neil Muller Animation support
Fri, 04 Sep 2009 17:12:12 +0000 Simon Cross Move cursor reset to start of night so it also triggers on using 'n' to finish day.
Fri, 04 Sep 2009 16:49:38 +0000 Simon Cross Make 'i' take you from the main menu to the instructions.
Fri, 04 Sep 2009 16:35:00 +0000 Simon Cross Fix typo in reference to MainMenuState.
Fri, 04 Sep 2009 15:00:54 +0000 Neil Muller Add basic help screen
Thu, 03 Sep 2009 22:19:34 +0000 Neil Muller Basic cursor support
Thu, 03 Sep 2009 21:23:34 +0000 Simon Cross Stop background music whenever state changes.
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.