OneSecure / turningpolyhedron

Automatically exported from code.google.com/p/turningpolyhedron
0 stars 1 forks source link

Tilt game logic bugs - incorrect tilt-supporter logic #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Put a 2x1x2 block on height 0 and 1x1x1 block and height 2
2. Try tilting 2x1x2 block on 1x1x1 block
3.

What is the expected output? What do you see instead?
The tilt-height of 2x1x2 block is 2, which is wrong. The correct result should 
be 3. And the 1x1x1 block still can move, which is wrong.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by acme....@gmail.com on 29 Jul 2011 at 5:50

GoogleCodeExporter commented 8 years ago

Original comment by acme....@gmail.com on 26 Aug 2011 at 12:09

GoogleCodeExporter commented 8 years ago
Fixed in r205 (untested)

Original comment by acme....@gmail.com on 28 Aug 2011 at 1:22