summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-19Revert "Merge branch 'master' of https://github.com/HerculesWS/Hercules"panikon1-30/+14
2014-02-19Fixed Bug 8025shennetsind1-5/+21
2014-02-14sc sourcesshennetsind1-9/+9
2014-02-11Fixed issue with referenced array operationsshennetsind1-15/+18
2014-02-10Modified successrefitem script commandshennetsind1-5/+8
2014-02-09Improved script case check reports to include more accurate source info.Haru1-3/+15
2014-02-08Improvements on the script commands sscanf, axtoi. Added strtol.Haru1-44/+32
2014-02-03Added /stat+ commands support for 2013-12+ clientsHaru1-3/+2
2014-01-22Renamed atcommand->parse to atcommand->execHaru1-2/+2
2014-01-18Socket interfacedshennetsind1-1/+1
2014-01-13Fixed getarraysize returning incorrect values for character variablesshennetsind1-1/+1
2014-01-13Improved overwriting priority of variables/constants/parametersHaru1-22/+16
2014-01-12Follow up 20bdc01fa687b174a732be4483ddea4982d67ce9shennetsind1-4/+15
2014-01-12Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-24/+24
2014-01-12Follow up 95f13f3420822111f928ba6079fbc2061bd38c5fshennetsind1-16/+16
2014-01-12Changed some void* to the correct data types where applicableHaru1-23/+23
2014-01-12Corrected a 32 bit warningHaru1-1/+1
2014-01-12Fixed ERS Cache sharingshennetsind1-2/+2
2014-01-12Adjusted indexing of vars with index 0shennetsind1-8/+66
2014-01-11Follow up 82b583b5ef4e729ad2c3c74b26adce16a145605ashennetsind1-10/+7
2014-01-11Fixed Bug 7960shennetsind1-2/+4
2014-01-11Follow up 82b583b5ef4e729ad2c3c74b26adce16a145605ashennetsind1-1/+0
2014-01-11Hercules 1st 2014 MegaPatchshennetsind1-321/+514
2014-01-09Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-2679/+2571
2013-12-31Fixed issues pointed out in Report 7909shennetsind1-1/+1
2013-12-30Whitespace fixes in script.cHaru1-2379/+2370
2013-12-30Added support for string vars on commands that require a stringHaru1-311/+212
2013-12-24Christmas Patch - 2013-12-23 Supportshennetsind1-1/+276
2013-12-17Speed up of several procedures that rely on ERS, _mreallocz ('z'ero)shennetsind1-2/+1
2013-12-15Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv...shennetsind1-1/+1
2013-12-14Replaced pc->get_group_level with a macro (pc_get_group_level)shennetsind1-3/+3
2013-12-12ensuring script_state is clear (as ers reuses memory).shennetsind1-0/+1
2013-12-11modified second "infinity loop !" error so that its different from the firstshennetsind1-1/+1
2013-12-17Fixed several compiler warningsHaru1-30/+26
2013-12-11Corrected some local 'mapindex' variables shadowing the global oneHaru1-9/+9
2013-12-09Fixed some logic errorsshennetsind1-7/+8
2013-12-06HPM: mapindex interfaceshennetsind1-41/+41
2013-12-05Improved script builtin function parserHaru1-75/+86
2013-12-03Questlog fixesHaru1-17/+13
2013-12-02Fixed an uninitialized variable / broken code.Haru1-22/+21
2013-12-01Changed variables, labels, functions, commands to case sensitive.Haru1-93/+153
2013-12-01Changed builtin keywords in the script engine to case sensitive.Haru1-52/+61
2013-11-30Fixed an issue with assignment operators and expressionsHaru1-2/+3