From 8b6c4376bf3d9237a89bcd60a9e49e4c1ebff820 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 6 Jun 2002 19:07:26 +0000 Subject: [PATCH] rev 25 --- processing/app/notes.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/processing/app/notes.txt b/processing/app/notes.txt index e3dbd954f..5bb341206 100644 --- a/processing/app/notes.txt +++ b/processing/app/notes.txt @@ -1,3 +1,16 @@ +ABOUT REV 0025 + +- 'rect' is now 'plane' + +- QUADS are now PLANES, QUAD_STRIP is PLANE_STRIP + +- curve() and bezier() now behave the same way + +- made all ui colors/fonts accessible from pde.properties + +- fixed long font names for the mac release + + ABOUT REV 0024 - lighting was broken, but no longer