Marko Pintera aec99b0b0f Sampler state filtering overrides (WIP) 10 лет назад
..
Win32 95b85ee642 Documentation 10 лет назад
BsBuildManager.cpp e6b22c9586 Getting ScriptCompiler to work 10 лет назад
BsBuiltinEditorResources.cpp acb9baa212 Texture field working 10 лет назад
BsCmdRecordSO.cpp 734f25c36c Deferred destruction of game objects 11 лет назад
BsCmdReparentSO.cpp 17afc600a7 Massive Cm->Bs file rename 11 лет назад
BsCodeEditor.cpp 43c78bc4d0 WIP shader includes 10 лет назад
BsDockManager.cpp e93725619e Each docked editor widget container is now rendered in its own GUIWidget to better partition GUI updates 10 лет назад
BsDockManagerLayout.cpp d61a7ecffd A lot more work on C# scene window 11 лет назад
BsDropDownWindow.cpp 2fc87ffbf4 Update from prefab, and recording prefab diff now properly handles child prefab instances 10 лет назад
BsDropDownWindowManager.cpp 64b31cf1e5 Added DropDownWindow (WIP) 10 лет назад
BsEditorApplication.cpp ddef406ac9 C# profiler overlay 10 лет назад
BsEditorCommand.cpp 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 лет назад
BsEditorSettings.cpp ddef406ac9 C# profiler overlay 10 лет назад
BsEditorTestSuite.cpp e81ac10b99 Enhanced frame allocator that can allocate multiple frames in a stack-like fashion 10 лет назад
BsEditorUtility.cpp e9fc86930e A lot more work on handles (WIP) 11 лет назад
BsEditorWidget.cpp 4704613fa4 Modified profiler overlay so it doesn't render under the geometry 10 лет назад
BsEditorWidgetContainer.cpp 10657f775c Added proper names for C# editor windows 10 лет назад
BsEditorWidgetLayout.cpp 9982b0ebd7 Added render window functionality for minimize/maximize/restore 11 лет назад
BsEditorWidgetManager.cpp ed523bc01d Scene view movement is now only active while in focus 10 лет назад
BsEditorWindow.cpp 7f224d0279 Fixed an issue where editor window non-client areas were not properly set up right after creation 10 лет назад
BsEditorWindowBase.cpp 4704613fa4 Modified profiler overlay so it doesn't render under the geometry 10 лет назад
BsEditorWindowManager.cpp 09ea24b888 C# DialogBox class ready to use 10 лет назад
BsGUIColor.cpp bc542214fd Updating GUI elements in common ways (hovering, changing content, inputting text) no longer triggers a layout update 10 лет назад
BsGUIColorField.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 лет назад
BsGUIComponentFoldout.cpp bc542214fd Updating GUI elements in common ways (hovering, changing content, inputting text) no longer triggers a layout update 10 лет назад
BsGUIDockSlider.cpp d693b8733c Renamed GUiLayoutExplicit -> GUIPanel 10 лет назад
BsGUIDropButton.cpp acb9baa212 Texture field working 10 лет назад
BsGUIFieldBase.cpp 005da72c82 Better way of calculating GUI clip rectangle 10 лет назад
BsGUIFloatField.cpp c2015dd039 Int/Float fields now properly trigger on changed events when their values are changed by mouse drag 10 лет назад
BsGUIFoldout.cpp bc542214fd Updating GUI elements in common ways (hovering, changing content, inputting text) no longer triggers a layout update 10 лет назад
BsGUIIntField.cpp c2015dd039 Int/Float fields now properly trigger on changed events when their values are changed by mouse drag 10 лет назад
BsGUIMenuBar.cpp 9f802264bf Clicking on a parent of a GUI menu item now properly closes the sub menu if its currently open 10 лет назад
BsGUIResourceTreeView.cpp 7daafa85e2 _markContentsAsDirty -> _markLayoutAsDirty 10 лет назад
BsGUISceneTreeView.cpp 7daafa85e2 _markContentsAsDirty -> _markLayoutAsDirty 10 лет назад
BsGUIStatusBar.cpp abdc256dcf Status bar working 10 лет назад
BsGUITabButton.cpp d693b8733c Renamed GUiLayoutExplicit -> GUIPanel 10 лет назад
BsGUITabbedTitleBar.cpp 7daafa85e2 _markContentsAsDirty -> _markLayoutAsDirty 10 лет назад
BsGUITextField.cpp 005da72c82 Better way of calculating GUI clip rectangle 10 лет назад
BsGUIToggleField.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 лет назад
BsGUITreeView.cpp 7daafa85e2 _markContentsAsDirty -> _markLayoutAsDirty 10 лет назад
BsGUITreeViewEditBox.cpp d693b8733c Renamed GUiLayoutExplicit -> GUIPanel 10 лет назад
BsGUIVector2Field.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 лет назад
BsGUIVector3Field.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 лет назад
BsGUIVector4Field.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) 10 лет назад
BsGUIWindowFrame.cpp bc542214fd Updating GUI elements in common ways (hovering, changing content, inputting text) no longer triggers a layout update 10 лет назад
BsGUIWindowFrameWidget.cpp 36dd4706af WIP changing all uses of GUIArea to GUIPanel 10 лет назад
BsGizmoManager.cpp aec99b0b0f Sampler state filtering overrides (WIP) 10 лет назад
BsHandleDrawManager.cpp 246f5b3acb Added better handle/gizmo shaders 10 лет назад
BsHandleManager.cpp 06a238cab0 Update inspector as selection changes 10 лет назад
BsHandleSlider.cpp 25467d81a7 Fixing handles so their deltas don't scale with distance of camera to handle 10 лет назад
BsHandleSliderDisc.cpp fa5e36a9fe Fixing incorrect normals with disc slider 10 лет назад
BsHandleSliderLine.cpp 17e7648476 Work on handles: 11 лет назад
BsHandleSliderManager.cpp 24f99ac96e Various fixes in order to get handles operational 11 лет назад
BsHandleSliderPlane.cpp 2756c62212 Documentation 10 лет назад
BsMainEditorWindow.cpp 734411f94d Status bar (untested) 10 лет назад
BsModalWindow.cpp 3b445b8888 Updated GUI panel depth so it's signed and accepts both minimum and maximum ranges 10 лет назад
BsPlatformInfo.cpp 558bba0c05 Added runtime script compiling (untested) 10 лет назад
BsProjectLibrary.cpp bc5f01ff6e Improved ProjectWindow label look slightly 10 лет назад
BsProjectLibraryEntries.cpp 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 лет назад
BsProjectResourceMeta.cpp a35f11d8cc Added ManagedResource and improve project library and resource meta data management 11 лет назад
BsResourceImporter.cpp 1b1895f796 WIP VisualStudio project syncing 10 лет назад
BsSceneCameraController.cpp b64a0482e7 Various Gizmo rendering fixes 11 лет назад
BsSceneEditorWidget.cpp 46eb1edb0f WIP Scene window 11 лет назад
BsSceneGrid.cpp 1fa051f852 Documentation 10 лет назад
BsScenePicking.cpp aec99b0b0f Sampler state filtering overrides (WIP) 10 лет назад
BsSceneViewHandler.cpp 251c1f13b1 Selecting a resource properly removes the selection overlay and active handle from scene view 10 лет назад
BsSelection.cpp acb9baa212 Texture field working 10 лет назад
BsSelectionRenderer.cpp 2ed4268993 Added a priority to call custom render callbacks 10 лет назад
BsShaderIncludeHandler.cpp fbbe8659aa Refactored how builtin resources are processed and loaded 10 лет назад
BsUndoRedo.cpp 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 лет назад