[Freeciv-Dev] [patch #2715] Use cairo in gtk3-client

2011-11-07 Thread anonymous
Follow-up Comment #50, patch #2715 (project freeciv): After a bit checking, I came up with that better solution - if client can change view, overview is invalidated on mapview scroll change. Implemented in this version. But I've got a silly question and a request. The question: how do I

[Freeciv-Dev] [patch #2715] Use cairo in gtk3-client

2011-11-07 Thread Matthias Pfafferodt
Follow-up Comment #51, patch #2715 (project freeciv): The question: how do I deselect a unit without canceling its orders ? I do not know - as long as you have units which could be moved the next one is selected. The request: it would be nice, if the option of activating unit selection

[Freeciv-Dev] [patch #3029] overview_window_finished()

2011-11-07 Thread Marko Lindqvist
URL: http://gna.org/patch/?3029 Summary: overview_window_finished() Project: Freeciv Submitted by: cazfi Submitted on: Mon 07 Nov 2011 08:36:51 PM EET Category: client Priority: 5 - Normal

[Freeciv-Dev] [patch #2715] Use cairo in gtk3-client

2011-11-07 Thread anonymous
Follow-up Comment #52, patch #2715 (project freeciv): Well, the problem is that menu is active only if a unit is selected, otherwise whole menu is inaccessible - that was the reason behind the request. I'm a bit surprised, that the question didn't have a trivial answer.

[Freeciv-Dev] [patch #2715] Use cairo in gtk3-client

2011-11-07 Thread Marko Lindqvist
Follow-up Comment #53, patch #2715 (project freeciv): The other way around is also a no go, as there's no release_overview_window counterpart of get_overview_window. Don't know if you are still interested with new developments you've done, but I had moment earlier today to write patch #3029

[Freeciv-Dev] [bug #18243] map window displayed incorrectly with gtk+ 2.24.5 (and Ubuntu Oneiric's 2.24.6)

2011-11-07 Thread Marko Lindqvist
Follow-up Comment #27, bug #18243 (project freeciv): Current 100% CPU usage was endless loop in find_next_free_port(). As I added debug otuput, problem went away - in the end just adding local variables fixed it. I assume this was memory corruption that ended, once local variables were added,

[Freeciv-Dev] [bug #18243] map window displayed incorrectly with gtk+ 2.24.5 (and Ubuntu Oneiric's 2.24.6)

2011-11-07 Thread anonymous
Follow-up Comment #28, bug #18243 (project freeciv): I'm not sure if it's related, but... In my cairo_drawing patch I was touching a bit of stuff not really drawing related. Among them, there was an issue that I came upon while trying to make freeciv build and run with gtk3. Namely, at first

[Freeciv-Dev] [patch #2715] Use cairo in gtk3-client

2011-11-07 Thread David Lowe
Follow-up Comment #54, patch #2715 (project freeciv): The question: how do I deselect a unit without canceling its orders ? If i remember correctly, you should be able to hit the space bar. This will go on to the next unit but not cancel what it is doing.

[Freeciv-Dev] [patch #3028] Macro to uppercase first letter of string

2011-11-07 Thread Marko Lindqvist
Follow-up Comment #3, patch #3028 (project freeciv): - Capitalization happens only if current language is in list translators can opt-in their language. It's all-or-nothing for now. One your language has subscribed to autocapitalization, it will get it for all strings marked with C_() I already

[Freeciv-Dev] [patch #2715] Use cairo in gtk3-client

2011-11-07 Thread anonymous
Follow-up Comment #55, patch #2715 (project freeciv): Perhaps I'm not being explicit enough: deselect as in after I select a unit, what do I need to do to have no unit selected (short of disbanding the unit or ending the turn). ___ Reply

[Freeciv-Dev] [patch #3030] Crusader nation

2011-11-07 Thread J.M. Maalderink
URL: http://gna.org/patch/?3030 Summary: Crusader nation Project: Freeciv Submitted by: mixcoatl Submitted on: Mon 07 Nov 2011 08:17:36 PM GMT Category: rulesets Priority: 5 - Normal

[Freeciv-Dev] [patch #2975] Tuareg nation

2011-11-07 Thread J.M. Maalderink
Update of patch #2975 (project freeciv): Status:None = Ready For Test ___ Follow-up Comment #4: Some edits (file #14469) ___

[Freeciv-Dev] [patch #3031] Ruleset default government

2011-11-07 Thread Marko Lindqvist
URL: http://gna.org/patch/?3031 Summary: Ruleset default government Project: Freeciv Submitted by: cazfi Submitted on: Mon 07 Nov 2011 10:35:56 PM EET Category: general Priority: 5 - Normal

[Freeciv-Dev] [patch #2976] Marathi nation

2011-11-07 Thread J.M. Maalderink
Update of patch #2976 (project freeciv): Status: In Progress = Ready For Test ___ Follow-up Comment #3: Some edits and a flag. Is the proper adjective Marathi or Maratha? I have seen both. (file

[Freeciv-Dev] [patch #2954] Sokoto nation

2011-11-07 Thread J.M. Maalderink
Update of patch #2954 (project freeciv): Status: In Progress = Ready For Test ___ Reply to this item at: http://gna.org/patch/?2954 ___ Message sent

[Freeciv-Dev] [patch #3032] Remove init_government -field from distributed nations

2011-11-07 Thread Marko Lindqvist
URL: http://gna.org/patch/?3032 Summary: Remove init_government -field from distributed nations Project: Freeciv Submitted by: cazfi Submitted on: Mon 07 Nov 2011 10:49:01 PM EET Category: rulesets

[Freeciv-Dev] [patch #3032] Remove init_government -field from distributed nations

2011-11-07 Thread Marko Lindqvist
Update of patch #3032 (project freeciv): Depends on: = patch #3031 ___ Reply to this item at: http://gna.org/patch/?3032 ___ Message sent

[Freeciv-Dev] [patch #3033] Send more messages to threaded ai threads

2011-11-07 Thread Marko Lindqvist
URL: http://gna.org/patch/?3033 Summary: Send more messages to threaded ai threads Project: Freeciv Submitted by: cazfi Submitted on: Mon 07 Nov 2011 11:08:58 PM EET Category: ai Priority: 5 - Normal

[Freeciv-Dev] [patch #2985] Cretan nation

2011-11-07 Thread J.M. Maalderink
Update of patch #2985 (project freeciv): Status: In Progress = Done Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #18949] Comments describing ai callbacks typo called for - called from

2011-11-07 Thread Marko Lindqvist
URL: http://gna.org/bugs/?18949 Summary: Comments describing ai callbacks typo called for - called from Project: Freeciv Submitted by: cazfi Submitted on: Mon 07 Nov 2011 11:24:50 PM EET Category: docs

[Freeciv-Dev] [bug #18912] Debian packet creation fails from svn checkout

2011-11-07 Thread Marko Lindqvist
Update of bug #18912 (project freeciv): Status: Ready For Test = Fixed Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [patch #3012] List cimpletoon in documentation

2011-11-07 Thread Marko Lindqvist
Update of patch #3012 (project freeciv): Status:None = Done Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [bug #18920] Base's native_to fied not documented in terrain.rulesets

2011-11-07 Thread Marko Lindqvist
Update of bug #18920 (project freeciv): Status: Ready For Test = Fixed Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [patch #2738] Client - metaserver communication thread

2011-11-07 Thread Marko Lindqvist
Update of patch #2738 (project freeciv): Status: Ready For Test = Done Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [patch #2993] Frankish nation

2011-11-07 Thread J.M. Maalderink
Follow-up Comment #2, patch #2993 (project freeciv): Combined version (file #14477) ___ Additional Item Attachment: File name: frankish.ruleset Size:4 KB ___ Reply

[Freeciv-Dev] [patch #3034] Rename current registry.[ch] as registry_ini.[ch]

2011-11-07 Thread Marko Lindqvist
URL: http://gna.org/patch/?3034 Summary: Rename current registry.[ch] as registry_ini.[ch] Project: Freeciv Submitted by: cazfi Submitted on: Tue 08 Nov 2011 12:59:29 AM EET Category: general Priority: 5

[Freeciv-Dev] [bug #18923] fcdb command has no short description

2011-11-07 Thread Jacob Nevins
Follow-up Comment #3, bug #18923 (project freeciv): Oops, missed that, sorry. I'll stick with mine; hope that's OK. ___ Reply to this item at: http://gna.org/bugs/?18923 ___ Message sent

[Freeciv-Dev] [bug #17846] Add astr_to_str(): convert an astring into a char *

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

[Freeciv-Dev] [patch #3016] Remove a couple of fixed-length string buffers

2011-11-07 Thread Jacob Nevins
Update of patch #3016 (project freeciv): Category:None = client Status: Ready For Test = Done Open/Closed:Open = Closed

[Freeciv-Dev] [bug #18923] fcdb command has no short description

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

[Freeciv-Dev] [patch #3017] Allow server command help to be generated on the fly

2011-11-07 Thread Jacob Nevins
Update of patch #3017 (project freeciv): Status: Ready For Test = Done Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #3021] mapimg: polish strings

2011-11-07 Thread Jacob Nevins
Update of patch #3021 (project freeciv): Status: Ready For Test = Done Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #18934] freeciv-modpack table headings not marked for i18n

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

[Freeciv-Dev] [patch #3020] Soundset category for modpack installer

2011-11-07 Thread Jacob Nevins
Update of patch #3020 (project freeciv): Status: Ready For Test = Done Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #18935] amplio/amplio2: glitch in Steam Age city

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

[Freeciv-Dev] [bug #18887] fix text for fcdb command

2011-11-07 Thread Jacob Nevins
Update of bug #18887 (project freeciv): Status: Ready For Test = Duplicate Open/Closed:Open = Closed Planned Release: 2.3.1,2.4.0 = 2.4.0 Summary:

[Freeciv-Dev] [bug #18909] fix spelling

2011-11-07 Thread Jacob Nevins
Update of bug #18909 (project freeciv): Status: Ready For Test = Duplicate Open/Closed:Open = Closed ___ Follow-up Comment #1: Fixed in passing in

[Freeciv-Dev] [bug #18909] fix spelling

2011-11-07 Thread Jacob Nevins
Follow-up Comment #2, bug #18909 (project freeciv): Complete rubbish. I _meant_ patch #3021, of course. ___ Reply to this item at: http://gna.org/bugs/?18909 ___ Message sent via/by Gna!

[Freeciv-Dev] State of secfile /n /r/n compatibility

2011-11-07 Thread Marko Lindqvist
I've been rewriting client - metaserver communication to use libcurl (via netfile.[ch]). Everything works without giving any errors, but client shows nothing - not even latest version information. It seems that it cannot find any values from specfile. By saving temporary file I've confirmed that

[Freeciv-Dev] [patch #2380] Client - metaserver communication with curl

2011-11-07 Thread Marko Lindqvist
Update of patch #2380 (project freeciv): Status:None = In Progress ___ Follow-up Comment #2: First version of the patch. Doesn't work yet. Seems like a bug in secfile line endings

[Freeciv-Dev] [patch #2715] Use cairo in gtk3-client

2011-11-07 Thread anonymous
Follow-up Comment #56, patch #2715 (project freeciv): This version should be more or less final as far as gtk2 goes - for gtk3 there's obviously much more on schedule (still, much of it already works there too). As for patch #3029, I've got mixed feelings - that way would be more consistent

[Freeciv-Dev] [patch #2715] Use cairo in gtk3-client

2011-11-07 Thread anonymous
Follow-up Comment #57, patch #2715 (project freeciv): Actually, I misspoke - there seem to be one more change that could be implemented, affected by this patch, though not strictly cairo related. It's just an idea, as I have yet to try to implement it, but it seems that both chatline and option

[Freeciv-Dev] [bug #18922] Server address binding fails

2011-11-07 Thread anonymous
Follow-up Comment #6, bug #18922 (project freeciv): Well, I've made a little progress - patch #2838 works after a nearly trivial fix - adding memset(hints, 0, sizeof(hints)); right under fc_snprintf(servname, sizeof(servname), %d, port); But patch #2933 still results in bind failed message