summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-09Fixed order of includes in all source filesHaru1-38/+41
2014-05-09Return EXIT_FAILURE if a script parse error occurred.Haru1-8/+11
2014-05-07#Fixed issue 8175panikon1-0/+3
2014-05-06Bug fixes and other changespanikon1-6/+29
2014-04-19Fixed issue: 8146panikon1-0/+2
2014-04-17Added sysinfo (System Information) functionalitiesHaru1-14/+3
2014-04-04Fixed issue: 8131panikon1-1/+1
2014-03-29Fixed getmapxy crashshennetsind1-1/+19
2014-03-29Fixed Bug 8125shennetsind1-0/+7
2014-03-18Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-4/+93
2014-03-18BG Queue Fixes & +++shennetsind1-1/+1
2014-03-17Added regular expression matching script commands and operatorsHaru1-4/+93
2014-03-16Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-1/+4
2014-03-16Fixed Bug 8093shennetsind1-0/+12
2014-03-17Fix addtimer will report error when hit MAX_EVENTTIMERAnnieRuru1-1/+4
2014-03-15Follow up f4b1ff7426b1c4cd5e8cac37f7e3983cc03c706eshennetsind1-0/+5
2014-03-14Follow up 1007d606645c16d5246761976b7648809edb8b1dshennetsind1-4/+4
2014-03-14Added internal awareness of active script instancesshennetsind1-4/+21
2014-03-11Fixed getvariableofnpcshennetsind1-0/+3
2014-03-11Merge pull request #265 from AnnieRuru/request_1shennetsind1-0/+34
2014-03-10Fixed a crash caused by NPC variable references in callfuncHaru1-13/+41
2014-03-10set_constant the send_targetAnnieRuru1-0/+34
2014-03-05Corrected same-reference check to work on vars with the same name in differen...Haru1-14/+11
2014-03-05Ref redesign, part 3Haru1-128/+125
2014-03-05Ref redesign, part 2Haru1-81/+91
2014-02-27Cleaned up messages.confHaru1-1/+1
2014-02-26Improved mapindex_name2id errors for scriptsshennetsind1-15/+30
2014-02-26Introducing #define npc constantsshennetsind1-0/+11
2014-02-26Removed Option_ constants from const.txt, now input directly from the sourceshennetsind1-0/+39
2014-02-22Changed function types related to SG days in date.cpanikon1-1/+1
2014-02-19Fixed issue 8034panikon1-1/+2
2014-02-19Readding last merge as last revert was unintended. Sorry for the trouble.panikon1-14/+30