Historique des commits

Auteur SHA1 Message Date
  Marko Pintera 9ecbc5e2c9 Merge pull request #37 from MarcoROG/master il y a 9 ans
  marco.bellan 63b00eadef Conformity with the engine code conventions il y a 9 ans
  BearishSun 0bc1cca0f2 Calculate visible range of curves whenever selected curves change in the animation editor il y a 9 ans
  BearishSun 7896f9f7f4 Animation editor field display and field selection WIP il y a 9 ans
  BearishSun 534215532f Calculate position of GUI space elements so their contribution is properly accounted for when calculating GUILayout size (useful for padding) il y a 9 ans
  BearishSun 8587f277ce Fixed invalid offset for certain characters when rendering text il y a 9 ans
  BearishSun e394a4f07d Fixing a bug with managed object data serialization introduced in previous commit il y a 9 ans
  BearishSun 65f9081e9c Added Animable flag for serializable fields il y a 9 ans
  marco.bellan 5a4ef6d47f Edited EditorUtility::calculateBounds to take into account infinite bounds il y a 9 ans
  marco.bellan c9a7110087 Merge branch 'master' of https://github.com/BearishSun/BansheeEngine.git il y a 9 ans
  marco.bellan 19bfdcfb47 Fixed crash when light is added. il y a 9 ans
  BearishSun e1daf513a5 More work on animation editor, primarily on field display and selection il y a 9 ans
  BearishSun 0f1f3b6c6d Removed selection label texture (not used anywhere) il y a 9 ans
  BearishSun 85a25e08cf Refactored DropDownWindow so that creating GUI in constructor doesn't cause a crash il y a 9 ans
  BearishSun 442e324292 Updated data files il y a 9 ans
  BearishSun 0a598268ff Properly change toggle button state when expanding/collapsing list or dictionary elements externally il y a 9 ans
  BearishSun f1329abe7e Animated property display for animation editor (WIP) il y a 9 ans
  BearishSun 3ef2ddcfca Added the ability to manually serialize and deserialize managed objects in C# il y a 9 ans
  BearishSun 80a6eb2f9f Added a simple way to retrieve properties from managed objects, using a path search il y a 9 ans
  BearishSun 846721e3b8 Updated documentation header/footer with proper links il y a 9 ans
  BearishSun 7292bed6b2 C# properties can now be inspected and serialized il y a 9 ans
  BearishSun 172c253eea Refactoring managed RTTI system so managed properties can also be serialized and inspected il y a 9 ans
  BearishSun 84b061a977 Animation editor: il y a 9 ans
  BearishSun ea7306e729 Animation editor: - Ability to drag and freely modify keyframe tangents il y a 9 ans
  BearishSun 7fda8a9121 Animation editor: - Keyframe dragging functional il y a 9 ans
  BearishSun f1d2e99a1b Animation editor: il y a 9 ans
  BearishSun 2c8e189d93 Added tangent display to the GUI curve drawing element il y a 9 ans
  BearishSun 7eabda8a28 Fixed log window exceptions when parsing invalid filenames il y a 9 ans
  BearishSun d81c51949e Input events marked as used (i.e. by GUI) can now be detected by C# code il y a 9 ans
  BearishSun 9ceee03530 Events now trigger their subscribers in the order they subscribed il y a 9 ans