Commit Graph

13 Commits

Author SHA1 Message Date
hexcoded f4dc572e70 Occupied/Unoccupied Oasis name fix
Fix the name of Oasis.The own Oasis is show like Unoccupied after when we try to send troops etc.

from:
$otext = ($basearray['occupied'] == 1)? "occupied" : "unoccupied";
to
$otext = ($oasis['name']);


from:
"<a href=\"a2b.php?z=".$_GET['d']."&o\">&raquo; Raid $otext oasis.</a>" :
to:
"<a href=\"a2b.php?z=".$_GET['d']."&o\">&raquo; Raid $otext .</a>" :
2013-06-04 11:21:19 +03:00
denixue 646a1e0b51 fixes for vilview.tpl
now work good and it's a  bit faster
2012-08-04 19:42:30 +03:00
unknown 86dc4c1904 more fixes 2012-06-18 20:38:27 +03:00
unknown 00706f6709 fix bug of culture points when found village 2012-06-17 21:42:26 +03:00
unknown f9b9d7faaf big update (fix sitters, peace system, fix some problems of hero...) 2012-06-01 20:18:40 +03:00
unknown 10df3e2068 big update 2012-05-13 18:51:08 +03:00
unknown 2ff7361ed9 fix link to village in attack window + now you cannot see send resources reports in village view 2012-04-30 15:00:20 +03:00
unknown da595c40a5 start to fix natar WW buildingplan village (still need to make the plan and to disable WW for player without plan) 2012-04-12 17:42:19 +03:00
unknown 59842cde63 fix scouts icons and reports 100% + fix reinforcement attacked types and icons (not 100%) 2012-04-10 20:31:07 +03:00
unknown 8e39b56226 fix reports: now player can see reports of another player from alliance attacks and from village view and now can watch report in archive without error 2012-04-07 23:08:29 +03:00
unknown 6340940dcc big update (details in comment) 2012-04-03 03:13:18 +03:00
unknown 839cb56426 big update 2012-04-02 17:19:54 +03:00
unknown 6928cbcd1d first commit 2012-03-29 13:00:34 +02:00