Age | Commit message (Expand) | Author | Files | Lines |
2015-04-19 | fix bad condition | mekolat | 1 | -1/+1 |
2015-04-13 | Merge pull request #50 from mekolat/heal | Wushin | 3 | -100/+12 |
2015-04-13 | Merge pull request #41 from wushin/pvp-script-persistance | Wushin | 6 | -80/+94 |
2015-04-13 | Merge pull request #47 from mekolat/killmonsterall | Wushin | 1 | -20/+0 |
2015-04-13 | Merge pull request #39 from mekolat/getnpclocation | Wushin | 1 | -0/+92 |
2015-04-13 | Merge pull request #46 from mekolat/cmdothernpc | Wushin | 3 | -32/+0 |
2015-04-13 | Merge pull request #27 from wushin/get-item-id | Wushin | 1 | -0/+26 |
2015-04-13 | Merge pull request #45 from wushin/deprecate-warp-debug-sprite | Wushin | 2 | -5/+1 |
2015-04-13 | Merge pull request #35 from mekolat/emotes | Wushin | 1 | -1/+1 |
2015-04-07 | emulate @alive | mekolat | 1 | -5/+12 |
2015-04-06 | add 3rd param to heal | mekolat | 1 | -3/+8 |
2015-04-06 | remove deprecated itemheal | mekolat | 1 | -15/+0 |
2015-04-06 | remove deprecated percentheal | mekolat | 3 | -85/+0 |
2015-04-05 | remove deprecated killmonsterall | mekolat | 1 | -20/+0 |
2015-04-05 | remove deprecated cmdothernpc | mekolat | 3 | -32/+0 |
2015-04-05 | Remove Warp Debug Sprite Action | wushin | 2 | -5/+1 |
2015-04-04 | allow to specify npc | mekolat | 1 | -6/+42 |
2015-04-04 | add strnpcinfo | mekolat | 1 | -0/+30 |
2015-04-04 | add charpvp atcommand | mekolat | 1 | -0/+22 |
2015-04-04 | make pvp use channels | mekolat | 5 | -18/+22 |
2015-04-04 | add getpvpflag builtin | mekolat | 1 | -2/+3 |
2015-04-04 | Remove killer/killable | wushin | 6 | -95/+82 |
2015-03-29 | Update script-fun.cpp | meko | 1 | -1/+1 |
2015-03-29 | add support for manaplus emotes | mekolat | 1 | -2/+2 |
2015-03-28 | add getnpcx and getnpcy | mekolat | 1 | -0/+26 |
2015-03-04 | Send spam messages to General tab | mekolat | 1 | -2/+2 |
2015-02-28 | Script Builtin getitemlink | wushin | 1 | -0/+26 |
2015-02-28 | add freeloop builtin | mekolat | 3 | -3/+23 |
2015-01-23 | Use generated config for map | Ben Longbons | 85 | -1243/+934 |
2015-01-22 | Use Spanned<T> while parsing config | Ben Longbons | 3 | -149/+92 |
2015-01-22 | Generate most config parsers | Ben Longbons | 2 | -5/+4 |
2015-01-22 | Have I mentioned that I hate ADL? | Ben Longbons | 4 | -6/+7 |
2015-01-22 | Remove unsupportable config settings | Ben Longbons | 7 | -30/+8 |
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 17 | -323/+460 |
2015-01-03 | Merge remote-tracking branch 'origin/hotfix' | Ben Longbons | 12 | -43/+45 |
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 10 | -460/+6 |
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 13 | -44/+46 |
2014-11-19 | Script Builtin iscollision | wushin | 1 | -0/+19 |
2014-11-19 | Script Builtin npcareawarp | wushin | 1 | -0/+64 |
2014-11-09 | Add explicit check for mapless events | Ben Longbons | 3 | -4/+7 |
2014-11-09 | Fix OOB on 128-element commands | Ben Longbons | 1 | -2/+13 |
2014-11-09 | Make it easier to debug scripts, especially from coredumps | Ben Longbons | 10 | -141/+574 |
2014-11-05 | Fix shops not loading and bad price | wushin | 1 | -1/+1 |
2014-11-04 | Remove sc_count | Ben Longbons | 6 | -36/+0 |
2014-11-04 | Perform divorces asynchronously to avoid crashes | Ben Longbons | 4 | -19/+6 |
2014-11-04 | Clean up after that mess | Ben Longbons | 1 | -0/+1 |
2014-11-04 | Use the new ASTs | Ben Longbons | 9 | -559/+602 |
2014-10-26 | Fix header ranking | Ben Longbons | 61 | -1132/+99 |
2014-10-26 | New ast module for for npc parsing | Ben Longbons | 2 | -0/+36 |
2014-10-16 | Error instead of hang when parsing script with double semi | Ben Longbons | 1 | -0/+4 |