From: Erik V. <eri...@hc...> - 2008-11-30 19:55:07
|
You mis-understood... or I mis-understood. I was not really seeking "compliments". With your initial response about limiting hexes to those that are legal with track awareness that was not yet ready, I thought you had not understood why I fixed the code. I did, but I should have expressed myself more clearly. Part of the reason to code this stuff, as I am sure you agree, is to prevent "honest" mistakes... or even "dis-honest" play by a person. The fix I applied at least prevents the illegal token lay from being performed, even if from a UI standpoint it does the test later than it should. And that reminds me of the other point I failed to mention. WIth 1851, the L&N Home, when I attempted to place the token on the tile, (whether for L&N or another Company), because there were two seperate cities, it asked which did I want to place it on, even though only one (the south western one) had an empty slot. If there is only one empty slot on the tile, the dialog is not necessary. I have updated the ORUIManager.java routine in two places where the SelectStationForToken Text is retrieved to check that more than one item will be displayed. If only one, the dialog is not required, and it will auto-select the first one. OK, thanks. Erik. |