Age | Commit message (Expand) | Author | Files | Lines |
2016-04-15 | shrink magic_message | mekolat | 1 | -20/+8 |
2016-04-15 | Allow getequipid to use charname | wushin | 1 | -2/+5 |
2016-04-15 | Remove old Magic | wushin | 27 | -6984/+61 |
2016-04-15 | Magic -> Map Npcs | wushin | 6 | -2/+91 |
2016-04-15 | new/modified builtins | wushin | 8 | -18/+484 |
2016-04-15 | implement SMSG_PLAYER_CLIENT_COMMAND | mekolat | 3 | -2/+32 |
2016-04-14 | implement SMSG_SCRIPT_MESSAGE | mekolat | 3 | -0/+44 |
2016-04-10 | modify remote execution prevention, check for client version | mekolat | 1 | -9/+10 |
2016-04-10 | consolidate client version handling | mekolat | 6 | -86/+94 |
2016-04-08 | Merge pull request #204 from mekolat/pvpfix | mekolat | 2 | -7/+11 |
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 | remote execution vulnerability fix | mekolat | 1 | -17/+12 |
2016-04-01 | add player nicks back to messages | wushin | 3 | -17/+39 |
2016-02-08 | Merge pull request #177 from wushin/add-third-gender | mekolat | 4 | -22/+58 |
2016-02-08 | do not force logout after sex change | mekolat | 1 | -7/+2 |
2016-02-08 | Don't override char gender | wushin | 1 | -6/+0 |
2016-02-08 | allow to not allocate stats on CC | mekolat | 2 | -4/+4 |
2016-02-08 | Add third gender to account | wushin | 3 | -12/+59 |
2016-02-01 | Merge pull request #181 from mekolat/verbose-crash | mekolat | 1 | -12/+14 |
2015-11-29 | Fix @pvp broken nick problem | wushin | 1 | -2/+2 |
2015-11-13 | do not require a name for warps | mekolat | 1 | -1/+1 |
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-09-29 | Merge pull request #161 from wushin/failover-bug | meko | 1 | -17/+1 |
2015-09-29 | Merge pull request #160 from wushin/battle-damage-crash | meko | 1 | -10/+20 |
2015-09-29 | Merge pull request #152 from wushin/summoned-mobs | meko | 2 | -0/+14 |
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-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 |
2015-09-20 | Merge pull request #150 from wushin/mob-freeze-bug | Wushin | 1 | -3/+3 |
2015-09-20 | More abs errors on direction | wushin | 1 | -4/+7 |
2015-09-20 | Add missing checks | wushin | 1 | -3/+3 |
2015-09-19 | Declaring abs for dx & dy caused latter equation to always be positive | wushin | 1 | -4/+6 |
2015-08-16 | Merge pull request #134 from wushin/broken-nick-fix | Wushin | 3 | -5/+5 |
2015-08-03 | Disable unstable move3 with new manaplus | Rawng | 1 | -15/+32 |
2015-08-03 | Fix Broken Nick M+ Issue | wushin | 3 | -5/+5 |
2015-07-05 | fix getmapusers | mekolat | 2 | -10/+17 |
2015-07-04 | important bug fix | meko | 1 | -1/+1 |
2015-06-20 | add map mask support | mekolat | 9 | -4/+84 |
2015-06-20 | add clif_message_towards | mekolat | 3 | -12/+43 |