ReRe: Stacking between boards in VASL - Bug:1860944

Rodney,

Before I forget,

To fix the double stacking on board boundary hex problem in VASL, in ASLBoard.ASLBoard(),change the two lines

setGrid(new ASLHexGrid(64.5, false));
((HexGrid) getGrid()).setHexWidth(56.25);

to

setGrid(new ASLHexGrid(64.56, false));
((HexGrid) getGrid()).setHexWidth(56.24);

Regards,
Brent.


Brent Easton
Analyst/Programmer
University of Western Sydney
Email: b.easton@uws.edu.au


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)

Turns out it is a bug that has always been there, but only becomes apparent when Hex Vertices are allowed as valid snap to points.

Joel, the fix is in swampwallaby-work@3719. It is a workaround that does the trick. The real fix is to debug and rewrite HexGrid.vertexX(), but I REALLY don’t want to have to do that. It’s not really needed.

Brent.


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)