About Store Forum Documentation Contact



Post Reply 
April 2021
Author Message
Esenthel Offline
Administrator

Post: #1
April 2021
Updated Esenthel Source:
-added new members Joypad.diri,diri_r,eat
-added new function Gui.objNearest
-added new function Ms.scroll

Fixes:
-fixed GuiObj.screenPos,screenRect not working well in some cases
04-04-2021 10:48 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: April 2021
Updated Esenthel Source:
-added new functions Ms.move,moveAbs (recommended for simulating mouse movements, for example with a joypad)
-using touchscreen for Property adjust value button will now prevent scrolling parent region with that touch
-changed Joypad.buttonName results
-added static Joypad.ButtonName function
-added left/right/up/down joypad button enums - JB_L, JB_R, JB_U, JB_D dependent on target platform
-improved mouse click handling on Windows UWP
04-10-2021 04:56 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: April 2021
Updated Esenthel Source:
-added support for tesselating only selected vertexes in the mesh editor
04-20-2021 04:17 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: April 2021
Updated Esenthel Source:
-added new members Joypad.diri_ar (repeatable integer movement from analog sticks)
-added support for single JoyCons L/R held horizontally
-added Bool Joypad.mini (used to determine if Nintendo Switch controller is a single JoyCon L/R held horizontally)
-improved memory aligned allocation for Nintendo Switch
-added 'ConfigureJoypads' function that displays controller configuration screen on Nintendo Switch
04-22-2021 09:58 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: April 2021
Released Esenthel for Windows, Mac and Linux:
-unified shader sampler management on DirectX and OpenGL (by using sampler objects on OpenGL instead of per-texture configuration)

API Changes:
-changed sign of 'Panel.border_radius' (old 'border_radius' is new '-border_radius')
-'Image.drawBorder' and 'Rect.drawBorder' - 'border' parameter is now treated as '-border' (changed sign)
04-26-2021 05:06 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: April 2021
Released Esenthel for Windows, Mac and Linux:

Fixes:
-fixed fullscreen not working correctly on latest Mac OS
-fixed accented characters not working on Windows since last release

Name Changes:
WindowMsgBox -> OSMsgBox
Window* -> App.* or App.window().*
04-28-2021 09:32 AM
Find all posts by this user Quote this message in a reply
Post Reply