summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2016-04-01add player nicks back to messageswushin3-17/+39
2016-02-08Merge pull request #177 from wushin/add-third-gendermekolat4-22/+58
2016-02-08do not force logout after sex changemekolat1-7/+2
2016-02-08Don't override char genderwushin1-6/+0
2016-02-08allow to not allocate stats on CCmekolat2-4/+4
2016-02-08Add third gender to accountwushin3-12/+59
2016-02-01Merge pull request #181 from mekolat/verbose-crashmekolat1-12/+14
2015-11-29Fix @pvp broken nick problemwushin1-2/+2
2015-11-13do not require a name for warpsmekolat1-1/+1
2015-11-13make crashes more verbosemekolat1-16/+13
2015-11-13Add NPC location information to run_funcDaniel Foerster1-1/+6
2015-09-29Merge pull request #161 from wushin/failover-bugmeko1-17/+1
2015-09-29Merge pull request #160 from wushin/battle-damage-crashmeko1-10/+20
2015-09-29Merge pull request #152 from wushin/summoned-mobsmeko2-0/+14
2015-09-27Stop looking for the next victim on the map for mob deaths.wushin1-17/+1
2015-09-27bl could leave and cause clif_send to look for people on undefined.gatwushin1-10/+20
2015-09-27add array_searchmekolat1-0/+49
2015-09-26add arithmetic mean builtinmekolat1-0/+13
2015-09-26add max and min builtinsmekolat1-0/+62
2015-09-26add builtins sqrt, cbrt, powmekolat1-0/+21
2015-09-26add builtin_explodemekolat1-0/+44
2015-09-26add builtin_if_then_elsemekolat1-0/+8
2015-09-26add elif and else builtinsmekolat3-1/+63
2015-09-24Fix warp mob freeze bugwushin1-2/+2
2015-09-22Fix how attacked summons behave when master leaveswushin2-0/+14
2015-09-20Merge pull request #150 from wushin/mob-freeze-bugWushin1-3/+3
2015-09-20More abs errors on directionwushin1-4/+7
2015-09-20Add missing checkswushin1-3/+3
2015-09-19Declaring abs for dx & dy caused latter equation to always be positivewushin1-4/+6
2015-08-16Merge pull request #134 from wushin/broken-nick-fixWushin3-5/+5
2015-08-03Disable unstable move3 with new manaplusRawng1-15/+32
2015-08-03Fix Broken Nick M+ Issuewushin3-5/+5
2015-07-05fix getmapusersmekolat2-10/+17
2015-07-04important bug fixmeko1-1/+1
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/pvpWushin6-81/+120
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-updateWushin1-15/+0
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 clientsmekolat1-5/+8
2015-06-16send map pvp statusmekolat2-0/+17
2015-06-12do not count hidden playersmeko1-1/+1