log gamelib/gameboard.py @ 226:86a6d9e360dd

age author description
Fri, 04 Sep 2009 23:20:40 +0000 Simon Cross Fix outdoor chicken selling bug.
Fri, 04 Sep 2009 23:18:06 +0000 Simon Cross Add sprite cursor for fence buying.
Fri, 04 Sep 2009 22:59:14 +0000 Simon Cross Chicks fill hen house, then adjacent spaces, then die.
Fri, 04 Sep 2009 22:39:19 +0000 Simon Cross Disable tools at night.
Fri, 04 Sep 2009 22:31:16 +0000 Simon Cross Accept that new chicks die if you don't treat them properly.
Fri, 04 Sep 2009 22:18:23 +0000 Neil Muller Remove eggs from chickens placed outside. Fix some bugs with setting the correct image on buttons
Fri, 04 Sep 2009 22:12:47 +0000 Simon Cross Make sprite cursors stay on top by fudging the sprite list. :/
Fri, 04 Sep 2009 22:11:47 +0000 Adrianna Pińska bugfix: deselect selected chicken at night
Fri, 04 Sep 2009 22:04:04 +0000 Neil Muller Implement UI part of egg selling
Fri, 04 Sep 2009 22:01:20 +0000 Adrianna Pińska bugfix: deselect eaten chickens
Fri, 04 Sep 2009 21:49:32 +0000 Neil Muller Ensure we clean up highlights, etc.
Fri, 04 Sep 2009 21:35:40 +0000 Neil Muller Fix missed status flag in animations
Fri, 04 Sep 2009 21:12:16 +0000 Simon Cross Fix bugs in clicking around inside buildings while moving chickens.
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 20:16:51 +0000 Adrianna Pińska layering bugfix; indoor chickens now use normal chicken icons
Fri, 04 Sep 2009 19:51:19 +0000 Adrianna Pińska selected chickens are selected
Fri, 04 Sep 2009 19:32:30 +0000 Simon Cross Put chickens into first empty space in buildings to make it easier to add lots of chickens.
Fri, 04 Sep 2009 18:45:45 +0000 Neil Muller Selling eggs at the right price
Fri, 04 Sep 2009 18:45:06 +0000 Neil Muller Selling eggs now works
Fri, 04 Sep 2009 18:17:55 +0000 Neil Muller Allow selling of chickens in henhouses
Fri, 04 Sep 2009 18:17:17 +0000 Simon Cross Don't allow buildings and fences to be built on top of chickens.
Fri, 04 Sep 2009 18:00:59 +0000 Jeremy Thurgood Use tool with left button, cancel tool with right button.
Fri, 04 Sep 2009 17:49:37 +0000 Simon Cross Add sprite cursors for building placement.
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.
Thu, 03 Sep 2009 23:11:11 +0000 Adrianna Pińska armour gets damaged
Thu, 03 Sep 2009 23:03:39 +0000 Simon Cross Don't allow occupied buildings to be sold (dialog can probably be dropped once buildings show their number of occupants).
Thu, 03 Sep 2009 22:59:30 +0000 Simon Cross Switch building to selected image when building is selected.
Thu, 03 Sep 2009 22:44:20 +0000 Simon Cross Make equipment dialog close after selecting an item to sell.
Thu, 03 Sep 2009 22:42:22 +0000 Jeremy Thurgood Fixed label alignment.