Commit Graph

208 Commits

Author SHA1 Message Date
jdf 7fc6c3d70b Many changes to improve the decoupling and testability of the preprocessor. For example, you no longer have to set up anything on the filesystem in order to preprocess. 2010-03-16 19:40:09 +00:00
jdf e4d577e6c1 While changing PdePreprocessor to make it more amenable to unit tests, I discovered a bug in my last fix. This fixes the bug while changing the construction of PdePreprocessor. Now instead of emitting the literal text "public" while walking the tree, I modify the tree to contain the "public" modifier on methods that lack explicit access. 2010-03-16 17:55:26 +00:00
benfry a6136c8dc6 starting revision 0181 2010-03-16 06:07:09 +00:00
benfry b58721f531 adding support for default font in android core 2010-03-14 17:11:47 +00:00
benfry 136659ebbc add implicit path commands to svg (bug #1503) 2010-03-14 17:05:31 +00:00
benfry f994c29dba update the sdk version 2010-03-14 17:04:21 +00:00
codeanticode 6b7b64421c Fixed buffer expansion bug in A3D 2010-03-14 00:18:37 +00:00
codeanticode 9d6f2ae958 GLModel is now subclass of PShape 2010-03-12 06:53:39 +00:00
benfry da3dd8d75a starting revision 0180 2010-03-12 01:26:41 +00:00
benfry d2aca2d8c9 todo items and rolling back .classpath 2010-03-10 16:06:10 +00:00
jdf b2d1d51d17 Have I fixed these things? 2010-03-09 15:03:44 +00:00
jdf 830e829cc8 Make progress dialog a bit wider 2010-03-09 15:03:36 +00:00
jdf de5b04de26 Don't need those conditions 2010-03-08 22:23:30 +00:00
jdf e299769c0c Hush a bunch of stderr debugging messages. 2010-03-08 22:19:03 +00:00
jdf aa2a23e707 Shut yourself down when your logcat is exhausted, please. 2010-03-08 22:17:57 +00:00
jdf 32db8f48ea Cleanup android build folder, and make it a new tmp folder each time. 2010-03-08 21:14:23 +00:00
jdf b488f2da40 Cleanup android build folder, and make it a new tmp folder each time. 2010-03-08 21:13:46 +00:00
jdf c01be0874f Changes to make the detection of bad emulator behavior more robust. For example, if you kill the emulator while the sketch is launching on it, it seems to react appropriately now. There's a lot of noise coming out on stderr now; I'll clean that up once I've satisfied myself that it's reliable. 2010-03-08 16:19:24 +00:00
jdf 3ae018951a Hush the build. 2010-03-08 16:17:37 +00:00
codeanticode 2d63eff8b4 GLTexture not subclassed from PImage anymore 2010-03-06 06:59:59 +00:00
codeanticode fa2b5fb673 Partial solution for flickering when background() is not used in A3D 2010-03-06 05:16:34 +00:00
codeanticode b45c697e3e Fixed flickering problem when looping is disabled in A3D mode 2010-03-06 04:49:25 +00:00
codeanticode 3518647294 Changed some ToDos in PGraphicsAndroid3D 2010-03-06 03:40:48 +00:00
jdf 756bb2f6be Working towards making the emulator a more reliable component. It now has a well-defined state that can be queried. Next step: make the launch process know about it! 2010-03-05 21:49:21 +00:00
jdf 601b692f62 Ensure destruction of logcat process 2010-03-05 17:51:30 +00:00
jdf 2c48517c0e Always synchronize on collection when iterating 2010-03-05 17:50:59 +00:00
jdf 1680fe0d52 Always cancel futures that don't yield results. 2010-03-05 17:49:07 +00:00
jdf def93e671e Always destroy processes. 2010-03-05 17:48:42 +00:00
jdf 0451e0f32f Nice thingy for watching and killing unruly processes 2010-03-05 17:48:24 +00:00
jdf 3a624de222 Remove unused API. Always kill process. 2010-03-05 16:19:58 +00:00
benfry 88c50dd332 switching to screenWidth/Height instead of screenW/H as per casey's suggestion 2010-03-05 13:44:26 +00:00
benfry 7c80ed4b1e starting revision 0179 2010-03-05 09:20:03 +00:00
jdf 871bfcc9b9 Fix bug 1470: now auto-detects JAVA_HOME and auto-inserts JAVA_HOME/bin into path. 2010-03-04 19:03:47 +00:00
jdf 5bed47f10d Fix bogus comment 2010-03-04 19:02:51 +00:00
jdf 887871d81e New build with jdf's bugfixes 2010-03-04 14:14:24 +00:00
jdf c7462eea57 Only report stack traces having to do with our sketches! 2010-03-04 14:13:49 +00:00
jdf 28e563696b The "message" part, which I'd thought corresponds to the "message" of an exception, should be the whole excetion line, inculding the exception class and a colon. 2010-03-04 14:13:20 +00:00
benfry 91bb309f3a oh yeah, *that's* why screen isn't static 2010-03-04 14:03:19 +00:00
benfry e89be2a053 changing to screenW/H and documenting it 2010-03-04 13:56:31 +00:00
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