[Freeciv-Dev] (PR#15169) cannot claim my own island - cannot found citie
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=15169 >
This patch allows founding of cities within enemy borders.
-jason
Index: common/city.c
===================================================================
--- common/city.c (revision 11594)
+++ common/city.c (working copy)
@@ -751,9 +751,10 @@
return FALSE;
}
- if (punit && ptile->owner && ptile->owner != punit->owner) {
+ if (punit && ptile->owner && ptile->owner != punit->owner
+ && !pplayers_ate_war(ptile->owner, punit->owner)) {
/* Cannot steal borders by settling. This has to be settled by
- * force of arms. */
+ * force of arms. If you're at war it is allowed. */
return FALSE;
}
- [Freeciv-Dev] Re: (PR#15169), Martin.Gerdes@xxxxxxxxxxxxx, 2006/02/10
- [Freeciv-Dev] (PR#15169) cannot claim my own island - cannot found cities in enemy borders,
Jason Short <=
- [Freeciv-Dev] Re: (PR#15169) cannot claim my own island - cannot found cities in enemy borders, Per I. Mathisen, 2006/02/27
- [Freeciv-Dev] Re: (PR#15169) cannot claim my own island - cannot found cities in enemy borders, Daniel Markstedt, 2006/02/27
- [Freeciv-Dev] Re: (PR#15169) cannot claim my own island - cannot found cities in enemy borders, Jason Short, 2006/02/27
- [Freeciv-Dev] Re: (PR#15169) cannot claim my own island - cannot found cities in enemy borders, Per I. Mathisen, 2006/02/28
- [Freeciv-Dev] Re: (PR#15169) cannot claim my own island - cannot found cities in enemy borders, Jason Short, 2006/02/28
- [Freeciv-Dev] Re: (PR#15169) cannot claim my own island - cannot found cities in enemy borders, Per I. Mathisen, 2006/02/28
- [Freeciv-Dev] Re: (PR#15169) cannot claim my own island - cannot found cities in enemy borders, Jason Short, 2006/02/28
- [Freeciv-Dev] Re: (PR#15169) cannot claim my own island - cannot found cities in enemy borders, Daniel Markstedt, 2006/02/28
|
|