Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/bug-1380286 into lp:widelands

2015-02-03 Thread TiborB
Review: Resubmit Hey, I am resubmitting this - because it just waits for review... -- https://code.launchpad.net/~widelands-dev/widelands/bug-1380286/+merge/242975 Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/bug-1380286.

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/seafaring-ai into lp:widelands

2015-02-03 Thread TiborB
HEY, after some painfull debugging I found that on load restored immovables are not sending notes to players, but instead a player is scanning for them as a part of late_initialization, see here:

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/bug-1406301 into lp:widelands

2015-02-03 Thread GunChleoc
Yes - please leave it open until I can port the fixes we do want to a new branch. I'll change the status myself then. -- https://code.launchpad.net/~widelands-dev/widelands/bug-1406301/+merge/247513 Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/bug-1406301.

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/bug-1406301 into lp:widelands

2015-02-03 Thread SirVer
I opened bug 1417586 and moved the discussion there. This merge request is then abandoned, right? -- https://code.launchpad.net/~widelands-dev/widelands/bug-1406301/+merge/247513 Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/bug-1406301.

Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/seafaring-ai into lp:widelands

2015-02-03 Thread TiborB
Review: Resubmit I fixed most of comments. And I realized that save/load is quite hurting to AI. A lot of internal info of AI is just lost. Some of them will be restored, but I need to do some deeper analysis. But not in this branch. Would it be possible to saveload some data? Not

Re: [Widelands-dev] %p errors

2015-02-03 Thread Fòram na Gàidhlig
This is the correct syntax - %p is used for pointers. The warnings come up because the compiler expects void* as the only legal type for this, altough printf allows any pointer here. So, not our bug. Sgrìobh Tibor Bamhor na leanas 03/02/2015 aig 08:33: Hi, I am editing logic/bob.cc so I