summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-07Merge remote-tracking branch 'upstream/master'shennetsind1-38/+78
2013-11-07Extended script constants to support NPC sprite IDsHaru1-35/+76
2013-11-07Item Bound Fixes/Adjustments/Improvementsshennetsind1-192/+60
2013-11-07Corrected a const pointer being incorrectly initializedHaru1-2/+1
2013-11-07Fixed equip command failing when another item of the same kind is equippedHaru1-1/+1
2013-11-06Merge remote-tracking branch 'origin/master'shennetsind1-3/+226
2013-11-06Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-18/+54
2013-11-06Merge pull request #217 from HerculesWS/script-checkershennetsind1-18/+54
2013-11-06Fixed Bug 7799shennetsind1-9/+2
2013-11-06Modified status_calc_shennetsind1-9/+9
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-18/+54
2013-11-04Standardized the format of some NPC parse error messagesHaru1-2/+2
2013-11-02Fixed Shadow System Bonusesshennetsind1-1/+1
2013-10-31No error after compilation, but when logging in at map server it will crash.sevenzz231-3/+226
2013-10-30Official Font Supportshennetsind1-3/+3
2013-10-27query_sql script command modificationshennetsind1-1/+1
2013-10-26Changed 'tick' variables to 64 bitHaru1-6/+6
2013-10-25Merge pull request #202 from kisuka/mastershennetsind1-9/+95
2013-10-25nocashshop mapflagshennetsind1-0/+3
2013-10-25Quest Bubbles Updateshennetsind1-29/+51
2013-10-24Quest Bubbles (Actually Works Finally)Kisuka1-8/+72
2013-10-24Fixed nullpo calls in script.c mismatching new macro return typeshennetsind1-8/+8
2013-10-19Instance Dungeons Updateshennetsind1-0/+71
2013-10-16Fixed Bug #7771shennetsind1-1/+4
2013-10-16Fixed Bug#7770malufett1-1/+1
2013-10-16Merge branch 'master' of https://github.com/HerculesWS/Herculesmalufett1-2/+2
2013-10-16Follow up @ https://github.com/HerculesWS/Hercules/commit/9692bc034537693d331...malufett1-15/+17
2013-10-16Fixed a variable going out of scope causing an invalid pointer accessHaru1-2/+2
2013-10-16Fixed Bug#7374malufett1-0/+75