summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-05-19allow to make npcs sitmekolat5-18/+58
2015-05-18Merge pull request #91 from mekolat/versionWushin8-16/+62
check manaplus version
2015-05-18add version check to clif_sendquestmekolat2-2/+7
2015-05-18add version check to mob walkpathmekolat1-1/+21
2015-05-17reject very old manaplus versionsmekolat2-0/+12
2015-05-17use client versionmekolat8-16/+25
2015-05-13Fixes #93 (status effects now removed on spawn)Nick Ashley1-0/+1
2015-05-11Merge pull request #88 from mekolat/gmpassWushin1-25/+0
remove leftovers from gm atcommand removal
2015-05-11Merge pull request #87 from mekolat/authWushin6-27/+17
wait for the player to be added to block list
2015-05-11Merge pull request #69 from mekolat/getitemlinkWushin7-84/+10
remove item labels
2015-05-07remove leftovers from gm atcommand removalmekolat1-25/+0
2015-05-07send message about source to general tabmekolat1-1/+1
2015-05-07death to the motd!!!11one11mekolat1-11/+0
2015-05-07wait for the player to be added to block listmekolat6-15/+16
2015-05-06Merge pull request #71 from mekolat/errorWushin3-9/+45
make the script engine scricter
2015-05-06Merge pull request #16 from Rawng/walkpathfixtestWushin1-0/+27
Send test 0x0225 packet with servers mob walkpath.
2015-05-06Merge pull request #17 from Rawng/mobhpWushin1-0/+2
Send mob max_hp and hp to client in packet 0x007b
2015-05-06Merge pull request #57 from mekolat/patch-1Wushin3-47/+2
remove special warp names
2015-05-06Merge pull request #77 from mekolat/timerWushin1-4/+4
add missing parameters to timer builtins
2015-05-06Merge pull request #75 from mekolat/oncharifWushin1-5/+0
Remove useless events
2015-05-06Merge pull request #76 from wushin/remove-monitorWushin4-346/+0
Remove tmwa-monitor
2015-05-06Merge pull request #78 from mekolat/32767Wushin6-246/+16
npc -1 => 32767
2015-05-05do not allow return outside func or submekolat1-0/+8
2015-05-05do not allow close/end in func or submekolat1-0/+16
2015-05-05make script-call strictermekolat1-0/+8
2015-05-05make the script-fun die on errorsmekolat1-2/+6
2015-05-05make the script parser take warnings seriouslymekolat1-7/+7
2015-05-02npc -1 => 32767mekolat6-246/+16
2015-05-01Edits for server messagesNick Ashley2-60/+60
Modified server messages in chrif.cpp and script-fun.cpp
2015-05-01add missing parameters to time builtinsmekolat1-4/+4
2015-04-30Remove tmwa-monitorwushin4-346/+0
2015-04-30remove useless OnInterIfInitmekolat1-3/+0
2015-04-30remove OnCharIfInit duplicatemekolat1-2/+0
2015-04-30remove item labelsmekolat6-15/+10
2015-04-30remove deprecated getequipname builtinmekolat1-40/+0
2015-04-30remove builtin getitemnamemekolat1-29/+0
2015-04-30Merge pull request #59 from mekolat/getparamWushin2-42/+1
deprecate builtin readparam & statusup2
2015-04-30Merge pull request #67 from mekolat/npc-atcommandWushin1-0/+66
add @npc atcommand
2015-04-30Merge pull request #70 from mekolat/onloginWushin1-0/+2
add OnPCLoginEvent
2015-04-29Merge pull request #49 from mekolat/wgm-logWushin1-20/+20
deprecate gmcommand builtin
2015-04-29add @npc atcommandmekolat1-0/+66
2015-04-29add OnPCLoginEventmekolat1-0/+2
2015-04-29Merge pull request #58 from mekolat/changesexWushin3-21/+4
change sex without disconnecting
2015-04-29Merge pull request #65 from wushin/quest-logWushin15-9/+515
Quest log
2015-04-29Merge pull request #66 from mekolat/emotionWushin3-10/+16
make emotion send to a single rid
2015-04-29Merge pull request #56 from mekolat/pk-modeWushin1-1/+1
Do not require pk_mode for NOPVP
2015-04-29Merge pull request #62 from mekolat/gm-atcommandWushin4-209/+0
remove @gm atcommand
2015-04-29Merge pull request #72 from wushin/fix-getitemlinkWushin1-2/+2
Remove braces and jname from getitemlink
2015-04-27make freeloop check the valuemekolat1-2/+2
2015-04-26Remove braces and jname from getitemlinkwushin1-2/+2