Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-29 | add support for manaplus emotes | mekolat | 1 | -2/+2 | |
2015-03-28 | add getnpcx and getnpcy | mekolat | 1 | -0/+26 | |
2015-02-28 | Script Builtin getitemlink | wushin | 1 | -0/+26 | |
* getitemlink("ItemName"); * returns [@@ItemId|Item Jname@@] | |||||
2015-02-28 | add freeloop builtin | mekolat | 1 | -0/+20 | |
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -1/+6 | |
2015-01-22 | Have I mentioned that I hate ADL? | Ben Longbons | 1 | -0/+1 | |
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 1 | -41/+81 | |
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-03 | Merge remote-tracking branch 'origin/hotfix' | Ben Longbons | 1 | -12/+12 | |
Conflicts: src/map/chrif.cpp | |||||
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 1 | -12/+12 | |
2014-11-19 | Script Builtin iscollision | wushin | 1 | -0/+19 | |
- Checks map.gat, X, Y for collision | |||||
2014-11-19 | Script Builtin npcareawarp | wushin | 1 | -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-04 | Perform divorces asynchronously to avoid crashes | Ben Longbons | 1 | -4/+0 | |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -2/+3 | |
2014-10-15 | Split protocol generation headers | Ben Longbons | 1 | -0/+2 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -84/+54 | |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -0/+3003 | |