Commit Graph

1369 Commits

Author SHA1 Message Date
221V 365aba27bf tr - unify - artifact to artefact 2024-12-11 16:21:16 +02:00
221V 5b586a04e7 tr - add keys 2024-12-11 16:08:29 +02:00
221V 422f8d28ef tr - fix key 2024-12-11 15:53:13 +02:00
221V 684296e57a tr - fix key 2024-12-11 15:50:35 +02:00
221V 9fba876685 tr - rm dublicates 2024-12-11 15:48:36 +02:00
221V ff22a74095 tr -- rm dublicates 2024-12-11 15:44:50 +02:00
221V f1b3ff3ed6 tr - rm dublications 2024-12-11 15:39:04 +02:00
221V 3907e1bab7 tr -- add keys 2024-12-11 15:17:04 +02:00
221V c604ec6d81 tr - br - html5 2024-12-11 14:50:42 +02:00
221V 8c9f5ecbc2 tr - capital 2024-12-11 14:46:22 +02:00
221V 55e295f73f tr - add keys 2024-12-11 14:38:05 +02:00
Catalin Novgorodschi 4980206af5 Update Generator.php 2024-10-31 11:36:15 +02:00
Catalin Novgorodschi 4471074fa3 Update Database.php 2024-10-31 11:35:54 +02:00
Martin Kalabek 1efe104ed2 Add Natars into combat simulator 2024-10-26 21:01:58 +02:00
221V e9b7682a06 use HTML entities for make html valid (cannot be broken) 2024-10-09 18:05:45 +03:00
221V d25bb22e62 fix lost CAPITAL_LABEL for chinese 2024-10-09 17:52:37 +03:00
221V 5b586df4cc fix CALCULATED_IN 2024-10-09 17:51:37 +03:00
221V ca3cecf457 fix SERVER_TIME 2024-10-09 17:48:39 +03:00
Catalin Novgorodschi 9e13071fe1 Update Generator.php 2024-10-08 15:22:32 +03:00
CarloFalco 27c0a2f10b Update Database.php
Fix issue "Building orders are canceled after the attack in WW village"
2024-07-13 17:19:46 +02:00
CarloFalco d5495257f4 Update Generator.php
Update Generator.php, fix 'Coordinates DoNotExist'
2024-06-18 20:53:33 +02:00
Catalin Novgorodschi 5da2154a77 Merge pull request #44 from osztenkurden/master
Fixes for multiple bugs
2024-05-15 12:54:45 +03:00
Hubert Walczak e859bdde9a Delete session debug test lines 2023-08-14 17:26:12 +02:00
Hubert Walczak 5d7f12ed87 Removed debug 2023-07-10 08:14:11 +02:00
Hubert Walczak f28e2bf9c0 session test 2023-07-09 21:09:00 +02:00
Hubert Walczak 77016b7e53 Fixed crash during sending message to another player 2023-07-09 12:04:16 +02:00
Hubert Walczak 3d95916c29 Fix for db throws and install process not going through 2023-07-09 12:03:56 +02:00
Hubert Walczak f560ddf7be Fix for infinite refreshing 2023-07-09 12:03:15 +02:00
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
Alex Alexandrovich f343b5a33a Fixed hardcode
Improved work with the translation of the game.
2022-05-23 20:15:37 +03:00
fanmuchen 64377c5fa4 Chinese localization created and partially done
Chinese localization created and partially done
2022-04-01 14:52:18 +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
Shadow 4c68d8dd39 Update to version 8.3.5
Many Fixes
2022-02-18 13:56:17 +02:00
Oliver Lehmann dc49a5054a correction of baseID calculation formula to avoid "Coordinates do not exist" error 2021-11-26 08:23:38 +01:00
Taras ff30fe3b4c resources count display bug fix by @AlfredoPagano 2020-03-15 12:30:05 +02:00
Shadow 4c116aefea update 2019-05-06 09:18:20 +03: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 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 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 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
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 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