From 10fb201916b42c7502e6557a6fb0afb5a6ab059f Mon Sep 17 00:00:00 2001 From: epoque11 Date: Thu, 26 Apr 2012 19:19:31 +0000 Subject: - Follow-up to r15979, updated parse_simpleexpr to parse direction function invocation - Added SCRIPT_CALLFUNC_CHECK macro to disable direct callback if affecting performance git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15981 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/config/core.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/map/config/core.h') diff --git a/src/map/config/core.h b/src/map/config/core.h index 4d8e38f95..519df60e7 100644 --- a/src/map/config/core.h +++ b/src/map/config/core.h @@ -13,6 +13,13 @@ **/ #define AUTOLOOTITEM_SIZE 10 +/// leave this line uncommented to enable callfunc checks when processing scripts. +/// while allowed, the script engine will attempt to match user-defined functions +/// in scripts allowing direct function callback (without the use of callfunc.) +/// this CAN affect performance, so if you find scripts running slower or find +/// your map-server using more resources while this is active, comment the line +#define SCRIPT_CALLFUNC_CHECK + //Uncomment to enable the Cell Stack Limit mod. //It's only config is the battle_config cell_stack_limit. //Only chars affected are those defined in BL_CHAR (mobs and players currently) -- cgit v1.2.3-60-g2f50