[Freeciv-Dev] [patch #3345] View units in foreign cities

2012-07-02 Thread Marko Lindqvist
Follow-up Comment #10, patch #3345 (project freeciv): To prevent cheating clients on multiplayer games server sends units to client only when player is supposed to see them. If your effect is not active at the time server decides whether to send units inside particular city during turn change, uni

[Freeciv-Dev] [patch #3345] View units in foreign cities

2012-07-02 Thread Sveinung Kvilhaugsvik
Follow-up Comment #9, patch #3345 (project freeciv): Found a bug in my patch (unless its a consequence of me using the editor to test various scenarios): after invading a city containing a wonder granting this effect foreign cities not under fog of war at the time of the invasion appear empty. Cit

[Freeciv-Dev] [bug #19890] Codingstyle mentions config.h instead of fc_config.h

2012-07-02 Thread Marko Lindqvist
URL: Summary: Codingstyle mentions config.h instead of fc_config.h Project: Freeciv Submitted by: cazfi Submitted on: Tue 03 Jul 2012 03:25:19 AM EEST Category: docs Severity: 3

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

2012-07-02 Thread Marko Lindqvist
Update of bug #17440 (project freeciv): Status:None => In Progress Assigned to:None => cazfi Planned Release: 2.4.0 => 2.4.0, 2.5.0 _

[Freeciv-Dev] [patch #3354] Unit type flag prefix F_ -> UTF_

2012-07-02 Thread Marko Lindqvist
Update of patch #3354 (project freeciv): Status: Ready For Test => In Progress ___ Follow-up Comment #1: Though I checked before writing the patch that UTF-8 & friends are always referred with bit cou

[Freeciv-Dev] [bug #19885] Sort out 'check' behaviour for playercolor/mapimg

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

[Freeciv-Dev] [bug #19873] "civ" and "ser" mentioned in INSTALL

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

[Freeciv-Dev] [bug #19889] Gtk3 client uses some Gtk2 option values/defaults

2012-07-02 Thread Jacob Nevins
Update of bug #19889 (project freeciv): Status: In Progress => Ready For Test Depends on: => bugs #18196 ___ Additional Item Attachment: File name: tr

[Freeciv-Dev] [bug #18196] gtk2-client -> gtk3-client settings migration

2012-07-02 Thread Jacob Nevins
Update of bug #18196 (project freeciv): Status:None => Ready For Test Assigned to:None => jtn Depends on: => bugs #19888 __

Re: [Freeciv-Dev] [patch #3354] Unit type flag prefix F_ -> UTF_

2012-07-02 Thread Gilles J. Seguin
On Sun, 2012-07-01 at 20:02 +0200, Marko Lindqvist wrote: > Details: > > It bothers me that unit type flags have just prefix F_ when all the other flag > types have specific prefix. Attached patch makes unit type flag prefix UTF_ > and adds word "type" (as opposed to unit *class* flags) to names o

[Freeciv-Dev] [bug #19889] Gtk3 client uses some Gtk2 option values/defaults

2012-07-02 Thread Jacob Nevins
URL: Summary: Gtk3 client uses some Gtk2 option values/defaults Project: Freeciv Submitted by: jtn Submitted on: Mon Jul 2 23:17:51 2012 Category: client-gtk-3.0 Severity: 2 -

[Freeciv-Dev] [patch #3345] View units in foreign cities

2012-07-02 Thread Sveinung Kvilhaugsvik
Follow-up Comment #8, patch #3345 (project freeciv): New version. Tests: * Compiles using "./autogen.sh --enable-debug && make" * Auto game when map and game seed is the same (the effect isn't active): same as trunk (except time) * Auto game when map and game seed is the same (the effect is act

Re: [Freeciv-Dev] [patch #3331] Make .zip archive

2012-07-02 Thread Marko Lindqvist
On 3 July 2012 00:38, Gilles J. Seguin wrote: > it would be a > shame to make the world just a little bit difficult for them. Freeciv is Open Source, which means that source code should be available for everyone as easily as possible. - ML ___ Fre

[Freeciv-Dev] [bug #19888] Gtk widget rearrangement options backward compatibility measures won't work

2012-07-02 Thread Jacob Nevins
Update of bug #19888 (project freeciv): Status: In Progress => Ready For Test ___ Additional Item Attachment: File name: trunk-S2_4-gtk2-widget-options-backward-compat-fix.diff Size:1 KB File name: S2

[Freeciv-Dev] [bug #19888] Gtk widget rearrangement options backward compatibility measures won't work

2012-07-02 Thread Jacob Nevins
Follow-up Comment #1, bug #19888 (project freeciv): Out of interest, it looks like we never provided any migration at all from 2.1-and-prior unadorned option names like "split_bottom_notebook" -- if this was present in .civclientrc it would be ignored and the default used in 2.2.0+. The move to "g

[Freeciv-Dev] [bug #19888] Gtk widget rearrangement options backward compatibility measures won't work

2012-07-02 Thread Jacob Nevins
URL: Summary: Gtk widget rearrangement options backward compatibility measures won't work Project: Freeciv Submitted by: jtn Submitted on: Mon Jul 2 22:42:37 2012 Category: client

Re: [Freeciv-Dev] [patch #3331] Make .zip archive

2012-07-02 Thread Gilles J. Seguin
On Mon, 2012-07-02 at 21:52 +0200, Jacob Nevins wrote: > Follow-up Comment #7, patch #3331 (project freeciv): > > I do plan to continue shipping .zips. While I take on board the comments about > the handling of awkward filenames, I assert we don't have any and will notice > if we gain any, and ZIP

[Freeciv-Dev] [patch #3337] make more use of help_tile and unify its current use

2012-07-02 Thread anonymous
Follow-up Comment #4, patch #3337 (project freeciv): Actually, that name is still open for suggestions, as I'm thinking about adding one more function (gtk_pixcomm_new_from_sprite(struct sprite)). I think it would be useful in a few places.

[Freeciv-Dev] [patch #3331] Make .zip archive

2012-07-02 Thread anonymous
Follow-up Comment #8, patch #3331 (project freeciv): OK, not that important - that was mostly mt frustration with the tools. Though "buying 7z" ? Last time I've checked that one was not simply freeware, but even open source. I still hold, though, that "baseline" means "obsolete" in this case (as

[Freeciv-Dev] [patch #3036] Use SPECENUM_COUNT for traits

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

[Freeciv-Dev] [bug #19878] "/cmdlevel invalid" can cause write beyond array bounds

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

[Freeciv-Dev] [bug #15090] Replace BC and AD by CE and BCE

2012-07-02 Thread Jacob Nevins
Update of bug #15090 (project freeciv): Status: In Progress => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #19876] Nation legends use a mix of AD/BC and CE/BCE

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

[Freeciv-Dev] [bug #19875] Default year labels ("AD"/"BC") not localised

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

[Freeciv-Dev] [bug #19870] Sort out female qualifiers on leader names

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

[Freeciv-Dev] [patch #3331] Make .zip archive

2012-07-02 Thread Jacob Nevins
Follow-up Comment #7, patch #3331 (project freeciv): I do plan to continue shipping .zips. While I take on board the comments about the handling of awkward filenames, I assert we don't have any and will notice if we gain any, and ZIP is still a useful baseline format which is natively understood b

[Freeciv-Dev] [task #7603] Tracking release 2.4.0-beta1

2012-07-02 Thread Jacob Nevins
Follow-up Comment #2, task #7603 (project freeciv): Good point about nations. I wasn't planning to do any more pull-ups now, anyway. ___ Reply to this item at: ___

[Freeciv-Dev] [patch #3095] Freeciv theme for gtk3-client

2012-07-02 Thread Marko Lindqvist
Follow-up Comment #12, patch #3095 (project freeciv): So it seems that supporting gtk3-client based on gtk3 3.0 is not doing much good to the extend that if we can't get gtk+ 3.4 at least, it's simply better to rely on gtk2-client. What gtk3 version Ubuntu 12.04 LTS ships with? Relying on gtk2-c

[Freeciv-Dev] [bug #19761] Recursive logging sanity check not thread-safe

2012-07-02 Thread Marko Lindqvist
Update of bug #19761 (project freeciv): Status:None => Fixed Assigned to:None => cazfi Open/Closed:Open => Closed _

[Freeciv-Dev] [task #7504] Tracking release 2.4.0

2012-07-02 Thread Marko Lindqvist
Update of task #7504 (project freeciv): Depends on: => task #7603 ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [task #7603] Tracking release 2.4.0-beta1

2012-07-02 Thread Marko Lindqvist
Follow-up Comment #1, task #7603 (project freeciv): > These are mainly things that for future compatibility reasons > must be done before first S2_4 release since they cannot be done > after release is already out. On a related note I've changed my mind about backporting of nations from TRUNK to

[Freeciv-Dev] [patch #2829] Text data files with native line endings

2012-07-02 Thread Marko Lindqvist
Update of patch #2829 (project freeciv): Status: Ready For Test => In Progress ___ Reply to this item at: ___ Message sen

[Freeciv-Dev] [patch #1966] Fix gcc warning

2012-07-02 Thread Marko Lindqvist
Follow-up Comment #2, patch #1966 (project freeciv): > patch #1959 will probably fix that. Did it, or does gcc on some environment give warning about this? ___ Reply to this item at: ___

[Freeciv-Dev] [patch #2733] amortize_abs_zero()

2012-07-02 Thread Marko Lindqvist
Follow-up Comment #2, patch #2733 (project freeciv): This patch didn't prove beneficial for the ai. > Obviously it would be better to do just slightly (want value > between 0 and 1) beneficial thing than nothing. I will look if it would be feasible to always do even value 0 things instead of not

[Freeciv-Dev] [patch #3346] Ranklog: add player's score to log -- rank even if game ends for /endturn

2012-07-02 Thread Marko Lindqvist
Update of patch #3346 (project freeciv): Category:None => general Priority: 3 - Low => 5 - Normal Status:None => Ready For Test Assigned to:

[Freeciv-Dev] [patch #3331] Make .zip archive

2012-07-02 Thread Marko Lindqvist
Follow-up Comment #6, patch #3331 (project freeciv): jtn: Do you, as release manager, plan to continue shipping .zips? Should this patch go forward? ___ Reply to this item at: ___

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

2012-07-02 Thread Marko Lindqvist
Update of bug #19088 (project freeciv): Planned Release: => 2.3.3, 2.4.0, 2.5.0 ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [task #7603] Tracking release 2.4.0-beta1

2012-07-02 Thread Marko Lindqvist
Update of task #7603 (project freeciv): Depends on: => patch #3095 ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [task #7603] Tracking release 2.4.0-beta1

2012-07-02 Thread Marko Lindqvist
Update of task #7603 (project freeciv): Depends on: => patch #3320 ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [task #7603] Tracking release 2.4.0-beta1

2012-07-02 Thread Marko Lindqvist
URL: Summary: Tracking release 2.4.0-beta1 Project: Freeciv Submitted by: cazfi Submitted on: Mon 02 Jul 2012 05:48:17 PM EEST Should Start On: Mon 02 Jul 2012 12:00:00 AM EEST Should be Finished on

Re: [Freeciv-Dev] Owned railoads

2012-07-02 Thread Marko Lindqvist
On 2 July 2012 16:48, slawomir lach wrote: > Hi. > > I'm Sławomir Lach. I'm from Poland. Sorry for bad English. > > My idea is about making unit able to use raiload only if it's in owner > of unit border. > > So we can't use raiload to conquer enemy terrain. > Where should I start? Is server set

[Freeciv-Dev] [bug #18228] Configure does not support Mac OS Framework-style SDL installation

2012-07-02 Thread David Lowe
Follow-up Comment #9, bug #18228 (project freeciv): Um, which question still needs an answer? Regrettably i no longer have older emails. ___ Reply to this item at: __

[Freeciv-Dev] Owned railoads

2012-07-02 Thread slawomir lach
Hi. I'm Sławomir Lach. I'm from Poland. Sorry for bad English. My idea is about making unit able to use raiload only if it's in owner of unit border. So we can't use raiload to conquer enemy terrain. Where should I start? Thanks, Lach Sławomir. ___

[Freeciv-Dev] [bug #18227] Qt-client configure check test program compilation fails

2012-07-02 Thread Marko Lindqvist
Update of bug #18227 (project freeciv): Planned Release: 2.4.0 => ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #18200] Configure does not support Mac OS Framework-style Qt installation

2012-07-02 Thread Marko Lindqvist
Update of bug #18200 (project freeciv): Planned Release: 2.4.0 => ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #18228] Configure does not support Mac OS Framework-style SDL installation

2012-07-02 Thread Marko Lindqvist
Update of bug #18228 (project freeciv): Planned Release: 2.4.0 => ___ Follow-up Comment #8: Stalled since David never answered to latest question (this was getting quite desperate attempts

[Freeciv-Dev] [patch #3358] Galatian nation

2012-07-02 Thread Andrzej M. Gorzym
URL: Summary: Galatian nation Project: Freeciv Submitted by: artaxes Submitted on: Mon 02 Jul 2012 03:18:00 PM CEST Category: rulesets Priority: 1 - Later Stat

[Freeciv-Dev] [patch #3302] Freeciv.net configure option

2012-07-02 Thread Marko Lindqvist
Update of patch #3302 (project freeciv): Status: Ready For Test => In Progress ___ Reply to this item at: ___ Message sen

[Freeciv-Dev] [patch #3301] xz compressed tarballs

2012-07-02 Thread Marko Lindqvist
Update of patch #3301 (project freeciv): Assigned to: cazfi => None ___ Reply to this item at: ___ Message sen

[Freeciv-Dev] [patch #3320] Add ai type argument to Lua edit.create_player()

2012-07-02 Thread Marko Lindqvist
Update of patch #3320 (project freeciv): Planned Release: 2.4.0,2.5.0 => 2.4.0-beta1, 2.5.0 ___ Follow-up Comment #4: > if we don't do it now, we won't ever be able to That means that this is blocker even for 2.4