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.2194Beta 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.2194Beta 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.2194Beta Available! (/showthread.php?tid=26)



Build 1.00.2194Beta Available! - Ketschak - 27 May 2013

The new Murl Engine Build 1.00.2194Beta is available.

Improvements:
  • Enabled dynamic geometry batching if possible. Can be controlled using the "allowDynamicBatching" attribute or the SetDynamicBatchingAllowed() interface method on PlaneGeometry, GenericGeometry and other nodes.
  • Updated WebP library to v0.3
  • Added optional vertex attributes for PlaneSequenceGeometry and PlaneGeometry: Normal/Binormal/Tangent and TexCoord1
  • Added Graph::NinePatchPlaneGeometry node
  • Added Graph::BoundingBox node
  • Added the Win32 implementation of the IPreferencesControl interface
  • Introduced the "parentTextId" target attribute for TextGeometry nodes
  • Added the "allowNpotTexture" attribute for TextGeometry nodes
  • Added a blur option for TextGeometry and FlatTextTexture nodes
  • Added the "enableContainerFitting" attribute for TextGeometry nodes
  • Enabled separate blend functions/equations on GLES 1.1
  • Added OutCoord range for Graph::IButton and InCoord range for Graph::IFrameBuffer
  • Added "vertexColoringEnabled" attribute for FixedProgram node
  • Added Util::Timeline
  • Added "activeFaces" attribute for Button nodes
  • Misc improvements on timelines and logic sound objects
  • Misc optimizations

Fixes:
  • Fixed a crash in Graph::Aligner when activated
  • Fixed Graph::Controller incorrectly evaluating at time -1.0
  • Fixed a socket address issue on OSX
  • Fixed children error checking for Reference and ReferenceTransform nodes
  • Misc minor fixes in GLES and DX9 renderers
  • Misc logic fixes