[Freeciv-Dev] [patch #3436] Improve server console readline completion

2012-07-20 Thread Jacob Nevins
Update of patch #3436 (project freeciv): Status: In Progress => Ready For Test ___ Additional Item Attachment: File name: trunk-S2_4_server-readline-improve.patch Size:15 KB File name: S2_3_server-rea

[Freeciv-Dev] [patch #3436] Improve server console readline completion

2012-07-20 Thread Jacob Nevins
URL: Summary: Improve server console readline completion Project: Freeciv Submitted by: jtn Submitted on: Sat Jul 21 04:33:43 2012 Category: None Priority: 5 - Normal

[Freeciv-Dev] [patch #3434] Qt revolution menu and message box

2012-07-20 Thread Marko Lindqvist
Follow-up Comment #1, patch #3434 (project freeciv): > // common > #include "game.h" >+#include "packhand.h" > #include "government.h" packhand.h is not in common but in client, and includes should be in alphabetical order within category. > for (int i = 1; i < gov_count; i++) { /** skip anarchy

[Freeciv-Dev] [bug #19957] Move Lua tile:set_label() from tolua_game to tolua_server

2012-07-20 Thread Jacob Nevins
Update of bug #19957 (project freeciv): Status:None => Ready For Test Assigned to:None => jtn ___ Follow-up Comment #3: * Invent edit.tile_

[Freeciv-Dev] [bug #19962] Lua Tile:set_label() does not update clients

2012-07-20 Thread Jacob Nevins
URL: Summary: Lua Tile:set_label() does not update clients Project: Freeciv Submitted by: jtn Submitted on: Sat Jul 21 01:28:29 2012 Category: None Severity: 3 - Normal

[Freeciv-Dev] [bug #19956] Remove Lua create_road(tile, ...) in favour of tile:create_road(...) etc

2012-07-20 Thread Jacob Nevins
Update of bug #19956 (project freeciv): Status:None => Ready For Test Assigned to:None => jtn Summary: Remove Lua create_road(tile, ...) in favour of tile:create_road(...) etc? => R

[Freeciv-Dev] [patch #3435] New civilization - Mormons

2012-07-20 Thread Jacob Nevins
Update of patch #3435 (project freeciv): Category: general => rulesets Assigned to:None => mixcoatl ___ Follow-up Comment #1: The flag would nee

[Freeciv-Dev] [patch #3435] New civilization - Mormons

2012-07-20 Thread anonymous
URL: Summary: New civilization - Mormons Project: Freeciv Submitted by: None Submitted on: Sat 21 Jul 2012 12:03:05 AM UTC Category: general Priority: 5 - Normal

[Freeciv-Dev] [patch #3433] Remove Gtk2-specific code from Gtk3 client

2012-07-20 Thread Marko Lindqvist
Follow-up Comment #4, patch #3433 (project freeciv): - S2_4 version (file #16144) ___ Additional Item Attachment: File name: Gtk3Gtk3Only-S2_4-2.patch.bz2 Size:6 KB ___ Reply to t

[Freeciv-Dev] [bug #19957] Move Lua tile:set_label() from tolua_game to tolua_server

2012-07-20 Thread Marko Lindqvist
Follow-up Comment #2, bug #19957 (project freeciv): > Just wanted to check there wasn't some plan for client-side > private labels. While per-player labels would make sense, they too, if ever implemented, must go to server side to be added in savegames. __

[Freeciv-Dev] [bug #19957] Move Lua tile:set_label() from tolua_game to tolua_server

2012-07-20 Thread Jacob Nevins
Follow-up Comment #1, bug #19957 (project freeciv): It's easy enough to fix this, but can I first check that the intent wasn't to make this available on the client? Entering something like find.tile(0,0):set_label("Hello") in the client Lua console does actually "work" at the moment, in that the

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail on Gentoo

2012-07-20 Thread Jacob Nevins
Update of bug #19961 (project freeciv): Status:None => Ready For Test Assigned to:None => jtn ___ Follow-up Comment #15: > it works Good ne

[Freeciv-Dev] [patch #3433] Remove Gtk2-specific code from Gtk3 client

2012-07-20 Thread Marko Lindqvist
Update of patch #3433 (project freeciv): Planned Release: 2.5.0 => 2.4.0, 2.5.0 ___ Follow-up Comment #3: New version for TRUNK (S2_4 version coming later) - Remove freeciv.rc-2.0 stuff, including res

[Freeciv-Dev] [bug #19921] Intermediate animation steps in map update not visible

2012-07-20 Thread Marko Lindqvist
Update of bug #19921 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail on Gentoo

2012-07-20 Thread Jacob Nevins
Additional Item Attachment, bug #19961 (project freeciv): File name: trunk-S2_4-enable-sys-lua-portability-bis.patch Size:1 KB ___ Reply to this item at: ___ Me

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail on Gentoo

2012-07-20 Thread mir3x
Follow-up Comment #14, bug #19961 (project freeciv): it works configure:32306: $PKG_CONFIG --exists --print-errors "lua >= 5.1 lua < 5.2" configure:32309: $? = 0 configure:32324: $PKG_CONFIG --exists --print-errors "lua >= 5.1 lua < 5.2" configure:32327: $? = 0 configure:32369: result: yes _

[Freeciv-Dev] [patch #3417] Configure check for Qt version

2012-07-20 Thread Jacob Nevins
Follow-up Comment #5, patch #3417 (project freeciv): As of patch #3424, Qt 4.7 is no longer a requirement -- it now builds fine on my 4.6.2 system. ___ Reply to this item at:

[Freeciv-Dev] [patch #3431] Call bitwise setting with no bits set "empty value"

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

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail on Gentoo

2012-07-20 Thread Jacob Nevins
Follow-up Comment #13, bug #19961 (project freeciv): Argh. Missing space. "lua >= 5.1 lua < 5.2" (I've tested it this time.) ___ Reply to this item at: ___ Messa

[Freeciv-Dev] [patch #3433] Remove Gtk2-specific code from Gtk3 client

2012-07-20 Thread Jacob Nevins
Follow-up Comment #2, patch #3433 (project freeciv): If this is a prerequisite for further patches to the Gtk3 client, I think it'll need to go to 2.4.0 as well. How about removing the freeciv.rc-2.0 related stuff from the Gtk3 Makefile, and fallback_resources[] while removing Gtk2 things? As not

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail on Gentoo

2012-07-20 Thread mir3x
Follow-up Comment #12, bug #19961 (project freeciv): Doesnt work: Unknown version comparison operator '>=5.1' after package name 'lua' in file '(command line arguments)' ___ Reply to this item at: _

[Freeciv-Dev] [patch #3433] Remove Gtk2-specific code from Gtk3 client

2012-07-20 Thread Marko Lindqvist
Update of patch #3433 (project freeciv): Status:None => Ready For Test Planned Release: => 2.5.0 ___ Follow-up Comment #1: Patch (file #1614

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail on Gentoo

2012-07-20 Thread Jacob Nevins
Follow-up Comment #11, bug #19961 (project freeciv): Darn, overly fussy. Can you try changing "lua = 5.1" to "lua >=5.1 lua < 5.2"? ___ Reply to this item at: ___

[Freeciv-Dev] [patch #3424] City dialog created for Qt Version

2012-07-20 Thread Jacob Nevins
Follow-up Comment #5, patch #3424 (project freeciv): I think citydlg.h was missed from the commit to svn (r21586), although it's in the attached patches. With citydlg.h from file #16129, it builds and runs for me. ___ Reply to this item at

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail on Gentoo

2012-07-20 Thread mir3x
Follow-up Comment #10, bug #19961 (project freeciv): doesnt work anyway configure:32327: $? = 1 Requested 'lua = 5.1' but version of Lua is 5.1.4 configure:32355: result: no configure:32358: error: Use of included lua disabled, and no lua found from system ___

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail on Gentoo

2012-07-20 Thread Jacob Nevins
Update of bug #19961 (project freeciv): Operating System:None => GNU/Linux ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail on Gentoo

2012-07-20 Thread Jacob Nevins
Follow-up Comment #9, bug #19961 (project freeciv): (It's a bit ugly because it can produce output like this: checking for LUA... no checking for LUA... no checking for LUA... yes) ___ Reply to this item at:

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail on Gentoo

2012-07-20 Thread Jacob Nevins
Update of bug #19961 (project freeciv): Summary: ./configure --enable-sys-lua fail => ./configure --enable-sys-lua fail on Gentoo ___ Follow-up Comment #8: Looks like Lua upstream made good on their threat to drop lua.pc f

[Freeciv-Dev] [patch #3424] City dialog created for Qt Version

2012-07-20 Thread Marko Lindqvist
Update of patch #3424 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail

2012-07-20 Thread mir3x
Follow-up Comment #7, bug #19961 (project freeciv): so maybe one of these macros will be useful ? http://www.gnu.org/software/autoconf-archive/ax_lua.html ___ Reply to this item at:

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail

2012-07-20 Thread Marko Lindqvist
Follow-up Comment #6, bug #19961 (project freeciv): > lua -e 'print(_VERSION)' 2>&1 | cut -d' ' -f2 You cannot run target system lua on build system when cross-compiling. ___ Reply to this item at:

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail

2012-07-20 Thread mir3x
Follow-up Comment #5, bug #19961 (project freeciv): lua -e 'print(_VERSION)' 2>&1 | cut -d' ' -f2 will post correct version but Im not good in putting it in configure ___ Reply to this item at:

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail

2012-07-20 Thread Marko Lindqvist
Follow-up Comment #4, bug #19961 (project freeciv): > but pkgconfig file is called lua.pc instead lua51.pc That's tricky setup. Even ignoring other distributions that would be affected with checking lua.pc, presumably lua.pc always refers to *current* lua version in your distribution. 5.0, 5.1, a

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail

2012-07-20 Thread mir3x
Follow-up Comment #3, bug #19961 (project freeciv): http://lua-users.org/lists/lua-l/2008-09/msg00184.html ___ Reply to this item at: ___ Message sent via/by Gn

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail

2012-07-20 Thread mir3x
Follow-up Comment #2, bug #19961 (project freeciv): gentoo ___ Reply to this item at: ___ Message sent via/by Gna! http://gna.org/ __

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail

2012-07-20 Thread Jacob Nevins
Follow-up Comment #1, bug #19961 (project freeciv): Hm. I haven't tested it thoroughly, but looking at package contents, on Ubuntu (Lucid / Precise) and Debian (stable and testing), the pkgconfig file is called lua5.1.pc, not lua.pc. What's your operating system / distribution? _

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail

2012-07-20 Thread Jacob Nevins
Update of bug #19961 (project freeciv): Planned Release: => 2.4.0,2.5.0 ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #19960] ./confiure

2012-07-20 Thread Jacob Nevins
Update of bug #19960 (project freeciv): Status:None => Invalid Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #19961] ./configure --enable-sys-lua fail

2012-07-20 Thread mir3x
URL: Summary: ./configure --enable-sys-lua fail Project: Freeciv Submitted by: mir3x Submitted on: Fri 20 Jul 2012 08:57:26 PM GMT Category: bootstrap Severity: 3 - Normal

[Freeciv-Dev] [bug #19960] ./confiure

2012-07-20 Thread mir3x
Follow-up Comment #1, bug #19960 (project freeciv): Can I remove it somehow ? I pressed enter in browser accidently. ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #19960] ./confiure

2012-07-20 Thread mir3x
URL: Summary: ./confiure Project: Freeciv Submitted by: mir3x Submitted on: Fri 20 Jul 2012 08:50:30 PM GMT Category: None Severity: 3 - Normal Priority: 5 - Nor

[Freeciv-Dev] [patch #3434] Qt revolution menu and message box

2012-07-20 Thread mir3x
URL: Summary: Qt revolution menu and message box Project: Freeciv Submitted by: mir3x Submitted on: Fri 20 Jul 2012 08:19:05 PM GMT Category: client-qt Priority: 5 - Normal

[Freeciv-Dev] [bug #19955] gtk_menus.xml not installed if only Gtk3 client built

2012-07-20 Thread Jacob Nevins
Update of bug #19955 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #3316] Celtic nation

2012-07-20 Thread Andrzej M. Gorzym
Follow-up Comment #1, patch #3316 (project freeciv): Some edits. (file #16138) ___ Additional Item Attachment: File name: celtic.ruleset Size:2 KB ___ Reply to this

[Freeciv-Dev] [bug #19959] Mon nation PNG flags don't match SVG

2012-07-20 Thread Jacob Nevins
Additional Item Attachment, bug #19959 (project freeciv): File name: trunk-S2_4-flag-mon-new-svg.patch Size:0 KB ___ Reply to this item at: ___ Message sent via

[Freeciv-Dev] [bug #18440] "IP_ADD_MEMBERSHIP (225.1.1.1) failed" on Windows

2012-07-20 Thread Jacob Nevins
Follow-up Comment #2, bug #18440 (project freeciv): The whole message is there, but you have to select the text and drag right to see it (dodgy CSS?) "An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call." I think I get something like this on Linux

[Freeciv-Dev] [bug #19959] Mon nation PNG flags don't match SVG

2012-07-20 Thread Jacob Nevins
Follow-up Comment #3, bug #19959 (project freeciv): Oh, right, that's a different patch. Not so dozy after all. ___ Reply to this item at: ___ Message sent via/b

[Freeciv-Dev] [bug #19959] Mon nation PNG flags don't match SVG

2012-07-20 Thread Jacob Nevins
Update of bug #19959 (project freeciv): Category:rulesets => art ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #19959] Mon nation PNG flags don't match SVG

2012-07-20 Thread Jacob Nevins
Update of bug #19959 (project freeciv): Status:None => Ready For Test Assigned to:None => jtn ___ Follow-up Comment #2: I am completely doz