summaryrefslogtreecommitdiff
path: root/src/map/script.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-10HULD: Improved .po file parser to properly read concatenated stringsHaru1-0/+1
2016-07-04Add one check for possible script issue.Andrei Karas1-1/+1
2016-06-25Added mesf() command (combination of mes() and sprintf())Haru1-0/+1
2016-06-25Added _$() macro to the script engine to mark a translatable string as format...Haru1-0/+2
2016-06-25Moved translations template generator to a pluginHaru1-7/+1
2016-06-25Split translation handling out of parse_simpleexpr_string()Haru1-1/+2
2016-06-25Split parse_simpleexpr() in specialized sub-functions (HPM compatibility)Haru1-4/+8
2016-06-25Correctly escaped special characters in the generated_translations.potHaru1-1/+1
2016-06-25Changed script->translation_buf to a VECTORHaru1-3/+2
2016-06-25Replaced script_code::script_buf with a VECTORHaru1-11/+14
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