mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
todo notes and attempting to wrap revisions
This commit is contained in:
@@ -47,6 +47,15 @@ Several OpenGL fixes.
|
||||
https://github.com/processing/processing/pull/2022
|
||||
https://github.com/processing/processing/issues/2021
|
||||
|
||||
+ Copy doesn't produce a true copy with P2D and P3D renderers
|
||||
https://github.com/processing/processing/issues/1924
|
||||
|
||||
+ Additional improvements to memory handling with images
|
||||
https://github.com/processing/processing/issues/1975
|
||||
|
||||
+ PShape does not draw arc properly
|
||||
https://github.com/processing/processing/issues/1990
|
||||
|
||||
|
||||
[ other bug fixes ]
|
||||
|
||||
|
||||
@@ -6198,7 +6198,7 @@ public class PApplet extends Applet
|
||||
return new JSONArray(new StringReader(input));
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @webref input:files
|
||||
* @param filename name of a file in the data folder or a URL
|
||||
@@ -6212,7 +6212,7 @@ public class PApplet extends Applet
|
||||
return new JSONArray(createReader(filename));
|
||||
}
|
||||
|
||||
|
||||
|
||||
static public JSONArray loadJSONArray(File file) {
|
||||
return new JSONArray(createReader(file));
|
||||
}
|
||||
|
||||
@@ -28,6 +28,12 @@ X Corrupted text with large font and OpenGL
|
||||
X https://github.com/processing/processing/issues/1869
|
||||
X loadFont hangs on Processing 2.0 with any OpenGL renderer
|
||||
X https://github.com/processing/processing/issues/1854
|
||||
X copy doesn't produce a true copy with P2D and P3D renderers
|
||||
X https://github.com/processing/processing/issues/1924
|
||||
X Additional improvements to memory handling with images
|
||||
X https://github.com/processing/processing/issues/1975
|
||||
X PShape does not draw arc properly
|
||||
X https://github.com/processing/processing/issues/1990
|
||||
|
||||
video
|
||||
X problem with bit shifting
|
||||
|
||||
Reference in New Issue
Block a user