*Jonathan Wilkes' 2 patches addressing:
- 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.)
Showing
- pd/src/g_array.c 1 addition, 1 deletionpd/src/g_array.c
- pd/src/g_canvas.c 4 additions, 1 deletionpd/src/g_canvas.c
- pd/src/g_canvas.h 3 additions, 0 deletionspd/src/g_canvas.h
- pd/src/g_scalar.c 105 additions, 1 deletionpd/src/g_scalar.c
- pd/src/g_template.c 852 additions, 21 deletionspd/src/g_template.c
- pd/src/g_text.c 4 additions, 1 deletionpd/src/g_text.c
- pd/src/m_pd.h 1 addition, 1 deletionpd/src/m_pd.h
Loading
Please register or sign in to comment