BearishSun f574633f78 DirectX 11 now uses combined pipeline states instead of individually setting per-stage states and programs. This way the system more closely matches modern API's like Vulkan. hace 9 años
..
BsApplication.h 671b4756e3 Chosen CMake modules during build will now automatically be used for engine initialization hace 9 años
BsBuiltinResources.h f36636b63f Updated material inspector so it shows builtin shaders hace 9 años
BsCAnimation.h b89005a830 Added morph shape curve evaluation hace 9 años
BsCAnimationRTTI.h 693d2e21ca Animation culling WIP hace 9 años
BsCBone.h 9ed85be779 Added the ability for C++ Animation to register scene object <-> bone mapping same as in C# hace 9 años
BsCBoneRTTI.h 9ed85be779 Added the ability for C++ Animation to register scene object <-> bone mapping same as in C# hace 9 años
BsCGUIWidget.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsCGUIWidgetRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsCLight.h d17415eeed Added renderer manual (WIP) hace 9 años
BsCLightRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsCRenderable.h 693d2e21ca Animation culling WIP hace 9 años
BsCRenderableRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsCursor.h 82fef4f0ff More work on improving documentation for doxygen generation hace 9 años
BsDragAndDropManager.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsDrawHelper.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsDrawHelperTemplate.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier hace 9 años
BsDropDownAreaPlacement.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsEngineShaderIncludeHandler.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsEnums.h 1a60bbfc1d Refactoring renderer in order to make it cleaner, easier to understand and modify hace 9 años
BsGUIButton.h fea5f00e64 More work on improving documentation for doxygen generation hace 9 años
BsGUIButtonBase.h cde0fbf269 Fixing documentation errors hace 9 años
BsGUICanvas.h 7dd47a2e26 Curve drawing now draws keyframe points hace 9 años
BsGUICommandEvent.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsGUIContent.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier hace 9 años
BsGUIContextMenu.h 82fef4f0ff More work on improving documentation for doxygen generation hace 9 años
BsGUIDimensions.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsGUIDropDownBoxManager.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsGUIDropDownContent.h fea5f00e64 More work on improving documentation for doxygen generation hace 9 años
BsGUIDropDownHitBox.h 3bc7345b29 Fixing drop down windows so they can properly handle drop down lists within them hace 9 años
BsGUIDropDownMenu.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsGUIElement.h cde0fbf269 Fixing documentation errors hace 9 años
BsGUIElementBase.h 4b94620550 Added materials manual, plus some doc improvements hace 9 años
BsGUIElementContainer.h cde0fbf269 Fixing documentation errors hace 9 años
BsGUIElementStyle.h cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings hace 9 años
BsGUIElementStyleRTTI.h c35504b88e Updated RTTI for certain types using the new (shorter) definition format hace 9 años
BsGUIHelper.h 71b1f79b19 Use hardware GUI line rendering instead of shader-based one, it didn't look as good as it needed and there were design issues hace 9 años
BsGUIInputBox.h dd32259b26 Animation clip splitting functional hace 9 años
BsGUIInputCaret.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsGUIInputSelection.h cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings hace 9 años
BsGUIInputTool.h fea5f00e64 More work on improving documentation for doxygen generation hace 9 años
BsGUILabel.h 58a9f821fe Various frontend improvements to animation editor hace 9 años
BsGUILayout.h 0a448db0af More work on improving documentation for Doxygen generation. hace 9 años
BsGUILayoutData.h cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings hace 9 años
BsGUILayoutUtility.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsGUILayoutX.h 237f447860 Fixing resizable scrollbars hace 9 años
BsGUILayoutY.h 237f447860 Fixing resizable scrollbars hace 9 años
BsGUIListBox.h fea5f00e64 More work on improving documentation for doxygen generation hace 9 años
BsGUIManager.h 3b535198cc GUI now properly handles depth ordering between line and triangle meshes hace 9 años
BsGUIMenu.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsGUIMouseEvent.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier hace 9 años
BsGUIOptions.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier hace 9 años
BsGUIPanel.h fea5f00e64 More work on improving documentation for doxygen generation hace 9 años
BsGUIProgressBar.h 0a448db0af More work on improving documentation for Doxygen generation. hace 9 años
BsGUIRenderTexture.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsGUIScrollArea.h aa8cfb9f60 Various documentation fixes hace 9 años
BsGUIScrollBar.h 546d1ebef0 Scroll bar handle size is now saved in percentage so that is properly resizes when the scrollbar size changes hace 9 años
BsGUIScrollBarHorz.h 237f447860 Fixing resizable scrollbars hace 9 años
BsGUIScrollBarVert.h 362e8f530a Updated docs hace 9 años
BsGUISkin.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsGUISkinRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks hace 9 años
BsGUISlider.h 237f447860 Fixing resizable scrollbars hace 9 años
BsGUISliderHandle.h 546d1ebef0 Scroll bar handle size is now saved in percentage so that is properly resizes when the scrollbar size changes hace 9 años
BsGUISpace.h 0a448db0af More work on improving documentation for Doxygen generation. hace 9 años
BsGUITextInputEvent.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier hace 9 años
BsGUITexture.h cde0fbf269 Fixing documentation errors hace 9 años
BsGUIToggle.h fea5f00e64 More work on improving documentation for doxygen generation hace 9 años
BsGUIToggleGroup.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsGUITooltip.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsGUITooltipManager.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsGUIViewport.h cde0fbf269 Fixing documentation errors hace 9 años
BsGUIVirtualButtonEvent.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier hace 9 años
BsGUIWidget.h 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default hace 9 años
BsGameResourceManager.h cdaaa8e6da More work on improving documentation for Doxygen generation hace 9 años
BsGameSettings.h cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings hace 9 años
BsGameSettingsRTTI.h c35504b88e Updated RTTI for certain types using the new (shorter) definition format hace 9 años
BsHEString.h cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings hace 9 años
BsImageSprite.h cdfa21d8bb Started work on GUICanvas control needed for rendering things like animation curve editor hace 9 años
BsInputConfiguration.h dee4cfeec8 Fixing CMake build and replacing the custom VS solution with a CMake generated one hace 9 años
BsLight.h fea5f00e64 More work on improving documentation for doxygen generation hace 9 años
BsLightRTTI.h c35504b88e Updated RTTI for certain types using the new (shorter) definition format hace 9 años
BsPaths.h ca53f86531 Fixing build so it doesn't rely on the working folder, so build paths outside of the standard path work hace 9 años
BsPlainText.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsPlainTextImporter.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsPlainTextRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsPrerequisites.h 8d74761ad7 Moved camera to core layer so animation manager has access to it hace 9 años
BsProfilerOverlay.h f574633f78 DirectX 11 now uses combined pipeline states instead of individually setting per-stage states and programs. This way the system more closely matches modern API's like Vulkan. hace 9 años
BsProfilerOverlayRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsRectOffset.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier hace 9 años
BsRenderQueue.h cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings hace 9 años
BsRenderable.h d86bc7b768 Updated morph shape rendering so it uses a proper vertex declaration hace 9 años
BsRenderableElement.h 014bac08b8 Renderer can now handle morph animation hace 9 años
BsRenderableRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks hace 9 años
BsRenderer.h 014bac08b8 Renderer can now handle morph animation hace 9 años
BsRendererMaterial.h 96bdac041e Material refactor WIP hace 9 años
BsRendererMaterialManager.h a497317478 Fixed shader import so it properly initializes shader variations hace 9 años
BsRendererUtility.h d86bc7b768 Updated morph shape rendering so it uses a proper vertex declaration hace 9 años
BsResourceMappingRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field hace 9 años
BsSceneManager.h 8d74761ad7 Moved camera to core layer so animation manager has access to it hace 9 años
BsScriptCode.h 4b94620550 Added materials manual, plus some doc improvements hace 9 años
BsScriptCodeImportOptions.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier hace 9 años
BsScriptCodeImportOptionsRTTI.h c35504b88e Updated RTTI for certain types using the new (shorter) definition format hace 9 años
BsScriptCodeImporter.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsScriptCodeRTTI.h c35504b88e Updated RTTI for certain types using the new (shorter) definition format hace 9 años
BsScriptManager.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsShapeMeshes2D.h 2079efc1fe Variety of fixes to newly introduced GUICanvas, GpuBuffer and TriangleClipper hace 9 años
BsShapeMeshes3D.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años
BsShortcutKey.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsShortcutManager.h c363f99124 More work on improving documentation for doxygen generation hace 9 años
BsSplashScreen.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier hace 9 años
BsSprite.h eeb700c5df Refactored GUI so you can now specify custom materials for rendering GUI elements (needed for fancy line rendering material) hace 9 años
BsSpriteManager.h b03b62bf18 More work on GUICanvas line rendering hace 9 años
BsSpriteMaterial.h f6514d571d Fixed a concurrency issue with the animation thread hace 9 años
BsSpriteMaterials.h 71b1f79b19 Use hardware GUI line rendering instead of shader-based one, it didn't look as good as it needed and there were design issues hace 9 años
BsSpriteTexture.h 9a90372f70 Scroll bar GUI element exposed to C# hace 9 años
BsSpriteTextureRTTI.h c35504b88e Updated RTTI for certain types using the new (shorter) definition format hace 9 años
BsStandardPostProcessSettings.h 8d74761ad7 Moved camera to core layer so animation manager has access to it hace 9 años
BsStandardPostProcessSettingsRTTI.h 8d74761ad7 Moved camera to core layer so animation manager has access to it hace 9 años
BsTextSprite.h 82fef4f0ff More work on improving documentation for doxygen generation hace 9 años
BsVirtualInput.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links hace 9 años