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

2012-08-01 Thread David Lowe
Follow-up Comment #11, patch #3346 (project freeciv): Oops, i hadn't considered that. I guess things should stay as in comment #8. ___ Reply to this item at: ___

[Freeciv-Dev] [bug #19998] Cimpletoon tileset lacks Elephants/Crusaders, so can't be used with civ2/civ2civ3/multiplayer

2012-08-01 Thread Marko Lindqvist
Follow-up Comment #2, bug #19998 (project freeciv): > I wonder if similar usage of fallbacks would be acceptable > short-term solution (=avoid the client aborting at least) for > Elephants and Crusaders too? I think attached patch should go to beta1. It's much better than client always crashing u

[Freeciv-Dev] [bug #20018] Alternative gfx tag never used for unit orientation sprites

2012-08-01 Thread Marko Lindqvist
URL: Summary: Alternative gfx tag never used for unit orientation sprites Project: Freeciv Submitted by: cazfi Submitted on: Thu 02 Aug 2012 04:53:09 AM EEST Category: client Se

[Freeciv-Dev] Cazfi's 2.5 status

2012-08-01 Thread Marko Lindqvist
It's 9 Months since S2_4 was branched 02-Nov-11. It has been suggested that S2_5 branching would take place in another 9 Months, 02-May-13, in which case we would now be halfway in 2.5 feature development. This email is about things I'm doing myself. Others do valuable work too, but as my mind-rea

[Freeciv-Dev] [patch #3465] Add comments, quotation, for AC_DEFINEs

2012-08-01 Thread Marko Lindqvist
Follow-up Comment #1, patch #3465 (project freeciv): - Updated against svn (file #16279) ___ Additional Item Attachment: File name: CommentQuoteAcDefine-2.patch Size:16 KB ___ Re

[Freeciv-Dev] [patch #3477] Move ruleset sanity checking to file of its own

2012-08-01 Thread Marko Lindqvist
URL: Summary: Move ruleset sanity checking to file of its own Project: Freeciv Submitted by: cazfi Submitted on: Thu 02 Aug 2012 01:18:42 AM EEST Category: general Priority: 5 -

[Freeciv-Dev] [patch #3476] Alien World: Same trade from traderoutes regardless if cities are in same continent or not

2012-08-01 Thread Marko Lindqvist
URL: Summary: Alien World: Same trade from traderoutes regardless if cities are in same continent or not Project: Freeciv Submitted by: cazfi Submitted on: Thu 02 Aug 2012 12:58:49 AM EEST Cate

[Freeciv-Dev] [patch #3461] Disallow establishing trade routes with zero % trade income completely

2012-08-01 Thread Marko Lindqvist
Follow-up Comment #1, patch #3461 (project freeciv): - Also document this in game.ruleset comments (file #16276) ___ Additional Item Attachment: File name: DisallowZeropctTrade-2.patch Size:4 KB

[Freeciv-Dev] [patch #3475] Translate version tags received from metaserver

2012-08-01 Thread Marko Lindqvist
URL: Summary: Translate version tags received from metaserver Project: Freeciv Submitted by: cazfi Submitted on: Thu 02 Aug 2012 12:45:48 AM EEST Category: general Priority: 5 -

[Freeciv-Dev] [patch #3456] Add language names list

2012-08-01 Thread Marko Lindqvist
Follow-up Comment #6, patch #3456 (project freeciv): Current version of these patches suffer from a problem that at least "Brazilian Portuguese (pt_BR)" does not fit to Windows Installer dialog (on system where I quickly tested this) Not a blocker, though.

[Freeciv-Dev] [patch #3463] List language names in Win Installer po-file list

2012-08-01 Thread Marko Lindqvist
Follow-up Comment #1, patch #3463 (project freeciv): - List languages sorted in alphabetical order by their name (was sorted by their code) This leads to one to wonder if e.g. "British English" should be "English, British" (or in this particular case: "English, UK") so it would appear in "E" and

[Freeciv-Dev] [patch #3456] Add language names list

2012-08-01 Thread Marko Lindqvist
Update of patch #3456 (project freeciv): Status:Done => Ready For Test Open/Closed: Closed => Open ___ Follow-up Comment #5: Well, English sour

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

2012-08-01 Thread Marko Lindqvist
Follow-up Comment #10, patch #3346 (project freeciv): > Right now, i can't think of an example of a dead player who > might reasonably have a higher score than the players who > defeated it. It's team score that's used here, not that of individual player -> all members of the winning team are dec

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

2012-08-01 Thread David Lowe
Follow-up Comment #9, patch #3346 (project freeciv): "It's not new with behavior with this patch, but I wonder if dead players should be losers in all cases. Now they are marked as losers in first pass, but later passes have no aliveness check before the turn players to winners." Right now, i can

[Freeciv-Dev] [patch #3471] Set S2_4 "beta bit" on before actual beta1 release

2012-08-01 Thread Marko Lindqvist
Update of patch #3471 (project freeciv): Status:None => Ready For Test Assigned to:None => jtn ___ Follow-up Comment #2: Potential patch.

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

2012-08-01 Thread RafałMużyło
Follow-up Comment #4, patch #3376 (project freeciv): gna tends to fail at a few things - i.e. its mail/svn hooks tend to mangle utf8 strings quite a bit. ___ Reply to this item at: __

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

2012-08-01 Thread Marko Lindqvist
Update of patch #3376 (project freeciv): Status: In Progress => Ready For Test Assigned to:None => cazfi Planned Release: => 2.4.0, 2.5.0 _

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

2012-08-01 Thread Marko Lindqvist
Follow-up Comment #8, patch #3346 (project freeciv): + if (game.info.turn > game.server.end_turn) + /* endturn was reached - rank users based on team scores */ + rank_users(TRUE); + else + /* game ended for victory conditions - rank users based on survival */ + r

[Freeciv-Dev] [bug #19882] Help browser opening on turn change if help checkbox checked in research dialog

2012-08-01 Thread RafałMużyło
Follow-up Comment #1, bug #19882 (project freeciv): Just a note, so *I* won't forget it - this seems to affect gtk2 client too. The signal is connected to the "changed" signal of the combobox - that one can be emitted not just on interactive changes, but (AFAICT) also if i.e. model gets changed,

[Freeciv-Dev] [bug #20017] Qt-client science progressbar fills as if reserch took place just now

2012-08-01 Thread Marko Lindqvist
URL: Summary: Qt-client science progressbar fills as if reserch took place just now Project: Freeciv Submitted by: cazfi Submitted on: Wed 01 Aug 2012 08:42:04 PM EEST Category: client-qt

[Freeciv-Dev] [patch #3452] Qt science report small fix

2012-08-01 Thread Marko Lindqvist
Update of patch #3452 (project freeciv): Status:None => Ready For Test Assigned to:None => cazfi Planned Release: => 2.5.0

[Freeciv-Dev] [patch #3460] Qt Revolution Menu - Confirmation dialog

2012-08-01 Thread Marko Lindqvist
Update of patch #3460 (project freeciv): Priority: 3 - Low => 5 - Normal Summary: Qt Revolution Menu - Confiramtion dialog => Qt Revolution Menu - Confirmation dialog ___ Reply

[Freeciv-Dev] [patch #3460] Qt Revolution Menu - Confiramtion dialog

2012-08-01 Thread Marko Lindqvist
Update of patch #3460 (project freeciv): Status:None => Ready For Test Assigned to:None => cazfi Planned Release: => 2.5.0

[Freeciv-Dev] [patch #3474] Make scripts/capabilities to error out if no capability string given

2012-08-01 Thread Marko Lindqvist
URL: Summary: Make scripts/capabilities to error out if no capability string given Project: Freeciv Submitted by: cazfi Submitted on: Wed 01 Aug 2012 06:15:41 PM EEST Category: bootstrap

[Freeciv-Dev] [patch #3459] Per road type roadstyle

2012-08-01 Thread Marko Lindqvist
Follow-up Comment #1, patch #3459 (project freeciv): - Removed log spamming forgotten to patch from earlier debugging (file #16269) ___ Additional Item Attachment: File name: PerRoadRoadstyle-2.patch Size:13 KB

[Freeciv-Dev] [patch #3472] Road help browsing

2012-08-01 Thread Marko Lindqvist
Follow-up Comment #3, patch #3472 (project freeciv): > as gtk+ 3.4 is the target, grids should be used instead of tables gtk3-client part of this patch is mostly copypaste from how bases help is handled, and I expect to mostly copypaste it to gtk2-client. In practice this is matter of which patch

[Freeciv-Dev] [patch #3473] Add list of lua-5.2 libs

2012-08-01 Thread Marko Lindqvist
URL: Summary: Add list of lua-5.2 libs Project: Freeciv Submitted by: cazfi Submitted on: Wed 01 Aug 2012 02:44:01 PM EEST Category: general Priority: 5 - Normal

[Freeciv-Dev] [patch #3472] Road help browsing

2012-08-01 Thread RafałMużyło
Follow-up Comment #2, patch #3472 (project freeciv): As I already mentioned in patch #3469, as gtk+ 3.4 is the target, grids should be used instead of tables - in such simple case, there's very little difference API-wise. Also, a question: in regard of a different patch/bug (can't find the number

[Freeciv-Dev] [patch #3472] Road help browsing

2012-08-01 Thread Marko Lindqvist
Follow-up Comment #1, patch #3472 (project freeciv): > Noticed also that while base type help as all the code required, > it doesn't have entry in helpdata.txt meaning it's not used at > all. Sorry, It's there under terrain alterations, indentation level 2. __

[Freeciv-Dev] [patch #3472] Road help browsing

2012-08-01 Thread Marko Lindqvist
URL: Summary: Road help browsing Project: Freeciv Submitted by: cazfi Submitted on: Wed 01 Aug 2012 01:27:07 PM EEST Category: general Priority: 5 - Normal Sta

[Freeciv-Dev] [patch #3471] Set S2_4 "beta bit" on before actual beta1 release

2012-08-01 Thread Jacob Nevins
Follow-up Comment #1, patch #3471 (project freeciv): Could do. I was just reviewing this sort of thing in the run up to beta1. (I just tried a beta build locally and it compiles and appears to run :) ___ Reply to this item at:

[Freeciv-Dev] [patch #3470] Document use of --with-followtag in README.packaging

2012-08-01 Thread Jacob Nevins
Follow-up Comment #3, patch #3470 (project freeciv): Done. (file #16266) ___ Additional Item Attachment: File name: trunk-S2_4-followtag-doc-bis.patch Size:1 KB ___ Reply to this i