summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-11-13do not require a name for warpsmekolat3-30/+23
2015-09-29Update warnings for GCC 5Ben Longbons2-12/+169
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-16Merge pull request #130 from mekolat/0x007bWushin2-15/+33
2015-08-03Disable unstable move3 with new manaplusRawng2-15/+33
2015-08-03Fix Broken Nick M+ Issuewushin3-5/+5
2015-07-29add more syscalls to io::FDmekolat2-0/+35
2015-07-29replace socket write with send with MSG_NOSIGNALmekolat3-1/+6
2015-07-05fix getmapusersmekolat2-10/+17
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