marco.bellan 1013f619e0 Merge branch 'master' of https://github.com/BearishSun/BansheeEngine.git 9 éve
..
Win32 f17be5b3ad Removed getCommand in Windows input handling 9 éve
BsAnimation.cpp c8f410651d Skeletal animation up and running 9 éve
BsAnimationClip.cpp 6fd40952e9 Additive animations 9 éve
BsAnimationCurve.cpp c8f410651d Skeletal animation up and running 9 éve
BsAnimationManager.cpp 6869dbcfbc Querying components from OnDestroy callback now properly returns only non-destroyed components (fixes a crash on exit for Animation component) 9 éve
BsAudio.cpp 73e30ce934 Added a quicker way to play audio clips without having to create scene objects and audio source components 9 éve
BsAudioClip.cpp a774a03552 AnimationClip foundation 9 éve
BsAudioClipImportOptions.cpp f786c98c14 Getting OpenAudio functional 9 éve
BsAudioListener.cpp 1c01ab784c Interface for AudioSource and AudioListener (WIP) 9 éve
BsAudioManager.cpp 3cf4301a82 Audio system registration, start-up and shutdown 9 éve
BsAudioSource.cpp fa03beab16 Hot reload of audio clips 9 éve
BsAudioUtility.cpp 7677db2b9e 8-bit PCM samples are now stored in signed format to be compatible with FMOD 9 éve
BsBlendState.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsBoxCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsCAudioListener.cpp 28e8be2526 Added C++ components for AudioListener and AudioSource 9 éve
BsCAudioSource.cpp 584feaa51c Added play on start for audio sources 9 éve
BsCBoxCollider.cpp e9c446939c Fixed an issue where child SO transforms would be incorrectly restored after deserialization 9 éve
BsCCapsuleCollider.cpp e9c446939c Fixed an issue where child SO transforms would be incorrectly restored after deserialization 9 éve
BsCCharacterController.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsCCollider.cpp 3fa4d3de58 Calling Managed OnInitialize/OnEnable/etc methods will now properly call them if they're defined on a base class 9 éve
BsCD6Joint.cpp 8d394ebd50 Finishing up work on Joint initialization refactor 9 éve
BsCDistanceJoint.cpp d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization 9 éve
BsCFixedJoint.cpp bbfbc8ba37 More tweaks to joint visualizations and transforms in order to make them more intuitive 9 éve
BsCHingeJoint.cpp d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization 9 éve
BsCJoint.cpp 916f246010 Joint fixes: 9 éve
BsCMeshCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsCPlaneCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsCRigidbody.cpp f92ea8ea21 Removed unused Physics code 9 éve
BsCSliderJoint.cpp bbfbc8ba37 More tweaks to joint visualizations and transforms in order to make them more intuitive 9 éve
BsCSphereCollider.cpp e9c446939c Fixed an issue where child SO transforms would be incorrectly restored after deserialization 9 éve
BsCSphericalJoint.cpp d1f5784a43 Refactored native Joint components so they use the descriptor structure for initialization 9 éve
BsCapsuleCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsCharacterController.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsCommandQueue.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsComponent.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsCoreApplication.cpp 7c3620dd46 Animation playback (WIP) 9 éve
BsCoreObject.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsCoreObjectCore.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsCoreObjectManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsCoreRenderer.cpp d17415eeed Added renderer manual (WIP) 9 éve
BsCoreSceneManager.cpp 6a0c7b1cf2 Fixing a prefab bug where managed components of child objects weren't being initialized 9 éve
BsCoreThread.cpp e7f45a5e0e Animation playback (WIP) 9 éve
BsCoreThreadAccessor.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsD6Joint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 éve
BsDeferredCallManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsDepthStencilState.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsDistanceJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 éve
BsDrawOps.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsEventQuery.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsFCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsFJoint.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsFixedJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 éve
BsFont.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsFontImportOptions.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsFontManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsGameObject.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsGameObjectHandle.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsGameObjectManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsGpuBuffer.cpp 2079efc1fe Variety of fixes to newly introduced GUICanvas, GpuBuffer and TriangleClipper 9 éve
BsGpuBufferView.cpp deab7206d5 Added generic GPU buffer support to DX11 and OpenGL 9 éve
BsGpuParam.cpp 05266555e8 Animation bone transforms now used by the core thread for rendering 9 éve
BsGpuParamBlockBuffer.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsGpuParams.cpp b48081c63c Refactoring how GPU program parameters are assigned, in order to make it more intuitive on the core thread 9 éve
BsGpuProgram.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsGpuProgramManager.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsGpuResourceData.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsHString.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsHardwareBufferManager.cpp deab7206d5 Added generic GPU buffer support to DX11 and OpenGL 9 éve
BsHingeJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 éve
BsIResourceListener.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsIconUtility.cpp e4a4ebe6cd Use non-wide strings for paths when not on Windows 9 éve
BsImportOptions.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsImporter.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsIndexBuffer.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsInput.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsJoint.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsMaterial.cpp b48081c63c Refactoring how GPU program parameters are assigned, in order to make it more intuitive on the core thread 9 éve
BsMaterialManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsMaterialParam.cpp 05266555e8 Animation bone transforms now used by the core thread for rendering 9 éve
BsMaterialParams.cpp deab7206d5 Added generic GPU buffer support to DX11 and OpenGL 9 éve
BsMaterialRTTI.cpp f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 éve
BsMesh.cpp 49e269480e Added import for mesh skeleton 9 éve
BsMeshBase.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsMeshCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsMeshData.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsMeshHeap.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsMeshImportOptions.cpp dd7d910e25 Keyframe reduction can now be enabled/disabled via import options 9 éve
BsMeshManager.cpp 49e269480e Added import for mesh skeleton 9 éve
BsMeshUtility.cpp 2079efc1fe Variety of fixes to newly introduced GUICanvas, GpuBuffer and TriangleClipper 9 éve
BsMultiRenderTexture.cpp aa06514ff9 Added support for texture arrays 9 éve
BsOSInputHandler.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsOcclusionQuery.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsPass.cpp a419f4cb4f Postprocessing WIP 9 éve
BsPhysics.cpp f92ea8ea21 Removed unused Physics code 9 éve
BsPhysicsManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsPhysicsMaterial.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsPhysicsMesh.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsPixelBuffer.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsPixelData.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsPixelUtil.cpp d082834079 Fixing invalid include path 9 éve
BsPlaneCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsPlatform.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsPrefab.cpp 10e057da7b Prefab fixes: 9 éve
BsPrefabDiff.cpp a29d10f79d Instantiate scene objects/components after prefab diff only after game object handles are resolved to avoid issue of broken handles 9 éve
BsPrefabUtility.cpp 6a0c7b1cf2 Fixing a prefab bug where managed components of child objects weren't being initialized 9 éve
BsProfilerCPU.cpp bf351b8442 Fix compilation error in gcc-specific code 9 éve
BsProfilerGPU.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsProfilingManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsQueryManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsRasterizerState.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsRenderAPI.cpp b48081c63c Refactoring how GPU program parameters are assigned, in order to make it more intuitive on the core thread 9 éve
BsRenderAPICapabilities.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsRenderAPIManager.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 9 éve
BsRenderStateManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsRenderTarget.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsRenderTexture.cpp aa06514ff9 Added support for texture arrays 9 éve
BsRenderWindow.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsRenderWindowManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsRendererManager.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsRendererMeshData.cpp 3fadc11695 Bone weights and indices are now properly imported and assigned to Mesh 9 éve
BsResource.cpp 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 9 éve
BsResourceHandle.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsResourceListenerManager.cpp d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 éve
BsResourceManifest.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsResourceMetaData.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsResources.cpp fa03beab16 Hot reload of audio clips 9 éve
BsRigidbody.cpp f92ea8ea21 Removed unused Physics code 9 éve
BsSamplerState.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsSavedResourceData.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsSceneObject.cpp 6a0c7b1cf2 Fixing a prefab bug where managed components of child objects weren't being initialized 9 éve
BsShader.cpp c1415b4883 Refactored load/store textures so they're properly parsed and determined at shader compile time instead at runtime 9 éve
BsShaderDefines.cpp 5dae318f4a More work on post-processing pipeline 9 éve
BsShaderImportOptions.cpp 77b0fe421e WIP ability to customize renderer materials using defines 9 éve
BsShaderInclude.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsShaderIncludeImporter.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsShaderManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsSkeleton.cpp 6e91706388 Fixing a memory corruption issue with skeletal animation poses 9 éve
BsSliderJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 éve
BsSpecificImporter.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsSphereCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsSphericalJoint.cpp 404e48cf57 Refactored low-level physics Joint code so it uses descriptor structures for initialization 9 éve
BsStringTable.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsStringTableManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsTechnique.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsTextData.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsTexture.cpp aa06514ff9 Added support for texture arrays 9 éve
BsTextureImportOptions.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsTextureManager.cpp aa06514ff9 Added support for texture arrays 9 éve
BsTextureView.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsTimerQuery.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 éve
BsTransientMesh.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve
BsUUID.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsUtility.cpp f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 éve
BsVertexBuffer.cpp 24341978b0 Added RenderAPI manual 9 éve
BsVertexData.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsVertexDataDesc.cpp c027669083 Updated render API with support for instanced rendering 9 éve
BsVertexDeclaration.cpp adcd1f7c57 Updated GUI so it can output different types of meshes (e.g. lines vs. triangles) 9 éve
BsVideoModeInfo.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 éve
BsViewport.cpp 4c421e2f74 BansheeUtility and BansheeCore now compiles fine with Clang (no errors, no warnings) 9 éve