Re: [Freecol-developers] Latest Git cannot load saved game

2015-04-12 Thread Jonathan Aquilina
Could it be something with the code he had pulled in his system. I would also suggest a clean clone of the code from git to see if there is really a problem in the codebase to begin with. On Sun, Apr 12, 2015 at 8:47 AM, Michael T. Pope wrote: > On Sat, 11 Apr 2015 15:33:35 -0500 > Caleb William

Re: [Freecol-developers] Latest Git cannot load saved game

2015-04-12 Thread winter
Hi,   I also thought later this or some locally changed non-commited change might be the cause. I would check with "git status" if any files are listed as changed, then either "git stash" for keeping them or "git reset --hard" for throwing them away. Then check if master is exactly at same po

Re: [Freecol-developers] Latest Git cannot load saved game

2015-04-12 Thread Caleb Williams
On Sun, Apr 12, 2015 at 1:47 AM, Michael T. Pope wrote: > On Sat, 11 Apr 2015 15:33:35 -0500 > Caleb Williams wrote: > > I did just as you asked, ran "ant clean" and "ant distclean" and then > > recompiled [27aa48], and I still cannot load that file. > > I can not reproduce a problem either. Th

Re: [Freecol-developers] The size of dialogs

2015-04-12 Thread winter
Hi all, my long going efforts to get the code in shape for having the whole GUI resizable are beginning to pay off. You could check out the current state, when you apply the attached diff! It looks mostly presentable, though weird in some places. I put most effort into getting the Map, InfoPanel,