BearishSun 1e7b51169f Renamed GpuPipelineState to GraphicsPipelineState 9 年之前
..
Win32 52970a388f Minor tweaks to follow engine guidelines 9 年之前
BsAnimation.cpp 9a6ee5a831 Root motion import implemented 9 年之前
BsAnimationClip.cpp 9a6ee5a831 Root motion import implemented 9 年之前
BsAnimationCurve.cpp 33e1a48673 Properly handle evaluating a curve with a single keyframe at non-zero time 9 年之前
BsAnimationManager.cpp e8175f03bf Fixing a nasty task scheduler issue, where re-queuing the task and requesting wait(), would not properly block the calling thread until task finished. 9 年之前
BsAnimationUtility.cpp aa19851692 Properly handle time wrapping when the range is 0 9 年之前
BsAudio.cpp 73e30ce934 Added a quicker way to play audio clips without having to create scene objects and audio source components 9 年之前
BsAudioClip.cpp a774a03552 AnimationClip foundation 9 年之前
BsAudioClipImportOptions.cpp f786c98c14 Getting OpenAudio functional 9 年之前
BsAudioListener.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 年之前
BsAudioManager.cpp 3cf4301a82 Audio system registration, start-up and shutdown 9 年之前
BsAudioSource.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 年之前
BsAudioUtility.cpp 7677db2b9e 8-bit PCM samples are now stored in signed format to be compatible with FMOD 9 年之前
BsBlendState.cpp ca328eff7d Finishing up Vulkan sampler states 9 年之前
BsBoxCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsCAudioListener.cpp 28e8be2526 Added C++ components for AudioListener and AudioSource 9 年之前
BsCAudioSource.cpp 584feaa51c Added play on start for audio sources 9 年之前
BsCBoxCollider.cpp e9c446939c Fixed an issue where child SO transforms would be incorrectly restored after deserialization 9 年之前
BsCCamera.cpp 8d74761ad7 Moved camera to core layer so animation manager has access to it 9 年之前
BsCCapsuleCollider.cpp e9c446939c Fixed an issue where child SO transforms would be incorrectly restored after deserialization 9 年之前
BsCCharacterController.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsCCollider.cpp 3fa4d3de58 Calling Managed OnInitialize/OnEnable/etc methods will now properly call them if they're defined on a base class 9 年之前
BsCD6Joint.cpp 8d394ebd50 Finishing up work on Joint initialization refactor 9 年之前
BsCDistanceJoint.cpp d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization 9 年之前
BsCFixedJoint.cpp bbfbc8ba37 More tweaks to joint visualizations and transforms in order to make them more intuitive 9 年之前
BsCHingeJoint.cpp d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization 9 年之前
BsCJoint.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 年之前
BsCMeshCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsCPlaneCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsCRigidbody.cpp f92ea8ea21 Removed unused Physics code 9 年之前
BsCSliderJoint.cpp bbfbc8ba37 More tweaks to joint visualizations and transforms in order to make them more intuitive 9 年之前
BsCSphereCollider.cpp e9c446939c Fixed an issue where child SO transforms would be incorrectly restored after deserialization 9 年之前
BsCSphericalJoint.cpp d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization 9 年之前
BsCamera.cpp 9d73cc1da2 Various tweaks to the previous merge 9 年之前
BsCapsuleCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsCharacterController.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsCommandBuffer.cpp 59db12dbc5 Added special Vulkan command buffers for transfer operations 9 年之前
BsCommandBufferManager.cpp ebed609b8e Refactored command buffer submission and sync in order to resolve some design issue with previous sync approach, as well as command buffer IDs 9 年之前
BsCommandQueue.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 年之前
BsComponent.cpp 399936e1bf Properly initialize notify flags when deserializing a Component 9 年之前
BsCoreApplication.cpp 712739f2c2 Fixing an issue where core thead sync would sometimes not finish on destroyed objects, leaking objects and memory 9 年之前
BsCoreObject.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 年之前
BsCoreObjectCore.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 年之前
BsCoreObjectManager.cpp 712739f2c2 Fixing an issue where core thead sync would sometimes not finish on destroyed objects, leaking objects and memory 9 年之前
BsCoreRenderer.cpp d17415eeed Added renderer manual (WIP) 9 年之前
BsCoreSceneManager.cpp 8d74761ad7 Moved camera to core layer so animation manager has access to it 9 年之前
BsCoreThread.cpp e7f45a5e0e Animation playback (WIP) 9 年之前
BsCoreThreadAccessor.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsD6Joint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 年之前
BsDeferredCallManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsDepthStencilState.cpp ca328eff7d Finishing up Vulkan sampler states 9 年之前
BsDistanceJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 年之前
BsEventQuery.cpp aaaf9d4c33 Extended GPU query creation so they accept a GPU index, in order to support creation on multiple GPUs in the future 9 年之前
BsFCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsFJoint.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsFixedJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 年之前
BsFont.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsFontImportOptions.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsFontManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsGameObject.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 年之前
BsGameObjectHandle.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsGameObjectManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsGpuBuffer.cpp 588076b7cc Refactoring hardware buffer write/read API, in preparation for Vulkan HW buffer transfer implementation 9 年之前
BsGpuParam.cpp 7813bf7431 Refactored GPU parameter so they are all part of a combined object, to more closely match Vulkan/DX12 resource descriptor design 9 年之前
BsGpuParamBlockBuffer.cpp 588076b7cc Refactoring hardware buffer write/read API, in preparation for Vulkan HW buffer transfer implementation 9 年之前
BsGpuParams.cpp 0a78764779 Refactoring GpuParams so parameter meta-data is stored on GpuPipelineState rather than on GpuParams 9 年之前
BsGpuParamsSet.cpp 1e7b51169f Renamed GpuPipelineState to GraphicsPipelineState 9 年之前
BsGpuPipelineState.cpp 1e7b51169f Renamed GpuPipelineState to GraphicsPipelineState 9 年之前
BsGpuProgram.cpp 142c7970fc Cleaned up render API capabilities class 9 年之前
BsGpuProgramManager.cpp 34e313c12d Neater creation of GpuPrograms 9 年之前
BsGpuResourceData.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 年之前
BsHString.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsHardwareBufferManager.cpp 0a78764779 Refactoring GpuParams so parameter meta-data is stored on GpuPipelineState rather than on GpuParams 9 年之前
BsHingeJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 年之前
BsIResourceListener.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsIconUtility.cpp e4a4ebe6cd Use non-wide strings for paths when not on Windows 9 年之前
BsImportOptions.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsImporter.cpp be32987d81 Replacing data files with .json manifest file, in order to prevent a massive amount of data file updates whenever the resource cache is rebuilt 9 年之前
BsIndexBuffer.cpp 588076b7cc Refactoring hardware buffer write/read API, in preparation for Vulkan HW buffer transfer implementation 9 年之前
BsInput.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 年之前
BsJoint.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsMaterial.cpp 6f316d48bf Added support for shader technique inheritance 9 年之前
BsMaterialManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsMaterialParam.cpp 78a144768e Mark material parameters as dirty when they are modified 9 年之前
BsMaterialParams.cpp 78a144768e Mark material parameters as dirty when they are modified 9 年之前
BsMaterialRTTI.cpp 103a9ea757 Refactored material so it supports multiple techniques 9 年之前
BsMesh.cpp 5486740789 Vulkan index, vertex, gpu and gpu param block buffer implementations 9 年之前
BsMeshBase.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 年之前
BsMeshCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsMeshData.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 年之前
BsMeshHeap.cpp f2cf9d3387 WIP Vulkan buffers 9 年之前
BsMeshImportOptions.cpp b019758427 Added CPUReadable flag to meshes and textures since this is no longer assumed by default (due to Vulkan usage flags) 9 年之前
BsMeshManager.cpp 92aca46056 Added morph shapes to Mesh 9 年之前
BsMeshUtility.cpp 7df08fef41 Fixing tangent frame generation so it properly accumulates tangents/normals 9 年之前
BsMorphShapes.cpp b89005a830 Added morph shape curve evaluation 9 年之前
BsOSInputHandler.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 年之前
BsOcclusionQuery.cpp aaaf9d4c33 Extended GPU query creation so they accept a GPU index, in order to support creation on multiple GPUs in the future 9 年之前
BsPass.cpp 1e7b51169f Renamed GpuPipelineState to GraphicsPipelineState 9 年之前
BsPhysics.cpp f92ea8ea21 Removed unused Physics code 9 年之前
BsPhysicsManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsPhysicsMaterial.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsPhysicsMesh.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsPixelData.cpp 9d73cc1da2 Various tweaks to the previous merge 9 年之前
BsPixelUtil.cpp bd8d872f2f Style changes 9 年之前
BsPlaneCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsPlatform.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 年之前
BsPostProcessSettings.cpp 8d74761ad7 Moved camera to core layer so animation manager has access to it 9 年之前
BsPrefab.cpp 8fb8ad8a59 Fixing issues with Prefab link ID assignment: 9 年之前
BsPrefabDiff.cpp a29d10f79d Instantiate scene objects/components after prefab diff only after game object handles are resolved to avoid issue of broken handles 9 年之前
BsPrefabUtility.cpp 8fb8ad8a59 Fixing issues with Prefab link ID assignment: 9 年之前
BsProfilerCPU.cpp 8de834e01c Animation playback during edit mode for preview purposes (WIP) 9 年之前
BsProfilerGPU.cpp 8f4c8e65f3 Getting rid of the old way of setting GPU parameters and moving towards the new single-object approach (WIP - DX11 only for now) 9 年之前
BsProfilingManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 年之前
BsQueryManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsRasterizerState.cpp ca328eff7d Finishing up Vulkan sampler states 9 年之前
BsRenderAPI.cpp 1e7b51169f Renamed GpuPipelineState to GraphicsPipelineState 9 年之前
BsRenderAPICapabilities.cpp 9555982752 Fixing OpenGL texture and image binding 9 年之前
BsRenderAPIManager.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 9 年之前
BsRenderStateManager.cpp 1e7b51169f Renamed GpuPipelineState to GraphicsPipelineState 9 年之前
BsRenderTarget.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsRenderTexture.cpp b019758427 Added CPUReadable flag to meshes and textures since this is no longer assumed by default (due to Vulkan usage flags) 9 年之前
BsRenderWindow.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsRenderWindowManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 年之前
BsRendererManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsRendererMeshData.cpp a69052d9c5 Morph shape evaluation 9 年之前
BsResource.cpp 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 9 年之前
BsResourceHandle.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 年之前
BsResourceListenerManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 年之前
BsResourceManifest.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsResourceMetaData.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsResources.cpp be32987d81 Replacing data files with .json manifest file, in order to prevent a massive amount of data file updates whenever the resource cache is rebuilt 9 年之前
BsRigidbody.cpp f92ea8ea21 Removed unused Physics code 9 年之前
BsSamplerState.cpp ca328eff7d Finishing up Vulkan sampler states 9 年之前
BsSavedResourceData.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 年之前
BsSceneObject.cpp 90a42af3f4 Fixing a crash due to SceneObject restore operation (objects were instantiated before their IDs were restored) 9 年之前
BsShader.cpp 103a9ea757 Refactored material so it supports multiple techniques 9 年之前
BsShaderDefines.cpp 5dae318f4a More work on post-processing pipeline 9 年之前
BsShaderImportOptions.cpp 77b0fe421e WIP ability to customize renderer materials using defines 9 年之前
BsShaderInclude.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsShaderIncludeImporter.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsShaderManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsSkeleton.cpp 3bfa432c8c Fixing an crash when number of animation curves doesn't match the number of skeleton bones 9 年之前
BsSkeletonMask.cpp 6164237881 Added bone filtering to animation 9 年之前
BsSliderJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 年之前
BsSpecificImporter.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 年之前
BsSphereCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsSphericalJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 年之前
BsStringTable.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 年之前
BsStringTableManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsTechnique.cpp e4637da406 Added tags to material techniques 9 年之前
BsTextData.cpp 863efab630 Fixed incorrect clipping for certain text characters 9 年之前
BsTexture.cpp 95d48bf94c Added Vulkan texture read/writeData implementations 9 年之前
BsTextureImportOptions.cpp b019758427 Added CPUReadable flag to meshes and textures since this is no longer assumed by default (due to Vulkan usage flags) 9 年之前
BsTextureManager.cpp 7206fcc52f Added descriptor structs for texture resource creation, so it is neater 9 年之前
BsTextureView.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 年之前
BsTimerQuery.cpp aaaf9d4c33 Extended GPU query creation so they accept a GPU index, in order to support creation on multiple GPUs in the future 9 年之前
BsTransientMesh.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 年之前
BsUUID.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsUtility.cpp f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 年之前
BsVertexBuffer.cpp cc9a402774 Vulkan buffer memory mapping with handling for memory hazards and accesses from other device queues 9 年之前
BsVertexData.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsVertexDataDesc.cpp c027669083 Updated render API with support for instanced rendering 9 年之前
BsVertexDeclaration.cpp 3bbc25413f Added device index property to GPU params, GPU param block buffer and vertex declaration types, in preparation for multi-GPU support 9 年之前
BsVideoModeInfo.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 年之前
BsViewport.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 年之前