Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-13 | Merge pull request #47 from mekolat/killmonsterall | Wushin | 1 | -20/+0 | |
remove deprecated killmonsterall | |||||
2015-04-13 | Merge pull request #39 from mekolat/getnpclocation | Wushin | 1 | -0/+92 | |
add npc-related builtins | |||||
2015-04-13 | Merge pull request #46 from mekolat/cmdothernpc | Wushin | 3 | -32/+0 | |
remove deprecated cmdothernpc | |||||
2015-04-13 | Merge pull request #27 from wushin/get-item-id | Wushin | 1 | -0/+26 | |
Script Builtin getitemlink | |||||
2015-04-13 | Merge pull request #45 from wushin/deprecate-warp-debug-sprite | Wushin | 3 | -6/+1 | |
Remove Warp Debug Sprite Action | |||||
2015-04-13 | Merge pull request #35 from mekolat/emotes | Wushin | 1 | -1/+1 | |
add support for manaplus emotes | |||||
2015-04-13 | Merge pull request #36 from mekolat/spam | Wushin | 1 | -2/+2 | |
Send spam messages to General tab | |||||
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 | 3 | -6/+1 | |
2015-04-04 | allow to specify npc | mekolat | 1 | -6/+42 | |
2015-04-04 | add strnpcinfo | mekolat | 1 | -0/+30 | |
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-03-03 | Update Changlogv15.2.28 | wushin | 1 | -0/+2 | |
2015-02-28 | Merge pull request #33 from mekolat/freeloop | Wushin | 3 | -3/+23 | |
add freeloop builtin | |||||
2015-02-28 | Script Builtin getitemlink | wushin | 1 | -0/+26 | |
* getitemlink("ItemName"); * returns [@@ItemId|Item Jname@@] | |||||
2015-02-28 | add freeloop builtin | mekolat | 3 | -3/+23 | |
2015-01-23 | Fix travis for gcc 4.9 | Ben Longbons | 1 | -1/+1 | |
2015-01-23 | Update changelog for 15.1.23 releasev15.1.23 | Ben Longbons | 1 | -0/+42 | |
2015-01-23 | Add gcc 4.9 on travis | Ben Longbons | 1 | -0/+2 | |
2015-01-23 | Use generated config for map | Ben Longbons | 93 | -1278/+1029 | |
2015-01-23 | Use generated config for char | Ben Longbons | 14 | -421/+350 | |
2015-01-23 | Use generated config for login | Ben Longbons | 12 | -580/+452 | |
2015-01-23 | Use generated config for admin | Ben Longbons | 4 | -92/+132 | |
2015-01-23 | Use generated config for monitor | Ben Longbons | 4 | -89/+139 | |
2015-01-22 | Use Spanned<T> while parsing config | Ben Longbons | 15 | -374/+564 | |
2015-01-22 | Generate most config parsers | Ben Longbons | 10 | -9/+750 | |
2015-01-22 | Have I mentioned that I hate ADL? | Ben Longbons | 26 | -85/+92 | |
2015-01-22 | Remove unsupportable config settings | Ben Longbons | 14 | -183/+78 | |
2015-01-21 | I thought this went without saying | Ben Longbons | 1 | -0/+14 | |
2015-01-13 | Fix value_multiply shop items | Ben Longbons | 2 | -7/+15 | |
2015-01-04 | Fix clang builds | Ben Longbons | 2 | -1/+13 | |
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 27 | -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-03 | Merge remote-tracking branch 'origin/hotfix' | Ben Longbons | 20 | -60/+135 | |
Conflicts: src/map/chrif.cpp | |||||
2015-01-03 | Make makefile more reliable | Ben Longbons | 1 | -24/+28 | |
2015-01-03 | Fix clang builds | Ben Longbons | 3 | -10/+7 | |
2015-01-03 | Fix building without docs | Ben Longbons | 2 | -0/+5 | |
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 18 | -1521/+2843 | |
With pretty pictures (not a submodule because large images). Part of this commit was originally made by Rawng. | |||||
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 21 | -61/+136 | |
2014-11-19 | Fix nightly builds | Ben Longbons | 1 | -1/+1 | |
2014-11-19 | Avoid loops when generating protocol, to make description/ordering easier | Ben Longbons | 1 | -34/+52 | |
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-19 | use manaplus url format | mekolat | 1 | -1/+1 | |
2014-11-19 | Fix nightly builds | Ben Longbons | 1 | -1/+1 | |
2014-11-11 | Fix a funny ASAN bugv14.11.11 | Ben Longbons | 2 | -1/+3 | |
2014-11-09 | Add explicit check for mapless events | Ben Longbons | 3 | -4/+7 | |