nixpc
de804b9567
Whoops!
2023-07-06 23:14:27 +02:00
nixpc
1549f830aa
Fix CVE-2023-36995 name change alliance
2023-07-06 23:13:22 +02:00
nixpc
e39ca488a9
Fix CVE-2023-36995
2023-07-06 23:02:00 +02:00
Bram
78b2bddde4
Fix CVE-2023-36993
2023-07-06 22:34:03 +02:00
Bram
271aa93be2
Fix CVE-2023-36994
2023-07-06 22:31:29 +02:00
Catalin Novgorodschi
dbeb0bddfa
Merge pull request #36 from jf17/master
...
Fixed hardcode
2023-01-11 09:50:13 +02:00
Alex Alexandrovich
f343b5a33a
Fixed hardcode
...
Improved work with the translation of the game.
2022-05-23 20:15:37 +03:00
Catalin Novgorodschi
91515c0303
Merge pull request #33 from fanmuchen/master
...
Chinese localization created and some translation referencing is fixed.
2022-04-08 10:04:25 +03:00
fanmuchen
64377c5fa4
Chinese localization created and partially done
...
Chinese localization created and partially done
2022-04-01 14:52:18 +08:00
fanmuchen
6b5d02097a
Localization Reference Added
...
Some of the templates failed to refer to the localization in /GameEngine/Lang/. Proper reference was created.
2022-04-01 14:50:33 +08:00
fanmuchen
1aa16452c8
Add files via upload
...
Some of the templates failed to refer to the localization in /GameEngine/Lang/. Proper reference was created.
2022-04-01 14:44:40 +08:00
Catalin Novgorodschi
3925a76e9b
fix database
2022-02-21 09:15:37 +02:00
Catalin Novgorodschi
131f0207aa
Update Generator.php
2022-02-18 15:14:15 +02:00
Catalin Novgorodschi
d7a7cd8187
Fix natars spawn time
2022-02-18 14:26:59 +02:00
Shadow
4c68d8dd39
Update to version 8.3.5
...
Many Fixes
2022-02-18 13:56:17 +02:00
Catalin Novgorodschi
2565d99549
Update README.md
2022-02-18 11:56:13 +02:00
Catalin Novgorodschi
9a4e4ebf95
Merge pull request #28 from greldinard/master
...
correction of baseID calculation formula to avoid "Coordinates do not…
2022-02-18 11:52:45 +02:00
OLeh
83612fc377
Update README.md
2021-11-27 08:49:50 +01:00
OLeh
92d59b2b1f
Update README.md
2021-11-27 08:49:39 +01:00
Oliver Lehmann
dc49a5054a
correction of baseID calculation formula to avoid "Coordinates do not exist" error
2021-11-26 08:23:38 +01:00
Catalin Novgorodschi
7b721958e5
Merge pull request #19 from AleWiccan/patch-1
...
Create flaggen.js
2021-06-07 08:33:46 +03:00
Catalin Novgorodschi
59e7424257
Merge pull request #22 from shar0/patch-1
...
Update README.md
2021-06-07 08:33:38 +03:00
Joe Wang
dbdb8f60a9
Update README.md
...
Fix typo on shields badge display.
2020-10-09 13:48:09 +08:00
AleWiccan
9d53aa3d70
Create flaggen.js
2020-07-25 09:33:56 -04:00
Taras
21a7ea8858
Merge pull request #11 from 221V/master
...
resources count display bug fix by @AlfredoPagano
2020-03-15 12:32:31 +02:00
Taras
ff30fe3b4c
resources count display bug fix by @AlfredoPagano
2020-03-15 12:30:05 +02:00
Catalin Novgorodschi
aa2b0cde4b
Update README.md
2019-08-27 11:59:28 +03:00
Catalin Novgorodschi
1b7f457034
Update README.md
2019-06-11 09:46:45 +03:00
Shadow
4c116aefea
update
2019-05-06 09:18:20 +03:00
Pietro
3b167c64be
Corrected a little mistake
2018-09-24 18:54:17 +02:00
Vladyslav
d59aa8e072
Minor changes and additions
...
+Added a medal of 10 years of playing in Travian.
Enabled (Disabled) during installation and in the
admin panel.
+If at least one of the new functions is enabled,
a corresponding section appears in the Manual
with a description of all the new functions and
shows which of them is Enabled or Disabled.
+Minor changes
2018-09-03 22:05:54 +03:00
Vladyslav
b9ceb86392
Some improvements and changes
...
+Added the ability to change the position of Direct links
+Added the ability to Enable (Disable) veteran medals
2018-08-31 17:15:53 +03:00
Vladyslav
afe25fb5fd
Minor bug fixing
...
+Fixed incorrect display of footer in village statistics
2018-08-31 13:46:08 +03:00
Vladyslav
baf38dc6f9
Sorting of villages
...
+Fixed sorting of villages in the profile overview
of the player and in the side menu of the village
list (multivillage). Reduced to the real Travian.
2018-08-31 13:02:00 +03:00
Vladyslav
7d14953052
Minor changes
...
Minor changes and improvements
2018-08-28 22:39:26 +03:00
Vladyslav
c9d18675ce
Minor changes
...
+Added Enable (Disable) of information about the troops of Nature and Natars in the manual
NOTE 1: To play this version of the game, you need to reinstall the server OR you can simply add these lines of code into your file:
GameEngine/config.php
define("NEW_FUNCTIONS_MANUAL_NATURENATARS", false);
GameEngine/Admin/Mods/constant_format.tpl
define("NEW_FUNCTIONS_MANUAL_NATURENATARS", %NEW_FUNCTIONS_MANUAL_NATURENATARS%);
NOTE 2: pay special attention to the fact that these are two different records !!! If the records are entered incorrectly, you will receive a non-working code!
2018-08-28 17:08:46 +03:00
Vladyslav
c33322ef52
Minor changes and improvements
...
+Changed the placement of menu links https://github.com/Shadowss/TravianZ/issues/544#issuecomment-416526737
+Minor changes and improvements in the Admin panel
+Minor corrections in the display of text in the profile of the player
2018-08-28 15:22:44 +03:00
Vladyslav
e3c2a28d71
Minor bug fixes
...
WW villages cannot be destroyed. Thank @iopietro for your help.
2018-08-28 01:42:35 +03:00
Vladyslav
22548258f0
Minor changes and additions
...
+Added the ability to Enable (Disable) the display of the targets of the catapults in the rally point
+Added the display of the village with a wonder of the world (as is done with the display of artifacts) in the viewing player profiles. Also this function is Enabled (Disable) during installation and in the admin panel.
2018-08-27 18:15:53 +03:00
Vladyslav
7c6de23303
Minor changes
...
Sometimes during the transition through the links in the admin panel,
the ADMIN image jumped down due to the appearance of margin: 20px;
2018-08-03 08:41:17 +03:00
Vladyslav
55d5ff9c32
Minor change
...
Now the alliance section is highlighted when viewing the top 10 statistics on alliances
2018-08-03 08:24:01 +03:00
Shadow
a263f17ecc
Merge branch 'master' of https://github.com/Shadowss/TravianZ
2018-08-02 13:31:21 +03:00
Shadow
cec37642c4
@velhbxtyrj updates
2018-08-02 13:31:18 +03: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
iopietro
dbd425b1e4
Merge branch 'master' of https://github.com/Shadowss/TravianZ
2018-07-27 02:25:32 +02:00
iopietro
d3a78a5ea5
Admin panel fixes
...
+Plus and bonuses duration, can now be decreased or resetted, by
inserting a negative value of days
+Artifacts and artifacts villages created on a user account, won't
contain any troops
+Some clean up
2018-07-27 02:25:08 +02:00
Pietro
339620e361
Update README.md
2018-07-26 18:04:49 +02:00
iopietro
ca0ba2e8f1
Fixed #448
...
+Fixed a bug that created the admin village in a not existent cell, if
the world was smaller than 50x50
2018-07-25 18:44:57 +02:00
iopietro
6a963d0ba3
Fixed #491
...
+Fixed a bug that created MH's and Admin's villages with wrong resource
fields, during the installation
2018-07-25 18:39:39 +02:00
iopietro
b9a442b423
General fixes
...
+Fixed a bug that would have killed all troops by starvation, if added
through the admin panel
2018-07-25 17:17:52 +02:00