lnanek / bunnyland-tactics

Automatically exported from code.google.com/p/bunnyland-tactics
0 stars 0 forks source link

Warren moved after placement causes server error #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. moving the warren after it has been placed.
2. place the warren and then pick it up again.
3. move it to another spot.

What is the expected output? What do you see instead?

you should not be able to pick up the piece, once it has been placed.
When you pick it up you get an error message.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by fos...@gmail.com on 15 Jul 2010 at 2:13

GoogleCodeExporter commented 9 years ago

Original comment by fos...@gmail.com on 15 Jul 2010 at 2:19

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed. The current build, in game mode as opposed to map building mode, checks 
the movement range of pieces on the game board before making them draggable in 
the game. Note that some browsers still allow dragging an image natively. In 
Firefox, for example, you can still drag a ghost of the warren around, but it 
goes back to where it was when you release the drag. This allows doing things 
like dragging an image to your Desktop in windows to save a copy of the image 
file there. Not sure if it can be disabled.

Original comment by lna...@gmail.com on 25 Jul 2010 at 5:08