Marko Pintera 03cfee9d17 Added a way to transparently load resources from managed code when in editor or standalone 10 лет назад
..
GUI 1c0c2110aa Added GUISkin C# wrapper and proper C# resource support 10 лет назад
Math b297afa5fb Rotation handle in pivot mode working nicely 10 лет назад
Properties e51cbce52c Started work on scripting 12 лет назад
AsyncOp.cs d7d2e26f5e Added BlockUntilComplete to AsyncOp 11 лет назад
Bounds.cs 42f50ced62 Added C# Renderable and Mesh interfaces 10 лет назад
Builtin.cs d3e33e24e0 Added mesh drag and drop to scene view (WIP) 10 лет назад
Camera.cs d3e33e24e0 Added mesh drag and drop to scene view (WIP) 10 лет назад
CameraHandler.cs 4704613fa4 Modified profiler overlay so it doesn't render under the geometry 10 лет назад
Color.cs 3b445b8888 Updated GUI panel depth so it's signed and accepts both minimum and maximum ranges 10 лет назад
Component.cs d3e33e24e0 Added mesh drag and drop to scene view (WIP) 10 лет назад
ContextMenu.cs 64b31cf1e5 Added DropDownWindow (WIP) 10 лет назад
Cursor.cs d5d2171319 Added C# PixelData 11 лет назад
Debug.cs 400e85d85b Added stack trace to debug log 10 лет назад
DirectoryEx.cs 86f54d6527 Mostly finished with the project library import progress bar 10 лет назад
DontSerializeField.cs 3d06f8271c SerializableObjects are no serialized properly 11 лет назад
FileEx.cs 86f54d6527 Mostly finished with the project library import progress bar 10 лет назад
Font.cs ac7355e56c WIP C# ProjectLibrary 10 лет назад
GameObject.cs 06a238cab0 Update inspector as selection changes 10 лет назад
HideInInspector.cs 3956823710 WIP - C# object serialization (Does not compile) 11 лет назад
Input.cs 620828f08f Added a polling method to detect if mouse has been double clicked 10 лет назад
InputConfiguration.cs eedeb41ab4 WIP - Way of adding menu items from C#, ShortcutManager and extended GUIMenu so it displays shortcut keys 10 лет назад
Light.cs afca99b5e8 More work on Lights 10 лет назад
LightInternal.cs 087cb42638 Added menu items for builtin components 10 лет назад
LocString.cs cd3174bc2a Localized strings no longer use a callback to notify owners about changes 10 лет назад
MBansheeEngine.csproj 03cfee9d17 Added a way to transparently load resources from managed code when in editor or standalone 10 лет назад
ManagedResource.cs 3638a07125 More fixes to assembly refresh 11 лет назад
Material.cs a637a4a168 Added clone() method to material to make it easier to modify individual instances 10 лет назад
Mesh.cs d3e33e24e0 Added mesh drag and drop to scene view (WIP) 10 лет назад
MeshData.cs 42f50ced62 Added C# Renderable and Mesh interfaces 10 лет назад
MissingComponent.cs ae1eab371e Properly handle missing component types 11 лет назад
PathEx.cs fbb6f3980f WIP ProjectWindow rename & delete 10 лет назад
PixelData.cs f4e58bdc79 WIP ColorPicker 10 лет назад
PixelUtility.cs 2ee57f4357 Added C# PixelUtility 11 лет назад
PlainText.cs 3ef35e0667 Added C# PlainText and ScriptCode 10 лет назад
Prefab.cs 927a721f58 Added C# Prefab 10 лет назад
ProfilerOverlay.cs 4704613fa4 Modified profiler overlay so it doesn't render under the geometry 10 лет назад
ProfilerOverlayInternal.cs ddef406ac9 C# profiler overlay 10 лет назад
Program.cs fe9db60c5a Added support for managed unit tests and a unit test for managed diff 10 лет назад
RenderTarget.cs 93e2eff9b6 Added C# RenderTarget 11 лет назад
RenderTexture.cs 93e2eff9b6 Added C# RenderTarget 11 лет назад
RenderTexture2D.cs 93e2eff9b6 Added C# RenderTarget 11 лет назад
Renderable.cs d3e33e24e0 Added mesh drag and drop to scene view (WIP) 10 лет назад
RenderableHandler.cs d3e33e24e0 Added mesh drag and drop to scene view (WIP) 10 лет назад
Resource.cs 0ca3bc9a98 ManagedResource saving/loading mostly finished but untested 11 лет назад
Resources.cs 03cfee9d17 Added a way to transparently load resources from managed code when in editor or standalone 10 лет назад
Scene.cs f85cceb27d Add basic level load/save method 10 лет назад
SceneObject.cs 09bbc8848d Added C# Undo/redo (untested) 10 лет назад
ScriptCode.cs 09bbc8848d Added C# Undo/redo (untested) 10 лет назад
ScriptObject.cs 78eba7518c Refactored Inspector and Inspectable objects so they are added to the layout in a more flexible way 11 лет назад
SerializableArray.cs 93de4e59a0 Updating struct fields in inspector no longer causes the struct inspector GUI to be rebuilt 10 лет назад
SerializableDictionary.cs 93de4e59a0 Updating struct fields in inspector no longer causes the struct inspector GUI to be rebuilt 10 лет назад
SerializableField.cs 9776b4efa4 Modifying struct members in inspector now properly persists the changes 10 лет назад
SerializableList.cs 93de4e59a0 Updating struct fields in inspector no longer causes the struct inspector GUI to be rebuilt 10 лет назад
SerializableObject.cs 9776b4efa4 Modifying struct members in inspector now properly persists the changes 10 лет назад
SerializableProperty.cs 93de4e59a0 Updating struct fields in inspector no longer causes the struct inspector GUI to be rebuilt 10 лет назад
SerializeField.cs 3956823710 WIP - C# object serialization (Does not compile) 11 лет назад
SerializeObject.cs 0efa2ee228 Renamed C# serialization classes so they start with word Managed instead of Script (need the Script names for actual ScriptObjects) 11 лет назад
Shader.cs b74cf06aa0 C# versions of Shader and Material resources 10 лет назад
ShortcutKey.cs f6c1d83ca6 C# context menu for GUI 10 лет назад
Sphere.cs 42f50ced62 Added C# Renderable and Mesh interfaces 10 лет назад
SpriteTexture.cs 9f993f134b Gizmo icon rendering works 11 лет назад
StringTable.cs 2b6bfc1cd7 Neater ResourceManagerCode 10 лет назад
StringTables.cs d293414daf Support for multiple StringTables 10 лет назад
Texture.cs ac7355e56c WIP C# ProjectLibrary 10 лет назад
Texture2D.cs f4e58bdc79 WIP ColorPicker 10 лет назад
Texture3D.cs e29349d061 Added C# Texture3D and TextureCube 11 лет назад
TextureCube.cs e29349d061 Added C# Texture3D and TextureCube 11 лет назад
Time.cs ddef406ac9 C# profiler overlay 10 лет назад
VirtualInput.cs 7a5bfc0969 Moving Input and VirtualInput to C# (WIP, having some crashes) 11 лет назад