BearishSun 22aa527617 Validate renderable vertex inputs in the renderer 10 yıl önce
..
Win32 feba0092b2 Work on transparent windows and splash screen 10 yıl önce
BsBlendState.h 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 yıl önce
BsBlendStateRTTI.h aec99b0b0f Sampler state filtering overrides (WIP) 10 yıl önce
BsCommandQueue.h ffc68fb6e0 Fix for GUI element enable/disable functionality not properly updating layout after changes 10 yıl önce
BsCommonTypes.h 8cea6e1db2 Manual parameter block contruction (WIP) 10 yıl önce
BsComponent.h 95cea2ed0b Prefab diff now properly handles the case when a component added by the diff already exists 10 yıl önce
BsComponentRTTI.h 7ea46601de Modified GameObject deserialization so that it only generates a single handle data object shared among all handles, in order to make renaming possible without iterating through every single handle 10 yıl önce
BsCoreApplication.h a3ab47f92a Fixing renderer initialization so that active renderer is known before importing builtin resources as BSLFX importer requires it 10 yıl önce
BsCoreObject.h 2fd89957eb Refactored core object sync so it is faster by not iterating over all core objects every frame (WIP) 10 yıl önce
BsCoreObjectCore.h 550b861440 Individual core object syncing with dependencies 11 yıl önce
BsCoreObjectManager.h 157fe12618 New core object sync seems to work for the most part 10 yıl önce
BsCorePrerequisites.h 951764f02e New DX11 window creation using the shared window class 10 yıl önce
BsCoreRenderer.h 197996bed2 Refactored renderer utility methods into their own class 10 yıl önce
BsCoreSceneManager.h 0be19d24be Properly assign prefab link UUID when updating an existing prefab 10 yıl önce
BsCoreThread.h 84501eadb3 Properly exporting CoreThread's module to fix the problem where every library had its own instance 10 yıl önce
BsCoreThreadAccessor.h 0fca9749f2 RenderSystem -> RenderAPI and moved all CoreThreadAccessor methods to RenderAPI 11 yıl önce
BsDeferredCallManager.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsDepthStencilState.h 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 yıl önce
BsDepthStencilStateRTTI.h aec99b0b0f Sampler state filtering overrides (WIP) 10 yıl önce
BsDrawOps.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsEventQuery.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsFolderMonitor.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsFont.h 2fd89957eb Refactored core object sync so it is faster by not iterating over all core objects every frame (WIP) 10 yıl önce
BsFontDesc.h 098f8865e1 Font C# interface 10 yıl önce
BsFontImportOptions.h e3f01f3c80 Font importing supports multiple render styles 10 yıl önce
BsFontImportOptionsRTTI.h e3f01f3c80 Font importing supports multiple render styles 10 yıl önce
BsFontManager.h 098f8865e1 Font C# interface 10 yıl önce
BsFontRTTI.h 098f8865e1 Font C# interface 10 yıl önce
BsGameObject.h e3e5cac9cb Fix for invalid ID renaming during prefab diff generation 10 yıl önce
BsGameObjectHandle.h 7ea46601de Modified GameObject deserialization so that it only generates a single handle data object shared among all handles, in order to make renaming possible without iterating through every single handle 10 yıl önce
BsGameObjectHandleRTTI.h 8042c0b9e3 Don't record an empty managed serializable diff if no changes are detected 10 yıl önce
BsGameObjectManager.h cff23180f3 Do not redundantly recurse during updateFromPrefab with larger prefab instance hierarchies 10 yıl önce
BsGameObjectRTTI.h e3e5cac9cb Fix for invalid ID renaming during prefab diff generation 10 yıl önce
BsGpuBuffer.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsGpuBufferView.h 928c215c48 GpuBuffer and GpuParamBlockBuffer refactored to comply with new CoreObject design 11 yıl önce
BsGpuParam.h 246f5b3acb Added better handle/gizmo shaders 10 yıl önce
BsGpuParamBlockBuffer.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsGpuParamDesc.h 8cea6e1db2 Manual parameter block contruction (WIP) 10 yıl önce
BsGpuParams.h a50dc98156 Added a way to manually and easily construct GPU parameter block buffers 10 yıl önce
BsGpuProgram.h 22aa527617 Validate renderable vertex inputs in the renderer 10 yıl önce
BsGpuProgramManager.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsGpuProgramRTTI.h 6b920a90d8 - Moved all shaders to BSL 10 yıl önce
BsGpuResourceData.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsGpuResourceDataRTTI.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsHString.h 0ddc6c09b5 Working on new UI 10 yıl önce
BsHardwareBuffer.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsHardwareBufferManager.h c653bed63a GpuParams/GpuParamBlockBuffer refactor WIP 11 yıl önce
BsIResourceListener.h eb609f487a When blocking for resource load optionally wait for dependencies too 11 yıl önce
BsIconUtility.h d90ea6b4a0 .exe icon replacement finalized and working 10 yıl önce
BsImportOptions.h d195e06084 Added prefab importer so that prefabs are recognized by the project library 10 yıl önce
BsImportOptionsRTTI.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsImporter.h 9993f27e60 Splash screen functional 10 yıl önce
BsIndexBuffer.h 234d75d39d Ensured that core thread uses only core versions of Index and Vertex buffer 11 yıl önce
BsInput.h df620543a7 Documentation 10 yıl önce
BsInputFwd.h 4bb91ca22b All GUI input elements (managed and native) now have an event triggering when user confirms input 10 yıl önce
BsMaterial.h 157fe12618 New core object sync seems to work for the most part 10 yıl önce
BsMaterialManager.h 05ad4ecf2d Shaders are now referenced via resource handle instead directly 11 yıl önce
BsMaterialParam.h e9db368a3d MaterialParams now hold a pointer to their data to avoid excessive allocations when copying them around 10 yıl önce
BsMaterialRTTI.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsMesh.h 3882f40373 Added bounds meshes to lights in the renderer 10 yıl önce
BsMeshBase.h 0ddc6c09b5 Working on new UI 10 yıl önce
BsMeshBaseRTTI.h f256dad7d6 Texture refactor to comply with new CoreObject design 11 yıl önce
BsMeshData.h 0ddc6c09b5 Working on new UI 10 yıl önce
BsMeshDataRTTI.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsMeshHeap.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsMeshImportOptions.h 26ee02017f Added C# MeshImportOptions and extended TextureImportOptions with new properties 10 yıl önce
BsMeshImportOptionsRTTI.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsMeshManager.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsMeshUtility.h 4347837545 Added tangent and normal generation for meshes 10 yıl önce
BsMultiRenderTexture.h 22aa527617 Validate renderable vertex inputs in the renderer 10 yıl önce
BsOSInputHandler.h 24434868e3 More handle fixes 11 yıl önce
BsOcclusionQuery.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsParamBlocks.h 47147860b8 RenderBeast now uses manually created param buffers instead of retrieving them from a dummy shader 10 yıl önce
BsPass.h 2fd89957eb Refactored core object sync so it is faster by not iterating over all core objects every frame (WIP) 10 yıl önce
BsPassRTTI.h 6b920a90d8 - Moved all shaders to BSL 10 yıl önce
BsPixelBuffer.h fc8f2b1eaf More documentation 11 yıl önce
BsPixelData.h 1f31bf9385 Documentation 10 yıl önce
BsPixelDataRTTI.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsPixelUtil.h 1f31bf9385 Documentation 10 yıl önce
BsPixelVolume.h 1f31bf9385 Documentation 10 yıl önce
BsPlatform.h b5b05448e1 Moved certain platform-specific functionality to the utility layer 10 yıl önce
BsPrefab.h cff23180f3 Do not redundantly recurse during updateFromPrefab with larger prefab instance hierarchies 10 yıl önce
BsPrefabDiff.h a3cc2221ca Record SO transform and active state in prefab-diff 10 yıl önce
BsPrefabDiffRTTI.h a3cc2221ca Record SO transform and active state in prefab-diff 10 yıl önce
BsPrefabRTTI.h cff23180f3 Do not redundantly recurse during updateFromPrefab with larger prefab instance hierarchies 10 yıl önce
BsPrefabUtility.h e3e5cac9cb Fix for invalid ID renaming during prefab diff generation 10 yıl önce
BsProfilerCPU.h a54c334990 Significantly reduced number of allocations required by the CPU profiler 10 yıl önce
BsProfilerGPU.h 5d7e93aeee Fixed an issue with GUI layout calculation 11 yıl önce
BsProfilingManager.h 117612030f Refactored Profiler and CPUProfiler to make them a bit more intuitive 11 yıl önce
BsQueryManager.h 6dc2337e53 Solved some more problems with freeing core objects on shutdown 11 yıl önce
BsRasterizerState.h 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 yıl önce
BsRasterizerStateRTTI.h aec99b0b0f Sampler state filtering overrides (WIP) 10 yıl önce
BsRawInputHandler.h a713a99a65 More documentation & input fixes 11 yıl önce
BsRenderAPI.h 458c080129 Fixed manual param block generation across all APIs 10 yıl önce
BsRenderAPICapabilities.h 3187a5f447 Hook up light updates in renderer core 10 yıl önce
BsRenderAPIFactory.h 0fca9749f2 RenderSystem -> RenderAPI and moved all CoreThreadAccessor methods to RenderAPI 11 yıl önce
BsRenderAPIManager.h 3187a5f447 Hook up light updates in renderer core 10 yıl önce
BsRenderStateManager.h 4bfb7023eb Clear states in RenderStateManager before shutdown as states try to access that manager when they're destructed 10 yıl önce
BsRenderStats.h 3187a5f447 Hook up light updates in renderer core 10 yıl önce
BsRenderTarget.h 1f31bf9385 Documentation 10 yıl önce
BsRenderTexture.h 3187a5f447 Hook up light updates in renderer core 10 yıl önce
BsRenderWindow.h 951764f02e New DX11 window creation using the shared window class 10 yıl önce
BsRenderWindowManager.h 2e15f65ce9 Fixing an issue where core window operations could start before the sim thread had properly finalized window creation 10 yıl önce
BsRendererFactory.h 1076f0124b DefaultMeshData is now RendererMeshData and can be overriden by Renderer implementation 10 yıl önce
BsRendererManager.h a3ab47f92a Fixing renderer initialization so that active renderer is known before importing builtin resources as BSLFX importer requires it 10 yıl önce
BsRendererMeshData.h 1076f0124b DefaultMeshData is now RendererMeshData and can be overriden by Renderer implementation 10 yıl önce
BsRendererUtility.h 6487e23cb7 Finished code for rendering a full-screen quad 10 yıl önce
BsResource.h 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded 10 yıl önce
BsResourceHandle.h 4cdd9f1871 Project library will no longer try to unload resources during reimport, unless project library was the system that loaded them 10 yıl önce
BsResourceHandleRTTI.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsResourceListenerManager.h 217b06bd3f Added resource listener to material and solved the problem where waiting for resource load didn't trigger the listener 11 yıl önce
BsResourceManifest.h 1b1895f796 WIP VisualStudio project syncing 10 yıl önce
BsResourceManifestRTTI.h 1b1895f796 WIP VisualStudio project syncing 10 yıl önce
BsResourceMetaData.h c449f37a13 Added ability to set up custom meta-data per resource 11 yıl önce
BsResourceMetaDataRTTI.h 2962eb1e81 Show resource name in GUIResourceField if the resource is not part of the project library 10 yıl önce
BsResourceRTTI.h a35f11d8cc Added ManagedResource and improve project library and resource meta data management 11 yıl önce
BsResources.h 4cdd9f1871 Project library will no longer try to unload resources during reimport, unless project library was the system that loaded them 10 yıl önce
BsSamplerState.h 1583b110f5 Render state caching is now only performed on core objects in order to avoid the issue with deserializing a cached object 10 yıl önce
BsSamplerStateRTTI.h aec99b0b0f Sampler state filtering overrides (WIP) 10 yıl önce
BsSavedResourceData.h 0824fc2e46 Advanced resource loading WIP stage 2 11 yıl önce
BsSavedResourceDataRTTI.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsSceneObject.h 95cea2ed0b Prefab diff now properly handles the case when a component added by the diff already exists 10 yıl önce
BsSceneObjectRTTI.h 7ea46601de Modified GameObject deserialization so that it only generates a single handle data object shared among all handles, in order to make renaming possible without iterating through every single handle 10 yıl önce
BsShader.h 2fd89957eb Refactored core object sync so it is faster by not iterating over all core objects every frame (WIP) 10 yıl önce
BsShaderInclude.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsShaderIncludeImporter.h d195e06084 Added prefab importer so that prefabs are recognized by the project library 10 yıl önce
BsShaderIncludeRTTI.h 43c78bc4d0 WIP shader includes 10 yıl önce
BsShaderManager.h 43c78bc4d0 WIP shader includes 10 yıl önce
BsShaderRTTI.h 71598ef68e Add "transparent" flag to shaders 10 yıl önce
BsSpecificImporter.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsStringTable.h 4df779fdd5 Documentation 10 yıl önce
BsStringTableManager.h 4df779fdd5 Documentation 10 yıl önce
BsStringTableRTTI.h 77fd1ec83a Added a way to create new resources in Library Window 10 yıl önce
BsSubMesh.h 0ddc6c09b5 Working on new UI 10 yıl önce
BsTechnique.h 2fd89957eb Refactored core object sync so it is faster by not iterating over all core objects every frame (WIP) 10 yıl önce
BsTechniqueRTTI.h 3187a5f447 Hook up light updates in renderer core 10 yıl önce
BsTextData.h 7a6945b210 Added ScriptCode inspector 10 yıl önce
BsTexture.h 970146ef27 Added a way to initialize a texture with a pre-existing PixelData 10 yıl önce
BsTextureImportOptions.h 26ee02017f Added C# MeshImportOptions and extended TextureImportOptions with new properties 10 yıl önce
BsTextureImportOptionsRTTI.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsTextureManager.h 970146ef27 Added a way to initialize a texture with a pre-existing PixelData 10 yıl önce
BsTextureRTTI.h 970146ef27 Added a way to initialize a texture with a pre-existing PixelData 10 yıl önce
BsTextureView.h 01910311ca Refactored TextureView and VertexDeclaration to comply with new CoreObject design 11 yıl önce
BsTimerQuery.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsTransientMesh.h 6e60df9371 MeshHeap refactored to comply with new CoreObject design 11 yıl önce
BsUUID.h ee9c441334 Proper UUID generation 10 yıl önce
BsUtility.h f4f71d0292 Optimize resource reference search so it does retrieve values of fields that have types that can not contain a resource reference 11 yıl önce
BsVertexBuffer.h 234d75d39d Ensured that core thread uses only core versions of Index and Vertex buffer 11 yıl önce
BsVertexData.h 01910311ca Refactored TextureView and VertexDeclaration to comply with new CoreObject design 11 yıl önce
BsVertexDataDesc.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsVertexDataDescRTTI.h 2c35a0c825 Removed all the unused allocators 10 yıl önce
BsVertexDeclaration.h 22aa527617 Validate renderable vertex inputs in the renderer 10 yıl önce
BsVertexDeclarationRTTI.h 01910311ca Refactored TextureView and VertexDeclaration to comply with new CoreObject design 11 yıl önce
BsVideoModeInfo.h 90e94fb9b2 Fixed issue with HString parameter placement 11 yıl önce
BsViewport.h 2fd89957eb Refactored core object sync so it is faster by not iterating over all core objects every frame (WIP) 10 yıl önce
BsViewportRTTI.h b55e52c112 Camera & Viewport refactored and working somewhat (fixes and re-test needed) 11 yıl önce