Commit Graph

136 Commits

Author SHA1 Message Date
benfry a259399597 shmancy new make.bat for p5 windows, and bapplet working nicely too.
started getting serial back into bapplet, need to test tomorrow.
2002-07-24 04:29:03 +00:00
benfry 72645433dc fixed exception on close when trying to create sketch.properties on
linux and mac
2002-07-23 17:52:51 +00:00
benfry 81248b2b6b the good stuff 2002-07-23 15:37:18 +00:00
benfry bcacb1d48e X save as instead of rename/duplicate
X   this makes more sense, hopefully it won't break everything
X put newline after imports header in exported .java files

last touches before rev 36
2002-07-23 14:59:45 +00:00
benfry db6d658786 blah blah blah end of day 2002-07-22 23:28:58 +00:00
benfry 11447eb90e removing debug spew 2002-07-22 20:47:09 +00:00
benfry d41ec18053 checked mousePressed and it seems to be ok. added int versions of
background, fill, and stroke
2002-07-22 19:33:40 +00:00
benfry e4843b7cf7 mo tidbits 2002-07-22 16:09:30 +00:00
benfry e2428068b5 moving things around and breaking cvs directory structure 2002-07-22 15:49:07 +00:00
benfry 2f332362ad tidbits for 034 2002-07-22 07:12:06 +00:00
benfry 77c2aefd0f finished presentation and play modes for rev 034 2002-07-22 07:08:51 +00:00
benfry c3defdb1af problem in number parsing was keeping apps from running (getInteger
inside PdeBase)
2002-07-22 05:19:44 +00:00
benfry 02e7d5bb72 tweaks 2002-07-21 21:55:49 +00:00
benfry 216e99dc9a miscellaneous 2002-07-18 23:27:44 +00:00
benfry eccb164175 lots of mega-changes for 32 and heading towards 33.. see done.txt for
full details.
2002-07-08 03:28:46 +00:00
benfry 2d42221d24 0031a
X lib/pde.properties should be read using getResource
X   otherwise path issues cause trouble (likely under win98)
X take state information out of Header
X cleanup lastFile/lastDirectory
X save (just) last program run in sketch.properties
X coloring of error, message, etc changed in pde.properties
X finish save changes stuff

0031b
X editorlistener shouldn't track menu commands as changes to file
X   ctrl keys bksp/del/enter/return/tab then space on up
X   indicator for changes?
X   need to implement code for whether changes have been made
X   check for key events in textarea or something
X     if key events, compare contents against the existing file
X userName not getting set before sketchbook menu is built
X add 'refresh list' item to the sketchbook menu

0031c
X ability to set directory for compiling in kjcengine

0031d
X make sure compiling into build directory
X   and once compiled there, read all classes for export
2002-07-05 09:52:58 +00:00
benfry 6896b62803 tidbits 2002-07-03 15:02:26 +00:00
benfry 7d37fe2863 a light at the end of the tunnel.. sketchbook starting to work 2002-07-03 14:52:03 +00:00
benfry 1fb214c377 sketchbook now running sort of 2002-07-03 14:17:38 +00:00
benfry 441535c16b tweaking on sketchbook.. frightening todo list 2002-07-03 11:32:32 +00:00
benfry efc123c777 working on sketchbook in the evening at the ivrea apartment 2002-07-03 09:30:12 +00:00
benfry 5bdf05ba20 attempting to break curve at the lsat minute 2002-07-02 17:32:29 +00:00
benfry ea4c3eb48f sketchbook finally moving 2002-07-02 17:24:14 +00:00
benfry 8199746864 working on menus/sketchbook 2002-07-02 16:20:18 +00:00
benfry 13fc27d43f work on sketchbook 2002-07-02 15:55:41 +00:00
benfry 96d4cc98d7 pde applet / application -> pdebase, and all the mess that entails..
remove lots of dead code from dbn
2002-07-02 14:24:16 +00:00
benfry bcc68b4ea1 beginning work on sketchbook, minor cleanups 2002-07-02 11:16:16 +00:00
benfry a44a7c1428 attempt to get serial into bapplet, then disabled again 2002-07-02 09:29:35 +00:00
benfry 821e35825f X convert color -> int
X     also include #ff00cc -> proper conversion
2002-07-01 15:34:34 +00:00
benfry d365a6c949 comments no longer removed from imported files 2002-07-01 15:09:30 +00:00
benfry eab3a33663 last touches for rev 29 2002-07-01 13:55:20 +00:00
benfry b8bd5cb181 X triangle() 6 parameters
X quad() 8 parameters
X rect/rectMode again
X remove addMouse/addKeyboard/addTime
X keyDown(), mouseDown(), lastMouseX, lastMouseY
X degrees(), radians()
X new color solution
X   make sure fxns come through (if static/final?)
X   color() -> uses colorMode
X   red/green/blue() hue/saturation/value() functions
X   getPixel/setPixel
2002-07-01 13:46:11 +00:00
REAS 267f4ec257 Fixes by Ben to make things build on Casey's machina 2002-07-01 12:22:32 +00:00
benfry 09c3a5364e X size() code no longer checks for resize() and other similar things
X add char(), byte() to int/float stuff
2002-07-01 09:12:08 +00:00
benfry 8b51040fa0 fixed int() and float() problems, also the double f issues 2002-06-30 15:16:02 +00:00
benfry 7475b15ca2 rev 28 in progress, draw() works better 2002-06-30 12:26:51 +00:00
benfry 654b3ee734 X modified pde.properties slightly for console and header
X need stdout in p5 window b/c mac has no stdout
X   remove class 'PdeEditorOutput' and 'PdeEditorLabel'(?)
X   added editor.console.lines to pde.properties
X int() and float() now work for casting
X draw mode needs to be better for workshops
X   make size() work for draw() mode
X     inside Engine, reach in and grab calls to 'size'
X     if call is not using a constant number, then punt
X   when exporting, needs to grab this size parameter as well
2002-06-30 11:50:01 +00:00
benfry aa4421596b change editor.button_bgcolor -> editor.buttons.bgcolor
if no 0 before decimal place in a number it breaks
change plane to quad
get new casey colors and buttons
2002-06-30 11:37:44 +00:00
benfry 636bd9c901 editor.button_bgcolor fix 2002-06-17 16:02:32 +00:00
benfry 8b6c4376bf rev 25 2002-06-06 19:07:26 +00:00
benfry a72473efd0 skinnable ui dreck 2002-06-06 18:22:46 +00:00
benfry 59774b397f about to make other changes to editor for 0025 2002-06-06 17:05:49 +00:00
benfry 5003c761ab mo money mo people mo bucks 2002-06-03 03:06:41 +00:00
benfry 1dcb91bcb2 fixes on the flight.. rect is now plane, etc. moving towards 26 2002-04-30 21:17:29 +00:00
benfry 46a60bacfa forgot to add lots of things for the new version 2002-04-23 12:33:36 +00:00
benfry 9585adb16c actual fixes for 24 2002-04-22 12:18:10 +00:00
benfry 5320d8321b lots of changes for 0023 and the workshop 2002-04-22 09:31:18 +00:00
benfry 6de75f8eb0 working on zooming 2002-04-19 16:21:20 +00:00
benfry 75d2e1edd5 middle of work on maximizing window etc 2002-04-18 14:03:49 +00:00
benfry f8b55a5c37 moving things to bapplet et al 2002-04-18 04:49:12 +00:00