summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-08update changelogv16.2.9mekolat1-0/+6
2016-02-08Merge pull request #177 from wushin/add-third-gendermekolat11-142/+109
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 CCmekolat3-7/+7
do not use sex provided by client for scripts send the correct sex to the client
2016-02-08Add third gender to accountwushin9-66/+124
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
2016-02-01Merge pull request #184 from wushin/pvp-broken-nickmekolat1-2/+2
Fix @pvp broken nick problem
2015-11-29Fix @pvp broken nick problemwushin1-2/+2
2015-11-22update changelogv15.11.23mekolat1-0/+2
2015-11-21Merge pull request #182 from mekolat/warpsmekolat3-30/+23
do not require a name for warps
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-10-01Merge remote-tracking branch 'meko/changelog'v15.10.01wushin1-0/+10
2015-09-30Merge pull request #168 from o11c/warningsWushin3-18/+245
Warnings
2015-09-30Add old-but-supported compilers back to travisBen Longbons1-6/+76
2015-09-29Update warnings for GCC 5Ben Longbons2-12/+169
2015-09-29Update CHANGELOG [ci skip]meko1-0/+10
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-29Merge pull request #154 from mekolat/elifmeko3-1/+260
some cherry-picked elements from magic-v3
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-25Merge pull request #153 from wushin/warp-mob-freezeWushin1-2/+2
Warp mob freeze
2015-09-25Merge pull request #156 from mekolat/travis-llvmmeko1-6/+6
update travis for new llvm
2015-09-25update travis for new llvmmeko1-6/+6
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-20Merge pull request #151 from wushin/more-abs-dir-errorsWushin1-4/+7
More abs errors on direction
2015-09-20More abs errors on directionwushin1-4/+7
2015-09-20Add missing checkswushin1-3/+3
closes #140
2015-09-19Merge pull request #148 from wushin/pc-attack-path-problemWushin1-4/+6
Declaring abs for dx & dy caused latter equation to always be positive
2015-09-19Declaring abs for dx & dy caused latter equation to always be positivewushin1-4/+6
2015-09-18Merge pull request #147 from mekolat/travismeko1-67/+60
use travis container infrastructure
2015-09-18use travis container infrastructuremekolat1-67/+60
2015-08-16Change Log for v15.8.17v15.8.17wushin1-0/+4
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-16Merge pull request #132 from mekolat/pipe-closedWushin3-1/+41
replace socket write with send with MSG_NOSIGNAL
2015-08-03Disable unstable move3 with new manaplusRawng2-15/+33