aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/changes.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-05-29 10:19:27 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-05-29 10:19:27 +0000
commit55fcd829cd66c6482ca5d2524c11f49e3ba883cf (patch)
treeafaeeba00d17e581ed8456ef0e4fe2e61c0a5a87 /externals/grill/flext/changes.txt
parent8495e66d1bcfd5a9ea6a183adc2e1a270550cfa8 (diff)
more robust structure pack setting for Max/MSP @ Windows
attribute generation is now determined exclusively by the object class setup (not library as before). some minor changes after valgrind run - preprocessor symbol FLEXT_COMPATIBLE - if defined don't implement specialities of either PD or Max/MSP fixed bug for Max/MSP when there's no signal inlet - Max: fixed reported bug (#67), where list elements are distributed over inlets svn path=/trunk/; revision=5148
Diffstat (limited to 'externals/grill/flext/changes.txt')
-rw-r--r--externals/grill/flext/changes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/grill/flext/changes.txt b/externals/grill/flext/changes.txt
index 011a607c..7411357d 100644
--- a/externals/grill/flext/changes.txt
+++ b/externals/grill/flext/changes.txt
@@ -33,6 +33,7 @@ Version history:
- added thisParent type, which refers to the class from which the current flext class is derived (as given in FLEXT_HEADER)
- bang method can also by added with FLEXT_(C)ADDMETHOD (FLEXT_(C)ADDBANG is still an alias)
- attribute generation is now determined exclusively by each object class setup (not library is before)
+- more robust pack setting for Max/MSP @ Windows
0.5.0:
- fixes for 64 bit builds (size_t is integer type of pointer size)