2
0
BearishSun 773d549e57 Added basic support for animation events 9 жил өмнө
..
Win32 52970a388f Minor tweaks to follow engine guidelines 9 жил өмнө
BsAnimation.cpp 773d549e57 Added basic support for animation events 9 жил өмнө
BsAnimationClip.cpp 773d549e57 Added basic support for animation events 9 жил өмнө
BsAnimationCurve.cpp 773d549e57 Added basic support for animation events 9 жил өмнө
BsAnimationManager.cpp 773d549e57 Added basic support for animation events 9 жил өмнө
BsAnimationUtility.cpp 773d549e57 Added basic support for animation events 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 1c01ab784c Interface for AudioSource and AudioListener (WIP) 9 жил өмнө
BsAudioManager.cpp 3cf4301a82 Audio system registration, start-up and shutdown 9 жил өмнө
BsAudioSource.cpp fa03beab16 Hot reload of audio clips 9 жил өмнө
BsAudioUtility.cpp 7677db2b9e 8-bit PCM samples are now stored in signed format to be compatible with FMOD 9 жил өмнө
BsBlendState.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsBoxCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
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 10 жил өмнө
BsCCapsuleCollider.cpp e9c446939c Fixed an issue where child SO transforms would be incorrectly restored after deserialization 10 жил өмнө
BsCCharacterController.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsCCollider.cpp 3fa4d3de58 Calling Managed OnInitialize/OnEnable/etc methods will now properly call them if they're defined on a base class 10 жил өмнө
BsCD6Joint.cpp 8d394ebd50 Finishing up work on Joint initialization refactor 10 жил өмнө
BsCDistanceJoint.cpp d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization 10 жил өмнө
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 10 жил өмнө
BsCJoint.cpp 916f246010 Joint fixes: 9 жил өмнө
BsCMeshCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsCPlaneCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
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 10 жил өмнө
BsCSphericalJoint.cpp d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization 10 жил өмнө
BsCapsuleCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsCharacterController.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsCommandQueue.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsComponent.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsCoreApplication.cpp 7c3620dd46 Animation playback (WIP) 9 жил өмнө
BsCoreObject.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsCoreObjectCore.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsCoreObjectManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsCoreRenderer.cpp d17415eeed Added renderer manual (WIP) 10 жил өмнө
BsCoreSceneManager.cpp 6a0c7b1cf2 Fixing a prefab bug where managed components of child objects weren't being initialized 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 10 жил өмнө
BsD6Joint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 10 жил өмнө
BsDeferredCallManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsDepthStencilState.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsDistanceJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 10 жил өмнө
BsDrawOps.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsEventQuery.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsFCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsFJoint.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsFixedJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 10 жил өмнө
BsFont.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsFontImportOptions.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsFontManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsGameObject.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsGameObjectHandle.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsGameObjectManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsGpuBuffer.cpp 2079efc1fe Variety of fixes to newly introduced GUICanvas, GpuBuffer and TriangleClipper 9 жил өмнө
BsGpuBufferView.cpp deab7206d5 Added generic GPU buffer support to DX11 and OpenGL 9 жил өмнө
BsGpuParam.cpp 05266555e8 Animation bone transforms now used by the core thread for rendering 9 жил өмнө
BsGpuParamBlockBuffer.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsGpuParams.cpp b48081c63c Refactoring how GPU program parameters are assigned, in order to make it more intuitive on the core thread 9 жил өмнө
BsGpuProgram.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsGpuProgramManager.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsGpuResourceData.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsHString.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsHardwareBufferManager.cpp deab7206d5 Added generic GPU buffer support to DX11 and OpenGL 9 жил өмнө
BsHingeJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 10 жил өмнө
BsIResourceListener.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
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 10 жил өмнө
BsImporter.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsIndexBuffer.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsInput.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsJoint.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsMaterial.cpp b48081c63c Refactoring how GPU program parameters are assigned, in order to make it more intuitive on the core thread 9 жил өмнө
BsMaterialManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsMaterialParam.cpp 05266555e8 Animation bone transforms now used by the core thread for rendering 9 жил өмнө
BsMaterialParams.cpp deab7206d5 Added generic GPU buffer support to DX11 and OpenGL 9 жил өмнө
BsMaterialRTTI.cpp f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 жил өмнө
BsMesh.cpp 49e269480e Added import for mesh skeleton 9 жил өмнө
BsMeshBase.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsMeshCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsMeshData.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsMeshHeap.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsMeshImportOptions.cpp dd7d910e25 Keyframe reduction can now be enabled/disabled via import options 9 жил өмнө
BsMeshManager.cpp 49e269480e Added import for mesh skeleton 9 жил өмнө
BsMeshUtility.cpp 2079efc1fe Variety of fixes to newly introduced GUICanvas, GpuBuffer and TriangleClipper 9 жил өмнө
BsMultiRenderTexture.cpp aa06514ff9 Added support for texture arrays 9 жил өмнө
BsOSInputHandler.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsOcclusionQuery.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsPass.cpp a419f4cb4f Postprocessing WIP 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 10 жил өмнө
BsPhysicsMaterial.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsPhysicsMesh.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsPixelBuffer.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsPixelData.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsPixelUtil.cpp a8e30ad6f1 Don't crash the engine when mipmap generation fails 9 жил өмнө
BsPlaneCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsPlatform.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsPrefab.cpp 10e057da7b Prefab fixes: 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 6a0c7b1cf2 Fixing a prefab bug where managed components of child objects weren't being initialized 9 жил өмнө
BsProfilerCPU.cpp bf351b8442 Fix compilation error in gcc-specific code 9 жил өмнө
BsProfilerGPU.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsProfilingManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsQueryManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsRasterizerState.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsRenderAPI.cpp b48081c63c Refactoring how GPU program parameters are assigned, in order to make it more intuitive on the core thread 9 жил өмнө
BsRenderAPICapabilities.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsRenderAPIManager.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 жил өмнө
BsRenderStateManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsRenderTarget.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsRenderTexture.cpp aa06514ff9 Added support for texture arrays 9 жил өмнө
BsRenderWindow.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsRenderWindowManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsRendererManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsRendererMeshData.cpp 3fadc11695 Bone weights and indices are now properly imported and assigned to Mesh 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 10 жил өмнө
BsResourceListenerManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 10 жил өмнө
BsResourceManifest.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsResourceMetaData.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsResources.cpp fa03beab16 Hot reload of audio clips 9 жил өмнө
BsRigidbody.cpp f92ea8ea21 Removed unused Physics code 9 жил өмнө
BsSamplerState.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsSavedResourceData.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsSceneObject.cpp 6a0c7b1cf2 Fixing a prefab bug where managed components of child objects weren't being initialized 9 жил өмнө
BsShader.cpp c1415b4883 Refactored load/store textures so they're properly parsed and determined at shader compile time instead at runtime 9 жил өмнө
BsShaderDefines.cpp 5dae318f4a More work on post-processing pipeline 10 жил өмнө
BsShaderImportOptions.cpp 77b0fe421e WIP ability to customize renderer materials using defines 10 жил өмнө
BsShaderInclude.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsShaderIncludeImporter.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsShaderManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsSkeleton.cpp 27905e224e Properly apply scale animation curves 9 жил өмнө
BsSliderJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 10 жил өмнө
BsSpecificImporter.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsSphereCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsSphericalJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 10 жил өмнө
BsStringTable.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsStringTableManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsTechnique.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsTextData.cpp 8587f277ce Fixed invalid offset for certain characters when rendering text 9 жил өмнө
BsTexture.cpp aa06514ff9 Added support for texture arrays 9 жил өмнө
BsTextureImportOptions.cpp a8e30ad6f1 Don't crash the engine when mipmap generation fails 9 жил өмнө
BsTextureManager.cpp aa06514ff9 Added support for texture arrays 9 жил өмнө
BsTextureView.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsTimerQuery.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 жил өмнө
BsTransientMesh.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө
BsUUID.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsUtility.cpp f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 жил өмнө
BsVertexBuffer.cpp 24341978b0 Added RenderAPI manual 10 жил өмнө
BsVertexData.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsVertexDataDesc.cpp c027669083 Updated render API with support for instanced rendering 9 жил өмнө
BsVertexDeclaration.cpp adcd1f7c57 Updated GUI so it can output different types of meshes (e.g. lines vs. triangles) 9 жил өмнө
BsVideoModeInfo.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 жил өмнө
BsViewport.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 10 жил өмнө