add stop() to static apps, remove loop() from special preproc

This commit is contained in:
benfry
2004-09-21 01:46:39 +00:00
parent ba0fc444b9
commit 1b7cdae8d7
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -335,6 +335,7 @@ public class PdePreprocessor {
if (programType == STATIC) {
// close off draw() definition
out.print("noLoop(); ");
out.print("}");
}
+4
View File
@@ -186,7 +186,11 @@ o PGraphics has none.. PApplet has fill/stroke
X actually not the case, only that wasn't calling decent superclass
X set PImage.format as RGB by default?
X this was problem with rendering an image from PGraphics on board
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1091798655;start=0
X http://processing.org/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1080671926;start=0
040920 later
X remove "loop" from special inserts on preproc
_ need to resolve rotated text in SCREEN_SPACE
_ SCREEN_SPACE is weird for text
+8
View File
@@ -66,6 +66,14 @@ X append the user's classpath to the end of that
040913 afternoon
X "Processing" folder not properly created on new install
040920
X add noLoop() to static mode apps
_ static applets need to be able to resize themselves on 'play'
_ figure out what to do with static apps exported as application
_ needs to just hang there
_ add all imported libs to hash table of jars
_ something calling