notes on building macos, and changes to todo

This commit is contained in:
benfry
2003-06-24 16:44:53 +00:00
parent f3d5766684
commit 0eb5f6c1d2
2 changed files with 24 additions and 5 deletions
+12
View File
@@ -191,3 +191,15 @@ cvs -z3 update -d -P
# since been added. but if you're getting "class not found" errors
# while building, then that's a good indicator that something is
# missing from a subfolder.
//// MAC OS 9
this is actually built from inside osx, but then you reboot into os9
to move files around, remove and .DS_Store files that may have shown
up, and package the thing with stuffit.
when first attempting to build, it's necessary to un-macbinarize the
Proce55ing application. (processing/build/macos9/dist/Proce55ing.bin)
for some reason, this doesn't quite work with stuffit expander. i use
an app called MacBinaryII+, which is a super crusty app, but it works.
+12 -5
View File
@@ -19,16 +19,18 @@ X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs
X print(char) and println(char) didn't exist. whoops.
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1055940673
X added constructor in BImage that takes java.awt.Image
X added FileInputStream version of loadStream for locally running code
other folks
ks X adaptive sizing of circle segmenting based on rendered size
ks X rather than requiring a fixed amount
ks X have a few settings cached
dm X patch to fix last line highlight bug in highlightLine()
cr X new function for linking to external web page
_ inside draw() mode, delay() does nothing
_ delay might be a good way to signal drawing to the screen/updating
bf b _ some flag to know whether applet is online or not
bf b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1051758365;start=0
bf b _ fix link() and loadStream code once that's fixed
bf b _ if sketchbook.dir is set, makes new sketchbook folder
bf b _ reads sketchbook properly from other folder
@@ -51,6 +53,9 @@ bf b _ perlin noise 1D. noise()
bf b _ cartesian/polar conversion
bf b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1053354853
bf b _ inside draw() mode, delay() does nothing
bf b _ delay might be a good way to signal drawing to the screen/updating
////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
@@ -222,8 +227,6 @@ BAGEL / Details
b _ break out BSerial as separate object like BVideo
b _ BSerial.flush and BSerial.available
bf b _ some flag to know whether applet is online or not
bf b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1051758365;start=0
bf b _ make zbuffer available instead of g.zbuffer
b _ getting mouse movement outside the window
b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1051916278;start=0
@@ -384,6 +387,10 @@ _ contextual syntax highlighting based on grammar
_ probably want to include everything that's in java.lang and maybe others
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1045665326
dm b _ additional data conversions to avoid this syntax:
dm b _ Integer.toString()
dm b _ Integer.parseInt()
PDE / Compiler