Commit Graph

3016 Commits

Author SHA1 Message Date
haki99 3b359d6f85 Adjust unit growth calculations with player metrics
Updated unit growth calculations based on player progression and growth factor.
2025-12-17 17:10:11 +01:00
haki99 7f182ff7e7 Added missing tag 2025-12-17 17:07:42 +01:00
Catalin Novgorodschi 7861d15ddd Merge pull request #118 from Shadowss/lietuvis10-patch-11
Update Database.php
2025-12-15 10:07:47 +02:00
lietuvis10 038465fe9a Update Database.php
Fixed chieftain training issue: when player reinforced their chiefs to other villages they could train more so no more unlimited chieftains :)
2025-12-14 15:27:46 +02:00
Catalin Novgorodschi 04061dc772 Merge pull request #116 from Shadowss/lietuvis10-patch-10
Update wdata.tpl
2025-12-08 14:02:00 +02:00
lietuvis10 371e78936a Update wdata.tpl
Updated for fail-safe switch so if there is 3 connection hiccup's we skip populating croppers.
2025-12-08 13:50:54 +02:00
Catalin Novgorodschi ff7f519f50 Merge pull request #111 from kiliczsh/dockerize
Adds Docker support for TravianZ
2025-11-14 09:16:22 +02:00
kiliczsh f3d31328e0 Fix PHP opening tag in mapviewlarge.tpl 2025-11-14 09:56:16 +03:00
kiliczsh 277f67c2f5 Adds Docker support for TravianZ
Introduces Docker Compose configuration for simplified deployment.

Includes a Dockerfile to build the application image and necessary configurations for running TravianZ in a containerized environment.

