Marko Pintera 65d8dcfb03 Delaying showing a window until back buffer swap now works properly in DX11 10 yıl önce
..
Win32 9e5b116ee1 Making sure scene grid renders after all objects so its depth is valid 10 yıl önce
BsBuildManager.cpp e6b22c9586 Getting ScriptCompiler to work 10 yıl önce
BsBuiltinEditorResources.cpp ade33f8b54 Added drag and drop functionality for prefabs (save & load) 10 yıl önce
BsCmdRecordSO.cpp 734f25c36c Deferred destruction of game objects 11 yıl önce
BsCmdReparentSO.cpp 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsCodeEditor.cpp 43c78bc4d0 WIP shader includes 10 yıl önce
BsDbgTestGameObjectRef.cpp 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsDockManager.cpp 49110d0834 Windows can now be properly docked as tabs 10 yıl önce
BsDockManagerLayout.cpp d61a7ecffd A lot more work on C# scene window 11 yıl önce
BsDropDownWindow.cpp 2fc87ffbf4 Update from prefab, and recording prefab diff now properly handles child prefab instances 10 yıl önce
BsDropDownWindowManager.cpp 64b31cf1e5 Added DropDownWindow (WIP) 10 yıl önce
BsEditorApplication.cpp 65d8dcfb03 Delaying showing a window until back buffer swap now works properly in DX11 10 yıl önce
BsEditorCommand.cpp 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 yıl önce
BsEditorSettings.cpp 0683c43fd8 Refresh handle as soon as it changes and make move handle the default 11 yıl önce
BsEditorTestSuite.cpp 2fc87ffbf4 Update from prefab, and recording prefab diff now properly handles child prefab instances 10 yıl önce
BsEditorUtility.cpp e9fc86930e A lot more work on handles (WIP) 11 yıl önce
BsEditorWidget.cpp 2f97794d25 Fixed shutdown so that all managed objects are unloaded before various script manager they may reference are shutdown 10 yıl önce
BsEditorWidgetContainer.cpp 7f224d0279 Fixed an issue where editor window non-client areas were not properly set up right after creation 10 yıl önce
BsEditorWidgetLayout.cpp 9982b0ebd7 Added render window functionality for minimize/maximize/restore 11 yıl önce
BsEditorWidgetManager.cpp ed523bc01d Scene view movement is now only active while in focus 10 yıl önce
BsEditorWindow.cpp 7f224d0279 Fixed an issue where editor window non-client areas were not properly set up right after creation 10 yıl önce
BsEditorWindowBase.cpp 2fc87ffbf4 Update from prefab, and recording prefab diff now properly handles child prefab instances 10 yıl önce
BsEditorWindowManager.cpp 09ea24b888 C# DialogBox class ready to use 10 yıl önce
BsGUIColor.cpp baf74e865e Fixing various GUI issues to get it back to working state after the recent refactors 10 yıl önce
BsGUIColorField.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 yıl önce
BsGUIComponentFoldout.cpp 005da72c82 Better way of calculating GUI clip rectangle 10 yıl önce
BsGUIDockSlider.cpp d693b8733c Renamed GUiLayoutExplicit -> GUIPanel 10 yıl önce
BsGUIDropButton.cpp d693b8733c Renamed GUiLayoutExplicit -> GUIPanel 10 yıl önce
BsGUIFieldBase.cpp 005da72c82 Better way of calculating GUI clip rectangle 10 yıl önce
BsGUIFloatField.cpp c2015dd039 Int/Float fields now properly trigger on changed events when their values are changed by mouse drag 10 yıl önce
BsGUIFoldout.cpp 005da72c82 Better way of calculating GUI clip rectangle 10 yıl önce
BsGUIIntField.cpp c2015dd039 Int/Float fields now properly trigger on changed events when their values are changed by mouse drag 10 yıl önce
BsGUIMenuBar.cpp 9f802264bf Clicking on a parent of a GUI menu item now properly closes the sub menu if its currently open 10 yıl önce
BsGUIResourceTreeView.cpp 22cf8a4b76 More optimized GUI element bound calculations (WIP) 10 yıl önce
BsGUISceneTreeView.cpp ade33f8b54 Added drag and drop functionality for prefabs (save & load) 10 yıl önce
BsGUITabButton.cpp d693b8733c Renamed GUiLayoutExplicit -> GUIPanel 10 yıl önce
BsGUITabbedTitleBar.cpp 185c7efa71 Temporarily docked window tab (during drag and drop) can now be undocked by dragging it off again 10 yıl önce
BsGUITextField.cpp 005da72c82 Better way of calculating GUI clip rectangle 10 yıl önce
BsGUIToggleField.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 yıl önce
BsGUITreeView.cpp adee486455 More work on the Project Window 10 yıl önce
BsGUITreeViewEditBox.cpp d693b8733c Renamed GUiLayoutExplicit -> GUIPanel 10 yıl önce
BsGUIVector2Field.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 yıl önce
BsGUIVector3Field.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 yıl önce
BsGUIVector4Field.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 yıl önce
BsGUIWindowDropArea.cpp 22cf8a4b76 More optimized GUI element bound calculations (WIP) 10 yıl önce
BsGUIWindowFrame.cpp 22cf8a4b76 More optimized GUI element bound calculations (WIP) 10 yıl önce
BsGUIWindowFrameWidget.cpp 36dd4706af WIP changing all uses of GUIArea to GUIPanel 10 yıl önce
BsGizmoManager.cpp 2ed4268993 Added a priority to call custom render callbacks 10 yıl önce
BsHandleDrawManager.cpp 2ed4268993 Added a priority to call custom render callbacks 10 yıl önce
BsHandleManager.cpp 24f99ac96e Various fixes in order to get handles operational 11 yıl önce
BsHandleSlider.cpp 912143ab1e Fix for handle sometimes moving backwards 11 yıl önce
BsHandleSliderDisc.cpp 50e58153be Cutoff plane for rotate handle sliders work 11 yıl önce
BsHandleSliderLine.cpp 17e7648476 Work on handles: 11 yıl önce
BsHandleSliderManager.cpp 24f99ac96e Various fixes in order to get handles operational 11 yıl önce
BsHandleSliderPlane.cpp 9260710936 Various tweaks related to handle rendering 11 yıl önce
BsMainEditorWindow.cpp 53dc112890 Fixed an issue where GUI widget depth wasn't being used 10 yıl önce
BsModalWindow.cpp 3b445b8888 Updated GUI panel depth so it's signed and accepts both minimum and maximum ranges 10 yıl önce
BsPlatformInfo.cpp 558bba0c05 Added runtime script compiling (untested) 10 yıl önce
BsProjectLibrary.cpp bc5f01ff6e Improved ProjectWindow label look slightly 10 yıl önce
BsProjectLibraryEntries.cpp 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 yıl önce
BsProjectResourceMeta.cpp a35f11d8cc Added ManagedResource and improve project library and resource meta data management 11 yıl önce
BsResourceImporter.cpp 1b1895f796 WIP VisualStudio project syncing 10 yıl önce
BsSceneCameraController.cpp b64a0482e7 Various Gizmo rendering fixes 11 yıl önce
BsSceneEditorWidget.cpp 46eb1edb0f WIP Scene window 11 yıl önce
BsSceneGrid.cpp 104413fc4a Fixed GUI layout so it doesn't incorrectly set its minimum size range based on its children, therefore potentially expanding other children out of bounds 10 yıl önce
BsScenePicking.cpp d0793ab046 Shader default values (untested) 10 yıl önce
BsSceneViewHandler.cpp 0eb7d2b417 Bulk of the work for Project Window drop down (WIP) 10 yıl önce
BsSelection.cpp 13b511ed32 Clicking on empty space deselects the selected scene object 11 yıl önce
BsSelectionRenderer.cpp 2ed4268993 Added a priority to call custom render callbacks 10 yıl önce
BsShaderIncludeHandler.cpp fbbe8659aa Refactored how builtin resources are processed and loaded 10 yıl önce
BsTestTextSprite.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 yıl önce
BsUndoRedo.cpp 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 yıl önce
DbgEditorWidget1.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 yıl önce
DbgEditorWidget2.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 yıl önce