You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added IUpdate interface. This is needed so that other interfaces can extend from this interface and get the methods. Later may also simplify search for MonoAdv objects by using IUpdate. This may allow other custom classes to be searched as well.
Added pooling system.
Added IUpdateManager interface. Now UpdateManagerLocal, UpdateManagerGlobal and UpdateManagerGlobalHelper are child of IUpdateManager. This helps with generic scripts with constraints.
Added a new feature called Folder Selection Palette. This feature allows the user to store any folder locations and then later can go to those folders instantly, in the Project View, by clicking a button.