summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-04important bug fixmeko1-1/+1
2015-06-28Merge pull request #123 from mekolat/charWushin1-12/+34
2015-06-20add map mask supportmekolat9-4/+84
2015-06-20add clif_message_towardsmekolat3-12/+43
2015-06-20npc actionsmekolat3-0/+44
2015-06-19implement change music packetmekolat3-0/+28
2015-06-19Merge pull request #103 from mekolat/pvpWushin7-81/+123
2015-06-19Merge pull request #110 from mekolat/titleWushin3-0/+26
2015-06-19Merge pull request #118 from mekolat/patch-1Wushin1-1/+1
2015-06-19Merge pull request #73 from wushin/travis-updateWushin3-23/+10
2015-06-18move hardcoded settings in char server to config filemekolat1-5/+5
2015-06-18send error code when char creation failsmekolat1-10/+32
2015-06-17also send (towards) when enter areamekolat1-83/+73
2015-06-16implement set title packetmekolat3-0/+26
2015-06-16do not allow to attack PC with magic when on channel 0mekolat1-4/+6
2015-06-16do not reset default pvp channel on deathmekolat1-1/+1
2015-06-16send pvp channel update when using pvp atcommandsmekolat1-0/+5
2015-06-16do not send new stuff to old clientsmekolat2-5/+11
2015-06-16send map pvp statusmekolat2-0/+17
2015-06-12do not count hidden playersmeko1-1/+1
2015-06-07Don't segfault when inserting remote maps into DB.Rawng1-1/+2
2015-05-31send pvp channel and rank to clientmekolat4-0/+22
2015-05-24Unintialized Bytewushin1-0/+1
2015-05-24Unused var arraywushin1-15/+0
2015-05-24Fix T Sub in a return-statementwushin1-8/+9
2015-05-23Merge pull request #97 from mekolat/mobhpWushin1-8/+8
2015-05-21invert mob hpmekolat1-8/+8
2015-05-20use abort instead of runflag on errorsmekolat2-13/+8
2015-05-20add debug for crashmekolat1-2/+13
2015-05-19handle old client in login server toomekolat5-52/+4
2015-05-19fix mob hp, add mob range, unfuck packetsmekolat2-7/+19
2015-05-19add a builtin to change npc direction and make them sitmekolat4-38/+126
2015-05-19allow to make npcs sitmekolat5-18/+58
2015-05-18Merge pull request #91 from mekolat/versionWushin8-16/+62
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
2015-05-11Merge pull request #87 from mekolat/authWushin6-27/+17
2015-05-11Merge pull request #69 from mekolat/getitemlinkWushin7-84/+10
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
2015-05-06Merge pull request #16 from Rawng/walkpathfixtestWushin1-0/+27
2015-05-06Merge pull request #17 from Rawng/mobhpWushin1-0/+2
2015-05-06Merge pull request #57 from mekolat/patch-1Wushin3-47/+2