log gamelib/gamescreen.py @ 528:0ce08d5e2acb

age author description
Fri, 10 Sep 2010 18:47:17 +0200 Jeremy Thurgood pyflakes-induced cleanup.
Wed, 08 Sep 2010 17:33:07 +0200 Jeremy Thurgood Defer some resource loading until it's actually necessary.
Wed, 08 Sep 2010 00:42:41 +0200 Neil Muller Remove old draw def
Tue, 07 Sep 2010 18:13:35 +0200 Jeremy Thurgood Fix is_interactive() by adding tool param.
Tue, 07 Sep 2010 13:45:07 +0200 Jeremy Thurgood Remove mouse motion logic from GameState.
Tue, 07 Sep 2010 13:35:30 +0200 Jeremy Thurgood Remove drawing logic from State.
Sat, 04 Sep 2010 10:38:14 +0200 Jeremy Thurgood Fix items.
Tue, 08 Mar 2011 12:29:14 +0200 Stefano Rivera i18n and Russian translation 1.0.1
Sun, 29 Aug 2010 11:36:16 +0200 Neil Muller Some minor pylint driven style fixes
Sun, 29 Aug 2010 01:21:02 +0200 Neil Muller Properly stop running
Sun, 29 Aug 2010 00:31:03 +0200 Neil Muller Stop running when we end the game
Sun, 29 Aug 2010 00:24:40 +0200 Neil Muller Redo way of reaching end screen
Sat, 28 Aug 2010 22:16:58 +0200 Jeremy Thurgood Fixed inventory drawing.
Sat, 28 Aug 2010 22:01:03 +0200 Jeremy Thurgood Fix cursor handling after message dismissal.
Sat, 28 Aug 2010 21:30:15 +0200 Jeremy Thurgood Different toolbar colour and remove highlighted cursor outside scene widget.
Sat, 28 Aug 2010 21:05:36 +0200 Jeremy Thurgood Dim non-interactive screen regions for "modal" stuff.
Sat, 28 Aug 2010 20:46:06 +0200 Jeremy Thurgood Improved mouse handling edge cases.
Sat, 28 Aug 2010 19:04:30 +0200 Jeremy Thurgood Initial manual implementation.
Sat, 28 Aug 2010 16:50:37 +0200 Jeremy Thurgood Moved some widgets around.
Sat, 28 Aug 2010 15:03:25 +0200 Jeremy Thurgood Right-click with hand in a detail window dismisses it.
Sat, 28 Aug 2010 14:36:22 +0200 Simon Cross Remove TODO about moving the state -- it's happy where it is and by all accounts quite entrenched.
Sat, 28 Aug 2010 13:30:44 +0200 Jeremy Thurgood Fixed mouse and cursor handling.
Sat, 28 Aug 2010 12:43:12 +0200 Jeremy Thurgood Mouse handling refactorings.
Sat, 28 Aug 2010 12:10:20 +0200 Neil Muller Call detail enter and leave hooks
Fri, 27 Aug 2010 19:35:20 +0200 Jeremy Thurgood Ran pyflakes and fixed some minor things.
Thu, 26 Aug 2010 20:26:41 +0200 Neil Muller Highlight detailed view close button
Thu, 26 Aug 2010 16:29:54 +0200 Jeremy Thurgood Transparent message dialogs.
Thu, 26 Aug 2010 11:31:56 +0200 Neil Muller Add a close button to the detail view
Thu, 26 Aug 2010 10:54:25 +0200 Neil Muller Add support for lists of results
Thu, 26 Aug 2010 08:38:06 +0200 Jeremy Thurgood Right click (and middle click) clears current tool.