Skip to content

Commit 97f4122

Browse files
committed
todo notes (keeping these in one place)
1 parent 524c316 commit 97f4122

2 files changed

Lines changed: 34 additions & 5 deletions

File tree

core/todo.txt

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
0232 core (3.0a5)
2+
_ size(640,360 , P3D) doesn't work properly
3+
_ https://github.com/processing/processing/issues/2924
4+
_ why doesn't p5 punt when loadFont() is used on an otf?
5+
_ is this a GL problem?
6+
7+
data
8+
X fix XML.getString() with a default when no attrs are present at all
9+
X was causing a NullPointerException
10+
X also fixes getInt() et al
11+
_ fix how dict works to not return '0' values
12+
_ add optional second param
213

314
table
415
X fix how nulls are handled with Table.replace()
516
X add (simple) ODS writer to Table
617
X add addRows(Table) method (more efficient, one resize)
18+
X support "header" option with ODS files
19+
_ handling of 'missing' values in Table needs serious work
720

821
graphics
922
X roll back full screen changes
@@ -16,7 +29,20 @@ X Refined PShader uniform missing message fixes
1629
X https://github.com/processing/processing/pull/2869
1730
X Use correct parameter types in FloatList methods
1831
X https://github.com/processing/processing/pull/2902
19-
32+
X Pass correct offset to glCopyTexSubImage2D
33+
X https://github.com/processing/processing/pull/2898
34+
X beginShape(POINTS) not working for PShape
35+
X https://github.com/processing/processing/issues/2912
36+
X https://github.com/processing/processing/pull/2915
37+
X Multiple blending fixes & improvements
38+
X https://github.com/processing/processing/pull/2921
39+
X https://github.com/processing/processing/issues/2807
40+
X https://github.com/processing/processing/issues/1224
41+
o Sort out blending differences with P2D/P3D
42+
o might be that compatible images not setting alpha mode correctly
43+
o image = gc.createCompatibleVolatileImage(source.width, source.height, Transparency.TRANSLUCENT);
44+
o https://github.com/processing/processing/issues/1844
45+
X
2046

2147
andres
2248
A Confusing message: The shader doesn't have a uniform called "foo"
@@ -58,6 +84,8 @@ _ the table pointer version will be speedy and allow chaining
5884
later
5985
_ bring back chaining in JSON (and add to XML)
6086
_ maybe once we make the PVector change
87+
_ bezierSegment() function to do equal-length segments
88+
_ https://github.com/processing/processing/issues/2919
6189

6290

6391
high
@@ -80,10 +108,6 @@ _ internally, we probably have to call set() if it's a 1 pixel point
80108
_ but that's going to be a mess.. need to first check the CTM
81109
_ tint() not working in PDF (regression between 2.0.3 and 2.1)
82110
_ https://github.com/processing/processing/issues/2428
83-
_ Sort out blending differences with P2D/P3D
84-
_ might be that compatible images not setting alpha mode correctly
85-
_ image = gc.createCompatibleVolatileImage(source.width, source.height, Transparency.TRANSLUCENT);
86-
_ https://github.com/processing/processing/issues/1844
87111
_ finish PFont.getShape() implementation
88112
_ needs to have a way to set width/height properly
89113
_ draw(s) doesn't work on the returned PShape

todo.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
0232 pde (3.0a5)
22
X remove debug message printed to the console when the ctrl key is down in PDE X
3+
_ size(640,360 , P3D) doesn't work properly
4+
_ https://github.com/processing/processing/issues/2924
5+
_ any problems with new code signing crap?
6+
_ issues raised around the symlink (just replace with a copy of the binary?)
7+
_ https://developer.apple.com/library/prerelease/mac/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG205
38

49

510
python has to use launch() instead of open()

0 commit comments

Comments
 (0)