BearishSun c3b12ec0e3 Properly mark mouse move events as used in GUI manager, so that cursor doesn't change in response to elements underneath the top element 10 سال پیش
..
BsApplication.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsBuiltinResources.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsCCamera.cpp 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 سال پیش
BsCGUIWidget.cpp 9d54de245b Fixed a memory corruption issue in GUIManager that happened when a widget was deleted 10 سال پیش
BsCLight.cpp 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 سال پیش
BsCRenderable.cpp 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 سال پیش
BsCamera.cpp 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 سال پیش
BsCursor.cpp 5251cd9fa3 More work on Material refactor. Moved template implementations to source files for better clarity. 11 سال پیش
BsDragAndDropManager.cpp ddef406ac9 C# profiler overlay 10 سال پیش
BsDrawHelper.cpp 2c35a0c825 Removed all the unused allocators 10 سال پیش
BsDrawHelperTemplate.cpp 0dac075862 Refactored draw helpers so they are fully static and just provide geometry data and don't do any drawing 11 سال پیش
BsDropDownAreaPlacement.cpp 23ac844b5d A couple of fixes that handle opening of drop down windows and menus at proper location 10 سال پیش
BsGUIButton.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIButtonBase.cpp 48f91880bc Properly update GUI button states when one of the states has no texture 10 سال پیش
BsGUIContent.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine 11 سال پیش
BsGUIContextMenu.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIDimensions.cpp 33ab6e3f79 Refactored GUILayoutOptions: 10 سال پیش
BsGUIDropDownBoxManager.cpp 9f802264bf Clicking on a parent of a GUI menu item now properly closes the sub menu if its currently open 10 سال پیش
BsGUIDropDownContent.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIDropDownHitBox.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIDropDownMenu.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIElement.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIElementBase.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIElementContainer.cpp 34ba85fa44 Refactored GUI layout updates so they are faster and don't require an update to the entire GUI widget 10 سال پیش
BsGUIElementStyle.cpp 55d20b27b9 Added RTTI for GUISkin and GUIElementStyle 10 سال پیش
BsGUIHelper.cpp cd3174bc2a Localized strings no longer use a callback to notify owners about changes 10 سال پیش
BsGUIInputBox.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIInputCaret.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIInputSelection.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIInputTool.cpp c1d0163465 Minimized allocations when updating TextSprite 10 سال پیش
BsGUILabel.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUILayout.cpp 7daafa85e2 _markContentsAsDirty -> _markLayoutAsDirty 10 سال پیش
BsGUILayoutUtility.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUILayoutX.cpp 3ce3fe428e Properly calculating the GUI update parent to avoid updating the entire widget when one element changes 10 سال پیش
BsGUILayoutY.cpp 3ce3fe428e Properly calculating the GUI update parent to avoid updating the entire widget when one element changes 10 سال پیش
BsGUIListBox.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIManager.cpp c3b12ec0e3 Properly mark mouse move events as used in GUI manager, so that cursor doesn't change in response to elements underneath the top element 10 سال پیش
BsGUIMaterialManager.cpp d61a7ecffd A lot more work on C# scene window 11 سال پیش
BsGUIMenu.cpp 2c35a0c825 Removed all the unused allocators 10 سال پیش
BsGUIMouseEvent.cpp 2b0aadfb00 Int/Float field drag to increment/decrement works again 10 سال پیش
BsGUIOptions.cpp 33ab6e3f79 Refactored GUILayoutOptions: 10 سال پیش
BsGUIPanel.cpp 7daafa85e2 _markContentsAsDirty -> _markLayoutAsDirty 10 سال پیش
BsGUIProgressBar.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIRenderTexture.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIScrollArea.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIScrollBar.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIScrollBarHorz.cpp 2c35a0c825 Removed all the unused allocators 10 سال پیش
BsGUIScrollBarVert.cpp 2c35a0c825 Removed all the unused allocators 10 سال پیش
BsGUISkin.cpp 1c0c2110aa Added GUISkin C# wrapper and proper C# resource support 10 سال پیش
BsGUISkinRTTI.cpp 55d20b27b9 Added RTTI for GUISkin and GUIElementStyle 10 سال پیش
BsGUISlider.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUISliderHandle.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUISpace.cpp 2952bf6d1a Fixing an issue with layouts and spaces not getting removed from parent when destroyed 10 سال پیش
BsGUITextInputEvent.cpp 0bb5903b9e Removed CamelotFramework and BansheeEditor namespaces and made everything BansheeEngine 11 سال پیش
BsGUITexture.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIToggle.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsGUIToggleGroup.cpp 60ee2232d7 More documentation 11 سال پیش
BsGUIViewport.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsHEString.cpp cd3174bc2a Localized strings no longer use a callback to notify owners about changes 10 سال پیش
BsImageSprite.cpp 2c35a0c825 Removed all the unused allocators 10 سال پیش
BsInputConfiguration.cpp 24bfe213ef Added serialization for SceneObject transform 10 سال پیش
BsLight.cpp 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 سال پیش
BsPlainText.cpp 2c35a0c825 Removed all the unused allocators 10 سال پیش
BsPlainTextImporter.cpp 1b1895f796 WIP VisualStudio project syncing 10 سال پیش
BsProfilerOverlay.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 سال پیش
BsRenderQueue.cpp acf6121ee6 Finished Renderable refactor, mostly (still got an exception on shutdown) 11 سال پیش
BsRenderable.cpp 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 سال پیش
BsRenderableController.cpp acf6121ee6 Finished Renderable refactor, mostly (still got an exception on shutdown) 11 سال پیش
BsRenderer.cpp 43c78bc4d0 WIP shader includes 10 سال پیش
BsSceneManager.cpp 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 سال پیش
BsScriptCode.cpp 2c35a0c825 Removed all the unused allocators 10 سال پیش
BsScriptCodeImportOptions.cpp 1b1895f796 WIP VisualStudio project syncing 10 سال پیش
BsScriptCodeImporter.cpp 2c35a0c825 Removed all the unused allocators 10 سال پیش
BsScriptManager.cpp e1eaa8bfe2 Modified managed assembly loading so it's possible to reload it on project reload 10 سال پیش
BsShapeMeshes2D.cpp 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 سال پیش
BsShapeMeshes3D.cpp 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 سال پیش
BsShortcutKey.cpp 4a4223c27e Added shortcut key names for non alphanumeric keys 10 سال پیش
BsShortcutManager.cpp 57c37f1601 Fixing menu bar shortcuts & shortcuts in general 10 سال پیش
BsSprite.cpp c1d0163465 Minimized allocations when updating TextSprite 10 سال پیش
BsSpriteTexture.cpp 2c35a0c825 Removed all the unused allocators 10 سال پیش
BsTextSprite.cpp c1d0163465 Minimized allocations when updating TextSprite 10 سال پیش
BsVirtualInput.cpp 24bfe213ef Added serialization for SceneObject transform 10 سال پیش