Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2015-09-20 | Merge pull request #151 from wushin/more-abs-dir-errors | Wushin | 1 | -4/+7 | |
More abs errors on direction | |||||
2015-09-20 | More abs errors on direction | wushin | 1 | -4/+7 | |
2015-09-20 | Add missing checks | wushin | 1 | -3/+3 | |
closes #140 | |||||
2015-09-19 | Merge pull request #148 from wushin/pc-attack-path-problem | Wushin | 1 | -4/+6 | |
Declaring abs for dx & dy caused latter equation to always be positive | |||||
2015-09-19 | Declaring abs for dx & dy caused latter equation to always be positive | wushin | 1 | -4/+6 | |
2015-09-18 | Merge pull request #147 from mekolat/travis | meko | 1 | -67/+60 | |
use travis container infrastructure | |||||
2015-09-18 | use travis container infrastructure | mekolat | 1 | -67/+60 | |
2015-08-16 | Change Log for v15.8.17v15.8.17 | wushin | 1 | -0/+4 | |
2015-08-16 | Merge pull request #134 from wushin/broken-nick-fix | Wushin | 3 | -5/+5 | |
Fix Broken Nick M+ Issue | |||||
2015-08-16 | Merge pull request #130 from mekolat/0x007b | Wushin | 2 | -15/+33 | |
Stop sending 0x007b to new clients for mob movement REDUX | |||||
2015-08-16 | Merge pull request #132 from mekolat/pipe-closed | Wushin | 3 | -1/+41 | |
replace socket write with send with MSG_NOSIGNAL | |||||
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 | Merge pull request #126 from mekolat/fix2v15.7.06 | meko | 3 | -10/+19 | |
fix getmapusers | |||||
2015-07-05 | update changelog | mekolat | 1 | -0/+2 | |
2015-07-05 | fix getmapusers | mekolat | 2 | -10/+17 | |
2015-07-05 | Merge pull request #125 from themanaworld/mekolat-patch-1v15.7.05 | meko | 1 | -0/+2 | |
Update CHANGELOG | |||||
2015-07-05 | Update CHANGELOG | meko | 1 | -0/+2 | |
2015-07-04 | important bug fix | meko | 1 | -1/+1 | |
2015-06-29 | Merge pull request #124 from themanaworld/mekolat-patch-1v15.6.30 | Wushin | 1 | -0/+12 | |
Update CHANGELOG | |||||
2015-06-29 | Update CHANGELOG | meko | 1 | -0/+12 | |
2015-06-28 | Merge pull request #123 from mekolat/char | Wushin | 2 | -12/+41 | |
char server bug fix & enhancement | |||||
2015-06-20 | Merge pull request #98 from mekolat/command | Wushin | 10 | -18/+186 | |
npc actions | |||||
2015-06-20 | add map mask support | mekolat | 10 | -5/+98 | |
2015-06-20 | add clif_message_towards | mekolat | 3 | -12/+43 | |
2015-06-20 | npc actions | mekolat | 4 | -1/+45 | |
2015-06-20 | Merge pull request #111 from mekolat/music | Wushin | 4 | -1/+45 | |
implement change music packet | |||||
2015-06-19 | implement change music packet | mekolat | 4 | -1/+45 | |
2015-06-19 | Merge pull request #103 from mekolat/pvp | Wushin | 8 | -83/+151 | |
Pvp enhancements | |||||
2015-06-19 | Merge pull request #110 from mekolat/title | Wushin | 4 | -1/+45 | |
implement set title packet |