BearishSun 08ec098f97 Animation curve editor zoom, scroll, drag and resize functionality (WIP) пре 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 пре 10 година
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 пре 10 година
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 пре 10 година
BsScriptCharacterController.cpp 855b052658 More fixes in order to get everything to compile with Clang пре 10 година
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 пре 10 година
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 пре 10 година
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 пре 10 година
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 пре 10 година
BsScriptGUIFixedSpace.cpp 855b052658 More fixes in order to get everything to compile with Clang пре 10 година
BsScriptGUIFlexibleSpace.cpp 855b052658 More fixes in order to get everything to compile with Clang пре 10 година
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 година
BsScriptGUIScrollBar.cpp 08ec098f97 Animation curve editor zoom, scroll, drag and resize functionality (WIP) пре 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 пре 10 година
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 пре 10 година
BsScriptGameObject.cpp 855b052658 More fixes in order to get everything to compile with Clang пре 10 година
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 пре 10 година
BsScriptHingeJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang пре 10 година
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 пре 10 година
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 пре 10 година
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 пре 10 година
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 пре 10 година
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 пре 10 година
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 пре 10 година
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 пре 10 година
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 пре 10 година
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 пре 10 година
BsScriptSphericalJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang пре 10 година
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 година