BearishSun 584feaa51c Added play on start for audio sources před 9 roky
..
Win32 d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsAudio.h 7756e2673d Updated documentation for Audio API před 9 roky
BsAudioClip.h 98598d5494 OpenAL audio source implementation finished (needs testing) před 9 roky
BsAudioClipImportOptions.h f786c98c14 Getting OpenAudio functional před 9 roky
BsAudioClipImportOptionsRTTI.h 4286c7a151 Added a way to convert audio bit depth on import (OpenAL only supports 8 and 16 bits) před 9 roky
BsAudioClipRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsAudioListener.h 7756e2673d Updated documentation for Audio API před 9 roky
BsAudioManager.h 3cf4301a82 Audio system registration, start-up and shutdown před 9 roky
BsAudioSource.h 98598d5494 OpenAL audio source implementation finished (needs testing) před 9 roky
BsAudioUtility.h 584feaa51c Added play on start for audio sources před 9 roky
BsBlendState.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsBlendStateRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsBoxCollider.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsCAudioListener.h 28e8be2526 Added C++ components for AudioListener and AudioSource před 9 roky
BsCAudioListenerRTTI.h 28e8be2526 Added C++ components for AudioListener and AudioSource před 9 roky
BsCAudioSource.h 584feaa51c Added play on start for audio sources před 9 roky
BsCAudioSourceRTTI.h 584feaa51c Added play on start for audio sources před 9 roky
BsCBoxCollider.h 0a448db0af More work on improving documentation for Doxygen generation. před 10 roky
BsCBoxColliderRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCCapsuleCollider.h 0a448db0af More work on improving documentation for Doxygen generation. před 10 roky
BsCCapsuleColliderRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCCharacterController.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsCCharacterControllerRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCCollider.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsCColliderRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCD6Joint.h d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization před 10 roky
BsCD6JointRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCDistanceJoint.h d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization před 10 roky
BsCDistanceJointRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCFixedJoint.h bbfbc8ba37 More tweaks to joint visualizations and transforms in order to make them more intuitive před 9 roky
BsCFixedJointRTTI.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsCHingeJoint.h d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization před 10 roky
BsCHingeJointRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCJoint.h bbfbc8ba37 More tweaks to joint visualizations and transforms in order to make them more intuitive před 9 roky
BsCJointRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCMeshCollider.h fe2e34ed16 More work on improving documentation for doxygen generation před 10 roky
BsCMeshColliderRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCPlaneCollider.h fe2e34ed16 More work on improving documentation for doxygen generation před 10 roky
BsCPlaneColliderRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCRigidbody.h f92ea8ea21 Removed unused Physics code před 9 roky
BsCRigidbodyRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCSliderJoint.h bbfbc8ba37 More tweaks to joint visualizations and transforms in order to make them more intuitive před 9 roky
BsCSliderJointRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCSphereCollider.h 0a448db0af More work on improving documentation for Doxygen generation. před 10 roky
BsCSphereColliderRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCSphericalJoint.h d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization před 10 roky
BsCSphericalJointRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsCapsuleCollider.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsCharacterController.h fe2e34ed16 More work on improving documentation for doxygen generation před 10 roky
BsCollider.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsCommandQueue.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsCommonTypes.h c1415b4883 Refactored load/store textures so they're properly parsed and determined at shader compile time instead at runtime před 9 roky
BsComponent.h d17415eeed Added renderer manual (WIP) před 10 roky
BsComponentRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsCoreApplication.h 3cf4301a82 Audio system registration, start-up and shutdown před 9 roky
BsCoreObject.h 4b94620550 Added materials manual, plus some doc improvements před 10 roky
BsCoreObjectCore.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsCoreObjectManager.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsCorePrerequisites.h 28e8be2526 Added C++ components for AudioListener and AudioSource před 9 roky
BsCoreRenderer.h eb5d33c976 Post processing: před 9 roky
BsCoreSceneManager.h 74bb75edef More work on improving documentation for doxygen generation před 10 roky
BsCoreThread.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsCoreThreadAccessor.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsD6Joint.h 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization před 10 roky
BsDeferredCallManager.h 74bb75edef More work on improving documentation for doxygen generation před 10 roky
BsDepthStencilState.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsDepthStencilStateRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsDistanceJoint.h 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization před 10 roky
BsDrawOps.h 91df70cddf More work on manuals před 10 roky
BsEventQuery.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsFCollider.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsFJoint.h 916f246010 Joint fixes: před 9 roky
BsFixedJoint.h 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization před 10 roky
BsFolderMonitor.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsFont.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsFontDesc.h 0a448db0af More work on improving documentation for Doxygen generation. před 10 roky
BsFontImportOptions.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsFontImportOptionsRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsFontManager.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsFontRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsGameObject.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsGameObjectHandle.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsGameObjectHandleRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsGameObjectManager.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsGameObjectRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsGpuBuffer.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsGpuBufferView.h 74bb75edef More work on improving documentation for doxygen generation před 10 roky
BsGpuParam.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsGpuParamBlockBuffer.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsGpuParamDesc.h c1415b4883 Refactored load/store textures so they're properly parsed and determined at shader compile time instead at runtime před 9 roky
BsGpuParams.h c1415b4883 Refactored load/store textures so they're properly parsed and determined at shader compile time instead at runtime před 9 roky
BsGpuProgram.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsGpuProgramManager.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsGpuProgramRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsGpuResourceData.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsGpuResourceDataRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsHString.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsHardwareBuffer.h 74bb75edef More work on improving documentation for doxygen generation před 10 roky
BsHardwareBufferManager.h 24341978b0 Added RenderAPI manual před 10 roky
BsHingeJoint.h 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization před 10 roky
BsIResourceListener.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsIconUtility.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsImportOptions.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsImportOptionsRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsImporter.h 4b94620550 Added materials manual, plus some doc improvements před 10 roky
BsIndexBuffer.h 24341978b0 Added RenderAPI manual před 10 roky
BsInput.h 4b94620550 Added materials manual, plus some doc improvements před 10 roky
BsInputFwd.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsJoint.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsMaterial.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsMaterialManager.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsMaterialParam.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsMaterialParams.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsMaterialParamsRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsMaterialRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsMesh.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsMeshBase.h 74bb75edef More work on improving documentation for doxygen generation před 10 roky
BsMeshBaseRTTI.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsMeshCollider.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsMeshData.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsMeshDataRTTI.h 63c61046cd Refactor serialization/RTTI system so it supports streaming před 9 roky
BsMeshHeap.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsMeshImportOptions.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsMeshImportOptionsRTTI.h 16c1bf808d Refactored RTTI macros so they don't require two separate definitions for a single field před 9 roky
BsMeshManager.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsMeshRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsMeshUtility.h 0a448db0af More work on improving documentation for Doxygen generation. před 10 roky
BsMultiRenderTexture.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsOSInputHandler.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsOcclusionQuery.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsParamBlocks.h 855b052658 More fixes in order to get everything to compile with Clang před 9 roky
BsPass.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsPassRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsPhysics.h f92ea8ea21 Removed unused Physics code před 9 roky
BsPhysicsCommon.h fe2e34ed16 More work on improving documentation for doxygen generation před 10 roky
BsPhysicsManager.h fe2e34ed16 More work on improving documentation for doxygen generation před 10 roky
BsPhysicsMaterial.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsPhysicsMaterialRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsPhysicsMesh.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsPhysicsMeshRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsPixelBuffer.h fe2e34ed16 More work on improving documentation for doxygen generation před 10 roky
BsPixelData.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsPixelDataRTTI.h 63c61046cd Refactor serialization/RTTI system so it supports streaming před 9 roky
BsPixelUtil.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsPixelVolume.h 986677a738 More work on improving documentation for doxygen generation před 10 roky
BsPlaneCollider.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsPlatform.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsPrefab.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsPrefabDiff.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsPrefabDiffRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsPrefabRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsPrefabUtility.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsProfilerCPU.h c168935089 Timers now use std::chrono před 9 roky
BsProfilerGPU.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsProfilingManager.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsQueryManager.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsRasterizerState.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsRasterizerStateRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsRawInputHandler.h 4b94620550 Added materials manual, plus some doc improvements před 10 roky
BsRenderAPI.h c027669083 Updated render API with support for instanced rendering před 9 roky
BsRenderAPICapabilities.h 74bb75edef More work on improving documentation for doxygen generation před 10 roky
BsRenderAPIFactory.h cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings před 10 roky
BsRenderAPIManager.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsRenderStateManager.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsRenderStats.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsRenderTarget.h aa06514ff9 Added support for texture arrays před 9 roky
BsRenderTexture.h aa06514ff9 Added support for texture arrays před 9 roky
BsRenderWindow.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsRenderWindowManager.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsRendererFactory.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsRendererManager.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsRendererMeshData.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsResource.h 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it před 9 roky
BsResourceHandle.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsResourceHandleRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsResourceListenerManager.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative před 10 roky
BsResourceManifest.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsResourceManifestRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsResourceMetaData.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsResourceMetaDataRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsResourceRTTI.h 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it před 9 roky
BsResources.h 584feaa51c Added play on start for audio sources před 9 roky
BsRigidbody.h f92ea8ea21 Removed unused Physics code před 9 roky
BsSamplerState.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsSamplerStateRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsSavedResourceData.h 74bb75edef More work on improving documentation for doxygen generation před 10 roky
BsSavedResourceDataRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsSceneObject.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsSceneObjectRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsShader.h c1415b4883 Refactored load/store textures so they're properly parsed and determined at shader compile time instead at runtime před 9 roky
BsShaderDefines.h 5dae318f4a More work on post-processing pipeline před 10 roky
BsShaderImportOptions.h 321f21af1c BSLFX #defines now support expressions před 10 roky
BsShaderImportOptionsRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsShaderInclude.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsShaderIncludeImporter.h 6ca96399d6 Added WAV, Ogg Vorbis and FLAC file readers před 9 roky
BsShaderIncludeRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsShaderManager.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsShaderRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsSliderJoint.h 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization před 10 roky
BsSpecificImporter.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsSphereCollider.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsSphericalJoint.h 8d394ebd50 Finishing up work on Joint initialization refactor před 10 roky
BsStringTable.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsStringTableManager.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsStringTableRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsSubMesh.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsTechnique.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsTechniqueRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsTextData.h 74bb75edef More work on improving documentation for doxygen generation před 10 roky
BsTexture.h aa06514ff9 Added support for texture arrays před 9 roky
BsTextureImportOptions.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsTextureImportOptionsRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsTextureManager.h aa06514ff9 Added support for texture arrays před 9 roky
BsTextureRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky
BsTextureView.h 74bb75edef More work on improving documentation for doxygen generation před 10 roky
BsTimerQuery.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsTransientMesh.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsUUID.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsUtility.h 74bb75edef More work on improving documentation for doxygen generation před 10 roky
BsVertexBuffer.h 24341978b0 Added RenderAPI manual před 10 roky
BsVertexData.h 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier před 10 roky
BsVertexDataDesc.h eb5d33c976 Post processing: před 9 roky
BsVertexDataDescRTTI.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsVertexDeclaration.h eb5d33c976 Post processing: před 9 roky
BsVertexDeclarationRTTI.h 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) před 10 roky
BsVideoModeInfo.h 0a448db0af More work on improving documentation for Doxygen generation. před 10 roky
BsViewport.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links před 10 roky
BsViewportRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks před 9 roky