Commit Graph

138 Commits

Author SHA1 Message Date
benfry bba279f465 trying to move things around a bit, mostly making a mess 2002-07-25 04:06:39 +00:00
benfry e0874ba03e 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 84e8e1612d fixed exception on close when trying to create sketch.properties on
linux and mac
2002-07-23 17:52:51 +00:00
benfry da5f843add the good stuff 2002-07-23 15:37:18 +00:00
benfry a6fedb667d 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 cd7c54d0e5 blah blah blah end of day 2002-07-22 23:28:58 +00:00
benfry b328830cc8 newer version of jikes 2002-07-22 23:27:15 +00:00
benfry 5542e91565 removing debug spew 2002-07-22 20:47:09 +00:00
benfry 9deffc7f89 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 138e4d894a mo tidbits 2002-07-22 16:09:30 +00:00
benfry 13721f933f moving things around and breaking cvs directory structure 2002-07-22 15:49:07 +00:00
benfry 98468787eb tidbits for 034 2002-07-22 07:12:06 +00:00
benfry a2f5848cf5 finished presentation and play modes for rev 034 2002-07-22 07:08:51 +00:00
benfry ed5413bfc6 problem in number parsing was keeping apps from running (getInteger
inside PdeBase)
2002-07-22 05:19:44 +00:00
benfry 388023f8b6 tweaks 2002-07-21 21:55:49 +00:00
benfry a5beacd84d miscellaneous 2002-07-18 23:27:44 +00:00
benfry 0ccb7a8178 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 decc8e0312 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 5242331b06 tidbits 2002-07-03 15:02:26 +00:00
benfry 04d3e533d7 a light at the end of the tunnel.. sketchbook starting to work 2002-07-03 14:52:03 +00:00
benfry 31811d14e9 sketchbook now running sort of 2002-07-03 14:17:38 +00:00
benfry 3f96c3203c tweaking on sketchbook.. frightening todo list 2002-07-03 11:32:32 +00:00
benfry 475b2b880e working on sketchbook in the evening at the ivrea apartment 2002-07-03 09:30:12 +00:00
benfry 251783c2db attempting to break curve at the lsat minute 2002-07-02 17:32:29 +00:00
benfry 163467452e sketchbook finally moving 2002-07-02 17:24:14 +00:00
benfry 86d8b87204 working on menus/sketchbook 2002-07-02 16:20:18 +00:00
benfry 4d91fd6e79 work on sketchbook 2002-07-02 15:55:41 +00:00
benfry 23e864b50b 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 4afe4b3785 beginning work on sketchbook, minor cleanups 2002-07-02 11:16:16 +00:00
benfry 014e68671e attempt to get serial into bapplet, then disabled again 2002-07-02 09:29:35 +00:00
benfry 81267fbc11 X convert color -> int
X     also include #ff00cc -> proper conversion
2002-07-01 15:34:34 +00:00
benfry 7285898796 comments no longer removed from imported files 2002-07-01 15:09:30 +00:00
benfry 3fb86d5174 last touches for rev 29 2002-07-01 13:55:20 +00:00
benfry 02a05045a1 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
Casey Reas 602c52863b Fixes by Ben to make things build on Casey's machina 2002-07-01 12:22:32 +00:00
benfry 576fb4d783 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 66eba0f933 fixed int() and float() problems, also the double f issues 2002-06-30 15:16:02 +00:00
benfry 6837e54238 rev 28 in progress, draw() works better 2002-06-30 12:26:51 +00:00
benfry 3f8ab855c0 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 9a680198d0 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 9e22cb6aed editor.button_bgcolor fix 2002-06-17 16:02:32 +00:00
benfry 5d21ff7c66 rev 25 2002-06-06 19:07:26 +00:00
benfry 4310e6bf03 skinnable ui dreck 2002-06-06 18:22:46 +00:00
benfry a3bec2b1e5 about to make other changes to editor for 0025 2002-06-06 17:05:49 +00:00
benfry f19cdd2b77 mo money mo people mo bucks 2002-06-03 03:06:41 +00:00
benfry 8f66f33efb fixes on the flight.. rect is now plane, etc. moving towards 26 2002-04-30 21:17:29 +00:00
benfry a512b8ab9b forgot to add lots of things for the new version 2002-04-23 12:33:36 +00:00
benfry 17eddad16e actual fixes for 24 2002-04-22 12:18:10 +00:00
benfry 61c74e979c lots of changes for 0023 and the workshop 2002-04-22 09:31:18 +00:00
benfry 4962405945 working on zooming 2002-04-19 16:21:20 +00:00