BearishSun 9bfe9675a3 Getting rid of MultiRenderTexture as implementation is now merged into RenderTexture class since modern APIs don't make the distinction between the two 9 лет назад
..
BsEngineScriptLibrary.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsManagedComponent.h 469ec40aa4 Animation now properly calls animation event callback methods 9 лет назад
BsManagedComponentRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 лет назад
BsManagedDiff.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsManagedResource.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 лет назад
BsManagedResourceManager.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsManagedResourceMetaData.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsManagedResourceMetaDataRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsManagedResourceRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 лет назад
BsManagedSerializableArray.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 лет назад
BsManagedSerializableArrayRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsManagedSerializableDictionary.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 лет назад
BsManagedSerializableDictionaryRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 лет назад
BsManagedSerializableDiff.h 3ef2ddcfca Added the ability to manually serialize and deserialize managed objects in C# 9 лет назад
BsManagedSerializableDiffRTTI.h 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 лет назад
BsManagedSerializableField.h 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 лет назад
BsManagedSerializableFieldRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsManagedSerializableList.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 лет назад
BsManagedSerializableListRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsManagedSerializableObject.h 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 лет назад
BsManagedSerializableObjectInfo.h e394a4f07d Fixing a bug with managed object data serialization introduced in previous commit 9 лет назад
BsManagedSerializableObjectInfoRTTI.h 7292bed6b2 C# properties can now be inspected and serialized 9 лет назад
BsManagedSerializableObjectRTTI.h 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 лет назад
BsPlayInEditorManager.h 6e91706388 Fixing a memory corruption issue with skeletal animation poses 9 лет назад
BsScriptAnimation.h b89005a830 Added morph shape curve evaluation 9 лет назад
BsScriptAnimationClip.h ab1fe95dc9 Added root motion property to animation clip and mesh import options 9 лет назад
BsScriptAnimationCurve.h b5b2b76c83 Added a way to set and retrieve animation curves to AnimationClip in C# 9 лет назад
BsScriptAnimationCurves.h ab1fe95dc9 Added root motion property to animation clip and mesh import options 9 лет назад
BsScriptAssemblyManager.h 7292bed6b2 C# properties can now be inspected and serialized 9 лет назад
BsScriptAsyncOp.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptAudio.h 7b8fc664ea Exposed global Audio manager to managed code 9 лет назад
BsScriptAudioClip.h 32e348ea19 AudioClip exposed to managed code 9 лет назад
BsScriptAudioListener.h 127ba3a962 Added C++ wrappers for AudioSource/AudioListener managed interop 9 лет назад
BsScriptAudioSource.h ab2bf04b9d Exposed AudioSource and AudioListener to managed code 9 лет назад
BsScriptBoneWeight.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptBoxCollider.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptBuiltin.h f36636b63f Updated material inspector so it shows builtin shaders 9 лет назад
BsScriptCamera.h 8d74761ad7 Moved camera to core layer so animation manager has access to it 9 лет назад
BsScriptCapsuleCollider.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptCharacterController.h eb8034e70d Fixing character controller 9 лет назад
BsScriptCollider.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptCollisionData.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptColor.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptComponent.h d323f43bfb Fixing events: 9 лет назад
BsScriptContextMenu.h 596d46c542 Exposed manual context menu opening to C# 9 лет назад
BsScriptControllerCollision.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptCursor.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptDebug.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptDistanceJoint.h 8d394ebd50 Finishing up work on Joint initialization refactor 9 лет назад
BsScriptEnginePrerequisites.h 7292bed6b2 C# properties can now be inspected and serialized 9 лет назад
BsScriptFont.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptFontBitmap.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUI.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUIButton.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUICanvas.h 7dd47a2e26 Curve drawing now draws keyframe points 9 лет назад
BsScriptGUIContent.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUIContentImages.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUIElement.h e1daf513a5 More work on animation editor, primarily on field display and selection 9 лет назад
BsScriptGUIElementStateStyle.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUIElementStyle.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptGUIFixedSpace.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUIFlexibleSpace.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUIInputBox.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUILabel.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUILayout.h e1daf513a5 More work on animation editor, primarily on field display and selection 9 лет назад
BsScriptGUIListBox.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUIProgressBar.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUIRenderTexture.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUIScrollArea.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUIScrollBar.h 9a90372f70 Scroll bar GUI element exposed to C# 9 лет назад
BsScriptGUISkin.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptGUISlider.h 9b4afd8157 Added sliders on ranged inspector fields with stepping functionality. 9 лет назад
BsScriptGUITexture.h cdfa21d8bb Started work on GUICanvas control needed for rendering things like animation curve editor 9 лет назад
BsScriptGUIToggle.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGUIToggleGroup.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsScriptGUIUtility.h 71b1f79b19 Use hardware GUI line rendering instead of shader-based one, it didn't look as good as it needed and there were design issues 9 лет назад
BsScriptGUIWidget.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGameObject.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptGameObjectManager.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 лет назад
BsScriptHString.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptInput.h d81c51949e Input events marked as used (i.e. by GUI) can now be detected by C# code 9 лет назад
BsScriptInputConfiguration.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsScriptJoint.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptJointCommon.h 30f4ca0e25 Joints limits and drivers are now passed as boxed between managed and native code 9 лет назад
BsScriptLight.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptLogEntry.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptManagedResource.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptMaterial.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptMesh.h a1d890d07d Exposed morph shapes to C# 9 лет назад
BsScriptMeshCollider.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptMeshData.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsScriptMorphShapes.h b89005a830 Added morph shape curve evaluation 9 лет назад
BsScriptObject.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 лет назад
BsScriptObjectImpl.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptObjectManager.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 лет назад
BsScriptPhysics.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptPhysicsMaterial.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptPhysicsMesh.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptPhysicsQueryHit.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptPixelData.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsScriptPixelUtility.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptPlainText.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptPlaneCollider.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptPostProcessSettings.h 8d74761ad7 Moved camera to core layer so animation manager has access to it 9 лет назад
BsScriptPrefab.h 6a325c9f67 Properly handle root object for generic (non-scene) prefabs 9 лет назад
BsScriptProfilerOverlayInternal.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptRange.h 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 лет назад
BsScriptRenderTarget.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsScriptRenderTexture.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptRenderTexture2D.h 9bfe9675a3 Getting rid of MultiRenderTexture as implementation is now merged into RenderTexture class since modern APIs don't make the distinction between the two 9 лет назад
BsScriptRenderable.h 693d2e21ca Animation culling WIP 9 лет назад
BsScriptResource.h a774a03552 AnimationClip foundation 9 лет назад
BsScriptResourceManager.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 лет назад
BsScriptResourceRef.h cdaaa8e6da More work on improving documentation for Doxygen generation 9 лет назад
BsScriptResources.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptRigidbody.h f92ea8ea21 Removed unused Physics code 9 лет назад
BsScriptScene.h 6a325c9f67 Properly handle root object for generic (non-scene) prefabs 9 лет назад
BsScriptSceneObject.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptScriptCode.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptSerializableArray.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsScriptSerializableDictionary.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsScriptSerializableField.h 65f9081e9c Added Animable flag for serializable fields 9 лет назад
BsScriptSerializableList.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsScriptSerializableObject.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsScriptSerializableProperty.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 лет назад
BsScriptSerializableUtility.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptShader.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptShaderInclude.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptSkeleton.h f7cb54a2ad Exposed Skeleton to C# 9 лет назад
BsScriptSphereCollider.h f1032db560 More work on improving documentation for doxygen generation 9 лет назад
BsScriptSpriteTexture.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptStep.h 52970a388f Minor tweaks to follow engine guidelines 9 лет назад
BsScriptStringTable.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptStringTableManager.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptTexture.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptTexture2D.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptTexture3D.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptTextureCube.h 855b052658 More fixes in order to get everything to compile with Clang 9 лет назад
BsScriptTime.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptVector.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptVector2I.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptVirtualButton.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад
BsScriptVirtualInput.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 лет назад