Marko Pintera a1eb70dd8b Fixing project window search il y a 10 ans
..
Win32 9e5b116ee1 Making sure scene grid renders after all objects so its depth is valid il y a 10 ans
BsBuildManager.cpp e6b22c9586 Getting ScriptCompiler to work il y a 10 ans
BsBuiltinEditorResources.cpp 03060e056f Fixed a bug with builtin resource reimport il y a 10 ans
BsCmdRecordSO.cpp 734f25c36c Deferred destruction of game objects il y a 11 ans
BsCmdReparentSO.cpp 17afc600a7 Massive Cm->Bs file rename il y a 11 ans
BsCodeEditor.cpp 43c78bc4d0 WIP shader includes il y a 10 ans
BsDbgTestGameObjectRef.cpp 17afc600a7 Massive Cm->Bs file rename il y a 11 ans
BsDockManager.cpp 005da72c82 Better way of calculating GUI clip rectangle il y a 10 ans
BsDockManagerLayout.cpp d61a7ecffd A lot more work on C# scene window il y a 11 ans
BsDropDownWindow.cpp 1bb0da2c8a Don't block mouse clicks outside of drop down window/menu il y a 10 ans
BsDropDownWindowManager.cpp 64b31cf1e5 Added DropDownWindow (WIP) il y a 10 ans
BsEditorApplication.cpp 64b31cf1e5 Added DropDownWindow (WIP) il y a 10 ans
BsEditorCommand.cpp 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" il y a 11 ans
BsEditorSettings.cpp 0683c43fd8 Refresh handle as soon as it changes and make move handle the default il y a 11 ans
BsEditorTestSuite.cpp 4867d3a4a3 Added test case for scene object commit and restore il y a 11 ans
BsEditorUtility.cpp e9fc86930e A lot more work on handles (WIP) il y a 11 ans
BsEditorWidget.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) il y a 10 ans
BsEditorWidgetContainer.cpp 36dd4706af WIP changing all uses of GUIArea to GUIPanel il y a 10 ans
BsEditorWidgetLayout.cpp 9982b0ebd7 Added render window functionality for minimize/maximize/restore il y a 11 ans
BsEditorWidgetManager.cpp 9699e887c4 Better handle input so that input events aren't skipped or in wrong order when window focus is changing il y a 10 ans
BsEditorWindow.cpp 46eb1edb0f WIP Scene window il y a 11 ans
BsEditorWindowBase.cpp 3f3075d532 More work on modal windows & progress bar window il y a 11 ans
BsEditorWindowManager.cpp bdc149073b GUILayout refactor so child layouts properly respect their elements min and max sizes il y a 10 ans
BsGUIColor.cpp baf74e865e Fixing various GUI issues to get it back to working state after the recent refactors il y a 10 ans
BsGUIColorField.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) il y a 10 ans
BsGUIComponentFoldout.cpp 005da72c82 Better way of calculating GUI clip rectangle il y a 10 ans
BsGUIDockSlider.cpp d693b8733c Renamed GUiLayoutExplicit -> GUIPanel il y a 10 ans
BsGUIDropButton.cpp d693b8733c Renamed GUiLayoutExplicit -> GUIPanel il y a 10 ans
BsGUIFieldBase.cpp 005da72c82 Better way of calculating GUI clip rectangle il y a 10 ans
BsGUIFloatField.cpp 22cf8a4b76 More optimized GUI element bound calculations (WIP) il y a 10 ans
BsGUIFoldout.cpp 005da72c82 Better way of calculating GUI clip rectangle il y a 10 ans
BsGUIIntField.cpp 22cf8a4b76 More optimized GUI element bound calculations (WIP) il y a 10 ans
BsGUIMenuBar.cpp adee486455 More work on the Project Window il y a 10 ans
BsGUIResourceTreeView.cpp 22cf8a4b76 More optimized GUI element bound calculations (WIP) il y a 10 ans
BsGUISceneTreeView.cpp 22cf8a4b76 More optimized GUI element bound calculations (WIP) il y a 10 ans
BsGUITabButton.cpp d693b8733c Renamed GUiLayoutExplicit -> GUIPanel il y a 10 ans
BsGUITabbedTitleBar.cpp 005da72c82 Better way of calculating GUI clip rectangle il y a 10 ans
BsGUITextField.cpp 005da72c82 Better way of calculating GUI clip rectangle il y a 10 ans
BsGUIToggleField.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) il y a 10 ans
BsGUITreeView.cpp adee486455 More work on the Project Window il y a 10 ans
BsGUITreeViewEditBox.cpp d693b8733c Renamed GUiLayoutExplicit -> GUIPanel il y a 10 ans
BsGUIVector2Field.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) il y a 10 ans
BsGUIVector3Field.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) il y a 10 ans
BsGUIVector4Field.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) il y a 10 ans
BsGUIWindowDropArea.cpp 22cf8a4b76 More optimized GUI element bound calculations (WIP) il y a 10 ans
BsGUIWindowFrame.cpp 22cf8a4b76 More optimized GUI element bound calculations (WIP) il y a 10 ans
BsGUIWindowFrameWidget.cpp 36dd4706af WIP changing all uses of GUIArea to GUIPanel il y a 10 ans
BsGizmoManager.cpp 2ba6cb589b Properly clean up C# GUIPanels when window is closed or when assembly refresh occurs il y a 11 ans
BsHandleDrawManager.cpp 2ba6cb589b Properly clean up C# GUIPanels when window is closed or when assembly refresh occurs il y a 11 ans
BsHandleManager.cpp 24f99ac96e Various fixes in order to get handles operational il y a 11 ans
BsHandleSlider.cpp 912143ab1e Fix for handle sometimes moving backwards il y a 11 ans
BsHandleSliderDisc.cpp 50e58153be Cutoff plane for rotate handle sliders work il y a 11 ans
BsHandleSliderLine.cpp 17e7648476 Work on handles: il y a 11 ans
BsHandleSliderManager.cpp 24f99ac96e Various fixes in order to get handles operational il y a 11 ans
BsHandleSliderPlane.cpp 9260710936 Various tweaks related to handle rendering il y a 11 ans
BsMainEditorWindow.cpp 36dd4706af WIP changing all uses of GUIArea to GUIPanel il y a 10 ans
BsModalWindow.cpp 3b445b8888 Updated GUI panel depth so it's signed and accepts both minimum and maximum ranges il y a 10 ans
BsPlatformInfo.cpp 558bba0c05 Added runtime script compiling (untested) il y a 10 ans
BsProjectLibrary.cpp a1eb70dd8b Fixing project window search il y a 10 ans
BsProjectLibraryEntries.cpp 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" il y a 11 ans
BsProjectResourceMeta.cpp a35f11d8cc Added ManagedResource and improve project library and resource meta data management il y a 11 ans
BsResourceImporter.cpp 1b1895f796 WIP VisualStudio project syncing il y a 10 ans
BsSceneCameraController.cpp b64a0482e7 Various Gizmo rendering fixes il y a 11 ans
BsSceneEditorWidget.cpp 46eb1edb0f WIP Scene window il y a 11 ans
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 il y a 10 ans
BsScenePicking.cpp d0793ab046 Shader default values (untested) il y a 10 ans
BsSceneViewHandler.cpp 0eb7d2b417 Bulk of the work for Project Window drop down (WIP) il y a 10 ans
BsSelection.cpp 13b511ed32 Clicking on empty space deselects the selected scene object il y a 11 ans
BsSelectionRenderer.cpp 3270121b9d Better scene grid shader/rendering + selection rendering il y a 10 ans
BsShaderIncludeHandler.cpp fbbe8659aa Refactored how builtin resources are processed and loaded il y a 10 ans
BsTestTextSprite.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) il y a 10 ans
BsUndoRedo.cpp 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" il y a 11 ans
DbgEditorWidget1.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) il y a 10 ans
DbgEditorWidget2.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) il y a 10 ans