starting rev 0073

This commit is contained in:
benfry
2004-11-09 03:49:40 +00:00
parent 715078e257
commit d604208cc0
4 changed files with 22 additions and 16 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
//