mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
getting finished up for rev 94
This commit is contained in:
@@ -7,7 +7,7 @@ releases will be super crusty.
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
ABOUT REV 0094 - 30 October 2005
|
||||
ABOUT REV 0094 - 31 October 2005
|
||||
|
||||
|
||||
[ additions ]
|
||||
@@ -18,6 +18,12 @@ ABOUT REV 0094 - 30 October 2005
|
||||
that sketch will be opened.
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=21
|
||||
|
||||
- item added to the tools menu that allows building all sketches
|
||||
underneath a particular subfolder. this won't be part of the base
|
||||
tools once the tool api is done (meaning that it won't be in the
|
||||
menu by default), but it's there for now.
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=117
|
||||
|
||||
|
||||
[ bug fixes ]
|
||||
|
||||
@@ -31,6 +37,16 @@ ABOUT REV 0094 - 30 October 2005
|
||||
- removing quotes from QTJAVA path if they exist (this may have fixed
|
||||
some issues?)
|
||||
|
||||
- fix bug that was causing font sizes not to be set on opengl
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=174
|
||||
|
||||
- apply fix from toxi to make targa file i/o less picky
|
||||
|
||||
- width/height now properly set in "static" mode apps
|
||||
|
||||
- g.smooth no longer always false in opengl
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=192
|
||||
|
||||
|
||||
[ semi-obscure api tweaks ]
|
||||
|
||||
@@ -39,6 +55,9 @@ ABOUT REV 0094 - 30 October 2005
|
||||
- added dataPath(String filename) to return the full path to the
|
||||
give filename within the data folder
|
||||
|
||||
- new api is in the process of being added for shape recording..
|
||||
more on this in future releases.
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
@@ -13,10 +13,6 @@ X probably only set when resize() is called, and it's not happening
|
||||
X g.smooth is always false in opengl
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=192
|
||||
|
||||
_ when using PGraphics, must call beginFrame() and endFrame()
|
||||
_ also need to be able to turn off MemoryImageSource on endFrame
|
||||
_ call defaults() in beginFrame()
|
||||
|
||||
o triangleColors are different because they're per-triangle
|
||||
o as opposed to per-vertex, because it's based on the facet of the tri
|
||||
X make vertexCount etc properly accessible in PGraphics3
|
||||
@@ -24,6 +20,11 @@ X so that people can do things like the dxf renderer
|
||||
X also have a simple way to hook in triangle leeches to PGraphics3
|
||||
X this exists, but needs to be documented, or have accessors
|
||||
|
||||
|
||||
_ when using PGraphics, must call beginFrame() and endFrame()
|
||||
_ also need to be able to turn off MemoryImageSource on endFrame
|
||||
_ call defaults() in beginFrame()
|
||||
|
||||
test this
|
||||
_ "this file is named" errors don't like subdirectories
|
||||
_ need to strip off past the file separator or something
|
||||
@@ -601,6 +602,7 @@ _ http://dev.processing.org/bugs/show_bug.cgi?id=127
|
||||
|
||||
PGraphicsGL
|
||||
|
||||
_ implement hint(NO_DEPTH_TEST) for opengl
|
||||
_ images are memory leaking pretty badly
|
||||
_ texture re-allocated on each frame
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=150
|
||||
|
||||
14
todo.txt
14
todo.txt
@@ -11,21 +11,18 @@ X http://dev.processing.org/bugs/show_bug.cgi?id=180
|
||||
X problem with using qtjava is probably the quotes..
|
||||
X remove them because they're matching quotes elsewhere
|
||||
X drag & drop implementation to add files to sketch
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=21
|
||||
_ test drag and drop on windows
|
||||
_ also test on linux
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=21
|
||||
X test drag and drop on windows
|
||||
o also test on linux
|
||||
X make simple tool for casey to rebuild all the examples at once
|
||||
X first select a folder, then will open each sketch in turn, and export
|
||||
X just make it easier to go to the next sketch
|
||||
X need to rebuild with this release because of 1.3/1.4 issues
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=117
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=117
|
||||
o or add tool to hit 'next' to go through examples
|
||||
o just make it "next file in folder" since examples are all over
|
||||
o also need to copy examples locally
|
||||
|
||||
_ file as a bug (already found below)
|
||||
_ errors during export don't show up properly (no red status bar)
|
||||
|
||||
_ add "reference" and "examples" categories to bugzilla
|
||||
|
||||
the biggies
|
||||
@@ -36,6 +33,8 @@ _ autoformat deleting code
|
||||
_ use javac?
|
||||
_ ask japanese students about whether jikes is working ok
|
||||
|
||||
_ simple method for having a clickable region or sprite with rollover
|
||||
|
||||
_ make .pde files double-clickable from windows
|
||||
|
||||
o external apps should inherit memory settings from p5 itself
|
||||
@@ -344,6 +343,7 @@ _ http://dev.processing.org/bugs/show_bug.cgi?id=59
|
||||
PDE / Export
|
||||
|
||||
_ errors during export don't show up properly (no red status bar)
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=194
|
||||
_ write export-to-application
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=60
|
||||
_ problem with packages.. currently mainClassName is preproc name
|
||||
|
||||
Reference in New Issue
Block a user