449 Commits

Author SHA1 Message Date
Stefan Brannfjell
f3efa41baf Updated changelog.php: If logged in to admin account you can update, delete and create changelogs directly from changelog page.
Changelogs are also cached now.
2014-05-05 22:36:05 +02:00
Stefan Brannfjell
648d0ffaff admin_skills.php: Fixed no vocation base stats. 2014-05-05 18:10:00 +02:00
Stefan Brannfjell
778e51c865 Created / Fix #89 You can now change vocations in admin_skills, and HP/Mana/Cap calibrates accordingly to level and vocation. 2014-05-05 18:06:56 +02:00
Stefan A. Brannfjell
ce3180942d Merge pull request #90 from ninjalulz/master
Fix #88
2014-05-05 16:36:40 +02:00
Daniel Björkholm
b9b74d929f fix typo 2014-05-05 15:48:15 +02:00
Daniel Björkholm
6958fec8be Fix #88 2014-05-05 15:43:30 +02:00
Stefan A. Brannfjell
c713c61a08 Merge pull request #87 from comedinha/master
Support for new tibia versions
2014-05-05 05:30:23 +02:00
Stefan Brannfjell
af729aacb1 Heavily improved SQL queries usage for guilds. 2014-05-05 02:52:49 +02:00
Bruno Carvalho
71c692853a Update config.php 2014-05-04 21:17:28 -03:00
Bruno Carvalho
d169ca696d Update downloads.php 2014-05-04 21:17:25 -03:00
Stefan A. Brannfjell
90c60cb5a0 Merge pull request #85 from ninjalulz/master
Guild war for TFS 1.0
2014-05-05 01:32:12 +02:00
Daniel Björkholm
36e00a34f9 Guild war 2014-05-04 20:06:17 +02:00
Stefan A. Brannfjell
3641448ab8 Merge pull request #83 from tarantonio/master
Add sex to profile
2014-05-04 02:34:24 +02:00
tarantonio
4ab551427f Update characterprofile.php 2014-05-03 23:47:27 +02:00
Stefan Brannfjell
83d44572db Fix #78 2014-05-03 19:00:48 +02:00
Stefan A. Brannfjell
e8c721a32d Merge pull request #81 from ninjalulz/patch-1
Fix #80
2014-05-03 18:45:19 +02:00
Stefan Brannfjell
9be2d69ec6 Fix #73 2014-05-03 18:44:25 +02:00
ninjalulz
3a96ed99f3 Fix #80 2014-05-03 15:19:35 +02:00
Stefan Brannfjell
708bdd0c66 Fix #63 spelling mistake. 2014-05-03 14:28:51 +02:00
Stefan Brannfjell
4d09983cce Fixed missing else in an if statement with character soft deletion code. 2014-05-03 14:28:15 +02:00
Stefan Brannfjell
5f4372daa2 Fix #60 2014-05-03 14:11:08 +02:00
Stefan A. Brannfjell
9fe186bdff Merge pull request #77 from tarantonio/patch-1
default lookBody like RL
2014-05-02 16:08:06 +02:00
tarantonio
68a751a7f7 Update config.php 2014-05-02 14:02:08 +02:00
Stefan A. Brannfjell
dd6b493bef Merge pull request #76 from ninjalulz/master
Add #74 and #75
2014-05-02 13:10:04 +02:00
Daniel Björkholm
d503b0bb14 Small fix for TFS 0.3/0.4 2014-05-02 12:59:48 +02:00
Daniel Björkholm
70b6940f82 Add #74 and #75 2014-05-02 12:31:57 +02:00
Stefan A. Brannfjell
23fd746970 Merge pull request #66 from att3/patch-2
Create topguilds.php
2014-04-24 18:04:03 +02:00
att3
85c2d21f3e Update topguilds.php 2014-04-24 16:13:35 +03:00
att3
0246e21718 Create topguilds.php 2014-04-24 16:11:43 +03:00
Stefan A. Brannfjell
d02af1f7f1 Merge pull request #57 from Kuzirashi/master
Improved Admin Reports page.
2014-04-22 15:58:59 +02:00
Kuzirashi
31a405b076 Improved Admin Reports page. When you click on title it also toggles elements visibility(more intuitive). Fixed bugs, which resolves #55 and finally closes #26. JavaScript, CSS, PHP code optimisations. Still pure JavaScript. 2014-04-21 20:55:58 +02:00
Stefan A. Brannfjell
85b13a8e3c Merge pull request #53 from Kuzirashi/master
Deleted unnecessary file.
2014-04-20 21:06:24 +02:00
Kuzirashi
c810c43072 Deleted unnecessary file. This resolves #51. 2014-04-20 21:02:53 +02:00
Stefan A. Brannfjell
cb1c7546ef Merge pull request #52 from Kuzirashi/master
Added sorting to Houses. Fixed bugs.
2014-04-20 20:55:26 +02:00
Kuzirashi
432024d515 Added sorting to Houses. Fixed bugs. Added message to add town, to config.php, when it is not present. Code optimisation. This resolves #40. 2014-04-20 20:45:28 +02:00
Stefan A. Brannfjell
11b28c2d5e Merge pull request #50 from Kuzirashi/marketplacefix
Marketplaces improvements.
2014-04-20 16:16:15 +02:00
Stefan A. Brannfjell
038376a9ed Merge pull request #49 from Kuzirashi/bugfix
Fixed displaying players in Highscores.
2014-04-20 16:15:49 +02:00
Stefan A. Brannfjell
ec03138af5 Merge pull request #48 from Kuzirashi/master
Fixed errors in Guild Wars.
2014-04-20 16:15:03 +02:00
Kuzirashi
fa934147df Marketplaces improvements. Replaced @ operator(as Znote suggested) using assign-by-repherence. Fixed invalid argument supplied for foreach errors when compare in URL string was type of String or did not match any of the items from the list. 2014-04-20 15:39:10 +02:00
Kuzirashi
bafb639506 Fixed displaying players in Highscores. Some players in Top Players widget will be hidden when theirs group_id is higher than specified in config("config.highscore.ignoreGroupId - Ignore group id higher than this (staff)"). Same in Highscore subpage. Also fixed undefined index page in Highscore. This resolves #43 issue. 2014-04-20 15:08:30 +02:00
Kuzirashi
9d89836c01 Fixed errors in Guild Wars. One of them was assigning instead of comparing which, when right side of score was higher than 0, produced only a tie, eg. 1-1, 2-2, 3-3, 4-4. This resolves #47 issue. 2014-04-19 23:58:07 +02:00
Stefan A. Brannfjell
b0e40e4ccd Merge pull request #44 from Kuzirashi/master
Added character deletion delay and fixed errors in Marketplace.
2014-04-19 15:12:43 +02:00
Kuzirashi
a5bf484fdb Delay to character deletion has been added.
When user requests character delete, he will have to wait delay from
config. During this time when user logs in on his account, on website,
player will see information that character is awaiting delete. User can
cancel this operation.
2014-04-19 01:43:49 +02:00
Kuzirashi
fb86861447 Fixed errors in Marketplace
Solved `undefined index[...]` and `invalid argument supplied[...]`
errors in Marketplace.
2014-04-18 23:22:12 +02:00
Stefan A. Brannfjell
db24b1bdfb Merge pull request #35 from Kuzirashi/master
Fixed error in url() function
2014-04-05 04:54:25 +02:00
Stefan Brannfjell
d6cff8692b Improved player reports, adding changelog system. 2014-04-04 11:12:00 +02:00
Daniel
c83cbb14ab Fixed error in url() function
Sometimes url() function produced URL with unnecessary slash, eg.
`http://dalerium.net//register.php` - that's fixed.
2014-03-30 23:16:11 +02:00
Stefan Brannfjell
5e0170a264 #24 TFS 1.0: Fixed bug allowing a player to auction and buy unlimited houses.
- Added player level restriction, configure in config.php
- Configure if houses require premium
- Configure allowed houses each player
- Players can upgrade their house pledge on a house without increasing last_bid.
2014-03-19 21:33:48 +01:00
Stefan Brannfjell
e240992845 Fixed TFS 1.0 bans from admin panel #25 2014-03-18 22:57:30 +01:00
Stefan Brannfjell
5fa7ccb165 Fixed a small bug where it would show duplicated purchase history. 2014-03-18 21:51:38 +01:00