mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
starting rev 0073
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
0072 core
|
||||
X make m00, m01 etc public
|
||||
X hack to make loadImage() work
|
||||
X cache settings are ignored, may be slow as hell
|
||||
X make hints[] no longer static
|
||||
X they weren't properly resetting
|
||||
|
||||
|
||||
0071 core
|
||||
X properly swap alpha values when lines need to be rendered backwards
|
||||
X make cursor() commands public
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
0072 core
|
||||
X make m00, m01 etc public
|
||||
X hack to make loadImage() work
|
||||
X cache settings are ignored, may be slow as hell
|
||||
X make hints[] no longer static
|
||||
X they weren't properly resetting
|
||||
0073
|
||||
|
||||
_ image("blah.jpg");
|
||||
_ loadImage() is broken on some machines
|
||||
|
||||
@@ -1,3 +1,15 @@
|
||||
0072 pde
|
||||
X error message when an import isn't available
|
||||
o particle examples c & d don't have their extra files
|
||||
o let's not call it 'expert', let's just say w/o java
|
||||
X new thread-safer version of the PdeEditorConsole
|
||||
X add build for particles lib
|
||||
X fix a bug where 'code' folder was no longer working
|
||||
X code folder had been completely disabled
|
||||
X some error messages (i.e. DLL missing) not propogating up
|
||||
X change PdeRuntime to pass all messages, parse later
|
||||
|
||||
|
||||
0071 pde
|
||||
o get linux version for 0071
|
||||
X suppress "bad file descriptor" error on mac os x
|
||||
|
||||
@@ -1,13 +1,4 @@
|
||||
0072 pde
|
||||
X error message when an import isn't available
|
||||
o particle examples c & d don't have their extra files
|
||||
o let's not call it 'expert', let's just say w/o java
|
||||
X new thread-safer version of the PdeEditorConsole
|
||||
X add build for particles lib
|
||||
X fix a bug where 'code' folder was no longer working
|
||||
X code folder had been completely disabled
|
||||
X some error messages (i.e. DLL missing) not propogating up
|
||||
X change PdeRuntime to pass all messages, parse later
|
||||
0073 pde
|
||||
|
||||
//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user