BearishSun 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 år sedan
..
BsEngineScriptLibrary.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsManagedComponent.h 10e057da7b Prefab fixes: 9 år sedan
BsManagedComponentRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 år sedan
BsManagedDiff.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsManagedResource.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 år sedan
BsManagedResourceManager.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsManagedResourceMetaData.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsManagedResourceMetaDataRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsManagedResourceRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 år sedan
BsManagedSerializableArray.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 år sedan
BsManagedSerializableArrayRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsManagedSerializableDictionary.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 år sedan
BsManagedSerializableDictionaryRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 år sedan
BsManagedSerializableDiff.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsManagedSerializableDiffRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsManagedSerializableField.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 år sedan
BsManagedSerializableFieldRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsManagedSerializableList.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 år sedan
BsManagedSerializableListRTTI.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsManagedSerializableObject.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 år sedan
BsManagedSerializableObjectInfo.h a774a03552 AnimationClip foundation 9 år sedan
BsManagedSerializableObjectInfoRTTI.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsManagedSerializableObjectRTTI.h f0f6b7ad8a Updated serialization/deserialization so it accepts a set of global parameters provided to all serialization/deserialization callbacks 9 år sedan
BsPlayInEditorManager.h 6e91706388 Fixing a memory corruption issue with skeletal animation poses 9 år sedan
BsScriptAnimation.h 6869dbcfbc Querying components from OnDestroy callback now properly returns only non-destroyed components (fixes a crash on exit for Animation component) 9 år sedan
BsScriptAnimationClip.h a774a03552 AnimationClip foundation 9 år sedan
BsScriptAnimationCurve.h 4dd9edcc77 Added C# AnimationCurve 9 år sedan
BsScriptAssemblyManager.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 år sedan
BsScriptAsyncOp.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptAudio.h 7b8fc664ea Exposed global Audio manager to managed code 9 år sedan
BsScriptAudioClip.h 32e348ea19 AudioClip exposed to managed code 9 år sedan
BsScriptAudioListener.h 127ba3a962 Added C++ wrappers for AudioSource/AudioListener managed interop 9 år sedan
BsScriptAudioSource.h ab2bf04b9d Exposed AudioSource and AudioListener to managed code 9 år sedan
BsScriptBoneWeight.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptBoxCollider.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptBuiltin.h 7a734eddd0 Exposed default builtin font to C# 9 år sedan
BsScriptCamera.h eb5d33c976 Post processing: 9 år sedan
BsScriptCapsuleCollider.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptCharacterController.h eb8034e70d Fixing character controller 9 år sedan
BsScriptCollider.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptCollisionData.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptColor.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptComponent.h 07e5c326be Minor tweaks 9 år sedan
BsScriptContextMenu.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptControllerCollision.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptCursor.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptDebug.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptDistanceJoint.h 8d394ebd50 Finishing up work on Joint initialization refactor 9 år sedan
BsScriptEnginePrerequisites.h 32e348ea19 AudioClip exposed to managed code 9 år sedan
BsScriptFont.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptFontBitmap.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUI.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUIButton.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUICanvas.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 år sedan
BsScriptGUIContent.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUIContentImages.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUIElement.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptGUIElementStateStyle.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUIElementStyle.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptGUIFixedSpace.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUIFlexibleSpace.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUIInputBox.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUILabel.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUILayout.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUIListBox.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUIProgressBar.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUIRenderTexture.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUIScrollArea.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUISkin.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptGUISlider.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUITexture.h cdfa21d8bb Started work on GUICanvas control needed for rendering things like animation curve editor 9 år sedan
BsScriptGUIToggle.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGUIToggleGroup.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
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 år sedan
BsScriptGUIWidget.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGameObject.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptGameObjectManager.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 år sedan
BsScriptHString.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptInput.h 75e2114721 Better way of converting screen position to world ray 9 år sedan
BsScriptInputConfiguration.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptJoint.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptJointCommon.h 30f4ca0e25 Joints limits and drivers are now passed as boxed between managed and native code 9 år sedan
BsScriptLight.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptLogEntry.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptManagedResource.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptMaterial.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptMesh.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptMeshCollider.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptMeshData.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptObject.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 år sedan
BsScriptObjectImpl.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptObjectManager.h d05d39222f Replacing ugly thread primitive macros with a non-macro alternative 9 år sedan
BsScriptPhysics.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptPhysicsMaterial.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptPhysicsMesh.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptPhysicsQueryHit.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptPixelData.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptPixelUtility.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptPlainText.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptPlaneCollider.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptPostProcessSettings.h eb5d33c976 Post processing: 9 år sedan
BsScriptPrefab.h 6a325c9f67 Properly handle root object for generic (non-scene) prefabs 9 år sedan
BsScriptProfilerOverlayInternal.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptRenderTarget.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptRenderTexture.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptRenderTexture2D.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptRenderable.h 5703dd7eab Added C# Animation component 9 år sedan
BsScriptResource.h a774a03552 AnimationClip foundation 9 år sedan
BsScriptResourceManager.h 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 år sedan
BsScriptResourceRef.h cdaaa8e6da More work on improving documentation for Doxygen generation 9 år sedan
BsScriptResources.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptRigidbody.h f92ea8ea21 Removed unused Physics code 9 år sedan
BsScriptScene.h 6a325c9f67 Properly handle root object for generic (non-scene) prefabs 9 år sedan
BsScriptSceneObject.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptScriptCode.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptSerializableArray.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptSerializableDictionary.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptSerializableField.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptSerializableList.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptSerializableObject.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptSerializableProperty.h 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 år sedan
BsScriptSerializableUtility.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptShader.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptShaderInclude.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptSphereCollider.h f1032db560 More work on improving documentation for doxygen generation 9 år sedan
BsScriptSpriteTexture.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptStringTable.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptStringTableManager.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptTexture.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptTexture2D.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptTexture3D.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptTextureCube.h 855b052658 More fixes in order to get everything to compile with Clang 9 år sedan
BsScriptTime.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptVector.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptVector2I.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptVirtualButton.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan
BsScriptVirtualInput.h 9fe8a629e5 More work on improving documentation for doxygen generation 9 år sedan