Commit Graph

169 Commits

Author SHA1 Message Date
benfry 772ec61e1e updates from jdf comments 2010-03-04 11:39:40 +00:00
benfry 9857d93841 add notes about reading from sd card 2010-03-04 10:06:24 +00:00
benfry b9bd5e37a5 not really 2010-03-04 09:36:55 +00:00
benfry f7b18037e2 major fix for path/polygon data 2010-03-04 09:34:11 +00:00
jdf 7f47e5d16c I've marked with "maybedone" the things that I'd like ben to try and evaluate for doneness. 2010-03-03 19:27:35 +00:00
jdf 8f27a78846 Created an IndeterminateProgressMonitor that acts a lot like the ProgressMonitor, but is, well, indeterminate. 2010-03-03 18:44:38 +00:00
jdf 902df6dd42 Off by one in reporting line number of uncaught exception 2010-03-03 16:40:56 +00:00
jdf ae6045f8cd Detect and report stack traces in the PDE. 2010-03-03 16:38:38 +00:00
jdf 366f792fc1 Undo reliance on otherwise dead class 2010-03-03 16:38:15 +00:00
jdf ccd9764daa Dead code. 2010-03-03 16:35:14 +00:00
jdf 62e38653bf More handsome code. 2010-03-03 01:22:58 +00:00
jdf 49632571c2 Add a progress monitor to the long, long process of launching a sketch. 2010-03-03 01:22:45 +00:00
jdf 90514c9a42 The zip action wasn't generating the zip file, so this makes it more reliable. 2010-03-02 19:26:33 +00:00
jdf c425698ae5 This seems to be the correct way of bringing the launcher up 2010-03-02 19:26:12 +00:00
jdf 22f6821d46 Allow up to 2 minutes for emulator to show up (or hardware to be connected). 2010-03-01 21:01:51 +00:00
jdf 41ee2580c5 Clean up informational messages. 2010-03-01 21:01:18 +00:00
jdf 3afb248064 AndroidSDK now has a single static method, "find", which checks your environment and the Processing preferences for a legit SDK, then prompts the user if all else fails. 2010-03-01 19:34:38 +00:00
jdf ae7af4a962 Hush a couple of informational messages 2010-03-01 19:33:19 +00:00
codeanticode 923b292344 fixed lighting bugs in A3D 2010-03-01 17:29:42 +00:00
benfry 4f539522e0 updates 2010-03-01 13:46:23 +00:00
benfry 8bf697ebee add gltexture stuff 2010-03-01 13:46:09 +00:00
benfry 695ac5fd3e another bug fix for set() and resize() 2010-02-28 19:36:12 +00:00
benfry 2f108ce03d handle exit via hitting the 'back' key 2010-02-28 13:49:56 +00:00
benfry b239ea93be fix for resize() 2010-02-28 13:35:38 +00:00
benfry 768a4e9b25 add other methods for reading/writing files that can handle paths 2010-02-28 12:58:25 +00:00
benfry 8db450043a drastically improve TIFF image I/O 2010-02-28 12:58:09 +00:00
benfry 666f050ec6 another note 2010-02-28 02:48:30 +00:00
benfry 976ece578a updates to the todo list, and a new core.zip 2010-02-28 02:47:28 +00:00
benfry 950e4e7993 fix image() issue with pixels and width/height change; support for link() 2010-02-28 02:46:36 +00:00
jdf 3697fee5e9 Attempt to start with a clean adb environment, and to leave it clean at exit. 2010-02-28 01:43:08 +00:00
jdf ec2c792dc6 Kill the emulator on exit if we started it. 2010-02-28 01:42:43 +00:00
jdf 7a33f70e45 Turn off the old sketch before reloading it. 2010-02-28 01:42:04 +00:00
benfry bf8c91416e default preprocessor imports 2010-02-28 01:06:49 +00:00
benfry 40a1030286 fix createFont() for otf and ttf files 2010-02-28 00:24:42 +00:00
benfry 4b94804827 fix for default stroke cap and join 2010-02-27 23:54:39 +00:00
benfry 513c73a5b9 latest bundle, todo notes, etc 2010-02-27 22:05:15 +00:00
benfry ebf26ccb39 fix implementation of createGraphics() and arc() 2010-02-27 22:04:56 +00:00
benfry 7a7393dcce canvas.rotate() expects degrees 2010-02-27 20:18:35 +00:00
jdf d03cbea2d5 start the damned thread 2010-02-27 19:14:08 +00:00
jdf b813e6dabd Added debugging for bf emulator trouble 2010-02-27 19:13:19 +00:00
jdf 74add1680e more cleanup 2010-02-27 19:03:01 +00:00
jdf 94cb5e7efd cleaning up 2010-02-27 18:43:44 +00:00
jdf b57bec0cf8 Try to address Mac problem with emulator launch 2010-02-27 18:43:31 +00:00
benfry 858ce64d17 finishing up point() code 2010-02-27 18:08:25 +00:00
benfry c31b3f8058 fix point() for multiple sizes 2010-02-27 18:03:34 +00:00
benfry 5b12d99d90 use the android time object instead of the java calendar class 2010-02-27 17:14:44 +00:00
jdf 55107db932 Console from sketches! 2010-02-27 16:52:56 +00:00
benfry cf1c3e4b2c fixed license headers for core 2010-02-27 16:49:54 +00:00
benfry 7fec09a19b quick bug fix for tint() and fonts, other cleanups 2010-02-27 16:38:16 +00:00
benfry 39678eb40a lots of work on set(), also fix requestImage() 2010-02-27 16:27:36 +00:00