Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.27 (FreeBSD)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 550 - File: global.php PHP 8.1.27 (FreeBSD)
File Line Function
/global.php 550 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 811 - File: global.php PHP 8.1.27 (FreeBSD)
File Line Function
/global.php 811 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 811 - File: global.php PHP 8.1.27 (FreeBSD)
File Line Function
/global.php 811 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 26 - File: global.php(872) : eval()'d code PHP 8.1.27 (FreeBSD)
File Line Function
/global.php(872) : eval()'d code 26 errorHandler->error
/global.php 872 eval
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1449 - File: inc/functions.php PHP 8.1.27 (FreeBSD)
File Line Function
/inc/functions.php 1449 errorHandler->error
/inc/functions.php 1404 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (FreeBSD)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (FreeBSD)
File Line Function
/printthread.php 165 errorHandler->error

Build 1.00.2096Beta Available! - Printable Version
The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.27 (FreeBSD)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 550 - File: global.php PHP 8.1.27 (FreeBSD)
File Line Function
/global.php 550 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 811 - File: global.php PHP 8.1.27 (FreeBSD)
File Line Function
/global.php 811 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 811 - File: global.php PHP 8.1.27 (FreeBSD)
File Line Function
/global.php 811 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 26 - File: global.php(872) : eval()'d code PHP 8.1.27 (FreeBSD)
File Line Function
/global.php(872) : eval()'d code 26 errorHandler->error
/global.php 872 eval
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1449 - File: inc/functions.php PHP 8.1.27 (FreeBSD)
File Line Function
/inc/functions.php 1449 errorHandler->error
/inc/functions.php 1404 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (FreeBSD)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (FreeBSD)
File Line Function
/printthread.php 165 errorHandler->error



Official Murl Engine Forum
Build 1.00.2096Beta Available! - Printable Version

+- Official Murl Engine Forum (https://murlengine.com/forum)
+-- Forum: General (https://murlengine.com/forum/forumdisplay.php?fid=1)
+--- Forum: Announcements (https://murlengine.com/forum/forumdisplay.php?fid=2)
+--- Thread: Build 1.00.2096Beta Available! (/showthread.php?tid=16)



Build 1.00.2096Beta Available! - Ketschak - 06 May 2013

The new Murl Engine Build 1.00.2096Beta is available.

Important API Changes:
  • Renamed Murl::ISystemFont to Murl::IFont
  • Unified font attribute names in Graph::TextGeometry and FlatTextTexture, and moved all respective methods to Graph::IFont interface:
    "systemFontId","fontId" --> "systemFontName"
    "systemFontSize" --> "fontSize"
    "systemFontTextColor" --> "textColor"
    "systemFontBackgroundColor" --> "backgroundColor"

You should perform a search&replace operation on your user code in order to incorporate these changes.

Improvements:
  • Added Truetype and OpenType font embedding support through font_converter and Graph::TextGeomety/Graph::FlatTextTexture
  • Added border/borderX/borderY attributes to Graph::PlaneGeometry,
    PlaneSequenceGeometry, TextGeometry and Button, for better content alignment, plus respective interface methods
  • Added IAppConfiguration::SetSystemDebugInfoItems() to select statistic items to display when the debug package is loaded
  • Added posX/posY and sizeX/sizeY attributes to Graph::Camera nodes, to select only a sub-region of the output surface to render
  • Physics simulator cleanup & improvements
  • Added "scale" attribute to XML animation files, to set a unified scale factor for all 3 axes
  • Added Logic::ITimeline::SetCurrentTime() and SetCurrentLoop() methods
  • Stripped unnecessary debug information from (most) static libs

Minor fixes:
  • Fixed Graph::Camera to consider scissor mask when clearing
  • Fixed minor memory leaks
  • Fixed a crash in Graph::TextGeometry when using a prescale factor other than 1
  • Fixed a misbehavior in Graph::TextGeometry when re-setting text
  • Unified QueryTextSize() in Graph::TextGeometry and FlatTextTexture to always return _unscaled_ values
  • Fixed system font rendering on OSX/IOS (position/cropping issues)
  • Fixed system fonts to accept a user-defined leading value
  • Fixed string-to-color conversion to set alpha to 100% when not explicitly specified via a single-value hex string
  • Container classes: Minor fixes for ObjectArray/ObjectIndex/ObjectMap