BearishSun 7206fcc52f Added descriptor structs for texture resource creation, so it is neater 9 yıl önce
..
BsEngineScriptLibrary.cpp 19ebd1e824 Fixed issue where color picking doesn't work properly 9 yıl önce
BsManagedComponent.cpp 469ec40aa4 Animation now properly calls animation event callback methods 9 yıl önce
BsManagedDiff.cpp 63c61046cd Refactor serialization/RTTI system so it supports streaming 9 yıl önce
BsManagedResource.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsManagedResourceManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsManagedResourceMetaData.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsManagedSerializableArray.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsManagedSerializableDictionary.cpp 7292bed6b2 C# properties can now be inspected and serialized 9 yıl önce
BsManagedSerializableDiff.cpp 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 yıl önce
BsManagedSerializableField.cpp a774a03552 AnimationClip foundation 9 yıl önce
BsManagedSerializableList.cpp 7292bed6b2 C# properties can now be inspected and serialized 9 yıl önce
BsManagedSerializableObject.cpp 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 yıl önce
BsManagedSerializableObjectInfo.cpp 65f9081e9c Added Animable flag for serializable fields 9 yıl önce
BsPlayInEditorManager.cpp 8de834e01c Animation playback during edit mode for preview purposes (WIP) 9 yıl önce
BsScriptAnimation.cpp b89005a830 Added morph shape curve evaluation 9 yıl önce
BsScriptAnimationClip.cpp ab1fe95dc9 Added root motion property to animation clip and mesh import options 9 yıl önce
BsScriptAnimationCurve.cpp b5b2b76c83 Added a way to set and retrieve animation curves to AnimationClip in C# 9 yıl önce
BsScriptAnimationCurves.cpp ab1fe95dc9 Added root motion property to animation clip and mesh import options 9 yıl önce
BsScriptAssemblyManager.cpp 65f9081e9c Added Animable flag for serializable fields 9 yıl önce
BsScriptAsyncOp.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptAudio.cpp 7b8fc664ea Exposed global Audio manager to managed code 9 yıl önce
BsScriptAudioClip.cpp 32e348ea19 AudioClip exposed to managed code 9 yıl önce
BsScriptAudioListener.cpp 127ba3a962 Added C++ wrappers for AudioSource/AudioListener managed interop 9 yıl önce
BsScriptAudioSource.cpp 98598d5494 OpenAL audio source implementation finished (needs testing) 9 yıl önce
BsScriptBoneWeight.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptBoxCollider.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptBuiltin.cpp f36636b63f Updated material inspector so it shows builtin shaders 9 yıl önce
BsScriptCamera.cpp 8d74761ad7 Moved camera to core layer so animation manager has access to it 9 yıl önce
BsScriptCapsuleCollider.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptCharacterController.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptCollider.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptCollisionData.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptColor.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptComponent.cpp d323f43bfb Fixing events: 9 yıl önce
BsScriptContextMenu.cpp 57bec2f508 Moved relevant animation editor code in GUICurveEditor, and refactored everything so its designed more nicely 9 yıl önce
BsScriptControllerCollision.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptCursor.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 yıl önce
BsScriptD6Joint.cpp 36cb81dc6d All joints tested and working 9 yıl önce
BsScriptD6Joint.h 8d394ebd50 Finishing up work on Joint initialization refactor 9 yıl önce
BsScriptDebug.cpp a993962372 More work on improving documentation for doxygen generation 9 yıl önce
BsScriptDistanceJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptEnginePlugin.cpp cca31b40af Engine / Editor / OpenGLRenderAPI now compiles using Clang with no warnings 9 yıl önce
BsScriptFixedJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptFixedJoint.h 8d394ebd50 Finishing up work on Joint initialization refactor 9 yıl önce
BsScriptFont.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptFontBitmap.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptGUI.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 yıl önce
BsScriptGUIButton.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptGUICanvas.cpp 7dd47a2e26 Curve drawing now draws keyframe points 9 yıl önce
BsScriptGUIContent.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptGUIContentImages.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptGUIElement.cpp 57bec2f508 Moved relevant animation editor code in GUICurveEditor, and refactored everything so its designed more nicely 9 yıl önce
BsScriptGUIElementStateStyle.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptGUIElementStyle.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptGUIFixedSpace.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptGUIFlexibleSpace.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptGUIInputBox.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptGUILabel.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptGUILayout.cpp e1daf513a5 More work on animation editor, primarily on field display and selection 9 yıl önce
BsScriptGUIListBox.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptGUIProgressBar.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptGUIRenderTexture.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptGUIScrollArea.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptGUIScrollBar.cpp 08ec098f97 Animation curve editor zoom, scroll, drag and resize functionality (WIP) 9 yıl önce
BsScriptGUISkin.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptGUISlider.cpp 9b4afd8157 Added sliders on ranged inspector fields with stepping functionality. 9 yıl önce
BsScriptGUITexture.cpp cdfa21d8bb Started work on GUICanvas control needed for rendering things like animation curve editor 9 yıl önce
BsScriptGUIToggle.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptGUIToggleGroup.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptGUIUtility.cpp e1daf513a5 More work on animation editor, primarily on field display and selection 9 yıl önce
BsScriptGUIWidget.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptGameObject.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptGameObjectManager.cpp a29d10f79d Instantiate scene objects/components after prefab diff only after game object handles are resolved to avoid issue of broken handles 9 yıl önce
BsScriptHString.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptHingeJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptHingeJoint.h 8d394ebd50 Finishing up work on Joint initialization refactor 9 yıl önce
BsScriptInput.cpp d81c51949e Input events marked as used (i.e. by GUI) can now be detected by C# code 9 yıl önce
BsScriptInputConfiguration.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptJoint.cpp 8d394ebd50 Finishing up work on Joint initialization refactor 9 yıl önce
BsScriptJointCommon.cpp 36cb81dc6d All joints tested and working 9 yıl önce
BsScriptLight.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptLogEntry.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptManagedResource.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 yıl önce
BsScriptMaterial.cpp f36636b63f Updated material inspector so it shows builtin shaders 9 yıl önce
BsScriptMesh.cpp a1d890d07d Exposed morph shapes to C# 9 yıl önce
BsScriptMeshCollider.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptMeshData.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 yıl önce
BsScriptMorphShapes.cpp b89005a830 Added morph shape curve evaluation 9 yıl önce
BsScriptObject.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptObjectImpl.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptObjectManager.cpp 19ebd1e824 Fixed issue where color picking doesn't work properly 9 yıl önce
BsScriptPhysics.cpp 75e2114721 Better way of converting screen position to world ray 9 yıl önce
BsScriptPhysicsMaterial.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptPhysicsMesh.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 yıl önce
BsScriptPhysicsQueryHit.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptPixelData.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptPixelUtility.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptPlainText.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptPlaneCollider.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptPostProcessSettings.cpp 8d74761ad7 Moved camera to core layer so animation manager has access to it 9 yıl önce
BsScriptPrefab.cpp 6a325c9f67 Properly handle root object for generic (non-scene) prefabs 9 yıl önce
BsScriptProfilerOverlayInternal.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptRange.cpp 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 yıl önce
BsScriptRenderTarget.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 yıl önce
BsScriptRenderTexture.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptRenderTexture2D.cpp 7206fcc52f Added descriptor structs for texture resource creation, so it is neater 9 yıl önce
BsScriptRenderable.cpp 693d2e21ca Animation culling WIP 9 yıl önce
BsScriptResource.cpp a774a03552 AnimationClip foundation 9 yıl önce
BsScriptResourceManager.cpp a774a03552 AnimationClip foundation 9 yıl önce
BsScriptResourceRef.cpp 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 9 yıl önce
BsScriptResources.cpp 21b68b1870 Refactored resource loading so the loaded resource can decide whether to keep original loaded data or discard it 9 yıl önce
BsScriptRigidbody.cpp f92ea8ea21 Removed unused Physics code 9 yıl önce
BsScriptScene.cpp 4c5c890f60 Fixed generic prefab loading 9 yıl önce
BsScriptSceneObject.cpp 38e6e99f41 Refactored Vector and Quaternion types so they don't perform zero initialization by default 9 yıl önce
BsScriptScriptCode.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptSerializableArray.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptSerializableDictionary.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptSerializableField.cpp 65f9081e9c Added Animable flag for serializable fields 9 yıl önce
BsScriptSerializableList.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptSerializableObject.cpp 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 yıl önce
BsScriptSerializableProperty.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptSerializableUtility.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptShader.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptShaderInclude.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptSkeleton.cpp f7cb54a2ad Exposed Skeleton to C# 9 yıl önce
BsScriptSliderJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptSliderJoint.h 8d394ebd50 Finishing up work on Joint initialization refactor 9 yıl önce
BsScriptSphereCollider.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptSphericalJoint.cpp 855b052658 More fixes in order to get everything to compile with Clang 9 yıl önce
BsScriptSphericalJoint.h 8d394ebd50 Finishing up work on Joint initialization refactor 9 yıl önce
BsScriptSpriteTexture.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptStep.cpp 52970a388f Minor tweaks to follow engine guidelines 9 yıl önce
BsScriptStringTable.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptStringTableManager.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptTexture.cpp 7206fcc52f Added descriptor structs for texture resource creation, so it is neater 9 yıl önce
BsScriptTexture2D.cpp 7206fcc52f Added descriptor structs for texture resource creation, so it is neater 9 yıl önce
BsScriptTexture3D.cpp 7206fcc52f Added descriptor structs for texture resource creation, so it is neater 9 yıl önce
BsScriptTextureCube.cpp 7206fcc52f Added descriptor structs for texture resource creation, so it is neater 9 yıl önce
BsScriptTime.cpp 510480bfde Moved all the build/project files in a separate directory to make dealing with other build systems easier 9 yıl önce
BsScriptVector.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptVector2I.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptVirtualButton.cpp 6495d0a485 Refactored both script libraries so they no longer reference mono runtime directly 9 yıl önce
BsScriptVirtualInput.cpp 2b388725cb Replaced all typedefed shared_ptrs with SPtr because it was making it hard for doxygen to create documentation links 9 yıl önce