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