[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread anonymous
Additional Item Attachment, patch #3376 (project freeciv): File name: fix-mult-alpha.patch Size:0 KB ___ Reply to this item at: ___ Message sent via/b

[Freeciv-Dev] [bug #19893] Build from tarball requires same libtool version that was used while running autogen.sh

2012-07-06 Thread Marko Lindqvist
Follow-up Comment #9, bug #19893 (project freeciv): They are not symlinks in tarball. It's probably automake that takes care of that. ___ Reply to this item at: __

[Freeciv-Dev] [bug #19893] Build from tarball requires same libtool version that was used while running autogen.sh

2012-07-06 Thread anonymous
Follow-up Comment #8, bug #19893 (project freeciv): Honestly ? only files belong into tarball - symlinks might for one or other reason be invalid. Well, just my opinion. ___ Reply to this item at: _

[Freeciv-Dev] [patch #2915] Intro font information from freeciv.rc-2.0

2012-07-06 Thread Marko Lindqvist
Update of patch #2915 (project freeciv): Planned Release: 2.4.0 => ___ Reply to this item at: ___ Message sen

[Freeciv-Dev] [bug #17440] Update CodingStyle to take C++ files into account

2012-07-06 Thread Marko Lindqvist
Update of bug #17440 (project freeciv): Status: In Progress => Ready For Test ___ Follow-up Comment #2: This patch documents parts where C++ style differs from C style. Changes affects C style too in

[Freeciv-Dev] [bug #17588] Cannot load default AI after compiling with AI modules enabled.

2012-07-06 Thread Marko Lindqvist
Update of bug #17588 (project freeciv): Category: ai => docs ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [patch #3364] All tools to same directory

2012-07-06 Thread Marko Lindqvist
Update of patch #3364 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed

[Freeciv-Dev] [bug #19897] Compilation fails on system with no AF_INET6 definition

2012-07-06 Thread Marko Lindqvist
Update of bug #19897 (project freeciv): Status: Ready For Test => Fixed Assigned to:None => cazfi Open/Closed:Open => Closed _

[Freeciv-Dev] [patch #3365] Use fc_version to get freeciv version while building Windows installer

2012-07-06 Thread Marko Lindqvist
Update of patch #3365 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed

[Freeciv-Dev] [bug #19893] Build from tarball requires same libtool version that was used while running autogen.sh

2012-07-06 Thread Marko Lindqvist
Follow-up Comment #7, bug #19893 (project freeciv): > Does it work if you use "libtoolize -c -f" instead ? Yes, that's how I eventually managed to get my build going. Not sure if we should use that in autogen.sh... ___ Reply to this item a

[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread Marko Lindqvist
Update of patch #3376 (project freeciv): Status:None => Ready For Test ___ Follow-up Comment #2: > } else p[1] = p[2] = p[3] = 0; CodingStyle: This needs block: } else { p[1] = p[2] = p[3]

[Freeciv-Dev] [bug #19893] Build from tarball requires same libtool version that was used while running autogen.sh

2012-07-06 Thread anonymous
Follow-up Comment #6, bug #19893 (project freeciv): Does it work if you use "libtoolize -c -f" instead ? ___ Reply to this item at: ___ Message sent via/by Gna!

[Freeciv-Dev] [patch #3357] Add Windows build scripts to tarball

2012-07-06 Thread Marko Lindqvist
Follow-up Comment #2, patch #3357 (project freeciv): This same patch applies to S2_4 and TRUNK once bug #19088 has gone in in those branches too. ___ Reply to this item at: __

[Freeciv-Dev] [bug #19893] Build from tarball requires same libtool version that was used while running autogen.sh

2012-07-06 Thread Marko Lindqvist
Follow-up Comment #5, bug #19893 (project freeciv): The libtoolize bug I referred to is the fact that "libtoolize -f" does not update m4 in my specific use case. Nothing to do with autogen.sh really, as I've not even used it in my latest tests but just "libtoolize -f" and "aclocal -I m4 -I depende

[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread anonymous
Follow-up Comment #1, patch #3376 (project freeciv): Minor oops: I failed to set my email for this patch... ___ Reply to this item at: ___ Message sent via/by Gn

[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread anonymous
URL: Summary: fix for premultiplied alpha Project: Freeciv Submitted by: None Submitted on: Fri 06 Jul 2012 08:35:41 PM UTC Category: client-gtk-3.0 Priority: 5 - Normal

[Freeciv-Dev] [bug #19893] Build from tarball requires same libtool version that was used while running autogen.sh

2012-07-06 Thread anonymous
Follow-up Comment #4, bug #19893 (project freeciv): No. Again, right now autogen.sh works (in this regard) like this on such generated tarball: aclocal runs - it uses macros from m4/; aclocal.m4 gets generated libtoolize runs - ltmain.sh and macros in m4/ are updated ...but that doesn't update ac

[Freeciv-Dev] [patch #3374] Buildable property for road types

2012-07-06 Thread Marko Lindqvist
Follow-up Comment #1, patch #3374 (project freeciv): - Added comments to civ2civ3 ruleset too. (file #15995) ___ Additional Item Attachment: File name: BuildableRoad-2.patch Size:7 KB

[Freeciv-Dev] [patch #3355] Claim Ocean tiles when suitable tech known

2012-07-06 Thread Marko Lindqvist
Follow-up Comment #2, patch #3355 (project freeciv): - Add comments also to civ2civ3 techs.ruleset (file #15994) ___ Additional Item Attachment: File name: ClaimOceanTech-2.patch Size:5 KB

[Freeciv-Dev] [patch #3366] Include civ2civ3 ruleset

2012-07-06 Thread Marko Lindqvist
Update of patch #3366 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed

[Freeciv-Dev] [bug #19894] Cannot load savegame of barbarianless ruleset

2012-07-06 Thread Marko Lindqvist
Update of bug #19894 (project freeciv): Category:None => general ___ Follow-up Comment #2: Attaching what I did so far to this ticket just for safekeeping. In short term I'm more likely t

[Freeciv-Dev] [patch #3361] Support web-links in helptexts

2012-07-06 Thread J. M. Gorbach
Follow-up Comment #3, patch #3361 (project freeciv): Maybe this library is useful: http://sourceforge.net/projects/bbcodelib/ ___ Reply to this item at: ___ Mess

Re: [Freeciv-Dev] [bug #19868] Network protocol documentation

2012-07-06 Thread Sveinung Kvilhaugsvik
On Thu, Jul 5, 2012 at 10:38 PM, Gilles J. Seguin wrote: >> * Some recursive dependencies are ignored > > what is recursive ? nothing > can you provide examples. > My mistake. Should have been transitive dependencies. (Dependency of dependency) >> While the generated Java code probably is >> bug

[Freeciv-Dev] [bug #19893] Build from tarball requires same libtool version that was used while running autogen.sh

2012-07-06 Thread Marko Lindqvist
Follow-up Comment #3, bug #19893 (project freeciv): There is "-f" passed to libtoolize in our autogen.sh after all, it just doesn't work under the circumstances. I think I've got bug to file against libtool. ___ Reply to this item at:

[Freeciv-Dev] [bug #19894] Cannot load savegame of barbarianless ruleset

2012-07-06 Thread Marko Lindqvist
Follow-up Comment #1, bug #19894 (project freeciv): As ruleset is loaded first and settings reseted, or even changed by humans, later, checks and restrictions should apply at the time of setting barbarianrate setting. Not that it would be trivial to implement either - when resetting to default val

[Freeciv-Dev] [bug #19868] Network protocol documentation

2012-07-06 Thread Sveinung Kvilhaugsvik
Follow-up Comment #2, bug #19868 (project freeciv): > On Thu, Jul 5, 2012 at 6:38 PM, Marko Lindqvist wrote: > Can you send your current patch as an reference what kind of results we are > talking here? > Hopefully the patch will get uploaded to Gna for real this time. This is the patch that I bel

[Freeciv-Dev] [patch #3361] Support web-links in helptexts

2012-07-06 Thread Zakri Kneebone
Follow-up Comment #2, patch #3361 (project freeciv): Perhaps there could be a backport of bbcode to C99? Looking at bbcode.org I see that there are .NET and C# implementations one of those could possibly be ported quite easily. As I read though, it seems that it functions by transforming to html.

[Freeciv-Dev] [bug #19088] Put more Windows installer/packaging material under version control

2012-07-06 Thread Marko Lindqvist
Update of bug #19088 (project freeciv): Status:None => Ready For Test Assigned to: cproc => cazfi ___ Reply to this item at:

[Freeciv-Dev] [bug #19088] Put more Windows installer/packaging material under version control

2012-07-06 Thread Marko Lindqvist
Follow-up Comment #6, bug #19088 (project freeciv): Material for S2_4 (and presumably TRUNK - I'll commit there too). - Contains patch #3365 - libcurl and recursive dependencies added (file #15990) ___ Additional Item Attachment: File nam

[Freeciv-Dev] [patch #3375] Cilician nation

2012-07-06 Thread Andrzej M. Gorzym
URL: Summary: Cilician nation Project: Freeciv Submitted by: artaxes Submitted on: Fri 06 Jul 2012 03:31:06 PM CEST Category: rulesets Priority: 1 - Later Stat

[Freeciv-Dev] [patch #3374] Buildable property for road types

2012-07-06 Thread Marko Lindqvist
URL: Summary: Buildable property for road types Project: Freeciv Submitted by: cazfi Submitted on: Fri 06 Jul 2012 02:25:18 PM EEST Category: general Priority: 5 - Normal

[Freeciv-Dev] [patch #3359] Prefer .patch over .diff

2012-07-06 Thread Marko Lindqvist
Update of patch #3359 (project freeciv): Status: Ready For Test => Done Assigned to:None => cazfi Open/Closed:Open => Closed

[Freeciv-Dev] [patch #3373] Alanian nation

2012-07-06 Thread Andrzej M. Gorzym
URL: Summary: Alanian nation Project: Freeciv Submitted by: artaxes Submitted on: Fri 06 Jul 2012 11:55:08 AM CEST Category: rulesets Priority: 1 - Later Statu

[Freeciv-Dev] [bug #19898] '/delegate take' doesn't check that target player has actually been delegated to this user

2012-07-06 Thread Jacob Nevins
Follow-up Comment #2, bug #19898 (project freeciv): (I'm having other trouble -- server crashes -- when I'm testing delegation; that'll be the subject of another ticket if I confirm it.) ___ Reply to this item at:

[Freeciv-Dev] [bug #19898] '/delegate take' doesn't check that target player has actually been delegated to this user

2012-07-06 Thread Jacob Nevins
Update of bug #19898 (project freeciv): Status: In Progress => Ready For Test ___ Follow-up Comment #1: I plan to commit this soon unless anyone tells me I've fundamentally misunderstood how delegatio

[Freeciv-Dev] [patch #3372] Kamboja nation

2012-07-06 Thread Andrzej M. Gorzym
URL: Summary: Kamboja nation Project: Freeciv Submitted by: artaxes Submitted on: Fri 06 Jul 2012 09:16:25 AM CEST Category: rulesets Priority: 1 - Later Statu