Age | Commit message (Expand) | Author | Files | Lines |
2015-04-25 | Merge pull request #502 from k-py/bugfix-return-getvariableofnpc | Haruna | 1 | -11/+21 |
2015-04-25 | Fixed @changesex issues on PACKETVERs that don't support per-character sex. | Haru | 1 | -7/+2 |
2015-04-22 | Minor refactoring of script function return. | Kpy! | 1 | -10/+13 |
2015-04-22 | Fix a crash condition when incorrectly using return outside the scope of a fu... | Kpy! | 1 | -1/+8 |
2015-04-21 | Fix script function return always removing references from NPC variables. | Kpy! | 1 | -1/+1 |
2015-03-15 | Follow up 330e31cc71ece055908acb1eb967b4009ebc9c46 | shennetsind | 1 | -3/+15 |
2015-03-14 | Fixed a script function related memory leak on mapserver shutdown | Haru | 1 | -8/+6 |
2015-03-05 | Memory Slasher: Script Parser Boost | shennetsind | 1 | -17/+14 |
2015-02-28 | Skipped translations in minimal (script-checker) mode | Haru | 1 | -0/+3 |
2015-02-23 | Hercules Ultimate Localization Design | shennetsind | 1 | -13/+605 |
2015-02-15 | Fixed a parser issue on direct assignments | Haru | 1 | -29/+35 |
2015-02-15 | Follow up 909c0644ce45945c8e3fdc5eb77ebdd1a1cb93d0 | shennetsind | 1 | -1/+0 |
2015-02-15 | Updated 'delequip' Script Command | shennetsind | 1 | -3/+6 |
2015-02-02 | Fixed state tracking of dialog windows when the script is suspended and resumed | Haru | 1 | -1/+0 |
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 |