[PD-cvs] externals/grill/dynext dynext.vcproj, 1.4, 1.5 readme.txt, 1.5, 1.6

Thomas Grill xovo at users.sourceforge.net
Sat Apr 16 23:36:32 CEST 2005


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

Modified Files:
	dynext.vcproj readme.txt 
Log Message:
query visibility status
- strip .pd from abstraction filenames
fixes for OSX
- open debug patcher on alt-click
cleanups
fixed several problems with sub-patchers and connecting
documentation
enabled reuse of object names


Index: dynext.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/dynext.vcproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** dynext.vcproj	8 Feb 2005 04:58:52 -0000	1.4
--- dynext.vcproj	16 Apr 2005 21:36:30 -0000	1.5
***************
*** 21,25 ****
  				Name="VCCLCompilerTool"
  				Optimization="0"
! 				AdditionalIncludeDirectories="c:\programme\audio\pd\src;..\flext\source"
  				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PD"
  				BasicRuntimeChecks="3"
--- 21,25 ----
  				Name="VCCLCompilerTool"
  				Optimization="0"
! 				AdditionalIncludeDirectories="c:\data\pd\pd-cvs\src;..\flext\source"
  				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PD"
  				BasicRuntimeChecks="3"

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/readme.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** readme.txt	3 Mar 2005 04:57:26 -0000	1.5
--- readme.txt	16 Apr 2005 21:36:30 -0000	1.6
***************
*** 30,33 ****
--- 30,36 ----
  - debug patcher opens on alt-click
  - made vis an attribute (visibility can now be queried)
+ - fixed connecting objects in subpatchers
+ - use TablePtrMap type to store named objects
+ - allow reuse of names, more stable
  
  0.1.0:





More information about the Pd-cvs mailing list