From: Brett L. <wak...@ea...> - 2005-11-12 19:27:30
|
>One major gripe I have is that so many mouse clicks are ignored by the UI. >Sometimes I have to click 4 or 5 times to get the desired effect. >How is that with you, Brett? Yeah, I'm seeing the same behavior. I think it's a product of how we're handling rotation. The first couple of clicks are either being handled by the selection code, or hitting the first parts of the rotation array, which rotate the hex to the same position it's currently in. I think that area needs a lot of clean-up as well. Right now, the values in the rotation arrays are fairly specific coordinate values, and will break if we try to rescale the map. As soon as we have 1830 fully working, I'd like this to be one of the first things we fix. ---Brett. |