BearishSun dd61a6d788 Update status bar when debug log contents are removed 10 tahun lalu
..
BsEngineScriptLibrary.cpp 95a7c4063f Resource handles will now be null only if they have no UUID, regardless if their resource is loaded or not 10 tahun lalu
BsGameResourceManager.cpp c62e06ed74 Refactored how resources are unloaded to allow more fine grained control 10 tahun lalu
BsManagedComponent.cpp 7ce45604fb Properly clean up Renderable/Camera/Light on assembly refresh 10 tahun lalu
BsManagedDiff.cpp 4474b5f0c1 Encoded managed diffs are now in a format appropriate for querying and modifying game object handles 10 tahun lalu
BsManagedResource.cpp 78355169a1 Resource handle refactor (part 4) 10 tahun lalu
BsManagedResourceManager.cpp c62e06ed74 Refactored how resources are unloaded to allow more fine grained control 10 tahun lalu
BsManagedResourceMetaData.cpp a35f11d8cc Added ManagedResource and improve project library and resource meta data management 11 tahun lalu
BsManagedSerializableArray.cpp 2c35a0c825 Removed all the unused allocators 10 tahun lalu
BsManagedSerializableDictionary.cpp 2c35a0c825 Removed all the unused allocators 10 tahun lalu
BsManagedSerializableDiff.cpp 8042c0b9e3 Don't record an empty managed serializable diff if no changes are detected 10 tahun lalu
BsManagedSerializableField.cpp b5bfb88590 Resource handle refactor complete 10 tahun lalu
BsManagedSerializableList.cpp 2c35a0c825 Removed all the unused allocators 10 tahun lalu
BsManagedSerializableObject.cpp 809719519c Modified managed components so their managed instances aren't created if the parent SO isn't being instantiated 10 tahun lalu
BsManagedSerializableObjectInfo.cpp d3b00942e8 In-editor compilation 10 tahun lalu
BsPlayInEditorManager.cpp 95a7c4063f Resource handles will now be null only if they have no UUID, regardless if their resource is loaded or not 10 tahun lalu
BsScriptAssemblyManager.cpp d3b00942e8 In-editor compilation 10 tahun lalu
BsScriptAsyncOp.cpp 4667ba6cc9 Making blockUntilComplete an internal method 11 tahun lalu
BsScriptBoneWeight.cpp 42f50ced62 Added C# Renderable and Mesh interfaces 10 tahun lalu
BsScriptBuiltin.cpp d8d5034b30 Added a way to add basic 3D primitives to the scene 10 tahun lalu
BsScriptCamera.cpp 998c87109a Modifying engine script objects so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptColor.cpp d5d2171319 Added C# PixelData 11 tahun lalu
BsScriptComponent.cpp 145a44e4ca Duplicate in scene window now works 10 tahun lalu
BsScriptContextMenu.cpp 998c87109a Modifying engine script objects so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptCursor.cpp 998c87109a Modifying engine script objects so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptDebug.cpp dd61a6d788 Update status bar when debug log contents are removed 10 tahun lalu
BsScriptEnginePlugin.cpp 4dd0fa76ed Added run in editor manager & attribute so user can pick which components run during play mode and which run always 10 tahun lalu
BsScriptFont.cpp 1b0786cf45 Mono manager now properly cleans up script meta-data on assembly unload 10 tahun lalu
BsScriptFontBitmap.cpp 2116ef0d9f Added a simpler way to specify renderer materials 10 tahun lalu
BsScriptGUIButton.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUIContent.cpp 1755c6baeb Modified GUIContent so it can accept separate images for different GUI element states 10 tahun lalu
BsScriptGUIContentImages.cpp 1755c6baeb Modified GUIContent so it can accept separate images for different GUI element states 10 tahun lalu
BsScriptGUIElement.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUIElementStateStyle.cpp bb3af44595 Added a generic way to create new instance of serializable objects 10 tahun lalu
BsScriptGUIElementStyle.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUIFixedSpace.cpp d48eac3ca9 Modified how C# GUI element destruction works so it now properly handles elements that go out of scope 10 tahun lalu
BsScriptGUIFlexibleSpace.cpp d48eac3ca9 Modified how C# GUI element destruction works so it now properly handles elements that go out of scope 10 tahun lalu
BsScriptGUIInputBox.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUILabel.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUILayout.cpp 5d37714175 Fixed a bug when retrieving layout children that was causing a crash when refreshing list of projects in the project window 10 tahun lalu
BsScriptGUILayoutUtility.cpp 22cf8a4b76 More optimized GUI element bound calculations (WIP) 10 tahun lalu
BsScriptGUIListBox.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUIProgressBar.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUIRenderTexture.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUIScrollArea.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUISkin.cpp dba1e7bfba Multiple assembly reload works 10 tahun lalu
BsScriptGUISlider.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUITexture.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUIToggle.cpp a5d7369e0c Modifying engine GUI elements so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptGUIToggleGroup.cpp 8cc7fecd61 Saving a scene properly re-loads the scene 10 tahun lalu
BsScriptGameObject.cpp 778de71b66 Reverting game object finalizer fix as another solution is needed 10 tahun lalu
BsScriptGameObjectManager.cpp 10b54dfe89 Getting Play/Pause to work 10 tahun lalu
BsScriptHString.cpp b5bfb88590 Resource handle refactor complete 10 tahun lalu
BsScriptInput.cpp 8d2ecb2432 Added separate input callbacks for use in editor only that aren't affected by play-mode state 10 tahun lalu
BsScriptInputConfiguration.cpp eedeb41ab4 WIP - Way of adding menu items from C#, ShortcutManager and extended GUIMenu so it displays shortcut keys 10 tahun lalu
BsScriptLight.cpp fdb3896efc Fixed crash that occurred when deleting a light from the scene 10 tahun lalu
BsScriptLogEntry.cpp bd06130f5d Console window now displays entries that were added to the log before the window was opened 10 tahun lalu
BsScriptManagedResource.cpp 1b0786cf45 Mono manager now properly cleans up script meta-data on assembly unload 10 tahun lalu
BsScriptMaterial.cpp 998c87109a Modifying engine script objects so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptMesh.cpp 1b0786cf45 Mono manager now properly cleans up script meta-data on assembly unload 10 tahun lalu
BsScriptMeshData.cpp 1076f0124b DefaultMeshData is now RendererMeshData and can be overriden by Renderer implementation 10 tahun lalu
BsScriptObject.cpp 370a2188b5 Selection from Hierarchy window now properly works after assembly refresh 10 tahun lalu
BsScriptObjectImpl.cpp b59b26a228 Fixed a crash when re-opening the scene window due to finalizer incorrectly cleaning up the active window 10 tahun lalu
BsScriptObjectManager.cpp 770cb6bd2e Assembly refresh: 10 tahun lalu
BsScriptPixelData.cpp 998c87109a Modifying engine script objects so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptPixelUtility.cpp 998c87109a Modifying engine script objects so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptPlainText.cpp b5bfb88590 Resource handle refactor complete 10 tahun lalu
BsScriptPrefab.cpp 1b0786cf45 Mono manager now properly cleans up script meta-data on assembly unload 10 tahun lalu
BsScriptProfilerOverlayInternal.cpp 508b74a040 Moved GUIManager rendering to a specialized core thread GUIManagerCore 10 tahun lalu
BsScriptRenderTarget.cpp 93e2eff9b6 Added C# RenderTarget 11 tahun lalu
BsScriptRenderTexture.cpp 93e2eff9b6 Added C# RenderTarget 11 tahun lalu
BsScriptRenderTexture2D.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded 10 tahun lalu
BsScriptRenderable.cpp 7ce45604fb Properly clean up Renderable/Camera/Light on assembly refresh 10 tahun lalu
BsScriptResource.cpp c62e06ed74 Refactored how resources are unloaded to allow more fine grained control 10 tahun lalu
BsScriptResourceManager.cpp c62e06ed74 Refactored how resources are unloaded to allow more fine grained control 10 tahun lalu
BsScriptResourceRef.cpp 15f45489c8 Fixed drop targets so they are properly destroyed before new ones are added 10 tahun lalu
BsScriptResources.cpp c62e06ed74 Refactored how resources are unloaded to allow more fine grained control 10 tahun lalu
BsScriptScene.cpp c62e06ed74 Refactored how resources are unloaded to allow more fine grained control 10 tahun lalu
BsScriptSceneObject.cpp 998c87109a Modifying engine script objects so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptScriptCode.cpp b5bfb88590 Resource handle refactor complete 10 tahun lalu
BsScriptSerializableArray.cpp 93de4e59a0 Updating struct fields in inspector no longer causes the struct inspector GUI to be rebuilt 10 tahun lalu
BsScriptSerializableDictionary.cpp 93de4e59a0 Updating struct fields in inspector no longer causes the struct inspector GUI to be rebuilt 10 tahun lalu
BsScriptSerializableField.cpp b5bfb88590 Resource handle refactor complete 10 tahun lalu
BsScriptSerializableList.cpp 93de4e59a0 Updating struct fields in inspector no longer causes the struct inspector GUI to be rebuilt 10 tahun lalu
BsScriptSerializableObject.cpp 153a11a96e Material inspector 10 tahun lalu
BsScriptSerializableProperty.cpp 6f6648e223 Lots of fixes related to list/dictionary GUI refactor 10 tahun lalu
BsScriptSerializableUtility.cpp bb3af44595 Added a generic way to create new instance of serializable objects 10 tahun lalu
BsScriptShader.cpp 1b0786cf45 Mono manager now properly cleans up script meta-data on assembly unload 10 tahun lalu
BsScriptShaderInclude.cpp 1b0786cf45 Mono manager now properly cleans up script meta-data on assembly unload 10 tahun lalu
BsScriptSpriteTexture.cpp 998c87109a Modifying engine script objects so they don't pass structures by value in internal calls 10 tahun lalu
BsScriptStringTable.cpp b5bfb88590 Resource handle refactor complete 10 tahun lalu
BsScriptStringTableManager.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded 10 tahun lalu
BsScriptTexture.cpp 5387d9c3d8 Script resources now keep a reference to their managed instance until they're unloaded 10 tahun lalu
BsScriptTexture2D.cpp 1b0786cf45 Mono manager now properly cleans up script meta-data on assembly unload 10 tahun lalu
BsScriptTexture3D.cpp 1b0786cf45 Mono manager now properly cleans up script meta-data on assembly unload 10 tahun lalu
BsScriptTextureCube.cpp 1b0786cf45 Mono manager now properly cleans up script meta-data on assembly unload 10 tahun lalu
BsScriptTime.cpp e92ee3b052 IsPlaying/IsPaused/FrameStep interface exposed to API 10 tahun lalu
BsScriptVector.cpp 42f50ced62 Added C# Renderable and Mesh interfaces 10 tahun lalu
BsScriptVector2I.cpp 474830fefa C# input and virtual input work 11 tahun lalu
BsScriptVirtualButton.cpp 474830fefa C# input and virtual input work 11 tahun lalu
BsScriptVirtualInput.cpp 998c87109a Modifying engine script objects so they don't pass structures by value in internal calls 10 tahun lalu