Commit History

Author SHA1 Message Date
  marco.bellan 47ff59a34b Fixed build issues with paths containing spaces 9 years ago
  marco.bellan 06ed2916db Depth buffer reading 9 years ago
  marco.bellan 63b00eadef Conformity with the engine code conventions 9 years ago
  marco.bellan 5a4ef6d47f Edited EditorUtility::calculateBounds to take into account infinite bounds 9 years ago
  marco.bellan c9a7110087 Merge branch 'master' of https://github.com/BearishSun/BansheeEngine.git 9 years ago
  marco.bellan 19bfdcfb47 Fixed crash when light is added. 9 years ago
  BearishSun e1daf513a5 More work on animation editor, primarily on field display and selection 9 years ago
  BearishSun 0f1f3b6c6d Removed selection label texture (not used anywhere) 9 years ago
  BearishSun 85a25e08cf Refactored DropDownWindow so that creating GUI in constructor doesn't cause a crash 9 years ago
  BearishSun 442e324292 Updated data files 9 years ago
  BearishSun 0a598268ff Properly change toggle button state when expanding/collapsing list or dictionary elements externally 9 years ago
  BearishSun f1329abe7e Animated property display for animation editor (WIP) 9 years ago
  BearishSun 3ef2ddcfca Added the ability to manually serialize and deserialize managed objects in C# 9 years ago
  BearishSun 80a6eb2f9f Added a simple way to retrieve properties from managed objects, using a path search 9 years ago
  BearishSun 846721e3b8 Updated documentation header/footer with proper links 9 years ago
  BearishSun 7292bed6b2 C# properties can now be inspected and serialized 9 years ago
  BearishSun 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected 9 years ago
  BearishSun 84b061a977 Animation editor: 9 years ago
  BearishSun ea7306e729 Animation editor: - Ability to drag and freely modify keyframe tangents 9 years ago
  BearishSun 7fda8a9121 Animation editor: - Keyframe dragging functional 9 years ago
  BearishSun f1d2e99a1b Animation editor: 9 years ago
  BearishSun 2c8e189d93 Added tangent display to the GUI curve drawing element 9 years ago
  BearishSun 7eabda8a28 Fixed log window exceptions when parsing invalid filenames 9 years ago
  BearishSun d81c51949e Input events marked as used (i.e. by GUI) can now be detected by C# code 9 years ago
  BearishSun 9ceee03530 Events now trigger their subscribers in the order they subscribed 9 years ago
  BearishSun 57bec2f508 Moved relevant animation editor code in GUICurveEditor, and refactored everything so its designed more nicely 9 years ago
  BearishSun 596d46c542 Exposed manual context menu opening to C# 9 years ago
  BearishSun 3d275b8564 Keyframes can now be added or removed in animation editor 9 years ago
  BearishSun cf6dd50d36 Ability to select and deselect keyframes 9 years ago
  BearishSun 7dd47a2e26 Curve drawing now draws keyframe points 9 years ago