summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-14Added scriptcommands addmonsterdrop and delmonsterdrop (Missing documentation)EPuncker1-26/+108
2013-10-10Homun-S Quest Updatedshennetsind1-40/+84
2013-10-07Added 'consumeitem' as an alias of 'itemeffect'shennetsind1-0/+1
2013-10-04downrefitem script command updateshennetsind1-6/+9
2013-10-02HPM: Map.c Completedshennetsind1-207/+218
2013-09-29HPM: Script.c Completedshennetsind1-1140/+1082
2013-09-28HPM: Instance.c Completedshennetsind1-15/+15
2013-09-27HPM: Chat.c Completedshennetsind1-5/+5
2013-09-27Renamed iMap interface to mapHaru1-550/+416
2013-09-27Renamed iStatus interface to statusHaru1-86/+65
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-309/+287
2013-09-25Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-48/+35
2013-09-25Renamed iTimer interface to timer.shennetsind1-31/+31
2013-09-25Renamed local variables that would conflict with a rename of iTimer to timerHaru1-16/+13
2013-09-25Renamed more forgotten variables during interface conversionsHaru1-30/+21
2013-09-21Corrected invalid values assigned to enum homun_type variablesHaru1-3/+3