Shadow
6206eeb7f9
Update menu.tpl
2015-08-27 08:40:39 +03:00
Shadow
9e7b5a70c3
Update field.tpl
2015-08-27 08:32:43 +03:00
Shadow
440b53a54c
Update dataform.tpl
2015-08-27 08:32:24 +03:00
Shadow
1c388e9bf1
Update config.tpl
2015-08-27 08:32:06 +03:00
Shadow
82415cb34c
Update greet.tpl
2015-08-27 08:30:24 +03:00
Shadow
c9f0848418
Merge pull request #187 from cosme12/patch-14
...
Typo little fix
2015-08-27 07:38:26 +03:00
Shadow
4f3d5fd02b
Merge pull request #183 from cosme12/patch-11
...
Residence - Palace build
2015-08-27 07:38:10 +03:00
cosme12
b100feee1d
Update en.php
2015-08-26 20:32:42 -03:00
cosme12
7570f9ec91
Residence - Palace build
2015-08-26 14:27:30 -03:00
Shadow
bf41e88271
Merge pull request #182 from cosme12/patch-10
...
Fix footer error
2015-08-26 07:44:09 +03:00
cosme12
e57e05317b
Fix footer error
2015-08-24 11:43:13 -03:00
Shadow
467a2b190f
fix logo
2015-08-03 10:30:59 +03:00
Shadow
f7f362eebd
Merge pull request #178 from tomas-kasparek/master
...
fix PHP Fatal error: Cannot redeclare class Generator on PHP 5.5
2015-07-08 15:16:18 +03:00
Tomas Kasparek
ec18bd788c
fix PHP Fatal error: Cannot redeclare class Generator on PHP 5.5
...
PHP 5.5 STL introdouced class Generator and PHP interpret thinks we want to redeclare it -> rename Generator class to something else
2015-07-08 13:35:20 +02:00
Shadow
faef7e7602
update
2015-06-24 07:55:47 +03:00
Shadow
0cc534bc65
remove sql
2015-06-23 09:44:25 +03:00
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