summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-04-18remove @gm atcommandmekolat4-209/+0
2015-04-13Merge pull request #47 from mekolat/killmonsterallWushin1-20/+0
remove deprecated killmonsterall
2015-04-13Merge pull request #39 from mekolat/getnpclocationWushin1-0/+92
add npc-related builtins
2015-04-13Merge pull request #46 from mekolat/cmdothernpcWushin3-32/+0
remove deprecated cmdothernpc
2015-04-13Merge pull request #27 from wushin/get-item-idWushin1-0/+26
Script Builtin getitemlink
2015-04-13Merge pull request #45 from wushin/deprecate-warp-debug-spriteWushin2-5/+1
Remove Warp Debug Sprite Action
2015-04-13Merge pull request #35 from mekolat/emotesWushin1-1/+1
add support for manaplus emotes
2015-04-05remove deprecated killmonsterallmekolat1-20/+0
2015-04-05remove deprecated cmdothernpcmekolat3-32/+0
2015-04-05Remove Warp Debug Sprite Actionwushin2-5/+1
2015-04-04allow to specify npcmekolat1-6/+42
2015-04-04add strnpcinfomekolat1-0/+30
2015-03-29Update script-fun.cppmeko1-1/+1
2015-03-29add support for manaplus emotesmekolat1-2/+2
2015-03-28add getnpcx and getnpcymekolat1-0/+26
2015-03-04Send spam messages to General tabmekolat1-2/+2
2015-02-28Script Builtin getitemlinkwushin1-0/+26
* getitemlink("ItemName"); * returns [@@ItemId|Item Jname@@]
2015-02-28add freeloop builtinmekolat3-3/+23
2015-01-23Use generated config for mapBen Longbons92-1277/+1028
2015-01-23Use generated config for charBen Longbons14-421/+350
2015-01-23Use generated config for loginBen Longbons12-580/+452
2015-01-23Use generated config for adminBen Longbons4-92/+132
2015-01-23Use generated config for monitorBen Longbons4-89/+139
2015-01-22Use Spanned<T> while parsing configBen Longbons15-374/+564
2015-01-22Generate most config parsersBen Longbons6-9/+48
2015-01-22Have I mentioned that I hate ADL?Ben Longbons26-85/+92
2015-01-22Remove unsupportable config settingsBen Longbons13-182/+77
2015-01-21I thought this went without sayingBen Longbons1-0/+14
2015-01-13Fix value_multiply shop itemsBen Longbons2-7/+15
2015-01-04Fix clang buildsBen Longbons1-0/+3
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons27-461/+607
The for loop trick turned out to be very prone to infinite loops at runtime. It's better to force compiler errors even if it's ugly.
2015-01-03Merge remote-tracking branch 'origin/hotfix'Ben Longbons20-60/+135
Conflicts: src/map/chrif.cpp
2015-01-03Fix clang buildsBen Longbons1-1/+4
2015-01-03Document every network packet's pre, post, and descBen Longbons14-1130/+14
With pretty pictures (not a submodule because large images). Part of this commit was originally made by Rawng.
2014-11-19Magically allow "break" within WITH_VARBen Longbons21-61/+136
2014-11-19Script Builtin iscollisionwushin1-0/+19
- Checks map.gat, X, Y for collision
2014-11-19Script Builtin npcareawarpwushin1-0/+64
- Warps an Npc like npcwarp but uses an area argument - Can Check for collision - npcareawarp x0, y0, x1, y1, [0|1], "NPCNAME";
2014-11-19use manaplus url formatmekolat1-1/+1
2014-11-09Add explicit check for mapless eventsBen Longbons3-4/+7
2014-11-09Fix OOB on 128-element commandsBen Longbons1-2/+13
2014-11-09Make it easier to debug scripts, especially from coredumpsBen Longbons12-141/+584
2014-11-05Fix shops not loading and bad pricewushin1-1/+1
2014-11-04Remove sc_countBen Longbons6-36/+0
It was a negligible performance gain during death, but a lot of bugs.
2014-11-04Perform divorces asynchronously to avoid crashesBen Longbons4-19/+6
2014-11-04Clean up after that messBen Longbons1-0/+1
2014-11-04Use the new ASTsBen Longbons22-820/+1010
2014-10-29Item ASTBen Longbons21-243/+905
2014-10-26Fix header rankingBen Longbons142-760/+957
2014-10-26New ast module for for npc parsingBen Longbons22-16/+2025
Will eventually put most/all parsers there.
2014-10-18Fix bug where Option destroys too muchBen Longbons2-1/+39