BearishSun 6aef09fdde Added toolbar management code to C# 10 лет назад
..
BsEditorResourceLoader.cpp 03cfee9d17 Added a way to transparently load resources from managed code when in editor or standalone 10 лет назад
BsEditorScriptLibrary.cpp c369197bb8 Fixed an issue where event connections weren being properly released in some cases 10 лет назад
BsEditorScriptManager.cpp 6aef09fdde Added toolbar management code to C# 10 лет назад
BsGUIGameObjectField.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 лет назад
BsGUIResourceField.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 лет назад
BsGUITextureField.cpp 02ce72bd87 Added Ping to GUISceneTreeView 10 лет назад
BsMenuItemManager.cpp 6aef09fdde Added toolbar management code to C# 10 лет назад
BsScriptBrowseDialog.cpp d8d5034b30 Added a way to add basic 3D primitives to the scene 10 лет назад
BsScriptBuildManager.cpp e6b22c9586 Getting ScriptCompiler to work 10 лет назад
BsScriptCodeEditor.cpp 3a73e65b09 VS integration finished (for now) 10 лет назад
BsScriptDragDropManager.cpp 02ce72bd87 Added Ping to GUISceneTreeView 10 лет назад
BsScriptDropDownWindow.cpp 92f71af102 Fixed an issue where ScriptGUIScrollArea child layout's interop object wasn't being cleaned up 10 лет назад
BsScriptEditorApplication.cpp 77fd1ec83a Added a way to create new resources in Library Window 10 лет назад
BsScriptEditorBuiltin.cpp 64bb37bc32 Added icon resources to be used in editor toolbar, scene and library windows 10 лет назад
BsScriptEditorPlugin.cpp e1eaa8bfe2 Modified managed assembly loading so it's possible to reload it on project reload 10 лет назад
BsScriptEditorSettings.cpp 0ddbb1ffce Changes escape character for localized strings so they deal with paths more easily 10 лет назад
BsScriptEditorTestSuite.cpp fe9db60c5a Added support for managed unit tests and a unit test for managed diff 10 лет назад
BsScriptEditorUtility.cpp e9fc86930e A lot more work on handles (WIP) 11 лет назад
BsScriptEditorWindow.cpp 92f71af102 Fixed an issue where ScriptGUIScrollArea child layout's interop object wasn't being cleaned up 10 лет назад
BsScriptFolderMonitor.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 лет назад
BsScriptGUIColorField.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 лет назад
BsScriptGUIEnumField.cpp 0e88d4f0cb Various fixes to multi-select list boxes 10 лет назад
BsScriptGUIFloatField.cpp df84033adc Documentation 10 лет назад
BsScriptGUIGameObjectField.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 лет назад
BsScriptGUIIntField.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 лет назад
BsScriptGUIListBoxField.cpp e99b926919 Added multi-select list boxes (untested) 10 лет назад
BsScriptGUIResourceField.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 лет назад
BsScriptGUISceneTreeView.cpp ef747c6872 Documentation 10 лет назад
BsScriptGUISliderField.cpp bf16de13f1 Added a GUISliderField and extended normal sliders with a range and step increment 10 лет назад
BsScriptGUITextField.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 лет назад
BsScriptGUITextureField.cpp 62f37ceb7d GUITextureField (untested) 10 лет назад
BsScriptGUIToggleField.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 лет назад
BsScriptGUIVector2Field.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 лет назад
BsScriptGUIVector3Field.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 лет назад
BsScriptGUIVector4Field.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 лет назад
BsScriptGizmoManager.cpp 1b1895f796 WIP VisualStudio project syncing 10 лет назад
BsScriptGizmos.cpp 3aa329733b Assembly refresh (WIP - Does not run) 11 лет назад
BsScriptHandleDrawing.cpp 9260710936 Various tweaks related to handle rendering 11 лет назад
BsScriptHandleManager.cpp c369197bb8 Fixed an issue where event connections weren being properly released in some cases 10 лет назад
BsScriptHandleSlider.cpp 0e88d4f0cb Various fixes to multi-select list boxes 10 лет назад
BsScriptHandleSliderDisc.cpp 50e58153be Cutoff plane for rotate handle sliders work 11 лет назад
BsScriptHandleSliderLine.cpp ad79f66da3 Scene view refactor (moving it to C#) 11 лет назад
BsScriptHandleSliderManager.cpp 76fbe5db43 Fixed a couple of exceptions on handle manager shutdown 11 лет назад
BsScriptHandleSliderPlane.cpp ad79f66da3 Scene view refactor (moving it to C#) 11 лет назад
BsScriptImportOptions.cpp 874a04a705 Project library now returns the external resource path instead of internal one when provided with a resource instance 10 лет назад
BsScriptInspectorUtility.cpp 153a11a96e Material inspector 10 лет назад
BsScriptModalWindow.cpp 92f71af102 Fixed an issue where ScriptGUIScrollArea child layout's interop object wasn't being cleaned up 10 лет назад
BsScriptOSDropTarget.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk 10 лет назад
BsScriptPlatformInfo.cpp f7bee46516 Mis-typed icon size 10 лет назад
BsScriptPrefabUtility.cpp f3b2014804 Added SceneObject inspector fields 10 лет назад
BsScriptProjectLibrary.cpp 1c1c6aeba0 Documentation 10 лет назад
BsScriptProjectSettings.cpp 2efd26a9a3 Added project-specific properties to EditorSettings 10 лет назад
BsScriptSceneViewHandler.cpp 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 лет назад
BsScriptSelection.cpp 153a11a96e Material inspector 10 лет назад
BsScriptUndoRedo.cpp 56fada9981 Added support for reading UTF8 & UTF16 files 10 лет назад
BsScriptUnitTests.cpp 05bef870f2 Unit test for managed diff passes 10 лет назад
BsToolbarItemManager.cpp 6aef09fdde Added toolbar management code to C# 10 лет назад