BearishSun 2962eb1e81 Show resource name in GUIResourceField if the resource is not part of the project library пре 10 година
..
BsEditorResourceLoader.cpp f70ad040e9 Various fixes related to GUI array: пре 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 2962eb1e81 Show resource name in GUIResourceField if the resource is not part of the project library пре 10 година
BsGUITextureField.cpp 1e4cc33626 Refactored GUIElement visibility flag in preparation for enabled/disabled flag пре 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 f70ad040e9 Various fixes related to GUI array: пре 10 година
BsScriptEditorBuiltin.cpp f284524576 Added dummy icons to inspector пре 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 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded пре 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 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded пре 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 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded пре 10 година
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 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded пре 10 година
BsScriptPrefabUtility.cpp f3b2014804 Added SceneObject inspector fields пре 10 година
BsScriptProjectLibrary.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded пре 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 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded пре 10 година
BsScriptUnitTests.cpp 05bef870f2 Unit test for managed diff passes пре 10 година
BsToolbarItemManager.cpp f70ad040e9 Various fixes related to GUI array: пре 10 година