Commit Graph

36 Commits

Author SHA1 Message Date
Catalin Novgorodschi 59c1114b1c Change some text on license TravianZ 2025-02-11 11:22:22 +02:00
iopietro f032523e1c Generale fixes
+Fixed a bug that didn't return reinforcements in counquered oasis, if
it was released by the owner, or from the admin panel
+Changed the catapults and rams formulas (still not completed at 100%),
thanks to Kirilloid!
+Changed the Natars' capital default coordinates
2018-07-28 15:07:52 +02:00
Vladyslav 642d90a73d General fixes
+Redesigned set of buildings in the center of the village of Natars with artifacts
+Rally point now correct displayed in the village overview of the admin panel

NOTE: To use this change, must recreate account Natars
2018-06-30 23:23:05 +03:00
iopietro c574a71b3a General fixes
+Fixed a bug that didn't delete artifacts when a player deleted his
account
+Added "(artifact)" if a village has an artifact in the village overview
+Added the artifact section in the multihunter panel (return to natars
doesn't work yet)

NOTE: To play this version of the game, you have to run this query first
(where "s1_" is the prefix of your server):

ALTER TABLE `s1_artefacts` ADD `del` TINYINT(1) NULL DEFAULT '0' AFTER
`lastupdate`;
ALTER TABLE `testtravian`.`s1_artefacts` ADD INDEX
`active-owner-conquered-del` (`active`, `owner`, `conquered`, `del`);
2018-06-21 14:43:47 +02:00
iopietro 640ba67337 Admin panel fixes
+WW level is now showed in the village preview
+WW level can now be changed  in the building list
+Walls and their level are now showed in the village preview
2018-06-09 12:31:46 +02:00
Martin Ambrus 317e92f2f4 fix: enable scrolling in reports to see all attack / spy results data 2017-12-26 18:30:57 +01:00
Martin Ambrus f86ff9dce7 fix: Multihunter should have access to villages info 2017-11-30 18:16:00 +01:00
Martin Ambrus f2261a7c8f fix: oasis displayed incorrectly in Admin
#386

PHP error caused array pointers to miss-align and the last one to point
to the previous record.
2017-11-27 10:48:20 +01:00
Martin Ambrus 3c13f3597b fix: admin oasis data not showing correct resource values 2017-11-26 22:37:50 +01:00
Martin Ambrus 2d824220e5 fix: Admin WW image incorrect
#365
2017-11-26 14:59:23 +01:00
Martin Ambrus 2f9d134ec9 feat: indicator for fields under construction
Also, all line separators are now Linux-style :-P

Closes #321
2017-11-22 15:32:35 +01:00
Martin Ambrus 6b63b0bc63 fix: manual description scrolls when space is too short 2017-11-08 11:12:01 +01:00
Martin Ambrus 7f16182e76 fix: oasis can be deleted (un-conquered) via Admin
Closes #283
2017-11-06 21:15:23 +01:00
Martin Ambrus 25a657e60f fix: correcting admin link 2017-10-28 11:55:39 +02:00
Martin Ambrus b906e94dcc fix: large map vertical position fix 2017-10-28 00:38:28 +02:00
Martin Ambrus 93fbba445e fix: big map not centered on screen in high resolutions
Closes #239
2017-10-26 21:07:27 +02:00
Martin Ambrus e519826621 feat: Admin page titles update to reflect subpages 2017-10-20 17:29:34 +02:00
Martin Ambrus 331885a110 fix: remove SQL injections in Admin 2017-10-19 21:17:11 +02:00
Martin Ambrus 68619ac892 fix: big map centered on page + closeable
This commit also updates the hardcoded cache booster ID, as CSS+JS 
changed to accomplish the map fix.
2017-09-11 21:11:44 +02:00
Shadow 153d97b7ce fix some undecoded code 2016-03-18 10:30:51 +02:00
Tomas Kasparek ec18bd788c fix PHP Fatal error: Cannot redeclare class Generator on PHP 5.5
PHP 5.5 STL introdouced class Generator and PHP interpret thinks we want to redeclare it -> rename Generator class to something else
2015-07-08 13:35:20 +02:00
sempoi 4ed53da25f Update village.tpl 2014-03-21 20:21:15 +08:00
Shadow ddb54bceff Update village.tpl 2014-03-06 07:30:35 +02:00
Shadow cca7f5f1b4 credits 2014-03-05 09:01:50 +02:00
Shadow 1108059ea0 update 2014-03-04 13:52:13 +02:00
Shadow 2b02c0aadf Merge branch 'master' of https://github.com/Shadowss/TravianZ
Conflicts:
	Admin/Templates/village.tpl
2014-03-04 13:47:54 +02:00
Shadow 19767cf6a6 update admin panel 2014-03-04 12:44:25 +02:00
Shadow f343a4a791 Update village.tpl 2014-03-04 09:00:14 +02:00
Shadow 5a9570c65f Update village.tpl 2014-03-04 08:56:42 +02:00
Shadow fbec5c065e Update village.tpl 2014-01-31 08:38:03 +02:00
Shadow 15182ecb3d fix some things in admin panel 2014-01-31 08:14:15 +02:00
Shadow 7195d4730e Update village.tpl 2013-11-17 09:27:10 +02:00
Novgorodschi Catalin b29b0d90d0 Update admin panel to view images 2013-08-13 09:59:42 +03:00
Neranjen 786cbf1f8e Big Cleanup
1) Removed unnecessary files
2) Trailling spaces (no all though)
3)  Some space to tab conversion
2012-06-18 05:06:05 +05:30
unknown 2d87749f95 update install and email activation + add friends inviting system 2012-05-22 20:52:56 +03:00
unknown e0ac5075fa fix ww rank: now the ww dissapear from rank when he destroyed + reworked admin panel by allycol93 with some changes by me 2012-05-10 17:19:33 +03:00