removing experimental mode

This commit is contained in:
Ben Fry
2013-08-14 20:21:26 -04:00
parent e1af8c3886
commit e62f220f15
4 changed files with 13 additions and 4 deletions
+4 -2
View File
@@ -128,7 +128,7 @@
<subant buildpath="../java/libraries/pdf" target="clean"/>
<subant buildpath="../java/libraries/serial" target="clean"/>
<subant buildpath="../java/libraries/video" target="clean"/>
<subant buildpath="../experimental" target="clean"/>
<!-- <subant buildpath="../experimental" target="clean"/>-->
<subant buildpath="shared/tools/MovieMaker" target="clean"/>
</target>
@@ -140,7 +140,7 @@
<subant buildpath="../java/libraries/pdf" target="build"/>
<subant buildpath="../java/libraries/serial" target="build"/>
<subant buildpath="../java/libraries/video" target="build"/>
<subant buildpath="../experimental" target="build"/>
<!-- <subant buildpath="../experimental" target="build"/>-->
<subant buildpath="shared/tools/MovieMaker" target="build"/>
</target>
@@ -152,12 +152,14 @@
<!-- <target name="experimental" unless="version">-->
<target name="experimental">
<!--
<copy todir="${target.path}/modes/experimental">
<fileset dir="../experimental">
<include name="**/mode/*" />
<include name="**/theme/*" />
</fileset>
</copy>
-->
</target>
<target name="assemble" depends="version-clear, version-write, experimental">
+7
View File
@@ -137,6 +137,13 @@ Full screen is back for Windows, and
+ Add error message for raspberry pi (and others?) about int buffers
https://github.com/processing/processing/issues/2010
[ changes ]
+ Experimental Mode has been removed from the default download,
so that it can be updated more frequently. Install it and help us
test what will become the 3.0 release of Processing!
+ Add "Processing Foundation" to the Help menu.
https://github.com/processing/processing/issues/1908
+1 -1
View File
@@ -1,4 +1,4 @@
0220 core
0220 core (2.0.2)
X basic getShape(ch) implementation for font glyph shapes
X change QUAD_BEZIER_VERTEX to QUADRATIC_VERTEX to match the API call
X because this lives inside PConstants
+1 -1
View File
@@ -1,4 +1,4 @@
0220 pde
0220 pde (2.0.2)
X fix "less less" typo
X https://github.com/processing/processing/issues/1928
X slash breaks syntax highlighting (with spaces)