summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-02Marked command 'save' as deprecated.Haru1-1/+1
2014-11-02Added min() and max() script commandsHaru1-0/+32
2014-10-31Fixed some errors pointed out by clang's static analyzerHaru1-2/+1
2014-10-29Added 2014 Halloween Event and made status change parameter optional on montr...Taylor Locke1-7/+16
2014-10-30Deprecated checkriding and setriding commandsHaru1-2/+2
2014-10-30Deprecated checkdragon and setdragon commandsHaru1-2/+2
2014-10-30Deprecated checkmadogear and setmadogear commandsHaru1-2/+2
2014-10-28Removed some temporary case-check error messages.Haru1-46/+1
2014-10-28Marked command 'checkquest' as deprecatedHaru1-1/+1
2014-10-27Marked the petheal command as deprecatedHaru1-1/+1
2014-10-27Removed undocumented setr command. It was never meant to be available.Haru1-17/+17
2014-10-27Marked command jump_zero as deprecated.Haru1-10/+13
2014-10-27Added source support to mark script commands as deprecatedHaru1-2/+8
2014-10-25Added some missing variable initializationsHaru1-19/+14
2014-10-24Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 3)Taylor Locke1-0/+133
2014-10-24Renamed ismounting, setmounting, @mount2Haru1-10/+13
2014-10-24pc_isriding* / pc_setriding* cleanupHaru1-18/+19
2014-10-24Restored ability to differentiate between active and inactive questsHaru1-0/+18
2014-10-24Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 2)Taylor Locke1-4/+59
2014-10-24Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 1)Taylor Locke1-0/+24
2014-10-18Renamed DeprecationWarning to DeprecationCaseWarning, since that's what it is...Haru1-1/+1