mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
starting rev 83
This commit is contained in:
@@ -9,13 +9,13 @@ releases will be super crusty.
|
||||
|
||||
ABOUT REV 0082 - 6 april 2005
|
||||
|
||||
- casey has updated the examples, reference, and keywords.
|
||||
|
||||
- default lighting now works.. lights() and noLights() should properly
|
||||
make things look 3D and pretty... this is all thanks to simon. there
|
||||
are a ton of features that come along with this, but we're testing
|
||||
them and finalizing the api first before announcing them.
|
||||
|
||||
- the stop button should be working again
|
||||
|
||||
- default window height is no longer insufficient (after prefs were
|
||||
deleted on windows, on the next run the window was smashed)
|
||||
|
||||
@@ -31,7 +31,13 @@ ABOUT REV 0082 - 6 april 2005
|
||||
|
||||
known problems
|
||||
|
||||
- P2D still badly broken
|
||||
- P2D still badly broken (no lines, etc)
|
||||
|
||||
- flicker still likely in java2d.. the applet and graphics threads
|
||||
aren't playing nicely with each other
|
||||
|
||||
- stop button still broken.. had it fixed for a minute but a bunch
|
||||
of other problems reappeared.
|
||||
|
||||
- dragging the applet window around will usually halt it (especially
|
||||
with opengl)
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
0082 core
|
||||
X make jdkVersion, jdkVersionName, platform, platformName variables
|
||||
X additional note about screen sizes and displays
|
||||
X sto instead of stop in present mode
|
||||
X appears that opengl libraries weren't correctly added in 81?
|
||||
X requestFocus() now called on gl canvas
|
||||
X basic lights now work by default
|
||||
|
||||
|
||||
0081 core
|
||||
X background(PImage) now works in opengl
|
||||
X when running externally, applets don't always get placed properly
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
0082 core
|
||||
X make jdkVersion, jdkVersionName, platform, platformName variables
|
||||
X additional note about screen sizes and displays
|
||||
X sto instead of stop in present mode
|
||||
X appears that opengl libraries weren't correctly added in 81?
|
||||
X requestFocus() now called on gl canvas
|
||||
0083 core
|
||||
|
||||
_ fix bezierVertex() for newer api
|
||||
|
||||
|
||||
@@ -1,3 +1,18 @@
|
||||
0082 pde
|
||||
X shut off text anti-aliasing in the about box
|
||||
X implemented ryan alexander's grow box design
|
||||
o when centering applet on-screen, needs to check for multiple screens
|
||||
o this is both for PApplet and PdeRuntime
|
||||
o PApplet screen size constant is no good
|
||||
X nope, because centers on default screen
|
||||
o revisions.txt et al aren't properly having LFs converted
|
||||
X false alarm, was only on rev 69
|
||||
X set default window height to 600 so that it appears properly
|
||||
X windows version was smashing it at the bottom when new prefs
|
||||
X don't allow saved window position to be outside the current display
|
||||
X change to how keywords are loaded
|
||||
|
||||
|
||||
0081 pde
|
||||
X need to make sure people add the OPENGL lib if using opengl mode
|
||||
X throws an error message
|
||||
|
||||
@@ -1,19 +1,11 @@
|
||||
0082 pde
|
||||
X shut off text anti-aliasing in the about box
|
||||
X implemented ryan alexander's grow box design
|
||||
o when centering applet on-screen, needs to check for multiple screens
|
||||
o this is both for PApplet and PdeRuntime
|
||||
o PApplet screen size constant is no good
|
||||
X nope, because centers on default screen
|
||||
X external apps don't stop at all when 'stop' is hit
|
||||
o revisions.txt et al aren't properly having LFs converted
|
||||
X false alarm, was only on rev 69
|
||||
X set default window height to 600 so that it appears properly
|
||||
X windows version was smashing it at the bottom when new prefs
|
||||
X don't allow saved window position to be outside the current display
|
||||
X change to how keywords are loaded
|
||||
0083 pde
|
||||
|
||||
_ runtime exceptions have stopped coming through
|
||||
_ external apps don't stop at all when 'stop' is hit
|
||||
_ worker thread is halting the app ala code folder bug
|
||||
_ could this be dealt with by using nio?
|
||||
_ host environment will be running 1.4 so...
|
||||
|
||||
_ runtime exceptions have stopped coming through (on pc only?)
|
||||
|
||||
_ moving an external window around a lot will halt the parent
|
||||
_ does move even need to be called? could just wait till stop?
|
||||
@@ -22,7 +14,9 @@ _ external apps also seem to not do newlines properly on exceptions
|
||||
_ appendText launches a new thread for every blip of text
|
||||
_ this is totally wrong and really horks things
|
||||
|
||||
_ make a linux version of this release
|
||||
_ fishwick library export stuff
|
||||
|
||||
_ make a linux version
|
||||
_ need to fix up the make/dist scripts for linux
|
||||
|
||||
_ saved window positions.. if displays has changed, becomes a problem
|
||||
|
||||
Reference in New Issue
Block a user