yi12345
fb20487b22
Merge pull request #279 from Shadowss/master
...
Update admin panel to view images
2013-08-13 00:49:09 -07:00
Novgorodschi Catalin
a3fcacbba6
removed errorlogs and populate oasis
2013-08-13 10:10:50 +03:00
Novgorodschi Catalin
0a5a35aa9b
fix file names
2013-08-13 10:06:46 +03:00
Novgorodschi Catalin
b29b0d90d0
Update admin panel to view images
2013-08-13 09:59:42 +03:00
yi12345
2075515208
fix regenerate oasis troops (tested and it works)
2013-08-12 22:12:54 +03:00
yi12345
18656314c1
fix greatbarracks (for mysqli)
2013-08-12 12:36:43 +03:00
Shadowss
a7c36a601f
Fix greatbarracks
2013-08-12 07:34:27 +03:00
yi12345
f8793b421c
Merge pull request #273 from Shadowss/patch-33
...
Minor fix on greatbaraks
2013-08-10 12:48:56 -07:00
Shadowss
5d0da3c068
Minor fix on greatbaraks
2013-08-10 12:28:43 +03:00
Shadowss
57381f03af
Fix issue #140 with settlers , and more others
2013-08-10 12:27:52 +03:00
yi12345
411e43fa4c
fix ranking
2013-08-08 00:56:57 +03:00
yi12345
29a9a8f5dc
fix issue #255
2013-08-04 23:39:12 +03:00
yi12345
34110170ca
update
2013-08-04 23:26:40 +03:00
yi12345
a6eb1c6b86
update
2013-08-04 16:52:30 +03:00
yi12345
45e6c4a1e2
fix destroy village bug + more some updates
2013-07-24 14:51:36 +03:00
yi12345
b4b4968286
update
2013-07-23 13:25:41 +03:00
yi12345
33730f5cbb
fix regenrate oasis troops
2013-07-23 01:11:37 +03:00
yi12345
f1157b588d
update
2013-07-22 18:58:56 +03:00
yi12345
7bc9f5654e
update
2013-07-18 13:54:39 +03:00
yi12345
07de3f7283
update
2013-07-17 12:20:51 +03:00
yi12345
a23dc45d99
update
2013-07-03 21:20:47 +03:00
yi12345
ee6f0bfb92
more updates
2013-07-01 15:30:50 +03:00
yi12345
4a7210b1c0
update
2013-07-01 03:15:51 +03:00
yi12345
ef9e822075
more updates
2013-06-16 22:51:31 +03:00
yi12345
98e94af807
finish hero_full.php
2013-06-16 10:38:34 +03:00
yi12345
af65385261
update hero full.php (finish 3 teuton units) + update Autmation.php (fix bug of the same attack power for attacks in the same time)
2013-06-13 23:12:13 +03:00
yi12345
78611d1fcb
update hero_full.php: finish roman units
2013-06-09 18:12:29 +03:00
yi12345
1535264249
update hero_full.php: finish roman units
2013-06-09 18:10:35 +03:00
yi12345
a1e62b598e
update hero_full.php: finish roman units
2013-06-09 18:02:07 +03:00
hexcoded
6f29cdadfb
Update Automation.php
...
Fixed syntax error in line 976.
from:micrtime(true)
to: microtime(true)
2013-06-06 17:59:05 +03:00
hexcoded
38cbc21bc0
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:
$villageName = “Unoccupied oasis”;
to:
$villageName = $database->getOasisField($oid,"name");
2013-06-04 11:16:44 +03:00
yi12345
e34f675c81
update hero_full.php: finish imperian
2013-06-02 01:03:33 +03:00
yi12345
c687be6cd9
update medals.php, almost all training files and hero_full.php(not 100% but i will do it soon)
2013-06-01 16:52:44 +03:00
yi12345
64f44d470f
mpre updates
2013-05-28 00:10:20 +03:00
yi12345
7674747f1a
update
2013-05-17 08:45:03 +03:00
yi12345
015093049d
more fixes
2013-05-14 19:46:03 +03:00
yi12345
544de58737
optimize climber points update (work really fast now)
2013-05-14 00:40:10 +03:00
yi12345
9dffb208e3
more fixes
2013-05-13 13:10:06 +03:00
yi12345
5a94d1d297
little optimize for climbers function
2013-05-13 12:08:52 +03:00
yi12345
6f5ea3637d
fix ally invite
2013-05-12 20:50:49 +03:00
yi12345
b85a8b9d7a
Merge pull request #225 from godslayer/patch-3
...
gameengine: remove illegal string offset on Ranking.php
2013-05-12 05:54:29 -07:00
Joe Konstantinovsky
db8f9c696b
gameengine: remove illegal string offset on Ranking.php
2013-05-12 12:17:43 +03:00
Joe Konstantinovsky
9dcdd1f184
mysql: removed extra semicolon that was causing problems
...
An extra semicolon was closing the class as well as the function, excluding all functions below from MYSQL_DB class
2013-05-12 12:00:41 +03:00
yi12345
964ea5a0a8
more update
2013-05-07 20:01:20 +03:00
yi12345
4688c2a030
update
2013-05-07 18:44:41 +03:00
SimiZ
67d45c1b75
Update en.php
...
Made login.php fully translatable from en.php
2013-05-03 02:57:04 +03:00
yi12345
317571a56d
Merge pull request #217 from Danter14/patch-1
...
Installation error correction
2013-05-02 08:28:21 -07:00
yi12345
53446c9914
Merge pull request #216 from Ukitake-San/patch-2
...
Update db_MYSQLi.php
2013-05-02 08:28:11 -07:00
Danter14
697395510e
Installation error correction
2013-05-02 11:55:19 +03:00
Ukitake-San
350d2f11da
Update db_MYSQLi.php
2013-05-02 03:15:23 +04:00