xboi209
d51534d27e
update trackers
2014-06-16 12:59:35 -07:00
xboi209
fe552e6270
update trackers
2014-06-16 12:58:49 -07:00
HarpyWar
ee04fdd23d
Lua scripts pack. It is a part of PvPGN now.
...
First large implementation in Lua is Trivia Quiz Game (/quiz command) http://i.imgur.com/8QV3blt.png
2014-05-26 16:17:51 +04:00
HarpyWar
d4428c1971
/alert command with messagebox_show
function
...
https://github.com/HarpyWar/pvpgn/issues/15
2014-05-24 20:55:52 +04:00
HarpyWar
3b840052a2
https://github.com/HarpyWar/pvpgn/issues/20
2014-05-24 14:37:52 +04:00
HarpyWar
9c0afe54cb
Enable trackers by default https://github.com/HarpyWar/pvpgn/issues/18
2014-05-23 23:28:33 +04:00
HarpyWar
eb9e5fcd01
Fix compile errors from the previous commit.
...
Return code -1 = error. But display help message is info message, so return 0 instead of -1.
2014-05-23 23:27:20 +04:00
HarpyWar
5ed7a52c88
Merge branch with Lua support
2014-05-23 22:53:04 +04:00
HarpyWar
1be1f823ef
Add Lua to cmake.
...
Fix compile errors on Linux
2014-05-23 22:19:43 +04:00
HarpyWar
688b9f09b8
* Add feature to use normal d2s character in newbie.save as a template for a new Diablo 2 characters. Different template for each character class.
2014-05-10 17:07:34 +04:00
HarpyWar
6883be9a11
Remove reduntant extra_commands
2014-05-06 23:17:03 +04:00
HarpyWar
36deb1179b
/icon enhancements:
...
* removed clienttag from the command syntax
* simple syntax for normal user: /icon [code]
* complex syntax for operator/admin: /icon set|add|del|list [username] [code]
* add aliases for icon codes in icons.conf (users can use alias name instead of code)
* refactoring customicons function names https://github.com/HarpyWar/pvpgn/issues/10
2014-04-29 12:53:58 +04:00
HarpyWar
d2fffcf408
* display help for commands from bnhelp.conf instead of hardcoded strings https://github.com/HarpyWar/pvpgn/issues/5
...
* better view for help output, commands are highlited, tabs replaces with spaces http://i.imgur.com/vrj9QG1.png
* add aliases /mute /unmute /lock /unlock = /muteacct /unmuteacct /lockacct /unlockacct)
* command.cpp code refactoring and fixes (including /icon https://github.com/HarpyWar/pvpgn/issues/9 )
2014-04-26 18:46:33 +04:00
HarpyWar
0e72ec967b
Command /topic modifications:
...
* new line symbol "\n" is available
* remove required channel name from arguments: /topic [message]
https://github.com/HarpyWar/pvpgn/issues/6
2014-04-21 17:15:30 +04:00
HarpyWar
8657c029c9
Merge pull request #1 from xboi209/master
...
Tidying things up
2014-04-21 07:56:00 +04:00
HarpyWar
7e5a95b914
forgot add to changed from previous commit to windows config
...
https://github.com/HarpyWar/pvpgn/issues/7
2014-04-20 14:00:27 +04:00
xboi209
c3507e4968
Update default trackers
...
https://github.com/HarpyWar/pvpgn/issues/7
2014-04-20 13:06:37 +04:00
xboi209
8f797f7fbf
This is actually an older version....
2014-04-19 23:54:00 -07:00
xboi209
3549b74ed9
Forgot to add /? and /emote to command_groups.conf.in
2014-04-19 11:36:04 -07:00
xboi209
721cd83856
Updated more help messages
2014-04-19 10:43:13 -07:00
HarpyWar
6c31420ffd
First look with LUA
...
* load & execute all .lua scripts from scriptdir
* lua test event for handle_command
* first lua registered function message_send_text
2014-04-16 00:08:07 +04:00
xboi209
8cefee9065
Updated help messages for commands
2014-04-14 19:15:07 -07:00
xboi209
caa33eee79
•Corrected language errors
...
•Added /j command, alias of /join
•Replaced instances of "PVPGN" with the name of your server
•/warrenty --> /warranty
2014-04-13 10:56:51 -07:00
HarpyWar
68ed78fb91
merge
2014-04-11 20:01:23 +04:00
HarpyWar
2b848281d3
add info about BNI icons editing
2014-04-10 13:14:34 +04:00
HarpyWar
1ade081c6b
Add command /icon <username> [CODE]
2014-04-07 20:12:32 +04:00
HarpyWar
c11af35260
Add flexible tuning of custom icons for Warcraft, Starcraft in icons.conf
2014-04-07 16:49:35 +04:00
HarpyWar
f2d3ed2a6d
* minor changes in motd, to avoid questions from users "how to display red color there"; message with a mail box is more visible now http://img819.imageshack.us/img819/810/40ao.png
...
* add text with a file location into all the files with a text information that displayed in games
* version string changed from "SVN" to "GIT"
2014-03-27 17:37:23 +04:00
HarpyWar
ff8ca941cd
Welcome text for Warcraft 3 is moved into new file conf/bnmotd_w3.txt
...
http://img21.imageshack.us/img21/1808/j2py.png
2014-03-27 17:26:45 +04:00
HarpyWar
c229c6693b
Command /find <substr to search for inside username>
...
http://developer.berlios.de/patch/?func=detailpatch&patch_id=1526&group_id=2291
2014-03-25 22:57:35 +04:00
HarpyWar
8762667276
Online friends list command /friends online
...
Shows friends list containing only friends who are online.
Note: The number prefix associated with each friend is their actual rank in the friend list instead of a normal numbered list incrementing by 1, e.g. (1,2,3,...)
http://developer.berlios.de/patch/?func=detailpatch&patch_id=3236&group_id=2291
2014-03-25 22:11:31 +04:00
HarpyWar
5d27cece2c
"/games lobby" command - show only games in lobby
...
http://developer.berlios.de/patch/?func=detailpatch&patch_id=3235&group_id=2291
2014-03-25 22:04:27 +04:00
HarpyWar
6dc783309e
magic mod new config options
2014-03-25 21:07:54 +04:00
HarpyWar
34262706ea
reorganize files, only pvpgn source here now
2014-02-03 11:02:09 +04:00