log gamelib/gamescreen.py @ 201:9531a22721d1

age author description
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.
Tue, 24 Aug 2010 17:55:47 +0200 Neil Muller Minor style cleanups
Tue, 24 Aug 2010 17:45:46 +0200 Neil Muller Move MessageDialog to widgets
Tue, 24 Aug 2010 17:33:37 +0200 Jeremy Thurgood Added border to DetailWindow.
Tue, 24 Aug 2010 17:24:54 +0200 Neil Muller Enter and leave hooks
Tue, 24 Aug 2010 17:04:56 +0200 Jeremy Thurgood Hook up "detail view" scenes.
Tue, 24 Aug 2010 14:51:22 +0200 Jeremy Thurgood Better cursor handling using draw_all() and mouse_delta().
Tue, 24 Aug 2010 14:17:09 +0200 Jeremy Thurgood Cursor uses draw_over() rather than draw().
Tue, 24 Aug 2010 14:07:07 +0200 Neil Muller Initial event sound support
Tue, 24 Aug 2010 13:53:49 +0200 Jeremy Thurgood Some (slightly) better cursor handling.
Tue, 24 Aug 2010 11:57:06 +0200 Neil Muller Rough Stab at basic animation support
Tue, 24 Aug 2010 08:48:50 +0200 Neil Muller Make start new game start a new game. Add Resume to main menu
Tue, 24 Aug 2010 08:16:56 +0200 Neil Muller Restore mouse when returning to main menu
Tue, 24 Aug 2010 07:51:42 +0200 Jeremy Thurgood Fix message dialog mouse cursor freezing.
Tue, 24 Aug 2010 00:43:32 +0200 Jeremy Thurgood Detail view without any functionality.
Mon, 23 Aug 2010 23:58:11 +0200 Stefano Rivera Draw CursorWidget on top of StateWidget
Mon, 23 Aug 2010 23:47:29 +0200 Jeremy Thurgood Better message dialog. trunk2
Mon, 23 Aug 2010 23:05:55 +0200 Neil Muller Partial message support
Mon, 23 Aug 2010 22:11:41 +0200 Simon Cross Add description rendering to scene rendering.
Mon, 23 Aug 2010 21:26:48 +0200 Jeremy Thurgood Hacky "detail view" widget prototype.
Mon, 23 Aug 2010 21:19:34 +0200 Simon Cross Make tools usable.
Mon, 23 Aug 2010 21:04:43 +0200 Simon Cross Start of interact handling.
Mon, 23 Aug 2010 20:54:04 +0200 Neil Muller Funkier cursor handling
Mon, 23 Aug 2010 20:50:36 +0200 Jeremy Thurgood Some debug object cleanup.
Mon, 23 Aug 2010 19:50:45 +0200 Stefano Rivera A sprite cursor attempt
Mon, 23 Aug 2010 19:45:07 +0200 Neil Muller Move some description management from widget to state object
Mon, 23 Aug 2010 18:32:15 +0200 Neil Muller Some framework support for better message handling
Mon, 23 Aug 2010 15:51:27 +0200 Neil Muller Popup menu
Mon, 23 Aug 2010 13:23:38 +0200 Simon Cross Remove some parts of gamescreen menu now that menu button is working.
Mon, 23 Aug 2010 12:57:06 +0200 Neil Muller Add button size constant
Mon, 23 Aug 2010 12:46:51 +0200 Neil Muller Better looking menu button
Mon, 23 Aug 2010 00:49:22 +0200 Jeremy Thurgood Cryo door, titanium leg and some interaction prototypes.
Sun, 22 Aug 2010 22:09:59 +0200 Jeremy Thurgood Minor build script and inventory fixes.
Sun, 22 Aug 2010 20:25:13 +0200 Neil Muller Add a hand button placeholder
Sun, 22 Aug 2010 20:05:37 +0200 Simon Cross First item!
Sun, 22 Aug 2010 19:59:42 +0200 Jeremy Thurgood Inventory and items. And stuff.
Sun, 22 Aug 2010 19:20:58 +0200 Simon Cross Add state widget for rendering state.
Sun, 22 Aug 2010 18:48:32 +0200 Simon Cross Add loading of initial state.
Sun, 22 Aug 2010 18:44:19 +0200 Neil Muller Move inventory palette to the bottom left
Sun, 22 Aug 2010 18:38:56 +0200 Jeremy Thurgood Initial inventory palette thing.
Sun, 22 Aug 2010 18:09:25 +0200 Jeremy Thurgood Add a game screen. So far, the game content looks a *lot* like the main menu.