log gamelib/state.py @ 94:ce23fad8ecb3

age author description
Tue, 24 Aug 2010 00:56:31 +0200 Neil Muller More complex shaped interactables
Tue, 24 Aug 2010 00:43:32 +0200 Jeremy Thurgood Detail view without any functionality.
Tue, 24 Aug 2010 00:33:52 +0200 Simon Cross Don't render with BLEND_ADD, use normal overlay.
Tue, 24 Aug 2010 00:14:23 +0200 Simon Cross Refactor Things a bit to render images.
Mon, 23 Aug 2010 23:09:29 +0200 Simon Cross Factor label width setting method out into a custom class (BoomLabel).
Mon, 23 Aug 2010 23:05:55 +0200 Neil Muller Partial message support
Mon, 23 Aug 2010 22:42:30 +0200 Simon Cross Some hacks to make Label work.
Mon, 23 Aug 2010 22:11:41 +0200 Simon Cross Add description rendering to scene rendering.
Mon, 23 Aug 2010 21:29:19 +0200 Stefano Rivera Red -> red
Mon, 23 Aug 2010 21:19:34 +0200 Simon Cross Make tools usable.
Mon, 23 Aug 2010 21:08:15 +0200 Simon Cross Fix typo.
Mon, 23 Aug 2010 21:04:43 +0200 Simon Cross Start of interact handling.
Mon, 23 Aug 2010 20:34:38 +0200 Simon Cross Show interact rectangles when constants.DEBUG is True.
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 13:39:12 +0200 Jeremy Thurgood Refactor thing interactivity and add "fake" bridge scene.
Mon, 23 Aug 2010 13:27:50 +0200 Jeremy Thurgood Part of the cryo door puzzle.
Mon, 23 Aug 2010 11:47:03 +0200 Simon Cross Skeletons for scenes in plot outline.
Mon, 23 Aug 2010 00:49:22 +0200 Jeremy Thurgood Cryo door, titanium leg and some interaction prototypes.
Sun, 22 Aug 2010 22:07:45 +0200 Simon Cross Add an example Thing to cryo scene.
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:51:24 +0200 Simon Cross Convert inventory to list of item objects.
Sun, 22 Aug 2010 19:38:32 +0200 Simon Cross Add helper for adding items. Give items names. Make things take a rectangle.
Sun, 22 Aug 2010 19:31:51 +0200 Simon Cross Add inventory manipulation methods.
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:07:48 +0200 Simon Cross Add code for blitting Scene.
Sun, 22 Aug 2010 17:52:34 +0200 Simon Cross Add items and things.
Sun, 22 Aug 2010 17:04:34 +0200 Simon Cross Start of scene drawing framework.
Sun, 22 Aug 2010 16:06:03 +0200 Simon Cross Add missing newline.
Sun, 22 Aug 2010 15:59:37 +0200 Simon Cross Function for loading initial state.
Sun, 22 Aug 2010 15:48:19 +0200 Simon Cross Start of base classes for game state.