About Store Forum Documentation Contact



Post Reply 
March 2021
Author Message
Esenthel Offline
Administrator

Post: #1
March 2021
Updated Esenthel Source:
-added new JOYPAD_BUTTON JB_* enums
-removed Joypad.dir_an
03-03-2021 12:45 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: March 2021
Updated Esenthel Source:
-changed default value of App.lang from EN to OSLanguage()
-changed Joypad Input API on Windows UWP from XInput to Gamepad (this affects Joypad.id on UWP no longer being in 0..3 range)
-added App.joypad_user_changed function pointer, called when user associated with a joypad has changed
-added support for displaying screen keyboard when activating a TextLine or TextBox on Xbox (although needs to be tested)
-updated Steam SDK to latest version
-fixed unnecessary regeneration of Project.pak data on some platforms when building project, even if no change to the data was made
-added bool Slider/SlideBar vertical/horizontal methods
-improved 3D sounds positioning when source input is stereo
-added new function 'OSUserIcon'
03-24-2021 12:51 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: March 2021
Updated Esenthel Source:
-added new File.edit* methods
-added new function MountHost
-added new function CompressionDefault

Name Changes:
-renamed File.read,write methods that Exit on fail, into File.mustRead,mustWrite
-renamed Image.create,copy methods that Exit on fail, into Image.mustCreate,mustCopy
03-31-2021 06:45 AM
Find all posts by this user Quote this message in a reply
Post Reply