summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-15Follow up 330e31cc71ece055908acb1eb967b4009ebc9c46shennetsind1-3/+15
2015-03-14Fixed a script function related memory leak on mapserver shutdownHaru1-8/+6
2015-03-05Memory Slasher: Script Parser Boostshennetsind1-17/+14
2015-02-28Skipped translations in minimal (script-checker) modeHaru1-0/+3
2015-02-23Hercules Ultimate Localization Designshennetsind1-13/+605
2015-02-15Fixed a parser issue on direct assignmentsHaru1-29/+35
2015-02-15Follow up 909c0644ce45945c8e3fdc5eb77ebdd1a1cb93d0shennetsind1-1/+0
2015-02-15Updated 'delequip' Script Commandshennetsind1-3/+6
2015-02-02Fixed state tracking of dialog windows when the script is suspended and resumedHaru1-1/+0
2015-01-24Added script command 'channelmes'Haru1-0/+26
2015-01-23Deprecated command isday().Haru1-1/+1
2015-01-23Merged petskillattack and petskillattack2.Haru1-35/+9
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-412/+413
2015-01-18Fixing 38 issuesshennetsind1-9/+7
2015-01-1727 Fixesshennetsind1-8/+12
2015-01-17Another ~10 Fixesshennetsind1-1/+1
2015-01-11Convert pcdb_checkid into function in pc interface.Andrei Karas1-2/+2
2015-01-02Add npcdb_checkid to npc interface.Andrei Karas1-1/+1
2015-01-01Removed deprecated command cmdothernpcHaru1-13/+0
2015-01-01Removed deprecated script command aliases enablearena/disablearenaHaru1-2/+0
2015-01-01Removed deprecated script command alias 'save'Haru1-1/+0
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-2/+4
2014-12-26Add script function for change per character gender.Andrei Karas1-10/+35
2014-12-23Removed deprecated commands checkdragon, setdragonHaru1-54/+0
2014-12-23Removed deprecated commands setmadogear, checkmadogearHaru1-43/+0
2014-12-23Removed deprecated commands setriding, checkridingHaru1-45/+0
2014-12-17Fixed a compile error on MSVC < 2013Haru1-25/+21
2014-12-16Add function what call OnUntouch event.Andrei Karas1-2/+3
2014-12-16Extend script command getareausers.Andrei Karas1-13/+56
2014-12-16Fix incorrect memory access in script command getareausers.Andrei Karas1-1/+2
2014-12-16Add script command getnpcclass.Andrei Karas1-0/+30
2014-12-16Add getnpcdir and setnpcdir functions.Andrei Karas1-0/+69
2014-12-16Add script command to set npc click/activate instance.Andrei Karas1-0/+11
2014-12-10Merge pull request #401 from GmOcean/masterHaruna1-14/+199
2014-12-06Removed extra ? in *equip2 code.GmOcean1-1/+1
2014-12-04Edited *changebase command, replaced unnecessary code with it's equivalent th...GmOcean1-9/+2
2014-12-04Added explicit parenthesis for *checkbound command, during the check for boun...GmOcean1-1/+1
2014-12-03Modified *checkbound & *equip2 commands in src/map/script.cGmOcean1-9/+8
2014-12-02Replace some direct methods usage to interfaces.Andrei Karas1-1/+1
2014-12-02Removed checkquest commandHaru1-18/+0
2014-12-02Removed petheal commandHaru1-50/+7
2014-12-02Removed jump_zero commandHaru1-1/+0
2014-11-29Updated script.c to reflect suggestion by QQfoolsorellina as well as an unuse...GmOcean1-16/+6
2014-11-23Fixed whitespaceGmOcean1-39/+39
2014-11-23Added Commands to script_commands.txt and script.cGmOcean1-19/+222
2014-11-15Add support for plugin options in map server config (script.conf).Andrei Karas1-1/+4
2014-11-14Add ability to add deprecated command from scripts and plugins.Andrei Karas1-2/+2
2014-11-10Fix interfaces methods usage.Andrei Karas1-4/+4
2014-11-02Marked commands 'enablearena' and 'disablearena' as deprecated.Haru1-2/+2
2014-11-02Marked command 'cmdothernpc' as deprecated.Haru1-1/+1