summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-18Revert "Some Quality of Life Changes"Haru1-102/+5
2014-10-18Some Quality of Life ChangesTaylor Locke1-5/+102
2014-10-15Fixes some typo on replacestr.dastgir1-1/+1
2014-09-23Fixed bug 8365AnnieRuru1-2/+0
2014-09-20Fixed Bug 8301shennetsind1-2/+4
2014-09-20Replaced hardcoded values with constants for status_change_start's flagHaru1-12/+7
2014-09-16Follow: https://github.com/HerculesWS/Hercules/commit/8ab61745b81d1cf0602c799...Michieru1-3/+3
2014-09-03Add *getguildmember script commandAnnieRuru1-0/+44
2014-09-01Add MAX_REFINE as hard-coded constantAnnieRuru1-0/+1
2014-08-31follow upAnnieRuru1-2/+2
2014-08-29Fix status def calculation (bug:8306)Michieru1-93/+55
2014-08-20Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125Haru1-1/+1
2014-08-07Corrected several format-string errors through the codeHaru1-22/+21
2014-07-11Fixed issue with quest exp and bonuses, issue: 8247 http://hercules.ws/board/...panikon1-1/+1
2014-07-11Fixed reserved __identifier violationsHaru1-24/+24
2014-07-08Minor script core fixespanikon1-100/+131
2014-07-06Fixed issue with getlookpanikon1-0/+2
2014-05-30Fixed typos inside src/Shido1-1/+1
2014-05-24Fixed issue in *guildskill, lvl could be set to negative values. (issue: 8214...panikon1-1/+1
2014-05-16Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3Haru1-1/+1
2014-05-10Changed set_reg behavior on pc_setparam failure, now it won't simply END the ...panikon1-1/+5
2014-05-10Moved MAX_CARTS and NEW_CARTS defines into common/mmo.hHaru1-1/+2
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-38/+41
2014-05-10Revert "Fixed order of includes in all source files"panikon1-41/+38
2014-05-10Optimized THQS_TTShop.txt and corrected a minor mistakepanikon1-0/+2