Age | Commit message (Expand) | Author | Files | Lines |
2015-01-24 | Added script command 'channelmes' | Haru | 1 | -0/+26 |
2015-01-23 | Deprecated command isday(). | Haru | 1 | -1/+1 |
2015-01-23 | Merged petskillattack and petskillattack2. | Haru | 1 | -35/+9 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -412/+413 |
2015-01-18 | Fixing 38 issues | shennetsind | 1 | -9/+7 |
2015-01-17 | 27 Fixes | shennetsind | 1 | -8/+12 |
2015-01-17 | Another ~10 Fixes | shennetsind | 1 | -1/+1 |
2015-01-11 | Convert pcdb_checkid into function in pc interface. | Andrei Karas | 1 | -2/+2 |
2015-01-02 | Add npcdb_checkid to npc interface. | Andrei Karas | 1 | -1/+1 |
2015-01-01 | Removed deprecated command cmdothernpc | Haru | 1 | -13/+0 |
2015-01-01 | Removed deprecated script command aliases enablearena/disablearena | Haru | 1 | -2/+0 |
2015-01-01 | Removed deprecated script command alias 'save' | Haru | 1 | -1/+0 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -2/+4 |
2014-12-26 | Add script function for change per character gender. | Andrei Karas | 1 | -10/+35 |
2014-12-23 | Removed deprecated commands checkdragon, setdragon | Haru | 1 | -54/+0 |
2014-12-23 | Removed deprecated commands setmadogear, checkmadogear | Haru | 1 | -43/+0 |
2014-12-23 | Removed deprecated commands setriding, checkriding | Haru | 1 | -45/+0 |
2014-12-17 | Fixed a compile error on MSVC < 2013 | Haru | 1 | -25/+21 |
2014-12-16 | Add function what call OnUntouch event. | Andrei Karas | 1 | -2/+3 |
2014-12-16 | Extend script command getareausers. | Andrei Karas | 1 | -13/+56 |
2014-12-16 | Fix incorrect memory access in script command getareausers. | Andrei Karas | 1 | -1/+2 |
2014-12-16 | Add script command getnpcclass. | Andrei Karas | 1 | -0/+30 |
2014-12-16 | Add getnpcdir and setnpcdir functions. | Andrei Karas | 1 | -0/+69 |
2014-12-16 | Add script command to set npc click/activate instance. | Andrei Karas | 1 | -0/+11 |
2014-12-10 | Merge pull request #401 from GmOcean/master | Haruna | 1 | -14/+199 |
2014-12-06 | Removed extra ? in *equip2 code. | GmOcean | 1 | -1/+1 |
2014-12-04 | Edited *changebase command, replaced unnecessary code with it's equivalent th... | GmOcean | 1 | -9/+2 |
2014-12-04 | Added explicit parenthesis for *checkbound command, during the check for boun... | GmOcean | 1 | -1/+1 |
2014-12-03 | Modified *checkbound & *equip2 commands in src/map/script.c | GmOcean | 1 | -9/+8 |
2014-12-02 | Replace some direct methods usage to interfaces. | Andrei Karas | 1 | -1/+1 |
2014-12-02 | Removed checkquest command | Haru | 1 | -18/+0 |
2014-12-02 | Removed petheal command | Haru | 1 | -50/+7 |
2014-12-02 | Removed jump_zero command | Haru | 1 | -1/+0 |
2014-11-29 | Updated script.c to reflect suggestion by QQfoolsorellina as well as an unuse... | GmOcean | 1 | -16/+6 |
2014-11-23 | Fixed whitespace | GmOcean | 1 | -39/+39 |
2014-11-23 | Added Commands to script_commands.txt and script.c | GmOcean | 1 | -19/+222 |
2014-11-15 | Add support for plugin options in map server config (script.conf). | Andrei Karas | 1 | -1/+4 |
2014-11-14 | Add ability to add deprecated command from scripts and plugins. | Andrei Karas | 1 | -2/+2 |
2014-11-10 | Fix interfaces methods usage. | Andrei Karas | 1 | -4/+4 |
2014-11-02 | Marked commands 'enablearena' and 'disablearena' as deprecated. | Haru | 1 | -2/+2 |
2014-11-02 | Marked command 'cmdothernpc' as deprecated. | Haru | 1 | -1/+1 |
2014-11-02 | Marked command 'save' as deprecated. | Haru | 1 | -1/+1 |
2014-11-02 | Added min() and max() script commands | Haru | 1 | -0/+32 |
2014-10-31 | Fixed some errors pointed out by clang's static analyzer | Haru | 1 | -2/+1 |
2014-10-29 | Added 2014 Halloween Event and made status change parameter optional on montr... | Taylor Locke | 1 | -7/+16 |
2014-10-30 | Deprecated checkriding and setriding commands | Haru | 1 | -2/+2 |
2014-10-30 | Deprecated checkdragon and setdragon commands | Haru | 1 | -2/+2 |
2014-10-30 | Deprecated checkmadogear and setmadogear commands | Haru | 1 | -2/+2 |
2014-10-28 | Removed some temporary case-check error messages. | Haru | 1 | -46/+1 |
2014-10-28 | Marked command 'checkquest' as deprecated | Haru | 1 | -1/+1 |