[PD-cvs] externals/grill/flext changes.txt,1.53,1.54 flext.vcproj,1.27,1.28

Thomas Grill xovo at users.sourceforge.net
Thu Sep 9 06:00:48 CEST 2004


Update of /cvsroot/pure-data/externals/grill/flext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19518

Modified Files:
	changes.txt flext.vcproj 
Log Message:
 ""

Index: flext.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/flext.vcproj,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** flext.vcproj	23 Apr 2004 22:14:11 -0000	1.27
--- flext.vcproj	9 Sep 2004 04:00:44 -0000	1.28
***************
*** 348,358 ****
  				GenerateDebugInformation="TRUE"
  				OptimizeReferences="1"
! 				ImportLibrary="./pd-msvc/flext_ld.lib"/>
  			<Tool
  				Name="VCMIDLTool"/>
  			<Tool
  				Name="VCPostBuildEventTool"
! 				Description="copy flext to maestra"
! 				CommandLine="copy F:\prog\max\flext\pd-msvc\flext_d.dll f:\prog\maestra\dev\debug"/>
  			<Tool
  				Name="VCPreBuildEventTool"/>
--- 348,359 ----
  				GenerateDebugInformation="TRUE"
  				OptimizeReferences="1"
! 				ImportLibrary="./pd-msvc/flext_ld.lib"
! 				TargetMachine="1"/>
  			<Tool
  				Name="VCMIDLTool"/>
  			<Tool
  				Name="VCPostBuildEventTool"
! 				Description="copy flext to vibrez"
! 				CommandLine="copy F:\prog\max\flext\pd-msvc\flext_d.dll f:\prog\vibrez\debug"/>
  			<Tool
  				Name="VCPreBuildEventTool"/>
***************
*** 411,423 ****
  				GenerateDebugInformation="FALSE"
  				OptimizeReferences="1"
! 				ImportLibrary="./pd-msvc/flext_l.lib"/>
  			<Tool
  				Name="VCMIDLTool"/>
  			<Tool
  				Name="VCPostBuildEventTool"
! 				Description="copy flext to maestra"
! 				CommandLine="copy F:\prog\max\flext\source\*.h f:\prog\maestra\dev\api\include
! copy F:\prog\max\flext\pd-msvc\flext_l.lib f:\prog\maestra\dev\api\lib
! copy F:\prog\max\flext\pd-msvc\flext.dll f:\prog\maestra\dev\release
  copy F:\prog\max\flext\pd-msvc\flext.dll f:\prog\dll
  "/>
--- 412,425 ----
  				GenerateDebugInformation="FALSE"
  				OptimizeReferences="1"
! 				ImportLibrary="./pd-msvc/flext_l.lib"
! 				TargetMachine="1"/>
  			<Tool
  				Name="VCMIDLTool"/>
  			<Tool
  				Name="VCPostBuildEventTool"
! 				Description="copy flext to vibrez"
! 				CommandLine="copy F:\prog\max\flext\source\*.h f:\prog\vibrez\api\include
! copy F:\prog\max\flext\pd-msvc\flext_l.lib f:\prog\vibrez\api\lib
! copy F:\prog\max\flext\pd-msvc\flext.dll f:\prog\vibrez\release
  copy F:\prog\max\flext\pd-msvc\flext.dll f:\prog\dll
  "/>

Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** changes.txt	31 Aug 2004 04:01:12 -0000	1.53
--- changes.txt	9 Sep 2004 04:00:44 -0000	1.54
***************
*** 24,27 ****
--- 24,32 ----
  - in flext::StopThread don't wait for thread to have stopped!
  - support PD tooltips (only in devel branch at the moment)
+ - attribute editor: added individual apply buttons
+ - attribute editor: added escaping for , and ; 
+ - attribute editor: zoomed editor accepts , as newline separator
+ - attribute editor: close editor window on object destruction
+ - fixed $0-arguments in attribute saving
  
  0.4.6:
***************
*** 303,315 ****
  for 0.4.7:
  - SIMD for gcc
- - individual apply buttons for each attribute in the attribute editor
  - Max/MSP MachO support
  
  bugs:
  - recreation of object with different argument line forgets about eventually present attributes
- - deletion of object with open attribute editor: press apply -> crash
- 
- - attributes and attribute editor saving with patcher arguments (like $0-gugu )
  
  - PD: problems with timed buffer redrawing (takes a lot of cpu time)
  - hard thread termination upon object destruction doesn't seem to work properly -> crash
--- 308,317 ----
  for 0.4.7:
  - SIMD for gcc
  - Max/MSP MachO support
  
  bugs:
  - recreation of object with different argument line forgets about eventually present attributes
  
+ TEST:
  - PD: problems with timed buffer redrawing (takes a lot of cpu time)
  - hard thread termination upon object destruction doesn't seem to work properly -> crash





More information about the Pd-cvs mailing list