[Freeciv-Dev] [patch #4656] Generic extras version of adjacent unit activity check

2014-04-18 Thread Marko Lindqvist
URL: http://gna.org/patch/?4656 Summary: Generic extras version of adjacent unit activity check Project: Freeciv Submitted by: cazfi Submitted on: Fri 18 Apr 2014 12:34:29 PM EEST Category: general

[Freeciv-Dev] [patch #4656] Generic extras version of adjacent unit activity check

2014-04-18 Thread Emmet Hikory
Follow-up Comment #1, patch #4656 (project freeciv): Should this not also include ACTIVITY_POLLUTION and ACTIVITY_FALLOUT in tile_changing_actions[]? I don't expect it to be used much, but I don't see any reason why a given extra might not require one of the nuisance extras to be in an adjacent

[Freeciv-Dev] [bug #21913] find_beachhead() doesn't work proprely

2014-04-18 Thread Emmet Hikory
Follow-up Comment #1, bug #21913 (project freeciv): I think these specific issues can be addressed by adding a guard condition (as described in the attached patch). I'm not convinced this is sufficient to make find_beachhead() work properly, but I may misunderstand the intent of this function.