BearishSun 7c44f4279e More work on preparing documentation for doxygen generation пре 10 година
..
Win32 2ef50fe6ee VS2015 available as external code editor пре 10 година
BsBuildManager.cpp ab1231720c Use separate debug and release assemblies when building пре 10 година
BsBuiltinEditorResources.cpp 7c44f4279e More work on preparing documentation for doxygen generation пре 10 година
BsCmdBreakPrefab.cpp 87a15985b5 Added toggle for scene object active/inactive state пре 10 година
BsCmdCloneSO.cpp e8ef106115 Scene tree view features (untested) пре 10 година
BsCmdCreateSO.cpp e8ef106115 Scene tree view features (untested) пре 10 година
BsCmdDeleteSO.cpp 1c17be6581 Moved everything to VS 2015 пре 10 година
BsCmdInstantiateSO.cpp 1b8b8a2129 GUISceneTreeView fixes: пре 10 година
BsCmdRecordSO.cpp 62f5104652 Undo/redo command for breaking prefabs added пре 10 година
BsCmdReparentSO.cpp e8ef106115 Scene tree view features (untested) пре 10 година
BsCmdUtility.cpp 2994521533 Added an undo/redo command for deleting SceneObjects and its unit test пре 10 година
BsCodeEditor.cpp dab2b32982 Scene view frame object functionality пре 10 година
BsDockManager.cpp 260f25eb34 Dock overlay properly renders once again пре 10 година
BsDockManagerLayout.cpp 05bcc32e89 EditorWindow maximize/restore works пре 10 година
BsDropDownWindow.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore пре 10 година
BsDropDownWindowManager.cpp 64b31cf1e5 Added DropDownWindow (WIP) пре 10 година
BsEditorApplication.cpp 0025c6b2dd Updated all relevant paths so that executable files can be placed in root directory of the built application, but also kept the old paths to keep the file structure while using non-packaged builds (e.g. debugging) пре 10 година
BsEditorCommand.cpp b5906002ab GUISceneTreeView elements can be deleted пре 10 година
BsEditorSettings.cpp 2efd26a9a3 Added project-specific properties to EditorSettings пре 10 година
BsEditorTestSuite.cpp 9a7c493976 RecordSO command now properly records a single object instead of the entire hierarchy пре 10 година
BsEditorUtility.cpp c580127a4b Scene axes handle WIP пре 10 година
BsEditorWidget.cpp c9a85f77da Added a (working) way to specify default size for editor windows пре 10 година
BsEditorWidgetContainer.cpp a2a5cfb434 Added a separate RTTI for WindowFrameWidget as it was being identifier a GUIWidget which was confusing EditorWindows пре 10 година
BsEditorWidgetLayout.cpp 9982b0ebd7 Added render window functionality for minimize/maximize/restore пре 11 година
BsEditorWidgetManager.cpp c9a85f77da Added a (working) way to specify default size for editor windows пре 10 година
BsEditorWindow.cpp 05bcc32e89 EditorWindow maximize/restore works пре 10 година
BsEditorWindowBase.cpp 36d1080271 Delay compilation until editor window is in focus пре 10 година
BsEditorWindowManager.cpp 36d1080271 Delay compilation until editor window is in focus пре 10 година
BsGUIColor.cpp a393b43fc3 Hooked up color picker to the color field пре 10 година
BsGUIColorField.cpp a393b43fc3 Hooked up color picker to the color field пре 10 година
BsGUIDockSlider.cpp 3494782d81 Disabled GUI elements now ignore input пре 10 година
BsGUIDropButton.cpp 3494782d81 Disabled GUI elements now ignore input пре 10 година
BsGUIFieldBase.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore пре 10 година
BsGUIFloatField.cpp b428af3c08 Fixing an issue with GUI sliders where they would be constantly triggering onChanged events in inspector пре 10 година
BsGUIHoverHitBox.cpp d1c685013d Fixed an issue with non-client mouse events not having proper coordinates пре 10 година
BsGUIIntField.cpp b428af3c08 Fixing an issue with GUI sliders where they would be constantly triggering onChanged events in inspector пре 10 година
BsGUIListBoxField.cpp f8912549b8 Modified serialization so it no longers need to calculate complex object size so prevent issues with objects that require pre- and post-serialization steps пре 10 година
BsGUIMenuBar.cpp a13e94a825 Added ability to toggle toolbar items on or off пре 10 година
BsGUIResourceTreeView.cpp 4df60970a4 Fixed GUIElement flags so they're set correctly when re-parenting elements пре 10 година
BsGUISceneTreeView.cpp 87a15985b5 Added toggle for scene object active/inactive state пре 10 година
BsGUISliderField.cpp b428af3c08 Fixing an issue with GUI sliders where they would be constantly triggering onChanged events in inspector пре 10 година
BsGUIStatusBar.cpp dd61a6d788 Update status bar when debug log contents are removed пре 10 година
BsGUITabButton.cpp 1755c6baeb Modified GUIContent so it can accept separate images for different GUI element states пре 10 година
BsGUITabbedTitleBar.cpp 808233c114 Added modal window title bar and added a slight fix for menu bar пре 10 година
BsGUITextField.cpp b428af3c08 Fixing an issue with GUI sliders where they would be constantly triggering onChanged events in inspector пре 10 година
BsGUIToggleField.cpp b428af3c08 Fixing an issue with GUI sliders where they would be constantly triggering onChanged events in inspector пре 10 година
BsGUITreeView.cpp 87a15985b5 Added toggle for scene object active/inactive state пре 10 година
BsGUITreeViewEditBox.cpp 4bb91ca22b All GUI input elements (managed and native) now have an event triggering when user confirms input пре 10 година
BsGUIVector2Field.cpp 4bb91ca22b All GUI input elements (managed and native) now have an event triggering when user confirms input пре 10 година
BsGUIVector3Field.cpp 4bb91ca22b All GUI input elements (managed and native) now have an event triggering when user confirms input пре 10 година
BsGUIVector4Field.cpp 4bb91ca22b All GUI input elements (managed and native) now have an event triggering when user confirms input пре 10 година
BsGUIWindowFrame.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore пре 10 година
BsGUIWindowFrameWidget.cpp a2a5cfb434 Added a separate RTTI for WindowFrameWidget as it was being identifier a GUIWidget which was confusing EditorWindows пре 10 година
BsGizmoManager.cpp e032131090 Draw helper can now generate text meshes пре 10 година
BsHandleDrawManager.cpp 5ab1368c9e Scene handle rendering & interaction can now be separated per layer пре 10 година
BsHandleManager.cpp ec82c8e6fd Split SceneViewHandler into different types to allow better granularity as to where they're used пре 10 година
BsHandleSlider.cpp 5ab1368c9e Scene handle rendering & interaction can now be separated per layer пре 10 година
BsHandleSliderDisc.cpp 5ab1368c9e Scene handle rendering & interaction can now be separated per layer пре 10 година
BsHandleSliderLine.cpp 5ab1368c9e Scene handle rendering & interaction can now be separated per layer пре 10 година
BsHandleSliderManager.cpp 5ab1368c9e Scene handle rendering & interaction can now be separated per layer пре 10 година
BsHandleSliderPlane.cpp 5ab1368c9e Scene handle rendering & interaction can now be separated per layer пре 10 година
BsMainEditorWindow.cpp 0b330761b8 Top level menu items are not properly ordered пре 10 година
BsModalWindow.cpp 8cc7fecd61 Saving a scene properly re-loads the scene пре 10 година
BsPlatformInfo.cpp 97730cb3c5 Added new platform options to the build system пре 10 година
BsProjectLibrary.cpp c62e06ed74 Refactored how resources are unloaded to allow more fine grained control пре 10 година
BsProjectLibraryEntries.cpp 2c35a0c825 Removed all the unused allocators пре 10 година
BsProjectResourceMeta.cpp 03cfee9d17 Added a way to transparently load resources from managed code when in editor or standalone пре 10 година
BsProjectSettings.cpp 2efd26a9a3 Added project-specific properties to EditorSettings пре 10 година
BsSceneCameraController.cpp b64a0482e7 Various Gizmo rendering fixes пре 11 година
BsSceneEditorWidget.cpp 46eb1edb0f WIP Scene window пре 11 година
BsSceneGrid.cpp e78cf10282 Scene grid now renders behind the handles пре 10 година
BsScenePicking.cpp 76cef38e81 Scene color added to deferred renderer and removed dummy light since we now have an ambient term пре 10 година
BsSelection.cpp bae75227c1 Project library: пре 10 година
BsSelectionRenderer.cpp 87a15985b5 Added toggle for scene object active/inactive state пре 10 година
BsSettings.cpp 2efd26a9a3 Added project-specific properties to EditorSettings пре 10 година
BsShaderIncludeHandler.cpp 0025c6b2dd Updated all relevant paths so that executable files can be placed in root directory of the built application, but also kept the old paths to keep the file structure while using non-packaged builds (e.g. debugging) пре 10 година
BsUndoRedo.cpp 6befb8663f Objects with no material can now be picked in scene пре 10 година