BearishSun 773d549e57 Added basic support for animation events 9 سال پیش
..
BsEngineScriptLibrary.cpp 19ebd1e824 Fixed issue where color picking doesn't work properly 9 سال پیش
BsManagedComponent.cpp 10e057da7b Prefab fixes: 9 سال پیش
BsManagedDiff.cpp 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 سال پیش
BsManagedResource.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsManagedResourceManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsManagedResourceMetaData.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsManagedSerializableArray.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsManagedSerializableDictionary.cpp 7292bed6b2 C# properties can now be inspected and serialized 9 سال پیش
BsManagedSerializableDiff.cpp 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 سال پیش
BsManagedSerializableField.cpp a774a03552 AnimationClip foundation 9 سال پیش
BsManagedSerializableList.cpp 7292bed6b2 C# properties can now be inspected and serialized 9 سال پیش
BsManagedSerializableObject.cpp 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 سال پیش
BsManagedSerializableObjectInfo.cpp 65f9081e9c Added Animable flag for serializable fields 9 سال پیش
BsPlayInEditorManager.cpp 6e91706388 Fixing a memory corruption issue with skeletal animation poses 9 سال پیش
BsScriptAnimation.cpp 773d549e57 Added basic support for animation events 9 سال پیش
BsScriptAnimationClip.cpp 773d549e57 Added basic support for animation events 9 سال پیش
BsScriptAnimationCurve.cpp b5b2b76c83 Added a way to set and retrieve animation curves to AnimationClip in C# 9 سال پیش
BsScriptAnimationCurves.cpp b5b2b76c83 Added a way to set and retrieve animation curves to AnimationClip in C# 9 سال پیش
BsScriptAssemblyManager.cpp 65f9081e9c Added Animable flag for serializable fields 9 سال پیش
BsScriptAsyncOp.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptAudio.cpp 7b8fc664ea Exposed global Audio manager to managed code 9 سال پیش
BsScriptAudioClip.cpp 32e348ea19 AudioClip exposed to managed code 9 سال پیش
BsScriptAudioListener.cpp 127ba3a962 Added C++ wrappers for AudioSource/AudioListener managed interop 9 سال پیش
BsScriptAudioSource.cpp 98598d5494 OpenAL audio source implementation finished (needs testing) 9 سال پیش
BsScriptBoneWeight.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptBoxCollider.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptBuiltin.cpp 7a734eddd0 Exposed default builtin font to C# 9 سال پیش
BsScriptCamera.cpp eb5d33c976 Post processing: 9 سال پیش
BsScriptCapsuleCollider.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptCharacterController.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptCollisionData.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptColor.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptComponent.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptContextMenu.cpp 57bec2f508 Moved relevant animation editor code in GUICurveEditor, and refactored everything so its designed more nicely 9 سال پیش
BsScriptControllerCollision.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptCursor.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 سال پیش
BsScriptD6Joint.cpp 36cb81dc6d All joints tested and working 9 سال پیش
BsScriptD6Joint.h 8d394ebd50 Finishing up work on Joint initialization refactor 10 سال پیش
BsScriptDebug.cpp a993962372 More work on improving documentation for doxygen generation 10 سال پیش
BsScriptDistanceJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptEnginePlugin.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 10 سال پیش
BsScriptFixedJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptFixedJoint.h 8d394ebd50 Finishing up work on Joint initialization refactor 10 سال پیش
BsScriptFont.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptFontBitmap.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptGUI.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 سال پیش
BsScriptGUIButton.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptGUICanvas.cpp 7dd47a2e26 Curve drawing now draws keyframe points 9 سال پیش
BsScriptGUIContent.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptGUIContentImages.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptGUIElement.cpp 57bec2f508 Moved relevant animation editor code in GUICurveEditor, and refactored everything so its designed more nicely 9 سال پیش
BsScriptGUIElementStateStyle.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptGUIElementStyle.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptGUIFixedSpace.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptGUIFlexibleSpace.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptGUIInputBox.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptGUILabel.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptGUILayout.cpp e1daf513a5 More work on animation editor, primarily on field display and selection 9 سال پیش
BsScriptGUIListBox.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptGUIProgressBar.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptGUIRenderTexture.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptGUIScrollArea.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptGUISkin.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptGUISlider.cpp 9b4afd8157 Added sliders on ranged inspector fields with stepping functionality. 9 سال پیش
BsScriptGUITexture.cpp cdfa21d8bb Started work on GUICanvas control needed for rendering things like animation curve editor 9 سال پیش
BsScriptGUIToggle.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptGUIToggleGroup.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptGUIUtility.cpp e1daf513a5 More work on animation editor, primarily on field display and selection 9 سال پیش
BsScriptGUIWidget.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptGameObject.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptGameObjectManager.cpp a29d10f79d Instantiate scene objects/components after prefab diff only after game object handles are resolved to avoid issue of broken handles 9 سال پیش
BsScriptHString.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptHingeJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptHingeJoint.h 8d394ebd50 Finishing up work on Joint initialization refactor 10 سال پیش
BsScriptInput.cpp d81c51949e Input events marked as used (i.e. by GUI) can now be detected by C# code 9 سال پیش
BsScriptInputConfiguration.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptJoint.cpp 8d394ebd50 Finishing up work on Joint initialization refactor 10 سال پیش
BsScriptJointCommon.cpp 36cb81dc6d All joints tested and working 9 سال پیش
BsScriptLight.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptLogEntry.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptManagedResource.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 سال پیش
BsScriptMaterial.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptMesh.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptMeshCollider.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptMeshData.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 سال پیش
BsScriptObject.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptObjectImpl.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptObjectManager.cpp 19ebd1e824 Fixed issue where color picking doesn't work properly 9 سال پیش
BsScriptPhysics.cpp 75e2114721 Better way of converting screen position to world ray 10 سال پیش
BsScriptPhysicsMaterial.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptPhysicsMesh.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 سال پیش
BsScriptPhysicsQueryHit.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptPixelData.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptPixelUtility.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptPlainText.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptPlaneCollider.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptPostProcessSettings.cpp eb5d33c976 Post processing: 9 سال پیش
BsScriptPrefab.cpp 6a325c9f67 Properly handle root object for generic (non-scene) prefabs 9 سال پیش
BsScriptProfilerOverlayInternal.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptRange.cpp 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 سال پیش
BsScriptRenderTarget.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 سال پیش
BsScriptRenderTexture.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptRenderTexture2D.cpp aa06514ff9 Added support for texture arrays 9 سال پیش
BsScriptRenderable.cpp 6869dbcfbc Querying components from OnDestroy callback now properly returns only non-destroyed components (fixes a crash on exit for Animation component) 9 سال پیش
BsScriptResource.cpp a774a03552 AnimationClip foundation 9 سال پیش
BsScriptResourceManager.cpp a774a03552 AnimationClip foundation 9 سال پیش
BsScriptResourceRef.cpp 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 9 سال پیش
BsScriptResources.cpp 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 9 سال پیش
BsScriptRigidbody.cpp f92ea8ea21 Removed unused Physics code 9 سال پیش
BsScriptScene.cpp 4c5c890f60 Fixed generic prefab loading 9 سال پیش
BsScriptSceneObject.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptScriptCode.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptSerializableArray.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptSerializableDictionary.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptSerializableField.cpp 65f9081e9c Added Animable flag for serializable fields 9 سال پیش
BsScriptSerializableList.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptSerializableObject.cpp 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 سال پیش
BsScriptSerializableProperty.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptSerializableUtility.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptShader.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptShaderInclude.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptSliderJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptSliderJoint.h 8d394ebd50 Finishing up work on Joint initialization refactor 10 سال پیش
BsScriptSphereCollider.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptSphericalJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 سال پیش
BsScriptSphericalJoint.h 8d394ebd50 Finishing up work on Joint initialization refactor 10 سال پیش
BsScriptSpriteTexture.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptStep.cpp 52970a388f Minor tweaks to follow engine guidelines 9 سال پیش
BsScriptStringTable.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptStringTableManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptTexture.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptTexture2D.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptTexture3D.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 سال پیش
BsScriptTextureCube.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 سال پیش
BsScriptTime.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 10 سال پیش
BsScriptVector.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptVector2I.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptVirtualButton.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 سال پیش
BsScriptVirtualInput.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 10 سال پیش