About Store Forum Documentation Contact



Post Reply 
February 2022
Author Message
Esenthel Offline
Administrator

Post: #1
February 2022
Updated Esenthel Source:
-added option to preview bone shapes in Object Bones Editor
02-07-2022 05:35 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: February 2022
Updated Esenthel Source:
-improved Gui skins
-added compatibility with swapping mouse buttons in the Windows Settings
02-10-2022 10:10 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: February 2022
Updated Esenthel Source:
-added new material technique MTECH_CLEAR_COAT useful for metallic car surfaces
-added new class 'EngineLogo' allowing to load,draw delete engine Logo
-updated "Application States" tutorial to show how to use 'EngineLogo' class
-added new ENGINE_NAME and ENGINE_DEVELOPER_NAME macros
-updated Engine logos in "Editor\Assets" folder

Name Changes:
EE_INIT -> INIT
EE_APP_NAME -> APP_NAME
EE_PUBLISH -> PUBLISH
..
02-21-2022 11:33 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: February 2022
Updated Esenthel Source:
IMPORTANT:
Renamed default "master" branch on github to "main"
If you use engine's source from github, you have to run this command from your "Esenthel" folder:
Code:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Alternatively, delete your local copy, and re-download from github. (but that will destroy any of your changes)
02-21-2022 02:04 PM
Find all posts by this user Quote this message in a reply
Post Reply