286 Commits

Author SHA1 Message Date
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
Stefan Brannfjell
1ffeeb5154 TFS 1.0: Marketplace. (Show WTS [Want to Sell] and WTB [Want to Buy] list, AND compare items). Demo: http://nelvara.com/market 2014-03-18 20:55:09 +01:00
Stefan Brannfjell
1d0d5b5ff7 Forgot to add status column to admin report system :3 2014-03-12 21:47:52 +01:00
Stefan Brannfjell
42db697f50 Update to admin reports: Reports are categorised by status id. You can hide/show categories by clicking the table header. You can configure which statusIds you want to auto-hide. 2014-03-11 01:41:31 +01:00
Stefan Brannfjell
dfce8d97dd TFS 0.2 and 1.0 report bug system
Players can say !report SomeMessageHere to send a report to database, it will automatically fetch position of player etc. You can check reports in admin panel and change status of them, and optionally reward player with points if you feel they deserve it for reporting the bug.
Default working TFS 1.0 scripts for shop and firstitems
2014-03-10 08:10:03 +01:00
Stefan Brannfjell
0e90c050a8 TFS 1.0+: Improved character death list.
http://4.ii.gl/aFN28J.png
2014-03-09 09:04:05 +01:00
Stefan Brannfjell
733766dd45 Started with JSON API module system 2014-03-09 04:42:28 +01:00
Stefan Brannfjell
7861292449 Some query optimisations 2014-03-08 15:31:47 +01:00
Stefan Brannfjell
470bf6caa6 Added new shop type: Change character name (using type 4 for this). If you got custom scripts make sure to edit accordingly.
And players can change name in My Account if they have ticket from shop. #15
2014-02-16 13:33:16 +01:00
Stefan Brannfjell
b6cf2a97e0 Remade Highscores: Added multi-page support, built-in score type navigation, using GET instead of POST.
Tested on TFS 1.0 and 0.3/4, but should work on 0.2 as well.
2014-02-16 11:07:04 +01:00
Stefan Brannfjell
a236ec2db8 Paygol IPN works (Mobile payments). 2014-02-14 04:25:47 +01:00
Stefan Brannfjell
1946d87911 Code optimisations for localhost:IPv6 #17 2014-02-08 20:34:00 +01:00
Stefan Brannfjell
8ebbd9c81f Merge branch 'master' of https://github.com/Znote/ZnoteAAC 2014-02-08 14:10:31 +01:00
Stefan Brannfjell
87d09ebe67 Bugfix: Error appearing when no news, username already exist error when creating account TFS 1.0 2014-02-08 14:09:54 +01:00