BearishSun fdb3896efc Fixed crash that occurred when deleting a light from the scene 10 yıl önce
..
BsEditorResourceLoader.cpp c62e06ed74 Refactored how resources are unloaded to allow more fine grained control 10 yıl önce
BsEditorScriptLibrary.cpp d3b00942e8 In-editor compilation 10 yıl önce
BsEditorScriptManager.cpp 8d2ecb2432 Added separate input callbacks for use in editor only that aren't affected by play-mode state 10 yıl önce
BsGUIGameObjectField.cpp 6c5fee53e3 Added visibility field to shader parameters so internal parameters can be hidden in the inspector 10 yıl önce
BsGUIResourceField.cpp fdb3896efc Fixed crash that occurred when deleting a light from the scene 10 yıl önce
BsGUITextureField.cpp b5bfb88590 Resource handle refactor complete 10 yıl önce
BsMenuItemManager.cpp 770cb6bd2e Assembly refresh: 10 yıl önce
BsScriptBrowseDialog.cpp b5bfb88590 Resource handle refactor complete 10 yıl önce
BsScriptBuildManager.cpp c62e06ed74 Refactored how resources are unloaded to allow more fine grained control 10 yıl önce
BsScriptCodeEditor.cpp a2124e6be1 Default code editor is hooked up at editor startup 10 yıl önce
BsScriptDragDropManager.cpp b5bfb88590 Resource handle refactor complete 10 yıl önce
BsScriptDropDownWindow.cpp a393b43fc3 Hooked up color picker to the color field 10 yıl önce
BsScriptEditorApplication.cpp a836ff4e68 Fixed an issue with scene saving where saving a scene over an existing scene chooses an incorrect filename 10 yıl önce
BsScriptEditorBuiltin.cpp 839ae0f784 Better icons for the console window 10 yıl önce
BsScriptEditorInput.cpp 8d2ecb2432 Added separate input callbacks for use in editor only that aren't affected by play-mode state 10 yıl önce
BsScriptEditorPlugin.cpp 3209476868 Save project on editor exit 10 yıl önce
BsScriptEditorSettings.cpp b5bfb88590 Resource handle refactor complete 10 yıl önce
BsScriptEditorTestSuite.cpp fe9db60c5a Added support for managed unit tests and a unit test for managed diff 10 yıl önce
BsScriptEditorUtility.cpp 4dd0fa76ed Added run in editor manager & attribute so user can pick which components run during play mode and which run always 10 yıl önce
BsScriptEditorVirtualInput.cpp 8d2ecb2432 Added separate input callbacks for use in editor only that aren't affected by play-mode state 10 yıl önce
BsScriptEditorWindow.cpp c9a85f77da Added a (working) way to specify default size for editor windows 10 yıl önce
BsScriptFolderMonitor.cpp b5bfb88590 Resource handle refactor complete 10 yıl önce
BsScriptGUIColorField.cpp a393b43fc3 Hooked up color picker to the color field 10 yıl önce
BsScriptGUIEnumField.cpp f8912549b8 Modified serialization so it no longers need to calculate complex object size so prevent issues with objects that require pre- and post-serialization steps 10 yıl önce
BsScriptGUIFloatField.cpp bce39018bc Fixing GUI confirm events 10 yıl önce
BsScriptGUIGameObjectField.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 yıl önce
BsScriptGUIIntField.cpp bce39018bc Fixing GUI confirm events 10 yıl önce
BsScriptGUIListBoxField.cpp e99b926919 Added multi-select list boxes (untested) 10 yıl önce
BsScriptGUIResourceField.cpp b63918d2cc Removed templated version of ResourceRef as it was more confusing than useful 10 yıl önce
BsScriptGUISceneTreeView.cpp 4bb91ca22b All GUI input elements (managed and native) now have an event triggering when user confirms input 10 yıl önce
BsScriptGUISliderField.cpp 4bb91ca22b All GUI input elements (managed and native) now have an event triggering when user confirms input 10 yıl önce
BsScriptGUITextField.cpp b5bfb88590 Resource handle refactor complete 10 yıl önce
BsScriptGUITextureField.cpp b63918d2cc Removed templated version of ResourceRef as it was more confusing than useful 10 yıl önce
BsScriptGUIToggleField.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 yıl önce
BsScriptGUIVector2Field.cpp bce39018bc Fixing GUI confirm events 10 yıl önce
BsScriptGUIVector3Field.cpp bce39018bc Fixing GUI confirm events 10 yıl önce
BsScriptGUIVector4Field.cpp bce39018bc Fixing GUI confirm events 10 yıl önce
BsScriptGizmoManager.cpp 1b1895f796 WIP VisualStudio project syncing 10 yıl önce
BsScriptGizmos.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded 10 yıl önce
BsScriptHandleDrawing.cpp 9260710936 Various tweaks related to handle rendering 11 yıl önce
BsScriptHandleManager.cpp c369197bb8 Fixed an issue where event connections weren being properly released in some cases 10 yıl önce
BsScriptHandleSlider.cpp 0e88d4f0cb Various fixes to multi-select list boxes 10 yıl önce
BsScriptHandleSliderDisc.cpp 50e58153be Cutoff plane for rotate handle sliders work 11 yıl önce
BsScriptHandleSliderLine.cpp ad79f66da3 Scene view refactor (moving it to C#) 11 yıl önce
BsScriptHandleSliderManager.cpp 76fbe5db43 Fixed a couple of exceptions on handle manager shutdown 11 yıl önce
BsScriptHandleSliderPlane.cpp ad79f66da3 Scene view refactor (moving it to C#) 11 yıl önce
BsScriptImportOptions.cpp e3f01f3c80 Font importing supports multiple render styles 10 yıl önce
BsScriptInspectorUtility.cpp 153a11a96e Material inspector 10 yıl önce
BsScriptModalWindow.cpp 648eefad79 Do not allow editor to be active without a project loaded 10 yıl önce
BsScriptOSDropTarget.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 yıl önce
BsScriptPlatformInfo.cpp b63918d2cc Removed templated version of ResourceRef as it was more confusing than useful 10 yıl önce
BsScriptPrefabUtility.cpp f3b2014804 Added SceneObject inspector fields 10 yıl önce
BsScriptProjectLibrary.cpp b5bfb88590 Resource handle refactor complete 10 yıl önce
BsScriptProjectSettings.cpp b5bfb88590 Resource handle refactor complete 10 yıl önce
BsScriptSceneViewHandler.cpp 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 yıl önce
BsScriptSelection.cpp 7ce45604fb Properly clean up Renderable/Camera/Light on assembly refresh 10 yıl önce
BsScriptUndoRedo.cpp 145a44e4ca Duplicate in scene window now works 10 yıl önce
BsScriptUnitTests.cpp 05bef870f2 Unit test for managed diff passes 10 yıl önce
BsToolbarItemManager.cpp f70ad040e9 Various fixes related to GUI array: 10 yıl önce