Commit Graph

1572 Commits

Author SHA1 Message Date
Shadow 24568df609 Merge remote-tracking branch 'origin/master'
Conflicts:
	install/data/sql_good.sql
2015-06-23 09:41:27 +03:00
Shadow f57b138871 fix sql 2015-06-23 09:37:23 +03:00
Shadow 4310b8b6bb fix quest time db 2015-06-23 09:28:09 +03:00
Shadow aba071fc6a fix db 2015-06-23 09:13:31 +03:00
Shadow b38d50341b fix reports 2015-06-23 08:54:51 +03:00
Shadow e5993979ed update 2015-06-22 12:08:00 +03:00
Shadow 18a961006b payment 2015-06-22 11:47:20 +03:00
Shadow 3dd66f6e9b translate fix 2015-06-22 11:29:40 +03:00
Shadow bc38511657 Update README 2015-06-22 11:00:37 +03:00
Shadow f20e2af197 Update version.php 2015-06-22 10:59:56 +03:00
Shadow 05d2bc9ce0 Update README 2015-06-22 10:58:59 +03:00
Shadow ff5ca62a1e credits 2015-06-22 08:20:34 +03:00
Shadow fa6538a165 update 2015-06-22 07:57:12 +03:00
Shadow 3b2835ebc6 Update sql.sql 2015-06-21 21:25:52 +03:00
Shadow 7daff85f96 update sql 2015-06-21 11:28:17 +03:00
Shadow a8835c03cd Update en.php 2015-05-27 08:27:14 +03:00
Shadow 9ddcade822 credits 2015-05-27 08:26:36 +03:00
Shadow 3a3e10ba48 Merge pull request #174 from cosme12/patch-9
Centering upgrade resources
2015-04-09 12:52:10 +03:00
Shadow 57ea47eb71 Merge pull request #173 from cosme12/patch-8
Don't save empty chat messages
2015-04-09 12:52:07 +03:00
cosme12 f7cd705ec2 Update 27_3.tpl 2015-04-08 20:06:42 -03:00
cosme12 57de4f910a Centering upgrade resources 2015-04-08 20:05:10 -03:00
cosme12 50b1967cbc Dont save empty chat message 2015-04-08 12:25:58 -03:00
Shadow 3e325ee142 Merge pull request #172 from cosme12/patch-7
Marketplace text fix
2015-04-08 08:11:08 +03:00
Shadow dd7b657111 Merge pull request #171 from cosme12/patch-6
Building finish alert in Main Building
2015-04-08 08:10:47 +03:00
Shadow 3d0ccb303b Merge pull request #170 from cosme12/patch-5
Installation security increased
2015-04-08 08:10:32 +03:00
Shadow 4a934710c9 Merge pull request #169 from cosme12/patch-4
Building at random positions fix
2015-04-08 08:10:16 +03:00
Shadow e91c138307 Merge pull request #168 from cosme12/patch-3
Building bugs
2015-04-08 08:09:25 +03:00
cosme12 fea300d397 Update build.php 2015-04-07 21:18:53 -03:00
cosme12 8ac499ac68 Marketplace text fix 2015-04-07 20:16:50 -03:00
cosme12 e45f003088 Marketplace text fix 2015-04-07 20:13:07 -03:00
cosme12 693182399b Building finish alert in Main Building
There was no alert message when clicking the option in the Main Building to finish all construction in exchange of 2 gold.
2015-04-07 19:37:38 -03:00
cosme12 1427e23a82 Installation security increased
After installation, the folder ```install``` will be renamed to ```installed_$time```. This way, in case you forget to remove the folder, it will be harder to spot.
2015-04-07 17:54:20 -03:00
cosme12 bdb523cb6b Building at random positions fix
Typing something like ```dorf2.php?a=25&id=20000&c=d6F``` where ```id=``` is the position in the village will get you an error if the id is higher than 40 ( not including WW id=99). ```Unknown column 'f20000t' in 'field list'```  
So I added this restriction when building. Although it fixes the problem, you can still build at WW position, bugging your building and not being able to use, or demolish it.
2015-04-07 17:42:06 -03:00
cosme12 3cec6b5fb9 Building bugs
This bug is a little hard to meet but It's still there. I found it by trying to use NPC merchant while not having a marketplace. It will show an error. The bug happens everytime you type ```build.php?id=5&t=2``` . The problem here is ```t=``` or ```s=```, both are used as tabs in certain buildings, but when it has only 1 page it crash.
For example: market has " Send Resources | Buy | Offer | NPC trading " while clay pit has none. So adding the t= variable to the clay pit would make it display an error.
This is probably not the best way to fix it but it works. Now, there is still another problem, marketplace has 4 tabs, so adding ```&t=5``` will bug it.
It would be better if you can test it again, just in case I broke something :P
2015-04-07 15:47:38 -03:00
Shadow 5c394690a8 Merge pull request #167 from cosme12/patch-2
Raid list - error fixes
2015-04-07 08:13:00 +03:00
Shadow bb0e4db17b Merge pull request #166 from cosme12/patch-1
Script name change
2015-04-07 08:12:25 +03:00
cosme12 304e1c81c5 Raid list - error fixes
**Line 16:** If you type a number greater than your map size 2 errors will be displayed. This is fixed by comparing with WORLD_MAX global var

**Line 21:** If you type any coord where there is nothing, you will get an error. ```$database->getVillageType2``` already gives you the "oasistype"
2015-04-07 00:16:42 -03:00
cosme12 6a41ac2040 Script name change
Just a little detail. Since title says, thanks for installing TravianZ, it should also say "Thanks for installing TravianZ." and "My TravianZ homepage".
2015-04-06 22:25:11 -03:00
Shadow 7d9098d7c9 Fix vacation mode #2 2015-03-19 12:36:24 +02:00
Shadow e366960f43 Fix vacation mode 2015-03-17 14:09:48 +02:00
Shadow 31d914a8d5 fix mh 2014-12-20 19:44:13 +02:00
Shadow 2bec69c295 fix mh 2014-12-20 19:43:15 +02:00
Shadow 99270daa21 gpack update
Now you can implement T4 graphic in T3.6 version
2014-12-02 12:54:37 +02:00
Shadow 2bf923020d Resetting Game Server 2014-12-02 09:32:11 +02:00
Shadow ce308e2e9c Resetting Game Server 2014-12-02 09:31:51 +02:00
Shadow e215031011 Resetting Game Server 2014-12-02 09:29:01 +02:00
Shadow 4f1d04e864 Update admin.php 2014-12-02 09:28:08 +02:00
Shadow b781d1f6d1 Update playeradditionalinfo.tpl 2014-11-25 13:58:45 +02:00
Shadow 6deedfc8d7 Update deletion.tpl 2014-10-29 14:27:29 +02:00
Shadow ceb85298c1 Update en.php 2014-10-06 11:18:21 +03:00