summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-17Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-4/+4
2013-09-17HPM: Battleground.c Interfaceshennetsind1-18/+18
2013-09-17HPM: Itemdb.c Interfaceshennetsind1-10/+10
2013-09-17Fixed bugreport:7710Haru1-4/+4
2013-09-16HPM: Quest.c Interfaceshennetsind1-5/+5
2013-09-16HPM: Pet.c Interfaceshennetsind1-20/+20
2013-09-16HPM: Mapreg_sql.c Interfaceshennetsind1-19/+19
2013-09-16HPM: Npc.c Interfaceshennetsind1-58/+58
2013-09-16HPM: Unit.c Interfaceshennetsind1-22/+22
2013-09-16HPM: Mob.c Interfaceshennetsind1-53/+53
2013-09-14Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-18/+17
2013-09-14Hello World.shennetsind1-0/+1
2013-09-11Fixed announce script command support for bc_blue and bc_woeHaru1-18/+17
2013-09-06Fixing script constants with 'shennetsind1-1/+1
2013-08-28Fixed an error with the '+=' operator on string variablesHaru1-1/+2
2013-08-27Silenced a MSVC warning about int64->int32 conversionHaru1-1/+1
2013-08-26Added support for non-fatal error messages from the script parserHaru1-15/+46
2013-08-26Added an integer overflow check on literal values in the script parserHaru1-2/+9
2013-08-26Fixed Bug#7584malufett1-1/+1
2013-08-14Fixed Bug #7646shennetsind1-4/+4
2013-08-07Fixed Bug #7633shennetsind1-2/+20
2013-07-31New 'close2' warningshennetsind1-1/+7
2013-07-31Merge pull request #71 from HerculesWS/permission-cache-fixPiotr HaƂaczkiewicz1-16/+14
2013-07-29BG Queue Fixesshennetsind1-41/+48
2013-07-29Permission cache overhaulPiotr HaƂaczkiewicz1-16/+14
2013-07-29Fixed Bug #7597 / Follow up b7171479a47490ff80bf04849f763158d6d96facshennetsind1-2/+2
2013-07-29Added mercenary interfaceSusu1-6/+6
2013-07-29Added intif interfaceSusu1-8/+8
2013-07-29Added chat interfaceSusu1-5/+5
2013-07-26Fixed Bug #7588shennetsind1-1/+1
2013-07-25Expanding script.c interfaceshennetsind1-276/+292
2013-07-21Fixed various unit* script commands to work with NPCs (issue #7548)Haru1-34/+25
2013-07-21Fixed Bug #7547shennetsind1-0/+1
2013-07-18Fixed Bug #7525shennetsind1-2/+27
2013-07-17Added missing initialization of some functions in the homunculus interfaceHaru1-3/+2