BearishSun 6f6648e223 Lots of fixes related to list/dictionary GUI refactor %!s(int64=10) %!d(string=hai) anos
..
BsEngineScriptLibrary.cpp c369197bb8 Fixed an issue where event connections weren being properly released in some cases %!s(int64=10) %!d(string=hai) anos
BsGameResourceManager.cpp 03cfee9d17 Added a way to transparently load resources from managed code when in editor or standalone %!s(int64=10) %!d(string=hai) anos
BsManagedComponent.cpp 809719519c Modified managed components so their managed instances aren't created if the parent SO isn't being instantiated %!s(int64=10) %!d(string=hai) anos
BsManagedDiff.cpp 2c35a0c825 Removed all the unused allocators %!s(int64=10) %!d(string=hai) anos
BsManagedResource.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsManagedResourceManager.cpp c369197bb8 Fixed an issue where event connections weren being properly released in some cases %!s(int64=10) %!d(string=hai) anos
BsManagedResourceMetaData.cpp a35f11d8cc Added ManagedResource and improve project library and resource meta data management %!s(int64=11) %!d(string=hai) anos
BsManagedSerializableArray.cpp 2c35a0c825 Removed all the unused allocators %!s(int64=10) %!d(string=hai) anos
BsManagedSerializableDictionary.cpp 2c35a0c825 Removed all the unused allocators %!s(int64=10) %!d(string=hai) anos
BsManagedSerializableDiff.cpp 2c35a0c825 Removed all the unused allocators %!s(int64=10) %!d(string=hai) anos
BsManagedSerializableField.cpp bb3af44595 Added a generic way to create new instance of serializable objects %!s(int64=10) %!d(string=hai) anos
BsManagedSerializableList.cpp 2c35a0c825 Removed all the unused allocators %!s(int64=10) %!d(string=hai) anos
BsManagedSerializableObject.cpp 809719519c Modified managed components so their managed instances aren't created if the parent SO isn't being instantiated %!s(int64=10) %!d(string=hai) anos
BsManagedSerializableObjectInfo.cpp 1c0c2110aa Added GUISkin C# wrapper and proper C# resource support %!s(int64=10) %!d(string=hai) anos
BsScriptAssemblyManager.cpp a92c1b167f Added GUIDictionaryField (WIP) %!s(int64=10) %!d(string=hai) anos
BsScriptAsyncOp.cpp 4667ba6cc9 Making blockUntilComplete an internal method %!s(int64=11) %!d(string=hai) anos
BsScriptBoneWeight.cpp 42f50ced62 Added C# Renderable and Mesh interfaces %!s(int64=10) %!d(string=hai) anos
BsScriptBuiltin.cpp d8d5034b30 Added a way to add basic 3D primitives to the scene %!s(int64=10) %!d(string=hai) anos
BsScriptCamera.cpp 5efdd7772b Added Camera inspector %!s(int64=10) %!d(string=hai) anos
BsScriptColor.cpp d5d2171319 Added C# PixelData %!s(int64=11) %!d(string=hai) anos
BsScriptComponent.cpp 2fd1e02aad Managed SceneObject instances are now kept alive until underlying scene object is destroyed %!s(int64=10) %!d(string=hai) anos
BsScriptContextMenu.cpp 2c35a0c825 Removed all the unused allocators %!s(int64=10) %!d(string=hai) anos
BsScriptCursor.cpp d5d2171319 Added C# PixelData %!s(int64=11) %!d(string=hai) anos
BsScriptDebug.cpp 3fec99f712 New crash reporting functionality tested and working %!s(int64=10) %!d(string=hai) anos
BsScriptEnginePlugin.cpp e1eaa8bfe2 Modified managed assembly loading so it's possible to reload it on project reload %!s(int64=10) %!d(string=hai) anos
BsScriptFont.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptFontBitmap.cpp 2116ef0d9f Added a simpler way to specify renderer materials %!s(int64=10) %!d(string=hai) anos
BsScriptGUIButton.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk %!s(int64=10) %!d(string=hai) anos
BsScriptGUIContent.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptGUIElement.cpp 4bb91ca22b All GUI input elements (managed and native) now have an event triggering when user confirms input %!s(int64=10) %!d(string=hai) anos
BsScriptGUIElementStateStyle.cpp bb3af44595 Added a generic way to create new instance of serializable objects %!s(int64=10) %!d(string=hai) anos
BsScriptGUIElementStyle.cpp bb3af44595 Added a generic way to create new instance of serializable objects %!s(int64=10) %!d(string=hai) anos
BsScriptGUIFixedSpace.cpp d48eac3ca9 Modified how C# GUI element destruction works so it now properly handles elements that go out of scope %!s(int64=10) %!d(string=hai) anos
BsScriptGUIFlexibleSpace.cpp d48eac3ca9 Modified how C# GUI element destruction works so it now properly handles elements that go out of scope %!s(int64=10) %!d(string=hai) anos
BsScriptGUIInputBox.cpp 4bb91ca22b All GUI input elements (managed and native) now have an event triggering when user confirms input %!s(int64=10) %!d(string=hai) anos
BsScriptGUILabel.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) %!s(int64=10) %!d(string=hai) anos
BsScriptGUILayout.cpp 011fa7a847 Added a GUIArray object to simplify creating generic GUI for arrays (Not tested) %!s(int64=10) %!d(string=hai) anos
BsScriptGUILayoutUtility.cpp 22cf8a4b76 More optimized GUI element bound calculations (WIP) %!s(int64=10) %!d(string=hai) anos
BsScriptGUIListBox.cpp e99b926919 Added multi-select list boxes (untested) %!s(int64=10) %!d(string=hai) anos
BsScriptGUIProgressBar.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) %!s(int64=10) %!d(string=hai) anos
BsScriptGUIRenderTexture.cpp 65cdd2a30a Removed all uses of GUIArea (WIP) %!s(int64=10) %!d(string=hai) anos
BsScriptGUIScrollArea.cpp 92f71af102 Fixed an issue where ScriptGUIScrollArea child layout's interop object wasn't being cleaned up %!s(int64=10) %!d(string=hai) anos
BsScriptGUISkin.cpp bb3af44595 Added a generic way to create new instance of serializable objects %!s(int64=10) %!d(string=hai) anos
BsScriptGUISlider.cpp bf16de13f1 Added a GUISliderField and extended normal sliders with a range and step increment %!s(int64=10) %!d(string=hai) anos
BsScriptGUITexture.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptGUIToggle.cpp 200ca8179a WIP project window %!s(int64=10) %!d(string=hai) anos
BsScriptGUIToggleGroup.cpp 203fbc8fc6 Renamed all macros/methods starting with "cm" to "bs" %!s(int64=11) %!d(string=hai) anos
BsScriptGameObject.cpp 778de71b66 Reverting game object finalizer fix as another solution is needed %!s(int64=10) %!d(string=hai) anos
BsScriptGameObjectManager.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptHString.cpp fedd162d57 Various bug fixes relating to new project loading system: %!s(int64=10) %!d(string=hai) anos
BsScriptInput.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk %!s(int64=10) %!d(string=hai) anos
BsScriptInputConfiguration.cpp eedeb41ab4 WIP - Way of adding menu items from C#, ShortcutManager and extended GUIMenu so it displays shortcut keys %!s(int64=10) %!d(string=hai) anos
BsScriptLight.cpp 0ddc6c09b5 Working on new UI %!s(int64=10) %!d(string=hai) anos
BsScriptManagedResource.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptMaterial.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptMesh.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptMeshData.cpp 1076f0124b DefaultMeshData is now RendererMeshData and can be overriden by Renderer implementation %!s(int64=10) %!d(string=hai) anos
BsScriptObject.cpp 3aa329733b Assembly refresh (WIP - Does not run) %!s(int64=11) %!d(string=hai) anos
BsScriptObjectImpl.cpp b59b26a228 Fixed a crash when re-opening the scene window due to finalizer incorrectly cleaning up the active window %!s(int64=10) %!d(string=hai) anos
BsScriptObjectManager.cpp 778de71b66 Reverting game object finalizer fix as another solution is needed %!s(int64=10) %!d(string=hai) anos
BsScriptPixelData.cpp 2c35a0c825 Removed all the unused allocators %!s(int64=10) %!d(string=hai) anos
BsScriptPixelUtility.cpp 2c35a0c825 Removed all the unused allocators %!s(int64=10) %!d(string=hai) anos
BsScriptPlainText.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptPrefab.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptProfilerOverlayInternal.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore %!s(int64=10) %!d(string=hai) anos
BsScriptRenderTarget.cpp 93e2eff9b6 Added C# RenderTarget %!s(int64=11) %!d(string=hai) anos
BsScriptRenderTexture.cpp 93e2eff9b6 Added C# RenderTarget %!s(int64=11) %!d(string=hai) anos
BsScriptRenderTexture2D.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptRenderable.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptResource.cpp fcbefc5c89 Added editor's dirty resource management system %!s(int64=10) %!d(string=hai) anos
BsScriptResourceManager.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptResources.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptScene.cpp fcbefc5c89 Added editor's dirty resource management system %!s(int64=10) %!d(string=hai) anos
BsScriptSceneObject.cpp 2fd1e02aad Managed SceneObject instances are now kept alive until underlying scene object is destroyed %!s(int64=10) %!d(string=hai) anos
BsScriptScriptCode.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptSerializableArray.cpp 93de4e59a0 Updating struct fields in inspector no longer causes the struct inspector GUI to be rebuilt %!s(int64=10) %!d(string=hai) anos
BsScriptSerializableDictionary.cpp 93de4e59a0 Updating struct fields in inspector no longer causes the struct inspector GUI to be rebuilt %!s(int64=10) %!d(string=hai) anos
BsScriptSerializableField.cpp d0a35f68a3 Tested and fixed InspectableObject partially %!s(int64=11) %!d(string=hai) anos
BsScriptSerializableList.cpp 93de4e59a0 Updating struct fields in inspector no longer causes the struct inspector GUI to be rebuilt %!s(int64=10) %!d(string=hai) anos
BsScriptSerializableObject.cpp 153a11a96e Material inspector %!s(int64=10) %!d(string=hai) anos
BsScriptSerializableProperty.cpp 6f6648e223 Lots of fixes related to list/dictionary GUI refactor %!s(int64=10) %!d(string=hai) anos
BsScriptSerializableUtility.cpp bb3af44595 Added a generic way to create new instance of serializable objects %!s(int64=10) %!d(string=hai) anos
BsScriptShader.cpp 6c5fee53e3 Added visibility field to shader parameters so internal parameters can be hidden in the inspector %!s(int64=10) %!d(string=hai) anos
BsScriptSpriteTexture.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptStringTable.cpp bb3af44595 Added a generic way to create new instance of serializable objects %!s(int64=10) %!d(string=hai) anos
BsScriptStringTableManager.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptTexture.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptTexture2D.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptTexture3D.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptTextureCube.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded %!s(int64=10) %!d(string=hai) anos
BsScriptTime.cpp ddef406ac9 C# profiler overlay %!s(int64=10) %!d(string=hai) anos
BsScriptVector.cpp 42f50ced62 Added C# Renderable and Mesh interfaces %!s(int64=10) %!d(string=hai) anos
BsScriptVector2I.cpp 474830fefa C# input and virtual input work %!s(int64=11) %!d(string=hai) anos
BsScriptVirtualButton.cpp 474830fefa C# input and virtual input work %!s(int64=11) %!d(string=hai) anos
BsScriptVirtualInput.cpp 97422accdc All thunk calls now use MonoUtil::invokeThunk %!s(int64=10) %!d(string=hai) anos