Commit History

Author SHA1 Message Date
  BearishSun afbe26d3ba Build: Added an install step and CI 7 years ago
  BearishSun 6c491c1da1 Feature: Added a warning window when attempting to close the editor or unload a project while resource import is in progress 7 years ago
  BearishSun c30a50e87a Build: Fixing `bsf` version 7 years ago
  BearishSun 3b9d13dbab Feature: Multiple enhancements to project library and reimport GUI 7 years ago
  BearishSun 24244511de Build: Updated 'bsf' version 7 years ago
  BearishSun 4026780379 Refactor: Project libraries entries now use shared pointers, so their properties can be accessed from managed code without doing expensive lookup every time 7 years ago
  BearishSun 90a5d26cd5 Bugfix: Fix Library rename not working when initialized from the context menu 7 years ago
  BearishSun 84c136f30f Build: Updated 'bsf' version 7 years ago
  BearishSun 80680c5c77 Bugfix: Fix an issue where certain scene gizmos were not rendering if there were multiple draw gizmos methods for the same type 7 years ago
  BearishSun 25a2a7c205 Bugfix: Fix crash on shutdown and when deleting objects 7 years ago
  BearishSun 9696434fed Feature: Various settings for customizing scene camera and a scene camera settings window 7 years ago
  BearishSun b9f23bb906 Refactor: Inspectable fields are no longer dependent on Inspector so they can be used in generic editor windows 7 years ago
  BearishSun e3268ddd7a Feature: EditorSettings and ProjectSettings can now handle being passed a native wrapper object 7 years ago
  BearishSun d721b2e451 Bugfix: Copy Mono files to binary folder on build 7 years ago
  BearishSun 0d97f9df93 Refactor: Added a lookup table for script reflectable types and refactored how are native wrapper <-> managed mappings registered with the system 7 years ago
  BearishSun 1bb228f4de Refactor: Script interop objects that wrap IReflectable types now have a common ScriptReflectableBase parent, so they can be identified and used 7 years ago
  BearishSun 7664d19964 Feature: Auto-generate more readable names for inspector fields 7 years ago
  BearishSun 71f10b796d Bugfix: Various fixes to get the Category inspector attribute working 7 years ago
  BearishSun 17802c9b07 Refactor: Added specialized inspector area for resource previews and extended SpriteTextureInspector to use it 7 years ago
  BearishSun cc7fc911d1 Build: Updated 'bsf' version 7 years ago
  BearishSun 56b55091e6 Feature: SpriteTexture inspector now allows you to set sprite texture animation and has a preview box 7 years ago
  BearishSun c047b0b374 Refactor: BansheeEditor -> bs.Editor namespace, to match the naming of the core namespace 7 years ago
  BearishSun c45cd7247f Build: Updated 'bsf' version 7 years ago
  BearishSun cfce5c4694 Feature: Added 3D scene icons for camera/light/decal/particle/audio/etc. 7 years ago
  BearishSun 6fdfb0f7c8 Refactor: EditorBuiltinResources script interface now exported via script binding generator 7 years ago
  BearishSun 68251b009f Refactor: Faster ProjectLibrary entry lookup, in order to avoid slow start-up times in debug mode due to excessive dynamic allocations 7 years ago
  BearishSun 717b4e86d4 Bugfix: Fix InspectableAABox constructor so it matches what's expected by InspectableField 7 years ago
  BearishSun 84fb102a39 Bugfix: Fix C# project GUID to avoid confusing VS when looking up references 7 years ago
  BearishSun e71fa93990 Feature: EditorSettings and ProjectSettings can now store arbitrary objects 7 years ago
  BearishSun fd593da459 Refactor: Cleaned up old scripts 7 years ago