BearishSun 9bfe9675a3 Getting rid of MultiRenderTexture as implementation is now merged into RenderTexture class since modern APIs don't make the distinction between the two 9 years ago
..
Win32 68f2b08a2e Fixing stack corruption on 32-bit builds 9 years ago
BsBuildManager.cpp ca53f86531 Fixing build so it doesn't rely on the working folder, so build paths outside of the standard path work 9 years ago
BsBuiltinEditorResources.cpp 58df159860 Improving look of morph shape display in the animation inspector 9 years ago
BsCmdBreakPrefab.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsCmdCloneSO.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsCmdCreateSO.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsCmdDeleteSO.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsCmdInstantiateSO.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsCmdRecordSO.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsCmdReparentSO.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsCodeEditor.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsDockManager.cpp cc7d06931e Fixing a crash in release mode when maximizing a window 9 years ago
BsDockManagerLayout.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 years ago
BsDropDownWindow.cpp 3bc7345b29 Fixing drop down windows so they can properly handle drop down lists within them 9 years ago
BsDropDownWindowManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsEditorApplication.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsEditorCommand.cpp d7eb0b25c3 Refactored UndoRedo so its commands use shared pointers in order to better deal with the new custom C# undo/redo commands 9 years ago
BsEditorSettings.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 years ago
BsEditorShaderIncludeHandler.cpp 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 9 years ago
BsEditorTestSuite.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsEditorUtility.cpp cbda1f29ad Removing unnecessary variable 9 years ago
BsEditorWidget.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 years ago
BsEditorWidgetContainer.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 years ago
BsEditorWidgetLayout.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 years ago
BsEditorWidgetManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 years ago
BsEditorWindow.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsEditorWindowBase.cpp eb5d33c976 Post processing: 9 years ago
BsEditorWindowManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 years ago
BsGUIColor.cpp adcd1f7c57 Updated GUI so it can output different types of meshes (e.g. lines vs. triangles) 9 years ago
BsGUIColorField.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 years ago
BsGUIDockSlider.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 years ago
BsGUIDropButton.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsGUIFieldBase.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsGUIFloatField.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsGUIHoverHitBox.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsGUIIntField.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsGUIListBoxField.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsGUIMenuBar.cpp cdfa21d8bb Started work on GUICanvas control needed for rendering things like animation curve editor 9 years ago
BsGUIResourceTreeView.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 years ago
BsGUISceneTreeView.cpp 3a4610eef9 Animation events editor working 9 years ago
BsGUISliderField.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsGUIStatusBar.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 years ago
BsGUITabButton.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 years ago
BsGUITabbedTitleBar.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 years ago
BsGUITextField.cpp 5005aeb41c Fixing an issue with the UndoRedo system not starting after recent changes 9 years ago
BsGUIToggleField.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsGUITreeView.cpp c195d0e7ae GUIFieldSelector WIP 9 years ago
BsGUITreeViewEditBox.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsGUIVector2Field.cpp a92a2d6649 Fixing Vector GUI fields so their events don't cause a crash 10 years ago
BsGUIVector3Field.cpp a92a2d6649 Fixing Vector GUI fields so their events don't cause a crash 10 years ago
BsGUIVector4Field.cpp a92a2d6649 Fixing Vector GUI fields so their events don't cause a crash 10 years ago
BsGUIWindowFrame.cpp cdfa21d8bb Started work on GUICanvas control needed for rendering things like animation curve editor 9 years ago
BsGUIWindowFrameWidget.cpp cdfa21d8bb Started work on GUICanvas control needed for rendering things like animation curve editor 9 years ago
BsGizmoManager.cpp 8f4c8e65f3 Getting rid of the old way of setting GPU parameters and moving towards the new single-object approach (WIP - DX11 only for now) 9 years ago
BsHandleDrawManager.cpp 7813bf7431 Refactored GPU parameter so they are all part of a combined object, to more closely match Vulkan/DX12 resource descriptor design 9 years ago
BsHandleManager.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 years ago
BsHandleSlider.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 years ago
BsHandleSliderDisc.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 years ago
BsHandleSliderLine.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 years ago
BsHandleSliderManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 years ago
BsHandleSliderPlane.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 years ago
BsMainEditorWindow.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 years ago
BsModalWindow.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 years ago
BsPlatformInfo.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsProjectLibrary.cpp 8de834e01c Animation playback during edit mode for preview purposes (WIP) 9 years ago
BsProjectLibraryEntries.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 years ago
BsProjectResourceMeta.cpp a941a6309b Project library no longer reports inactive resource meta-data as if they were active 9 years ago
BsProjectSettings.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsSceneCameraController.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsSceneEditorWidget.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsSceneGrid.cpp 96bdac041e Material refactor WIP 9 years ago
BsScenePicking.cpp 9bfe9675a3 Getting rid of MultiRenderTexture as implementation is now merged into RenderTexture class since modern APIs don't make the distinction between the two 9 years ago
BsSelection.cpp c62c09ec13 Don't report destroyed scene objects from Selection. Fixes crash due to assembly refresh. 9 years ago
BsSelectionRenderer.cpp 7813bf7431 Refactored GPU parameter so they are all part of a combined object, to more closely match Vulkan/DX12 resource descriptor design 9 years ago
BsSettings.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 years ago
BsUndoRedo.cpp 684adaecc1 Undo/redo implemented for the animation window 9 years ago