Esenthel
Administrator
|
April 2019
Released Esenthel for Windows:
-updated Esenthel Store API (including the Editor) and Esenthel Forum to operate on HTTPS/TLS for better security
-added new method 'Ms.onClient'
|
|
04-03-2019 05:01 AM |
|
Esenthel
Administrator
|
RE: April 2019
Updated Esenthel Source:
-fixed LZHAM compression on Android (decompression was OK)
-added support for 'DeviceManufacturer', 'DeviceModel' and 'DeviceSerialNumber' on Windows
|
|
04-04-2019 10:44 AM |
|
Esenthel
Administrator
|
RE: April 2019
Updated Esenthel Source:
-improved 'OSVerNumber' for UWP
-updated SQLite to latest version
-added new type of SQL column mode: INDEX
-added new method 'SQL.delTableCols'
-fixed 'SQL.appendTable' for >1 columns for MYSQL and PGSQL
|
|
04-17-2019 03:14 PM |
|
Esenthel
Administrator
|
RE: April 2019
Updated Esenthel Source:
-improved FBX importer to handle cases when 1 FBX file has multiple materials with the same name
-old 'SQL.setRow' has been renamed to 'SQL.modifyRows' (which modifies existing rows only), added new 'SQL.setRow' which modifies an existing row or creates a new one if not found
-added new methods 'SQL.begin', 'SQL.flush'
Name Changes:
SQL.setRow -> SQL.modifyRows
SQL.delRow -> SQL.delRows
|
|
04-18-2019 02:06 PM |
|
Esenthel
Administrator
|
RE: April 2019
Updated Esenthel Source:
-improved SQLite performance
-added new methods 'Memb.reserve', 'Memx.reserve', 'Map.reserve'
|
|
04-20-2019 06:03 AM |
|
Esenthel
Administrator
|
RE: April 2019
Updated Esenthel Source:
-added support for Visual Studio 2019
-compiling Esenthel Engine source code now requires VS 2019 installed, however compiling custom apps using Esenthel Editor should support VS 2017/19
-improved performance by reducing the number of allocations in 'Memx.setNum'
-reduced number of allocations in 'StrLibrary'
-optimized loading Code Editor data
-added new method 'Cache.reserve'
|
|
04-21-2019 09:48 AM |
|
Esenthel
Administrator
|
RE: April 2019
Updated Esenthel Source:
-added support for detecting VS 2019 MSBuild path
|
|
04-25-2019 05:54 AM |
|
Esenthel
Administrator
|
RE: April 2019
Updated Esenthel Source:
-added new methods 'List.zoomStep', 'List.zoomScaleFactor'
-'List.columnHeight' now accepts 2 parameters, base and relative
-improved 'List' zooming to intelligently process slidebar offsets
-improved eating Enter key when using Alt+Enter and APP_FULL_TOGGLE
|
|
04-28-2019 04:54 AM |
|