Historique des commits

Auteur SHA1 Message Date
  BearishSun 3785c46e7a Bugfix: Properly destroy resource reference script objects il y a 7 ans
  BearishSun 2e83abba89 Feature: Float/color distribution fields now have a proper drop down arrow texture il y a 7 ans
  BearishSun 75464a6662 Bugfix: Clicking on the gradient picker texture won't recursively open another gradient picker il y a 7 ans
  BearishSun 2f834aeb69 Bugfix: Properly use inner RRef resource types when looking up inspector fields and creating a resource field il y a 7 ans
  BearishSun 24b44ef072 Build: Updated bsf version il y a 7 ans
  BearishSun 3fafbc7b33 Feature: Added inspectable fields for float & color distribution il y a 7 ans
  BearishSun d3e8aa6f3b Refactor: GUITimeline and GUIGraphTicks moved into its own types il y a 7 ans
  BearishSun 1f6d414ba3 Feature: GUIGradientField and GUIColorDistributionField GUI elements for picking color gradients & color distributions, respectively il y a 7 ans
  BearishSun 3e9c42e57c Feature: Added a float distribution GUI field il y a 7 ans
  BearishSun 5c1db1e383 Refactor: Cleaned up code generation for the new distribution types il y a 7 ans
  BearishSun 08e2812a09 Feature: Exposed particle system distributions and Random class to script code il y a 7 ans
  BearishSun ec09dbaf87 Refactor: Moving GUICurvesField to C++ il y a 7 ans
  BearishSun 7710009d9d Refactor: C# GUICurveDrawing removed in favor of native GUICurves il y a 7 ans
  BearishSun e400a8bbe2 Refactor: Moving GUI curve drawing to native code il y a 7 ans
  BearishSun fc542949b8 Feature: Added GUICurveField element and hooked up GradientPicker with GUIColorGradient il y a 7 ans
  BearishSun 1446971d90 Refactor: GUICurveEditor no longer depends on EditorWindow il y a 7 ans
  BearishSun be1e9d1577 WIP: Curve editor window il y a 7 ans
  Marko Pintera eb339122da Build: Fixing recursive include issue causing GCC/Clang to fail compiling il y a 7 ans
  BearishSun a523a42bf7 Bugfix: When determining field types, properly detect inherited RRef types il y a 7 ans
  BearishSun 6b4e26e238 Feature: Added an inspector element for the RRef type il y a 7 ans
  BearishSun b83d1f3ca1 Refactor: Resource refs are now cached and offer faster resources access il y a 7 ans
  BearishSun 95711c929f Refactor: Moving all script generated bindings to use RRefs for resources il y a 7 ans
  BearishSun f7a634f4fd Bugfix: GUIContent struct should be passed to native code by reference, not by value il y a 7 ans
  BearishSun a12a28e258 Refactor: Script exported resources now use a RRef handle that allows objects to reference unloaded resources il y a 7 ans
  BearishSun f393323a58 Feature: Added ColorGradient picker window il y a 7 ans
  BearishSun 38d1771789 Bugfix: Properly position horizontal scrollbar on the curve editor control il y a 7 ans
  BearishSun c6b9730fd6 Refactor: Added script export for GUIColorGradient il y a 7 ans
  BearishSun ac0a80c682 Feature: Added a GUI element for displaying a color gradient il y a 7 ans
  BearishSun 2f3e87edcc Refactor: GUIContent and LocString types now use the script binding generator il y a 7 ans
  BearishSun 79223dd0c9 Refactor: GUICurveEditor made more generic so it may be used outside of the animation window il y a 7 ans