[Freeciv-Dev] [patch #4539] Take into account if the target player has anything to steal

2014-02-26 Thread Sveinung Kvilhaugsvik
Update of patch #4539 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Follow-up Comment #6: Closing. I opened

[Freeciv-Dev] [patch #4539] Take into account if the target player has anything to steal

2014-02-24 Thread anonymous
Follow-up Comment #4, patch #4539 (project freeciv): > Do you have any ideas to improve handling of "already-stolen-from-this-city" -case? Yes. - the defender should receive the same information as the attacker. Currently only the attacker is told you have already-stolen-from-this-city. _

[Freeciv-Dev] [patch #4539] Take into account if the target player has anything to steal

2014-02-24 Thread Sveinung Kvilhaugsvik
Follow-up Comment #3, patch #4539 (project freeciv): > tech_can_be_taken() checks if game.info.tech_trade_allow_holes, but stealing a tech is not trading them. Thank you, Marko. New version renames tech_can_be_taken() to tech_can_be_stolen() and use game.info.tech_steal_allow_holes. If needed it c

[Freeciv-Dev] [patch #4539] Take into account if the target player has anything to steal

2014-02-24 Thread Marko Lindqvist
Follow-up Comment #2, patch #4539 (project freeciv): Do you have any ideas to improve handling of "already-stolen-from-this-city" -case? It's quite user-unfriendly that one just has to remember where he has already stolen a tech. Don't know if the current feature that one cannot know if some third

[Freeciv-Dev] [patch #4539] Take into account if the target player has anything to steal

2014-02-24 Thread Marko Lindqvist
Follow-up Comment #1, patch #4539 (project freeciv): tech_can_be_taken() checks if game.info.tech_trade_allow_holes, but stealing a tech is not trading them. I don't know if you need to make "allow_holes" a parameter to generic tech_can_be_taken(), or do you need to rename it so that it's clear th

[Freeciv-Dev] [patch #4539] Take into account if the target player has anything to steal

2014-02-23 Thread Sveinung Kvilhaugsvik
URL: Summary: Take into account if the target player has anything to steal Project: Freeciv Submitted by: sveinung Submitted on: Mon 24 Feb 2014 07:02:56 AM UTC Category: general