From: Erik V. <eri...@hc...> - 2006-01-10 21:54:49
|
> Ok... I've gotten the merged ORWindow working and comitted. > It can still use some tweaking to get the sizing correct. I was a bit skeptical, but it looks pretty good. One small annoyance: if I make the map visible at the start of the game, and then click it away, it does not become automatically visible again at the start of the first OR. I must click it on again in StatusWindow. > One lingering issue: Is there a way to find whether there > has been an Operating Round or not? There wasn't, but now there is: OperatingRound.getLastORNumber() returns the last (cumulative) OR number - zero if there wasn't any. Erik. |