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



Build 1.00.3083Beta Available! - Ketschak - 23 Sep 2013

The new Murl Engine Build 1.00.3083Beta is available.

API Changes:
  • Set swappable attribute for Graph::Node to deprecated, introduced enableAutomaticSwapping and enableManualSwapping instead
  • Renamed CreateDecodedData() and DestroyDecodedData() to Prepare() / Finish() for IAudioStream and IVideoStream
  • Changed absolute timeout values to relative ones in System::Semaphore::Wait()
  • Renamed System::Time::Now() to System::Time::GetNow(), removed Since() method and added GetTickCount()
  • Renamed mesh_converter to scene_converter, introduced XML config files to improve automation of scene conversion

New Features:
  • Added IAppConfiguration::SetAutomaticResourceEvictionEnabled() to better control memory saving on low-end devices
  • Introduced Util::EvictableVideoStream and EvictableVideoSurface
  • Font rendering cleanup
  • Added Graph::ITexture::SetVideoStream() method to manually set a video stream source from code
  • Added ETC1 texture compression where available (Android)
  • Added ILoader::AddGraphInstance() and RemoveGraphInstance() to manually control graph instances created when a package is loaded
  • Added misc Murl::Util functions
  • Allow Graph::FrameBuffer nodes to dynamically change dimensions
  • Added CurrencyCode and PriceValue in Android IAB for PlayStore 4.3.10 and above
  • Implemented auto rotation on Android

Improvements:
  • Misc renderer object cleanup
  • Improved engine memory footprint related to sound instances & fixed program creation
  • Improved Facebook addon session state handling
  • Optimized rendering performance on iOS devices

Fixes:
  • Misc doxygen comment fixes
  • Ignore mouse button parameter for touch devices
  • Fixed a race condition in the GLES 1.1 & 2.0 renderers when creating vertex/index buffers in the background
  • Misc fixes for certain Android devices (e.g. HTC One)
  • Misc fixes for Android In-App Billing
  • Fixed an iOS issue when suspending/resuming audio playback
  • Fixed an issue when restarting Vorbis audio streams
  • Fixed a timeout problem in Util::MessageQueue
  • Minor Android fixes (screen rotation lock, compass device, face up/down ...)
  • Minor cleanup in Android platform code

Have fun coding!