log gamelib/gamescreen.py @ 397:b1dc0caec668

age author description
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.
Wed, 25 Aug 2010 16:45:06 +0200 Jeremy Thurgood Remove screen reference from State.
Wed, 25 Aug 2010 12:21:16 +0200 Neil Muller Inventory interaction can (surprisingly) affect the inventory
Wed, 25 Aug 2010 12:03:08 +0200 Neil Muller Add inventory interactions
Wed, 25 Aug 2010 08:19:38 +0200 Jeremy Thurgood Fix handling of state on detail view dismissal.
Wed, 25 Aug 2010 08:09:59 +0200 Jeremy Thurgood Fix mouse_move() handling after dismissing message.
Tue, 24 Aug 2010 23:16:23 +0200 Jeremy Thurgood Deselect tools and get to the Mess.
Tue, 24 Aug 2010 22:57:09 +0200 Jeremy Thurgood Removed a bunch of cruft.
Tue, 24 Aug 2010 22:02:22 +0200 Stefano Rivera Improve cursor state handling, disable highlights on modal dialogs
Tue, 24 Aug 2010 20:51:40 +0200 Jeremy Thurgood Fix descriptions. And call Demeter's police down upon me.
Tue, 24 Aug 2010 20:35:31 +0200 Jeremy Thurgood Better description handling in detail windows. (Sort of.)
Tue, 24 Aug 2010 20:21:07 +0200 Jeremy Thurgood Put the leg inside the cryo unit.
Tue, 24 Aug 2010 19:49:10 +0200 Jeremy Thurgood Better map handling, detail_view stuff in Result.
Tue, 24 Aug 2010 18:36:31 +0200 Stefano Rivera Cursor change when you select a Tool
Tue, 24 Aug 2010 18:23:24 +0200 Jeremy Thurgood Nuke obsolete testing hook.
Tue, 24 Aug 2010 18:05:27 +0200 Neil Muller Move result handling to result object
Tue, 24 Aug 2010 18:01:42 +0200 Jeremy Thurgood Some detail view and data cleanup.