summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-28Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-120/+168
2013-11-28Added support for automatic concatenation of adjacent string literalsHaru1-18/+21
2013-11-28Corrected operator precedence table.Haru1-20/+20
2013-11-28Added pre de/increment operators. Fixed post de/increment operators.Haru1-100/+146
2013-11-28Removed meaningless '~=' operator.Haru1-1/+0
2013-11-27Dropped emperium spawn restrictionsshennetsind1-5/+0
2013-11-19Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-10/+11
2013-11-19Fixed Bug 7799 - SC_MOONSTAR neverendingshennetsind1-2/+10
2013-11-19Sanitized and improved several macros through the codeHaru1-7/+8
2013-11-18Corrected size-related constant names and cleaned up comments (closes #222).Mumbles1-3/+3
2013-11-12Follow up ce6c4c63a3a5c1516780f2eac978d02820a8dc0bshennetsind1-0/+5
2013-11-11Fixed MSVC compile error in ce6c4c63a3a5c1516780f2eac978d02820a8dc0bHaru1-2/+3
2013-11-11Follow-up to dd05ae388d69e7df1dffcd393cea5e4cdc605e75Haru1-4/+108
2013-11-10Added deprecation messages for incorrect capitalization in scriptsHaru1-3/+56
2013-11-09Consolidated commands called in scripts to their lowercase versionHaru1-13/+13