Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-10 | modify remote execution prevention, check for client version | mekolat | 1 | -9/+10 | |
2016-04-10 | consolidate client version handling | mekolat | 16 | -120/+152 | |
2016-04-08 | v16.4.8v16.4.8 | mekolat | 1 | -0/+4 | |
2016-04-08 | Merge pull request #204 from mekolat/pvpfix | mekolat | 2 | -7/+11 | |
pvpoff fix | |||||
2016-04-08 | Merge pull request #203 from mekolat/send-nick | mekolat | 1 | -1/+1 | |
always send nick to self | |||||
2016-04-08 | send updated map pvp status on pvpon/pvpoff | mekolat | 2 | -6/+10 | |
2016-04-08 | do not check for NOPVP flag on pvpoff | mekolat | 1 | -1/+1 | |
2016-04-06 | always send nick to self | mekolat | 1 | -1/+1 | |
2016-04-02 | update changelogv16.4.3 | mekolat | 1 | -0/+3 | |
2016-04-02 | Merge pull request #195 from wushin/add-nicks-back | mekolat | 3 | -33/+50 | |
add player nicks back to messages | |||||
2016-04-02 | remote execution vulnerability fix | mekolat | 1 | -17/+12 | |
2016-04-01 | add player nicks back to messages | wushin | 3 | -17/+39 | |
closes #194 | |||||
2016-02-08 | update changelogv16.2.9 | mekolat | 1 | -0/+6 | |
2016-02-08 | Merge pull request #177 from wushin/add-third-gender | mekolat | 11 | -142/+109 | |
Add third gender | |||||
2016-02-08 | do not force logout after sex change | mekolat | 3 | -85/+2 | |
remove sex change roundtrip only unequip on gender incompatibility | |||||
2016-02-08 | Don't override char gender | wushin | 3 | -8/+0 | |
sd->sex is fluid, only trust sd->status.sex to be static | |||||
2016-02-08 | allow to not allocate stats on CC | mekolat | 3 | -7/+7 | |
do not use sex provided by client for scripts send the correct sex to the client | |||||
2016-02-08 | Add third gender to account | wushin | 9 | -66/+124 | |
Add Gender to char Make gear work proper with new gender Enable legacy clients to use account gender | |||||
2016-02-01 | Merge pull request #181 from mekolat/verbose-crash | mekolat | 1 | -12/+14 | |
Make crashes more verbose | |||||
2016-02-01 | Merge pull request #184 from wushin/pvp-broken-nick | mekolat | 1 | -2/+2 | |
Fix @pvp broken nick problem | |||||
2015-11-29 | Fix @pvp broken nick problem | wushin | 1 | -2/+2 | |
2015-11-22 | update changelogv15.11.23 | mekolat | 1 | -0/+2 | |
2015-11-21 | Merge pull request #182 from mekolat/warps | mekolat | 3 | -30/+23 | |
do not require a name for warps | |||||
2015-11-13 | do not require a name for warps | mekolat | 3 | -30/+23 | |
2015-11-13 | make crashes more verbose | mekolat | 1 | -16/+13 | |
2015-11-13 | Add NPC location information to run_func | Daniel Foerster | 1 | -1/+6 | |
2015-10-01 | Merge remote-tracking branch 'meko/changelog'v15.10.01 | wushin | 1 | -0/+10 | |
2015-09-30 | Merge pull request #168 from o11c/warnings | Wushin | 3 | -18/+245 | |
Warnings | |||||
2015-09-30 | Add old-but-supported compilers back to travis | Ben Longbons | 1 | -6/+76 | |
2015-09-29 | Update warnings for GCC 5 | Ben Longbons | 2 | -12/+169 | |
2015-09-29 | Update CHANGELOG [ci skip] | meko | 1 | -0/+10 | |
2015-09-29 | Merge pull request #161 from wushin/failover-bug | meko | 1 | -17/+1 | |
Stop looking for the next victim on the map for mob deaths. | |||||
2015-09-29 | Merge pull request #160 from wushin/battle-damage-crash | meko | 1 | -10/+20 | |
bl could leave and cause clif_send to look for people on undefined.gat | |||||
2015-09-29 | Merge pull request #152 from wushin/summoned-mobs | meko | 2 | -0/+14 | |
Fix how attacked summons behave when master leaves | |||||
2015-09-29 | Merge pull request #154 from mekolat/elif | meko | 3 | -1/+260 | |
some cherry-picked elements from magic-v3 | |||||
2015-09-27 | Stop looking for the next victim on the map for mob deaths. | wushin | 1 | -17/+1 | |
2015-09-27 | bl could leave and cause clif_send to look for people on undefined.gat | wushin | 1 | -10/+20 | |
2015-09-27 | add array_search | mekolat | 1 | -0/+49 | |
2015-09-26 | add arithmetic mean builtin | mekolat | 1 | -0/+13 | |
2015-09-26 | add max and min builtins | mekolat | 1 | -0/+62 | |
2015-09-26 | add builtins sqrt, cbrt, pow | mekolat | 1 | -0/+21 | |
2015-09-26 | add builtin_explode | mekolat | 1 | -0/+44 | |
2015-09-26 | add builtin_if_then_else | mekolat | 1 | -0/+8 | |
2015-09-26 | add elif and else builtins | mekolat | 3 | -1/+63 | |
2015-09-25 | Merge pull request #153 from wushin/warp-mob-freeze | Wushin | 1 | -2/+2 | |
Warp mob freeze | |||||
2015-09-25 | Merge pull request #156 from mekolat/travis-llvm | meko | 1 | -6/+6 | |
update travis for new llvm | |||||
2015-09-25 | update travis for new llvm | meko | 1 | -6/+6 | |
2015-09-24 | Fix warp mob freeze bug | wushin | 1 | -2/+2 | |
2015-09-22 | Fix how attacked summons behave when master leaves | wushin | 2 | -0/+14 | |
closes #143 | |||||
2015-09-20 | Merge pull request #150 from wushin/mob-freeze-bug | Wushin | 1 | -3/+3 | |
Add missing checks |