summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-04-02remote execution vulnerability fixmekolat1-17/+12
2016-04-01add player nicks back to messageswushin3-17/+39
closes #194
2016-02-08Merge pull request #177 from wushin/add-third-gendermekolat9-136/+102
Add third gender
2016-02-08do not force logout after sex changemekolat3-85/+2
remove sex change roundtrip only unequip on gender incompatibility
2016-02-08Don't override char genderwushin3-8/+0
sd->sex is fluid, only trust sd->status.sex to be static
2016-02-08allow to not allocate stats on CCmekolat2-4/+4
do not use sex provided by client for scripts send the correct sex to the client
2016-02-08Add third gender to accountwushin8-63/+120
Add Gender to char Make gear work proper with new gender Enable legacy clients to use account gender
2016-02-01Merge pull request #181 from mekolat/verbose-crashmekolat1-12/+14
Make crashes more verbose
2015-11-29Fix @pvp broken nick problemwushin1-2/+2
2015-11-13do not require a name for warpsmekolat3-30/+23
2015-11-13make crashes more verbosemekolat1-16/+13
2015-11-13Add NPC location information to run_funcDaniel Foerster1-1/+6
2015-09-29Update warnings for GCC 5Ben Longbons2-12/+169
2015-09-29Merge pull request #161 from wushin/failover-bugmeko1-17/+1
Stop looking for the next victim on the map for mob deaths.
2015-09-29Merge pull request #160 from wushin/battle-damage-crashmeko1-10/+20
bl could leave and cause clif_send to look for people on undefined.gat
2015-09-29Merge pull request #152 from wushin/summoned-mobsmeko2-0/+14
Fix how attacked summons behave when master leaves
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
closes #143
2015-09-20Merge pull request #150 from wushin/mob-freeze-bugWushin1-3/+3
Add missing checks
2015-09-20More abs errors on directionwushin1-4/+7
2015-09-20Add missing checkswushin1-3/+3
closes #140
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
Fix Broken Nick M+ Issue
2015-08-16Merge pull request #130 from mekolat/0x007bWushin2-15/+33
Stop sending 0x007b to new clients for mob movement REDUX
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
char server bug fix & enhancement
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
Pvp enhancements
2015-06-19Merge pull request #110 from mekolat/titleWushin3-0/+26
implement set title packet
2015-06-19Merge pull request #118 from mekolat/patch-1Wushin1-1/+1
do not count hidden players
2015-06-19Merge pull request #73 from wushin/travis-updateWushin3-23/+10
Update Travis for gcc 5
2015-06-18move hardcoded settings in char server to config filemekolat1-5/+5
2015-06-18send error code when char creation failsmekolat1-10/+32