Marko Pintera eb6a85cf56 Getting everything to compile after load/store texture and render texture refactor 11 лет назад
..
BsManagedComponent.h d1f33eb36a Tested remaining inspector fields 11 лет назад
BsManagedComponentRTTI.h ed1d293920 Fix for an issue causing a nullref when releasing a managed instance 11 лет назад
BsManagedResource.h 35b5f1e6f3 Managed resource unloading works properly 11 лет назад
BsManagedResourceManager.h 35b5f1e6f3 Managed resource unloading works properly 11 лет назад
BsManagedResourceMetaData.h a35f11d8cc Added ManagedResource and improve project library and resource meta data management 11 лет назад
BsManagedResourceMetaDataRTTI.h a35f11d8cc Added ManagedResource and improve project library and resource meta data management 11 лет назад
BsManagedResourceRTTI.h 35b5f1e6f3 Managed resource unloading works properly 11 лет назад
BsManagedSerializableArray.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 лет назад
BsManagedSerializableArrayRTTI.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 лет назад
BsManagedSerializableDictionary.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 лет назад
BsManagedSerializableDictionaryRTTI.h 17afc600a7 Massive Cm->Bs file rename 11 лет назад
BsManagedSerializableField.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 лет назад
BsManagedSerializableFieldRTTI.h 17afc600a7 Massive Cm->Bs file rename 11 лет назад
BsManagedSerializableList.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 лет назад
BsManagedSerializableListRTTI.h 17afc600a7 Massive Cm->Bs file rename 11 лет назад
BsManagedSerializableObject.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 лет назад
BsManagedSerializableObjectInfo.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 лет назад
BsManagedSerializableObjectInfoRTTI.h 5796d726b7 Added clone method to SerializedProperty (untested) 11 лет назад
BsManagedSerializableObjectRTTI.h 4ee72a455c ProjectLibrary::create added and working 11 лет назад
BsRuntimeScriptObjects.h f7b6d5e620 Gizmos WIP (not compiling) 11 лет назад
BsScriptCamera.h eb6a85cf56 Getting everything to compile after load/store texture and render texture refactor 11 лет назад
BsScriptComponent.h e9fc86930e A lot more work on handles (WIP) 11 лет назад
BsScriptDebug.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 лет назад
BsScriptEnginePrerequisites.h f7b6d5e620 Gizmos WIP (not compiling) 11 лет назад
BsScriptFont.h a4e65a67d8 Added a way to load resources from C# ProjectLibrary 11 лет назад
BsScriptGUIArea.h 0ca6b3905a Renamed RectF to Rect2, RectI to Rect2I 11 лет назад
BsScriptGUIButton.h 785f60e078 Script GUI elements now share a common base class 11 лет назад
BsScriptGUIContent.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 лет назад
BsScriptGUIElement.h e3cab25c32 Array inspector buttons work 11 лет назад
BsScriptGUIElementStateStyle.h 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 лет назад
BsScriptGUIElementStyle.h a4e65a67d8 Added a way to load resources from C# ProjectLibrary 11 лет назад
BsScriptGUIFixedSpace.h 78eba7518c Refactored Inspector and Inspectable objects so they are added to the layout in a more flexible way 11 лет назад
BsScriptGUIFlexibleSpace.h 78eba7518c Refactored Inspector and Inspectable objects so they are added to the layout in a more flexible way 11 лет назад
BsScriptGUIInputBox.h 0714a6ad8d Components foldout render (kinda) 11 лет назад
BsScriptGUILabel.h 785f60e078 Script GUI elements now share a common base class 11 лет назад
BsScriptGUILayout.h 78eba7518c Refactored Inspector and Inspectable objects so they are added to the layout in a more flexible way 11 лет назад
BsScriptGUILayoutUtility.h 0ca6b3905a Renamed RectF to Rect2, RectI to Rect2I 11 лет назад
BsScriptGUIListBox.h 785f60e078 Script GUI elements now share a common base class 11 лет назад
BsScriptGUIPanel.h 0ca6b3905a Renamed RectF to Rect2, RectI to Rect2I 11 лет назад
BsScriptGUIScrollArea.h 785f60e078 Script GUI elements now share a common base class 11 лет назад
BsScriptGUITexture.h b1e42e1c76 GUIRenderTexture now uses a non-transparent shader 11 лет назад
BsScriptGUIToggle.h 785f60e078 Script GUI elements now share a common base class 11 лет назад
BsScriptGUIToggleGroup.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 лет назад
BsScriptGameObject.h 1d5fdd56a3 Added GameObjectField C# 11 лет назад
BsScriptGameObjectManager.h 1d5fdd56a3 Added GameObjectField C# 11 лет назад
BsScriptHString.h 17afc600a7 Massive Cm->Bs file rename 11 лет назад
BsScriptMacros.h 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" 11 лет назад
BsScriptManagedResource.h 0ca3bc9a98 ManagedResource saving/loading mostly finished but untested 11 лет назад
BsScriptObject.h 9f993f134b Gizmo icon rendering works 11 лет назад
BsScriptObjectImpl.h 0ca6b3905a Renamed RectF to Rect2, RectI to Rect2I 11 лет назад
BsScriptResource.h 1195be6fb8 WIP ResourceField 11 лет назад
BsScriptResourceManager.h a4e65a67d8 Added a way to load resources from C# ProjectLibrary 11 лет назад
BsScriptSceneObject.h e9fc86930e A lot more work on handles (WIP) 11 лет назад
BsScriptSerializableArray.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 лет назад
BsScriptSerializableDictionary.h 698ae1d284 Added remaining missing Inspectable and Serializable types 11 лет назад
BsScriptSerializableField.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 лет назад
BsScriptSerializableList.h 698ae1d284 Added remaining missing Inspectable and Serializable types 11 лет назад
BsScriptSerializableObject.h ce8ea08d5c Refactoring ScriptObject so destruction and construction is encapsulated within it 11 лет назад
BsScriptSerializableProperty.h 698ae1d284 Added remaining missing Inspectable and Serializable types 11 лет назад
BsScriptSpriteTexture.h 9f993f134b Gizmo icon rendering works 11 лет назад
BsScriptStringTable.h 17afc600a7 Massive Cm->Bs file rename 11 лет назад
BsScriptTexture2D.h 1195be6fb8 WIP ResourceField 11 лет назад