Provides documentation for setup and usage in `DOCKER_README.md`.
2025-11-12 21:29:11 +03:00
Catalin Novgorodschi 74b6c7b223 Merge pull request #110 from Shadowss/lietuvis10-patch-9
Update en.php
2025-11-05 15:13:51 +02:00
lietuvis10 833cc2f744 Update en.php
Cranny description update, scale with cranny capacity.
2025-11-04 10:30:25 +02:00
Catalin Novgorodschi 159b830998 Merge pull request #109 from Shadowss/lietuvis10-patch-8
Update map.tpl
2025-11-03 08:57:08 +02:00
lietuvis10 7b411e908c Update map.tpl
Updated map UI, allows to scroll in, scroll out, move around map and click on user to open either village or his profile.
2025-11-02 23:41:12 +02:00
Catalin Novgorodschi ef1190fbdc Update README.md 2025-10-29 11:38:28 +02:00
Catalin Novgorodschi a7f2b8dede Merge pull request #107 from Shadowss/lietuvis10-patch-7
Update wdata.tpl
2025-10-29 11:32:19 +02:00
lietuvis10 175d0050e7 Update wdata.tpl
fixed notice in installation, added some credit :)
2025-10-28 21:28:23 +02:00
Catalin Novgorodschi c22a4f90af Update wdata.tpl 2025-10-28 08:18:24 +02:00
Catalin Novgorodschi 4d566c18e8 Merge pull request #106 from Shadowss/Shadowss-patch-4
Update mapviewlarge.tpl
2025-10-28 08:17:43 +02:00
Catalin Novgorodschi d4a87a74c8 Update mapviewlarge.tpl 2025-10-28 08:17:31 +02:00
Catalin Novgorodschi b6d1bd572f Merge pull request #101 from Shadowss/lietuvis10-patch-2
Update mapviewlarge.tpl
2025-10-28 08:15:38 +02:00
Catalin Novgorodschi 3af6c81d5a Merge pull request #105 from Shadowss/lietuvis10-patch-6
Update wdata.tpl
2025-10-28 08:15:16 +02:00
Catalin Novgorodschi 6c96d51cee Merge pull request #104 from Shadowss/lietuvis10-patch-5
Update process.php
2025-10-28 08:14:51 +02:00
Catalin Novgorodschi 290952d271 Merge pull request #103 from Shadowss/lietuvis10-patch-4
Create ajax_croppers.php
2025-10-28 08:14:33 +02:00
Catalin Novgorodschi 5a3057a87e Merge pull request #102 from Shadowss/lietuvis10-patch-3
Update Database.php
2025-10-28 08:14:18 +02:00
lietuvis10 027527cef3 Update wdata.tpl
Last change to automate Crop finder automation.
2025-10-27 17:19:02 +02:00
lietuvis10 48b14cbd6c Update process.php
Update Croppers part for process Crop finder automation.
2025-10-27 17:18:08 +02:00
lietuvis10 d2a4d34d29 Create ajax_croppers.php
Ajax for cropper population info in step 3 installation.
2025-10-27 17:16:55 +02:00
lietuvis10 bc296fb251 Update Database.php
Functions for automated Crop Finder population.
2025-10-27 17:15:43 +02:00
lietuvis10 fcbaefc90e Update mapviewlarge.tpl
Updated mapviewlarge to not go over WORLD_MAX or -WORLD_MAX. Now when you go to WORLD_MAX it works same like smaller map that goes from lets say 50;50 to x axis -50;50 or y axis 50;50 to 50;-50 (WORLD_MAX 50x50 in this example).
2025-10-27 14:18:57 +02:00
Catalin Novgorodschi 5ea387d6d7 Merge pull request #100 from Shadowss/lietuvis10-patch-1
Update unx.js
2025-10-27 08:51:26 +02:00
lietuvis10 6aaba1b3db Update unx.js
For cookies to work in center village.
2025-10-24 23:27:04 +03:00
Catalin Novgorodschi ba8e1fa38a Merge pull request #99 from Shadowss/lietuvis10-patch-1 2025-10-23 19:59:34 +03:00
lietuvis10 432b92220f Update Database.php
fixed query.
2025-10-23 19:46:45 +03:00
Catalin Novgorodschi db3d9bfff1 Crop finder @lietuvis10
Fix crop_finder.php by @lietuvis10
2025-10-23 10:27:45 +03:00
Catalin Novgorodschi 1dde2599f3 fix addUsers.tpl 2025-10-23 09:59:39 +03:00
Catalin Novgorodschi 4a387bac0c @lietuvis10 fix for addUser
@lietuvis10 fix for addUser
2025-10-23 09:54:41 +03:00
Catalin Novgorodschi e3b8118cb5 Merge pull request #96 from MarioGaravello/ita
Italian language translation
2025-09-11 14:28:33 +03:00
Mario Garavello 1563783f38 Merge branch 'Shadowss:master' into ita 2025-09-03 11:22:18 +02:00
Catalin Novgorodschi bfce8e267c Merge pull request #88 from Shadowss/Shadowss-patch-3
Update Building.tpl
2025-05-20 11:10:12 +03:00
Catalin Novgorodschi c6e5161685 Update Building.tpl 2025-05-20 11:10:00 +03:00
Catalin Novgorodschi ac51c207c2 add admin panel - edit map tile type - village and oasis by Taras 2025-05-15 10:04:46 +03:00
Catalin Novgorodschi 59c1114b1c Change some text on license TravianZ 2025-02-11 11:22:22 +02:00
Catalin Novgorodschi ac6a99cb89 Update Database.php 2025-02-11 08:21:43 +02:00
Catalin Novgorodschi 0493be9aeb Merge pull request #82 from 221V/master
clean sql + fix sql export-import
2025-02-11 08:18:53 +02:00
221V 18571d70b1 fix sql export-import - use html entities 2025-02-06 21:00:09 +02:00
221V 1be3106f76 AUTO_INCREMENT columns start from 1 by default 2025-02-06 20:48:41 +02:00
Catalin Novgorodschi 3bd94b84c1 Merge pull request #81 from 221V/master
rewrite "please don't scream" sql
2025-02-05 11:07:45 +02:00
221V adaec555db rewrite "please don't scream" sql 2025-02-03 19:47:39 +02:00
Catalin Novgorodschi 140999794b Merge pull request #73 from Tackx/master
Add missing escape chars, fixing Q25_27 (Task 23: Friends.)
2025-01-03 11:07:55 +02:00
Tackx f1aef3688c Add missing escape chars, fixing Q25_27 (Task 23: Friends.) 2024-12-27 17:09:35 +01:00