Commit Graph

407 Commits

Author SHA1 Message Date
novgorodschi catalin 52ff1c66e7 Alliance Bonuses — Admin Panel Update by @Sk4r7z issue #390
The admin panel now supports viewing and editing alliance bonus levels for Recruitment, Philosophy, Metallurgy, and Commerce.

Changes:
The alliance overview displays each bonus’s level, percentage, accumulated resources, and upgrade status.
The edit page allows administrators to select individual bonuses and set their levels from 0 to 5.
Changing a bonus level cancels its current upgrade while preserving accumulated resources. Setting level 5 clears the remaining resources.
Submitted levels are validated on the server, and bonus updates are recorded in the admin log.
Administrator identity is taken from the authenticated session.
Alliances without members can now be displayed.
2026-09-09 14:10:49 +03:00
novgorodschi catalin 009bba0ce6 Added Chatbox
Added Chatbox
2026-09-08 12:56:02 +03:00
novgorodschi catalin d9df87c622 Revert MASTER! STAY HERE !!! 2026-08-14 13:38:58 +03:00
Catalin Novgorodschi 35c7cffaa8 Load instance bootstrap before Admin session 2026-08-14 13:28:26 +03:00
Catalin Novgorodschi 34fd581ea2 Load instance bootstrap before Admin session 2026-08-14 13:27:22 +03:00
novgorodschi catalin ac262db66f Some important fix and view
Some important fix and view
2026-08-11 08:31:17 +03:00
novgorodschi catalin 1ecbba0e26 Some fix and add protected players
Some fix and add protected players
2026-08-10 12:37:56 +03:00
novgorodschi catalin da58de16b4 Some important fixes
Some important fixes
2026-08-10 09:08:09 +03:00
novgorodschi catalin f424733dd8 Black only black
Black only black
2026-08-05 09:02:49 +03:00
novgorodschi catalin 49d01be51e Fix alliance view in ACP
Fix alliance view in ACP
2026-08-05 08:56:29 +03:00
novgorodschi catalin 62be19a0fe Add part of spanish language
Add part of spanish language
2026-08-04 09:08:59 +03:00
novgorodschi catalin 10fb3beb0d add ww tribe image
add ww tribe image
2026-08-04 07:54:47 +03:00
novgorodschi catalin d094dae435 Fix clear inactive
Fix clear inactive
2026-08-03 08:39:26 +03:00
novgorodschi catalin 69da6b13f5 Add some variables
Add some variables
2026-08-03 08:28:50 +03:00
novgorodschi catalin 613d800e29 Clear some dead code!
Clear some dead code!
2026-08-03 07:51:50 +03:00
novgorodschi catalin aeccc54cb9 fix mass message and sysmessage 2026-08-02 17:03:04 +03:00
novgorodschi catalin 523e81df07 Natars start construct ww
natats start construct their ww
2026-08-01 13:25:24 +03:00
Fabian a1a714b062 Centralize language loading with English fallback (#361) 2026-07-31 08:12:33 +03:00
novgorodschi catalin fd9e9fa3cb Restore level 119 for hero
Restore level 119 for hero
2026-07-30 10:15:51 +03:00
novgorodschi catalin a8832847d8 Add level 120 for hero
Add level 120 for hero
2026-07-28 13:38:45 +03:00
novgorodschi catalin 0d11d75104 Add spaces
Add spaces
2026-07-28 11:07:47 +03:00
novgorodschi catalin 7642151569 Add Plus Statistics
Add Plus Statistics
2026-07-28 08:48:19 +03:00
novgorodschi catalin 1d70f9a328 Fix something about sysmessage
Fix something about sysmessage
2026-07-27 15:11:17 +03:00
novgorodschi catalin 064416826e Add T4 Alliance Bonuses NEW_FUNCTION
Add T4 Alliance Bonuses NEW_FUNCTION
2026-07-27 14:52:15 +03:00
novgorodschi catalin dd7ee34e20 Enable GPACK for Player
Enable GPACK for Player
2026-07-27 10:42:44 +03:00
novgorodschi catalin 038e83b378 Add gpack and some fix
Add gpack and some fix
2026-07-27 08:52:49 +03:00
Catalin Novgorodschi f1854c1559 Add Translation to Admin Panel
Add Translation to Admin Panel
2026-07-26 07:58:41 +03:00
novgorodschi catalin f469cd428a fix #343 #341 #340 #339 #338 2026-07-25 13:40:01 +03:00
novgorodschi catalin ed1e06b23c Add in ACP T4 Resource Level
Add in ACP T4 Resource Level
2026-07-24 11:13:41 +03:00
novgorodschi catalin 2e53094b48 Add T4 Hero Resource and some fix
Add T4 Hero Resource and some fix
2026-07-24 08:34:50 +03:00
novgorodschi catalin 1e19f117ca Last fix for Hero T4 & V11
/*
|--------------------------------------------------------------------------
| FIX List
|--------------------------------------------------------------------------
|
| 1. Hero Attribute Points
|    - When adding attribute points to the hero, the page currently refreshes
|      after every click on the "+" button.
|    - Implement a faster allocation method (AJAX or similar) so multiple
|      points can be assigned without a full page refresh.
|    - The implementation must remain secure and not be exploitable
|      (validate requests server-side, prevent double submissions,
|      verify available points, etc.).
|
| 2. Hero Equipment Restrictions (Original Travian Behavior)
|    - Prevent equipping or unequipping hero items while the hero is:
|        • On an adventure.
|        • Attacking (alone or with troops).
|        • Away as reinforcements.
|
| 3. Oasis Navigation
|    - When opening an oasis (37_land.tpl), the 37_t4nav.tpl navigation
|      disappears.
|    - Include the navigation menu on the oasis page as well.
|
| 4. Auction House Redesign
|    - Redesign 37_auction.tpl to match the Merchant.png mockup.
|    - Keep the existing auction functionality exactly as it is.
|    - Only improve the UI/UX.
|    - You may crop and reuse graphics from Merchant.png.
|    - Add Gold ⇄ Silver exchange functionality.
|
| 5. Hero Item Bonuses (Highest Priority)
|    - Verify that hero equipment bonuses are applied correctly.
|    - Example:
|        • Helmet of the Ruler should reduce Barracks training time by 20%.
|        • Currently, training time remains unchanged whether the helmet
|          is equipped or not.
|    - Also verify:
|        • Stable training speed bonuses.
|        • Boots bonuses.
|        • Any other related hero equipment effects.
|
| 6. Adventures Page Redesign
|    - Redesign 37_adventures.tpl to match the Adventure.png mockup.
|    - Keep the "Expires in" column intact.
|
*/
2026-07-23 15:16:51 +03:00
novgorodschi catalin acc681f737 Some rapid fix for v11
Some rapid fix for v11
2026-07-23 12:18:46 +03:00
novgorodschi catalin 8a2d727659 Last Phase before v11 release. New Automation Cleanup
Last Phase before v11 release. New Automation Cleanup
2026-07-23 11:49:27 +03:00
novgorodschi catalin 6f80be1f4c Add Cron Jobs for Automation
Add Cron Jobs for Automation
2026-07-23 09:43:16 +03:00
novgorodschi catalin 3d4d5e5cef Fix Command Center Capital Change #329
Fix Command Center Capital Change #329 , Fix forum units, fix trooplist on raidlist,
2026-07-17 08:24:13 +03:00
novgorodschi catalin 96ab919865 Fix (ACP) Quest & Other
Fix (ACP) Quest & Other
2026-07-16 14:08:05 +03:00
novgorodschi catalin c7ba50036f Add (Admin Panel) : Multi-account detection, Push protection, Heatmap, Gold Shop and Blacklist user names
Add (Admin Panel) : Multi-account detection, Push protection, Heatmap, Gold Shop (redem codes), Blacklist user names and Quest Editor + fix some php notice

Fix quest_core for mission 33,36, train 2 units, etc (NEW TRIBE)

There are some temporary bugs that will be fixed in next commit (pagination for new heatmap, quest reward)
2026-07-16 11:09:48 +03:00
novgorodschi catalin ae6defad69 fix config
fix config
2026-07-15 14:38:25 +03:00
novgorodschi catalin b87cf27396 Add MultiAccount Detection, Add Push Protection Detection, Add register Default Gold
Add MultiAccount Detection, Add Push Protection Detection, Add register Default Gold
2026-07-15 14:23:05 +03:00
novgorodschi catalin 7fdad592e5 Fix edit new function for new tribes
Fix edit new function for new tribes & add viking image
2026-07-15 08:43:56 +03:00
novgorodschi catalin 13d3244e28 Add 4 tribes for addUser Admin CP
Add 4 tribes for addUser Admin CP
2026-07-14 11:07:26 +03:00
novgorodschi catalin 25c8925ef6 NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327
NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327

Please be advised, is not fully tested so if you activate on install maybe is not fully working
2026-07-14 09:25:26 +03:00
novgorodschi catalin 3c99623a33 Add T4 Hero System (configurable on install)
Add T4 Hero System (configurable on install with TRUE/FALS) part of #285

-Adventures
-Merchants
-Equipment
2026-07-10 09:15:42 +03:00
novgorodschi catalin 575a0f9e57 Remove Monsters from acp
Remove Monsters from acp
2026-07-03 14:22:44 +03:00
novgorodschi catalin e9e5c0e831 Server Medal Reset Timer in NEW FUINCTION SYSTEM
Server Medal Reset Timer in NEW FUINCTION SYSTEM
2026-07-02 10:17:17 +03:00
novgorodschi catalin 0edb95203d Added Milestone On Install
Added Milestone On Install
2026-07-01 11:05:44 +03:00
novgorodschi catalin 07d942d009 Fix edit user
Fix edit user
2026-06-30 12:12:13 +03:00
novgorodschi catalin beb960678f Some fix in admin panel
Some fix in admin Panel
2026-06-29 10:25:45 +03:00
novgorodschi catalin 4561a84a2a fix hero regen
fix hero regen
2026-06-26 11:33:47 +03:00
novgorodschi catalin 0dea1068b3 Fix visualisation in report
Fix visualisation in report
2026-06-26 11:14:42 +03:00