About Store Forum Documentation Contact



Post Reply 
June 2018
Author Message
Esenthel Offline
Administrator

Post: #1
June 2018
Released Esenthel for Windows, Mac and Linux:
-improved 'Image.blur,average' performance, also it can now work in multi-threaded mode
-improvements to Image pixel color processing when Image.type!=Image.hwType
-added new functions 'Rol', 'Ror'

Fixes:
-fixed an issue in FILTER_NO_STRETCH
-fixed specular light being too strong if light color is small in Deferred renderer

API Changes:
-changed the way Code Editor handles texts and characters (8".." and 8'..' are now removed, instead, ".." texts and '..' characters are automatically converted to 8-bit if there are no unicode characters, and to 16-bit if there are any unicode characters, to force 16-bits please use u"..")
-replaced Char from wchar_t into char16_t to workaround Web (Emscripten) not supporting 16-bit wchar_t in latest versions
06-07-2018 09:48 AM
Find all posts by this user Quote this message in a reply
Post Reply