Added scripting quality of life features #299

Merged
Pycorax merged 10 commits from SP3-6-c-scripting into main 2023-01-01 12:37:10 +08:00
Pycorax commented 2022-12-31 19:16:35 +08:00 (Migrated from github.com)
  • Application::Quit() no longer kills the application when running as an editor
  • Script Visual Studio project can now be opened by menu bar or by double clicking a script in the asset browser
  • Added SHExecUtilities static class for executing external processes
  • Added SHVSUtilities static class for working with Visual Studio
  • Fixed bug where StrToWstr and WstrToStr may contain invalid characters from a previous call

Note: A new dependency (vswhere.exe) was added, run Dependencies.bat with option Q to download this dependency.

- Application::Quit() no longer kills the application when running as an editor - Script Visual Studio project can now be opened by menu bar or by double clicking a script in the asset browser - Added SHExecUtilities static class for executing external processes - Added SHVSUtilities static class for working with Visual Studio - Fixed bug where StrToWstr and WstrToStr may contain invalid characters from a previous call Note: A new dependency (vswhere.exe) was added, run Dependencies.bat with option Q to download this dependency.
XiaoQiDigipen (Migrated from github.com) reviewed 2022-12-31 19:16:35 +08:00
Sign in to join this conversation.
No description provided.