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