summaryrefslogtreecommitdiff
path: root/src/map/script.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-25nocashshop mapflagshennetsind1-1/+2
2013-09-29HPM: Script.c Completedshennetsind1-101/+325
2013-09-25Renamed more forgotten variables during interface conversionsHaru1-1/+1
2013-08-26Added support for non-fatal error messages from the script parserHaru1-0/+1
2013-07-29BG Queue Fixesshennetsind1-1/+2
2013-07-25Expanding script.c interfaceshennetsind1-79/+88
2013-07-18Fixed Bug #7525shennetsind1-0/+1
2013-07-01Fixed Bug #7216shennetsind1-1/+1
2013-06-30Fixed script timer problemshennetsind1-2/+10
2013-06-28BG Queue Testingshennetsind1-0/+2
2013-06-23Official Item Group/Package/Chainshennetsind1-4/+6
2013-06-15Fixed Bug #7367shennetsind1-2/+10
2013-06-13Script.c Interface : detach ridshennetsind1-0/+1
2013-06-13Performance Update: Script Parsershennetsind1-0/+3
2013-06-08HPM: Update script.cshennetsind1-20/+46
2013-06-02Follow up 86e9900db60e06738880a57820125ca169c37520shennetsind1-2/+1
2013-06-01Fixed script_rid2sd not being available to HPMshennetsind1-0/+2
2013-05-30Memory Slasher - May 30 Patchshennetsind1-0/+38
2013-05-02Introducing Hercules Plugin Manangershennetsind1-5/+124
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind1-4/+0
2013-02-27Fixed Bug #6527malufett1-0/+1
2013-02-24Fixed Bug #7092malufett1-1/+1
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-119/+119
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-119/+119
2012-08-06Hello World! with this commit trunk will finally be making use of the gorgeou...shennetsind1-0/+4
2012-07-22Added the ability to bind atcommands to NPC events (ex: NPCNAME::OnEvent); or...cookiecrumbs1-0/+3
2012-06-15Fixed bugreport:5740 var reference was not being restored to call buildin_set...greenboxal21-0/+2
2012-04-28- Updated the script engine to make use of the DBMap* structure for storing v...epoque111-5/+5
2012-04-27- Added initial support for direct variable assignment (allows assigning valu...epoque111-1/+3
2012-01-17* Merged changes up to eAthena 15067.eathenabot1-0/+2
2011-12-31Added 4 new all-handy script functions; special thanks to KeyWorld!shennetsind1-0/+1
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-1/+1
2011-02-08* Moved script constant manipulation code into separate functions script_get_...ai4rei1-0/+3
2010-12-21* Added script_setarray_pc for setting temporary character array variables ou...ai4rei1-0/+1
2010-12-21* Fixed dynamic shop arrays @bought_nameid, @bought_quantity, @sold_nameid an...ai4rei1-0/+2
2010-12-11* Added support for checking argument data type of built-in script functions ...ai4rei1-0/+1
2010-11-28* Fixed a crash uncovered with r14501, caused by outdated local variables whe...ai4rei1-0/+3
2009-12-02* Autobonus code cleanups.Inkfish1-0/+1
2009-10-25Hardcoded the even label config settings from r14097.ultramage1-2/+2
2009-10-25* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...Inkfish1-0/+3
2009-08-12- Optimization to instance system.zephyrus1-2/+0
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-0/+3
2008-12-31* Changes to the script engine:FlavioJS1-1/+10
2008-12-30* Changes to the script engine:FlavioJS1-2/+3
2008-08-21Deleted zombie extern variable declaration which was causing a "static declar...ultramage1-2/+0
2008-08-15Some cleaning in script.cultramage1-1/+0
2008-08-15Split off mapreg code from script.cultramage1-1/+4
2008-08-01Removed unused guardian hp columns from the guild castles table in main.sql (...ultramage1-1/+8
2008-04-23* Script parse errors displayed with one ShowError instead of several ShowMes...FlavioJS1-2/+1
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-1/+1