File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Open diff view settings
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Open diff view settings
Original file line number Diff line number Diff line change 128128 <subant buildpath =" ../java/libraries/pdf" target =" clean" />
129129 <subant buildpath =" ../java/libraries/serial" target =" clean" />
130130 <subant buildpath =" ../java/libraries/video" target =" clean" />
131- <subant buildpath =" ../experimental" target =" clean" />
131+ <!-- <subant buildpath="../experimental" target="clean"/> -- >
132132 <subant buildpath =" shared/tools/MovieMaker" target =" clean" />
133133 </target >
134134
140140 <subant buildpath =" ../java/libraries/pdf" target =" build" />
141141 <subant buildpath =" ../java/libraries/serial" target =" build" />
142142 <subant buildpath =" ../java/libraries/video" target =" build" />
143- <subant buildpath =" ../experimental" target =" build" />
143+ <!-- <subant buildpath="../experimental" target="build"/> -- >
144144 <subant buildpath =" shared/tools/MovieMaker" target =" build" />
145145 </target >
146146
152152
153153<!-- <target name="experimental" unless="version">-->
154154 <target name =" experimental" >
155+ <!--
155156 <copy todir="${target.path}/modes/experimental">
156157 <fileset dir="../experimental">
157158 <include name="**/mode/*" />
158159 <include name="**/theme/*" />
159160 </fileset>
160161 </copy>
162+ -->
161163 </target >
162164
163165 <target name =" assemble" depends =" version-clear, version-write, experimental" >
Original file line number Diff line number Diff line change @@ -137,6 +137,13 @@ Full screen is back for Windows, and
137137+ Add error message for raspberry pi (and others?) about int buffers
138138 https://github.com/processing/processing/issues/2010
139139
140+
141+ [ changes ]
142+
143+ + Experimental Mode has been removed from the default download,
144+ so that it can be updated more frequently. Install it and help us
145+ test what will become the 3.0 release of Processing!
146+
140147+ Add "Processing Foundation" to the Help menu.
141148 https://github.com/processing/processing/issues/1908
142149
Original file line number Diff line number Diff line change 1- 0220 core
1+ 0220 core (2.0.2)
22X basic getShape(ch) implementation for font glyph shapes
33X change QUAD_BEZIER_VERTEX to QUADRATIC_VERTEX to match the API call
44X because this lives inside PConstants
Original file line number Diff line number Diff line change 1- 0220 pde
1+ 0220 pde (2.0.2)
22X fix "less less" typo
33X https://github.com/processing/processing/issues/1928
44X slash breaks syntax highlighting (with spaces)
You can’t perform that action at this time.
0 commit comments