Skip to content
Snippets Groups Projects
  1. Jun 05, 2014
  2. Jun 03, 2014
  3. May 31, 2014
  4. May 30, 2014
  5. May 29, 2014
  6. May 24, 2014
  7. May 23, 2014
  8. May 22, 2014
  9. May 12, 2014
  10. May 09, 2014
  11. Apr 15, 2014
  12. Apr 10, 2014
  13. Apr 02, 2014
  14. Mar 22, 2014
    • Ivica Bukvic's avatar
    • Ivica Bukvic's avatar
      *Jonathan Wilkes' 2 patches addressing: · 63df5d82
      Ivica Bukvic authored
      - nested plots display properly
      - plot is vis'd and unvis'd properly when deleting plot or struct
      - commented out ugly plot_displace hack-- multiple plots should work just fine
      - separated out garray dependencies into class "old_plot".  This way the changes I made don't affect garrays.  _Very_ ugly hack, but it was pretty simple to implement and will be easy to remove later.
      - no crashes when non-existent arrays are entered into a [struct] that has scalars hanging around
      - template_cancreate ported from 0.45
      - added a function to get the offending struct (to use with "Find last error").  Not using it yet, though.
      + For creating scalars using an object box:
      - scalar must have initial "float x float y" fields, in that order.  This means you can't accidentally type the name of the hidden garray structs and create a scalar.  (Nor any other structs that only have a "y" field, etc.)
      - broken object box returned if the struct has a bogus array template.  (Although currently I'm just refusing to create such a struct.)
      63df5d82
  15. Mar 20, 2014
Loading