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