mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
removing experimental mode
This commit is contained in:
+4
-2
@@ -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">
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user