From: brett l. <wak...@gm...> - 2006-08-03 01:11:43
|
On 7/29/06, brett lentz <wak...@gm...> wrote: > On 7/29/06, Erik Vos <eri...@hc...> wrote: > > > > A selection box after selecting 1835 will now ask for the opening > > > > variant to play: Standard, Clemens or Snake. The Start > > > round variants > > > > work, except for some validation rules (cash!). > > > > > > Rather than a separate pop-up, I think we should include this in the > > > Options dialog. > > > > > > I think some sort of "when game X is selected, we populate the dialog > > > with the available options" mechanism would work. > > > > Fine with me, but I'll leave the work to you, if you don't mind. > > You can find in Options how I populate the selection. > > > > Sure. I can do that. > I just noticed a problem with doing this. The XML isn't read until after Game.initialize() has been called. We can't initialize more than one game (or maybe I just don't know how to uninitialize it). So, we can't get at the variant XML data in the Options window. Is there something I'm missing? Is there an easy way around this? ---Brett. |