From fa18e07f23fb863bdbe1efceb532670cc529b559 Mon Sep 17 00:00:00 2001 From: "a.chubar" Date: Tue, 20 Jun 2023 19:32:41 +0300 Subject: [PATCH 1/4] Added PROP macro --- macro.inc.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/macro.inc.php b/macro.inc.php index 460a527..b8b807d 100644 --- a/macro.inc.php +++ b/macro.inc.php @@ -145,6 +145,14 @@ function macro_IS_DEV($jsm) return taskman_propor("GAME_IS_DEV", 0); } +/** + * @global + */ +function macro_PROP($jsm, $expr) +{ + return \taskman\get($expr); +} + /** * @global */ From d44fe3cccb7c5029ea4c1f966e2748eaa84873c2 Mon Sep 17 00:00:00 2001 From: "a.chubar" Date: Wed, 21 Jun 2023 12:11:35 +0300 Subject: [PATCH 2/4] Version v1.2.4 --- macro.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/macro.inc.php b/macro.inc.php index 3cd609d..4a7e918 100644 --- a/macro.inc.php +++ b/macro.inc.php @@ -179,3 +179,4 @@ function macro_UNWRAP($jsm, $content) $content = rtrim($content, '}'); return $content; } + From eb0ee2a587502ac95e051ab2e6c7b11d18602f3c Mon Sep 17 00:00:00 2001 From: "a.chubar" Date: Wed, 21 Jun 2023 12:23:02 +0300 Subject: [PATCH 3/4] Version v1.2.5 --- macro.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/macro.inc.php b/macro.inc.php index 4a7e918..2472e30 100644 --- a/macro.inc.php +++ b/macro.inc.php @@ -180,3 +180,4 @@ function macro_UNWRAP($jsm, $content) return $content; } + From 05e640d6a3629a3d33b2a83715c0e695ab52c5b0 Mon Sep 17 00:00:00 2001 From: "a.chubar" Date: Wed, 21 Jun 2023 12:24:45 +0300 Subject: [PATCH 4/4] Version v1.2.5 --- macro.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/macro.inc.php b/macro.inc.php index 2472e30..3cd609d 100644 --- a/macro.inc.php +++ b/macro.inc.php @@ -179,5 +179,3 @@ function macro_UNWRAP($jsm, $content) $content = rtrim($content, '}'); return $content; } - -