BearishSun 3882f40373 Added bounds meshes to lights in the renderer 10 lat temu
..
BsApplication.h 69f264dc21 Better looking project window 10 lat temu
BsBuiltinResources.h 2116ef0d9f Added a simpler way to specify renderer materials 10 lat temu
BsCCamera.h 6c9390b79b Dock overlay no longer uses the sim thread rendering callback 10 lat temu
BsCCameraRTTI.h 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 lat temu
BsCGUIWidget.h 9d54de245b Fixed a memory corruption issue in GUIManager that happened when a widget was deleted 10 lat temu
BsCGUIWidgetRTTI.h 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 lat temu
BsCLight.h 6c9390b79b Dock overlay no longer uses the sim thread rendering callback 10 lat temu
BsCLightRTTI.h 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 lat temu
BsCRenderable.h 6c9390b79b Dock overlay no longer uses the sim thread rendering callback 10 lat temu
BsCRenderableRTTI.h 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 lat temu
BsCamera.h caabd3721e Fixing an issue with out-of-order core object syncing that was causing renderables to be invisible in very specific situations 10 lat temu
BsCameraRTTI.h 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 lat temu
BsCursor.h d5d2171319 Added C# PixelData 11 lat temu
BsDragAndDropManager.h ddef406ac9 C# profiler overlay 10 lat temu
BsDrawHelper.h 298de470a6 Refactored draw helper so it can sort meshes based on distance from camera 11 lat temu
BsDrawHelperTemplate.h 0dac075862 Refactored draw helpers so they are fully static and just provide geometry data and don't do any drawing 11 lat temu
BsDropDownAreaPlacement.h 9f802264bf Clicking on a parent of a GUI menu item now properly closes the sub menu if its currently open 10 lat temu
BsEnums.h 65cdd2a30a Removed all uses of GUIArea (WIP) 10 lat temu
BsGUIButton.h 2c35a0c825 Removed all the unused allocators 10 lat temu
BsGUIButtonBase.h e99b926919 Added multi-select list boxes (untested) 10 lat temu
BsGUICommandEvent.h 62a8cf15a2 More documentation 11 lat temu
BsGUIContent.h cd3174bc2a Localized strings no longer use a callback to notify owners about changes 10 lat temu
BsGUIContextMenu.h 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 lat temu
BsGUIDimensions.h 33ab6e3f79 Refactored GUILayoutOptions: 10 lat temu
BsGUIDropDownBoxManager.h 9f802264bf Clicking on a parent of a GUI menu item now properly closes the sub menu if its currently open 10 lat temu
BsGUIDropDownContent.h 0e88d4f0cb Various fixes to multi-select list boxes 10 lat temu
BsGUIDropDownHitBox.h d1c685013d Fixed an issue with non-client mouse events not having proper coordinates 10 lat temu
BsGUIDropDownMenu.h 0e88d4f0cb Various fixes to multi-select list boxes 10 lat temu
BsGUIElement.h bf16de13f1 Added a GUISliderField and extended normal sliders with a range and step increment 10 lat temu
BsGUIElementBase.h 84f21fceed Modified GUI element set enabled/visible logic so that child objects can perist their states when parent states change 10 lat temu
BsGUIElementContainer.h e93725619e Each docked editor widget container is now rendered in its own GUIWidget to better partition GUI updates 10 lat temu
BsGUIElementStyle.h 28dde26bec Documentation 10 lat temu
BsGUIElementStyleRTTI.h 2c35a0c825 Removed all the unused allocators 10 lat temu
BsGUIHelper.h d693b8733c Renamed GUiLayoutExplicit -> GUIPanel 10 lat temu
BsGUIInputBox.h b8a17676e9 Documentation 10 lat temu
BsGUIInputCaret.h 0ca6b3905a Renamed RectF to Rect2, RectI to Rect2I 11 lat temu
BsGUIInputSelection.h 0ca6b3905a Renamed RectF to Rect2, RectI to Rect2I 11 lat temu
BsGUIInputTool.h 0ca6b3905a Renamed RectF to Rect2, RectI to Rect2I 11 lat temu
BsGUILabel.h cd3174bc2a Localized strings no longer use a callback to notify owners about changes 10 lat temu
BsGUILayout.h b489b88a5a Fixed a GUI layout squishing issue that was caused by GUI panels not having their minimal layout size calculated 10 lat temu
BsGUILayoutData.h baf74e865e Fixing various GUI issues to get it back to working state after the recent refactors 10 lat temu
BsGUILayoutUtility.h 57cc31e562 Documentation 10 lat temu
BsGUILayoutX.h b489b88a5a Fixed a GUI layout squishing issue that was caused by GUI panels not having their minimal layout size calculated 10 lat temu
BsGUILayoutY.h b489b88a5a Fixed a GUI layout squishing issue that was caused by GUI panels not having their minimal layout size calculated 10 lat temu
BsGUIListBox.h 0e88d4f0cb Various fixes to multi-select list boxes 10 lat temu
BsGUIManager.h 9d54de245b Fixed a memory corruption issue in GUIManager that happened when a widget was deleted 10 lat temu
BsGUIMaterialInfo.h 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 lat temu
BsGUIMaterialManager.h 6b920a90d8 - Moved all shaders to BSL 10 lat temu
BsGUIMenu.h 4f0d194556 Documentation 10 lat temu
BsGUIMouseEvent.h 2b0aadfb00 Int/Float field drag to increment/decrement works again 10 lat temu
BsGUIOptions.h 57cc31e562 Documentation 10 lat temu
BsGUIPanel.h b489b88a5a Fixed a GUI layout squishing issue that was caused by GUI panels not having their minimal layout size calculated 10 lat temu
BsGUIProgressBar.h 57cc31e562 Documentation 10 lat temu
BsGUIRenderTexture.h 57cc31e562 Documentation 10 lat temu
BsGUIScrollArea.h b2dcd9bf9f Optimized ScrollArea layout updates 10 lat temu
BsGUIScrollBar.h 2c35a0c825 Removed all the unused allocators 10 lat temu
BsGUIScrollBarHorz.h 7798f0d4a7 Various ProjectWindow fixes, mostly relating to drag and drop functionality 10 lat temu
BsGUIScrollBarVert.h d693b8733c Renamed GUiLayoutExplicit -> GUIPanel 10 lat temu
BsGUISkin.h b8a17676e9 Documentation 10 lat temu
BsGUISkinRTTI.h 2c35a0c825 Removed all the unused allocators 10 lat temu
BsGUISlider.h bf16de13f1 Added a GUISliderField and extended normal sliders with a range and step increment 10 lat temu
BsGUISliderHandle.h bf16de13f1 Added a GUISliderField and extended normal sliders with a range and step increment 10 lat temu
BsGUISpace.h 38c4bc107a Fixing an issue with GameObject finalization - Objects that were finalized were still being retrievable from game object manager for a single frame 10 lat temu
BsGUITextInputEvent.h 60ee2232d7 More documentation 11 lat temu
BsGUITexture.h b8a17676e9 Documentation 10 lat temu
BsGUIToggle.h 0ddc6c09b5 Working on new UI 10 lat temu
BsGUIToggleGroup.h 60ee2232d7 More documentation 11 lat temu
BsGUIViewport.h 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 lat temu
BsGUIVirtualButtonEvent.h 60ee2232d7 More documentation 11 lat temu
BsHEString.h cd3174bc2a Localized strings no longer use a callback to notify owners about changes 10 lat temu
BsImageSprite.h c1d0163465 Minimized allocations when updating TextSprite 10 lat temu
BsInputConfiguration.h 0ddc6c09b5 Working on new UI 10 lat temu
BsLight.h 3882f40373 Added bounds meshes to lights in the renderer 10 lat temu
BsLightRTTI.h 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 lat temu
BsPlainText.h 1f31bf9385 Documentation 10 lat temu
BsPlainTextImporter.h d195e06084 Added prefab importer so that prefabs are recognized by the project library 10 lat temu
BsPlainTextRTTI.h e366d25700 WIP VS project generation 10 lat temu
BsPrerequisites.h e99b926919 Added multi-select list boxes (untested) 10 lat temu
BsProfilerOverlay.h 1f31bf9385 Documentation 10 lat temu
BsProfilerOverlayRTTI.h 4704613fa4 Modified profiler overlay so it doesn't render under the geometry 10 lat temu
BsRectOffset.h 55d20b27b9 Added RTTI for GUISkin and GUIElementStyle 10 lat temu
BsRenderQueue.h 0f7c76eb01 When rendering reduce state switching when possible 10 lat temu
BsRenderable.h 4511ec8735 Renderable inspector (not tested) 10 lat temu
BsRenderableElement.h 6c12ea130c Sampler state overrides working 10 lat temu
BsRenderableHandler.h fc73944aef Better renderer param buffer binding 10 lat temu
BsRenderableRTTI.h 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 lat temu
BsRenderer.h 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 lat temu
BsRendererMaterial.h 2116ef0d9f Added a simpler way to specify renderer materials 10 lat temu
BsRendererMaterialManager.h 2116ef0d9f Added a simpler way to specify renderer materials 10 lat temu
BsSceneManager.h 817756bb69 Renamed Light/Renderable/Camera so their component and non-component versions have better names 10 lat temu
BsScriptCode.h 7a6945b210 Added ScriptCode inspector 10 lat temu
BsScriptCodeImportOptions.h 4f0d194556 Documentation 10 lat temu
BsScriptCodeImportOptionsRTTI.h 2c35a0c825 Removed all the unused allocators 10 lat temu
BsScriptCodeImporter.h d195e06084 Added prefab importer so that prefabs are recognized by the project library 10 lat temu
BsScriptCodeRTTI.h 1b1895f796 WIP VisualStudio project syncing 10 lat temu
BsScriptManager.h e1eaa8bfe2 Modified managed assembly loading so it's possible to reload it on project reload 10 lat temu
BsShapeMeshes2D.h 0dac075862 Refactored draw helpers so they are fully static and just provide geometry data and don't do any drawing 11 lat temu
BsShapeMeshes3D.h 3882f40373 Added bounds meshes to lights in the renderer 10 lat temu
BsShortcutKey.h eedeb41ab4 WIP - Way of adding menu items from C#, ShortcutManager and extended GUIMenu so it displays shortcut keys 10 lat temu
BsShortcutManager.h eedeb41ab4 WIP - Way of adding menu items from C#, ShortcutManager and extended GUIMenu so it displays shortcut keys 10 lat temu
BsSprite.h c1d0163465 Minimized allocations when updating TextSprite 10 lat temu
BsSpriteTexture.h 504158d944 C# interface for sprite texture 10 lat temu
BsSpriteTextureRTTI.h 17afc600a7 Massive Cm->Bs file rename 11 lat temu
BsTextSprite.h c1d0163465 Minimized allocations when updating TextSprite 10 lat temu
BsVirtualInput.h 24bfe213ef Added serialization for SceneObject transform 10 lat temu