Age | Commit message (Expand) | Author | Files | Lines |
2015-09-29 | Update warnings for GCC 5 | Ben Longbons | 2 | -12/+169 |
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-16 | Merge pull request #130 from mekolat/0x007b | Wushin | 2 | -15/+33 |
2015-08-03 | Disable unstable move3 with new manaplus | Rawng | 2 | -15/+33 |
2015-08-03 | Fix Broken Nick M+ Issue | wushin | 3 | -5/+5 |
2015-07-29 | add more syscalls to io::FD | mekolat | 2 | -0/+35 |
2015-07-29 | replace socket write with send with MSG_NOSIGNAL | mekolat | 3 | -1/+6 |
2015-07-05 | fix getmapusers | mekolat | 2 | -10/+17 |
2015-07-04 | important bug fix | meko | 1 | -1/+1 |
2015-06-28 | Merge pull request #123 from mekolat/char | Wushin | 1 | -12/+34 |
2015-06-20 | add map mask support | mekolat | 9 | -4/+84 |
2015-06-20 | add clif_message_towards | mekolat | 3 | -12/+43 |
2015-06-20 | npc actions | mekolat | 3 | -0/+44 |
2015-06-19 | implement change music packet | mekolat | 3 | -0/+28 |
2015-06-19 | Merge pull request #103 from mekolat/pvp | Wushin | 7 | -81/+123 |
2015-06-19 | Merge pull request #110 from mekolat/title | Wushin | 3 | -0/+26 |
2015-06-19 | Merge pull request #118 from mekolat/patch-1 | Wushin | 1 | -1/+1 |
2015-06-19 | Merge pull request #73 from wushin/travis-update | Wushin | 3 | -23/+10 |
2015-06-18 | move hardcoded settings in char server to config file | mekolat | 1 | -5/+5 |
2015-06-18 | send error code when char creation fails | mekolat | 1 | -10/+32 |
2015-06-17 | also send (towards) when enter area | mekolat | 1 | -83/+73 |
2015-06-16 | implement set title packet | mekolat | 3 | -0/+26 |
2015-06-16 | do not allow to attack PC with magic when on channel 0 | mekolat | 1 | -4/+6 |
2015-06-16 | do not reset default pvp channel on death | mekolat | 1 | -1/+1 |
2015-06-16 | send pvp channel update when using pvp atcommands | mekolat | 1 | -0/+5 |
2015-06-16 | do not send new stuff to old clients | mekolat | 2 | -5/+11 |
2015-06-16 | send map pvp status | mekolat | 2 | -0/+17 |
2015-06-12 | do not count hidden players | meko | 1 | -1/+1 |
2015-06-07 | Don't segfault when inserting remote maps into DB. | Rawng | 1 | -1/+2 |
2015-05-31 | send pvp channel and rank to client | mekolat | 4 | -0/+22 |
2015-05-24 | Unintialized Byte | wushin | 1 | -0/+1 |
2015-05-24 | Unused var array | wushin | 1 | -15/+0 |