From 6accf854a770b0043d1d93b21cacbf2a8918fb12 Mon Sep 17 00:00:00 2001 From: Kevin Cozens Date: Wed, 4 Apr 2018 16:43:15 -0400 Subject: [PATCH] Added references to new math related OSSL functions --- bin/config-include/osslEnable.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index 1da5e9d256..7127a1afaa 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini @@ -222,6 +222,7 @@ Allow_osGetAgentIP = true ; always restricted to Administrators (true or false to disable) ; available functions out of Threat level control (for reference only) +; Allow_osAngleBetween = true ; Allow_osCheckODE = true ; Allow_osClearInertia = true ; Allow_osCollisionSound = true @@ -254,6 +255,7 @@ ; Allow_osMax = true ; Allow_osMin = true ; Allow_osMovePen = true +; Allow_osRound = true ; Allow_osSetFontName = true ; Allow_osSetFontSize = true ; Allow_osSetInertia = true @@ -263,4 +265,6 @@ ; Allow_osSetPenCap = true ; Allow_osSetPenColor = true ; Allow_osSetPenSize = true +; Allow_osVecDistSquare = true +; Allow_osVecMagSquare = true ; Allow_osVolumeDetect = true