Marko Pintera 62e7ec3fc8 Added managed GUIElementStyle sub styles 11 yıl önce
..
BsManagedComponent.h d1f33eb36a Tested remaining inspector fields 11 yıl önce
BsManagedComponentRTTI.h ed1d293920 Fix for an issue causing a nullref when releasing a managed instance 11 yıl önce
BsManagedResource.h 35b5f1e6f3 Managed resource unloading works properly 11 yıl önce
BsManagedResourceManager.h 35b5f1e6f3 Managed resource unloading works properly 11 yıl önce
BsManagedResourceMetaData.h a35f11d8cc Added ManagedResource and improve project library and resource meta data management 11 yıl önce
BsManagedResourceMetaDataRTTI.h a35f11d8cc Added ManagedResource and improve project library and resource meta data management 11 yıl önce
BsManagedResourceRTTI.h 35b5f1e6f3 Managed resource unloading works properly 11 yıl önce
BsManagedSerializableArray.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 yıl önce
BsManagedSerializableArrayRTTI.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 yıl önce
BsManagedSerializableDictionary.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 yıl önce
BsManagedSerializableDictionaryRTTI.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsManagedSerializableField.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 yıl önce
BsManagedSerializableFieldRTTI.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsManagedSerializableList.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 yıl önce
BsManagedSerializableListRTTI.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsManagedSerializableObject.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 yıl önce
BsManagedSerializableObjectInfo.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 yıl önce
BsManagedSerializableObjectInfoRTTI.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 yıl önce
BsManagedSerializableObjectRTTI.h 4ee72a455c ProjectLibrary::create added and working 11 yıl önce
BsRuntimeScriptObjects.h 0ca3bc9a98 ManagedResource saving/loading mostly finished but untested 11 yıl önce
BsScriptComponent.h 1d5fdd56a3 Added GameObjectField C# 11 yıl önce
BsScriptDebug.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 yıl önce
BsScriptEnginePrerequisites.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 yıl önce
BsScriptFont.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsScriptGUIArea.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsScriptGUIButton.h 785f60e078 Script GUI elements now share a common base class 11 yıl önce
BsScriptGUIContent.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 yıl önce
BsScriptGUIElement.h e3cab25c32 Array inspector buttons work 11 yıl önce
BsScriptGUIElementStateStyle.h 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 yıl önce
BsScriptGUIElementStyle.h 62e7ec3fc8 Added managed GUIElementStyle sub styles 11 yıl önce
BsScriptGUIFixedSpace.h 78eba7518c Refactored Inspector and Inspectable objects so they are added to the layout in a more flexible way 11 yıl önce
BsScriptGUIFlexibleSpace.h 78eba7518c Refactored Inspector and Inspectable objects so they are added to the layout in a more flexible way 11 yıl önce
BsScriptGUIInputBox.h 0714a6ad8d Components foldout render (kinda) 11 yıl önce
BsScriptGUILabel.h 785f60e078 Script GUI elements now share a common base class 11 yıl önce
BsScriptGUILayout.h 78eba7518c Refactored Inspector and Inspectable objects so they are added to the layout in a more flexible way 11 yıl önce
BsScriptGUILayoutUtility.h 5d4572b343 Calculating optimal layout size from C# works 11 yıl önce
BsScriptGUIListBox.h 785f60e078 Script GUI elements now share a common base class 11 yıl önce
BsScriptGUIPanel.h eee0e6bbf4 GUIPanelContainer used in C# and working 11 yıl önce
BsScriptGUIScrollArea.h 785f60e078 Script GUI elements now share a common base class 11 yıl önce
BsScriptGUITexture.h 785f60e078 Script GUI elements now share a common base class 11 yıl önce
BsScriptGUIToggle.h 785f60e078 Script GUI elements now share a common base class 11 yıl önce
BsScriptGUIToggleGroup.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 yıl önce
BsScriptGameObject.h 1d5fdd56a3 Added GameObjectField C# 11 yıl önce
BsScriptGameObjectManager.h 1d5fdd56a3 Added GameObjectField C# 11 yıl önce
BsScriptHString.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsScriptMacros.h 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 yıl önce
BsScriptManagedResource.h 0ca3bc9a98 ManagedResource saving/loading mostly finished but untested 11 yıl önce
BsScriptObject.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsScriptObjectImpl.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsScriptResource.h 1195be6fb8 WIP ResourceField 11 yıl önce
BsScriptResourceManager.h 35b5f1e6f3 Managed resource unloading works properly 11 yıl önce
BsScriptSceneObject.h 1d5fdd56a3 Added GameObjectField C# 11 yıl önce
BsScriptSerializableArray.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 yıl önce
BsScriptSerializableDictionary.h 698ae1d284 Added remaining missing Inspectable and Serializable types 11 yıl önce
BsScriptSerializableField.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 yıl önce
BsScriptSerializableList.h 698ae1d284 Added remaining missing Inspectable and Serializable types 11 yıl önce
BsScriptSerializableObject.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 yıl önce
BsScriptSerializableProperty.h 698ae1d284 Added remaining missing Inspectable and Serializable types 11 yıl önce
BsScriptSpriteTexture.h 1195be6fb8 WIP ResourceField 11 yıl önce
BsScriptStringTable.h 17afc600a7 Massive Cm->Bs file rename 11 yıl önce
BsScriptTexture2D.h 1195be6fb8 WIP ResourceField 11 yıl önce