summaryrefslogtreecommitdiff
path: root/src/map/script.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-25Replaced script->buf with a VECTORHaru1-4/+9
2016-06-25Replaced struct script_string_buf definition with a VECTORHaru1-4/+4
2016-03-20Dropped typedef from DBMapHaru1-6/+6
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-4/+4
2016-03-20Removed unnecessary typedefs from sql.hHaru1-2/+2
2016-03-20Added const qualifier to the value argument of script->setd_subHaru1-1/+1
2016-03-20Added separate char* and const char* data types to struct script_dataHaru1-11/+16
2016-03-20Changed script->get_val to return a const pointerHaru1-1/+1
2016-03-11Hardcore Parameters from constant database to avoid synchronize issues with s...hemagx1-0/+1
2016-01-29Merge pull request #1108 from 4144/pcreconfigureHaru1-2/+0
2016-01-25Added source support for special comments in the constdbHaru1-0/+1
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas1-2/+0
2016-01-13Added support to mark constants in db/constants.conf as deprecatedHaru1-2/+2
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-5/+5
2015-12-25Implemented NoViewIDDastgir1-1/+2
2015-12-20Add script->id2sd function to throw error properly if player not foundAnnieRuru1-0/+3
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-15Added const qualifier to the w1~w4 arguments of npc_parse_scriptHaru1-1/+1
2015-11-14Changed struct script_queue_iterator::item into a VECTOR and Renamed to ::ent...Haru1-3/+3
2015-11-14Changed struct script_queue::item into a VECTOR and Renamed to ::entriesHaru1-5/+4
2015-11-14Renamed hQueue/hQueueIterator/hQueueOpt to latest standardsHaru1-23/+30
2015-11-14Changed script->hq and script->hqi into VECTOR typeHaru1-3/+2
2015-10-01Split function set_reg and get_val into functions based on variable types.Andrei Karas1-0/+16
2015-08-15HPM compatibility improvementsHaru1-3/+3
2015-08-10Add script interface function run_pet. It do same thing as run.Andrei Karas1-0/+1
2015-08-10Add script interface function run_npc. It do same thing as run.Andrei Karas1-1/+2
2015-08-10Move unequip item script function call into function script_run_item_unequip_...Andrei Karas1-0/+1
2015-08-10Move equip item script function call into function script_run_item_equip_script.Andrei Karas1-0/+2
2015-08-10Move use item script function call into function script_run_use_script.Andrei Karas1-0/+1
2015-06-19Removed ".." from include directivesHaru1-7/+7
2015-03-15Follow up 330e31cc71ece055908acb1eb967b4009ebc9c46shennetsind1-0/+1
2015-02-23Hercules Ultimate Localization Designshennetsind1-0/+52
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-0/+2
2014-12-16Add function what call OnUntouch event.Andrei Karas1-0/+1
2014-11-16Whitespace cleanup (no code changes)Haru1-9/+9
2014-11-14Add ability to add deprecated command from scripts and plugins.Andrei Karas1-1/+1
2014-10-28Removed some temporary case-check error messages.Haru1-2/+1
2014-10-28Removed some temporary case-check error messages.Haru1-1/+0
2014-10-27Added source support to mark script commands as deprecatedHaru1-0/+4
2014-10-18Renamed DeprecationWarning to DeprecationCaseWarning, since that's what it is...Haru1-3/+3
2014-07-11Fixed reserved __identifier violationsHaru1-3/+3
2014-05-16Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-5/+7
2014-05-10Revert "Fixed order of includes in all source files"panikon1-7/+5
2014-05-09Fixed order of includes in all source filesHaru1-5/+7
2014-05-09Return EXIT_FAILURE if a script parse error occurred.Haru1-1/+1
2014-03-17Added regular expression matching script commands and operatorsHaru1-0/+4
2014-03-14Added internal awareness of active script instancesshennetsind1-1/+2
2014-03-10Fixed a crash caused by NPC variable references in callfuncHaru1-0/+3
2014-03-05Corrected same-reference check to work on vars with the same name in differen...Haru1-0/+7