Commit Graph

3417 Commits

Author SHA1 Message Date
jdf 1a3cc407ab Add notice about cleaning up 2010-03-13 20:21:19 +00:00
jdf 9fe68eb144 Clean up after old derived resources 2010-03-13 20:08:14 +00:00
benfry 754d75b89b verifying preproc issues fixed by jdf 2010-03-13 13:29:55 +00:00
jdf d54caddd93 Fix #1442 (parser only recognized void functions as indicating active mode) 2010-03-13 08:16:26 +00:00
jdf 28529ea0bd Can't reproduce bug that necessitated this hack, so took the hack out. Confirm? 2010-03-12 21:12:45 +00:00
jdf f9597836f1 Support static import. 2010-03-12 20:52:15 +00:00
jdf b4664086e5 Move AST debug code, and factor out util that knows about the names of tokens. 2010-03-12 19:47:01 +00:00
jdf 07c684574c enhanced for loop, and varargs 2010-03-12 16:42:30 +00:00
jdf 4f2795157b Use Java5 grammar. PDE now supports type arguments and type parameters. Move grammars away from derived resources for easier and safer cleaning and maintenance. 2010-03-12 16:00:50 +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 16547cf3fc finishing up the release 2010-03-12 00:49:45 +00:00
benfry aae9e0b12a ohhhhh subversion 2010-03-12 00:39:26 +00:00
benfry 8e4e849618 update version number 2010-03-12 00:37:23 +00:00
benfry 1afc6ffb54 writing revisions file 2010-03-12 00:28:48 +00:00
benfry c3bfab6281 add support for default font 2010-03-12 00:18:38 +00:00
benfry d3878d2cc9 couple of todo items, cleaning up 2010-03-11 17:57:07 +00:00
benfry 40d53e01a9 do revision check and set RELEASE variable based on the result 2010-03-11 17:56:39 +00:00
benfry b2d9268035 update font handling, change itext to 2.1.7 2010-03-11 17:50:26 +00:00
benfry 5677c2baf8 adding setOutput(), lots of other fixes for fonts 2010-03-11 14:03:25 +00:00
benfry 7f90c8998f change ascent/descent for fonts back to the older model 2010-03-11 14:02:56 +00:00
benfry c4f608b4a8 bring back older style ascent/descent values 2010-03-11 12:15:09 +00:00
benfry 91890cfdfb updated examples 2010-03-10 18:10:54 +00:00
benfry 192aabc63e fix problem with library loading in 0178 (bug #1473) 2010-03-10 17:57:11 +00:00
benfry cb601df611 notes about the pdf library 2010-03-10 17:13:51 +00:00
benfry d2aca2d8c9 todo items and rolling back .classpath 2010-03-10 16:06:10 +00:00
jdf 331f001570 Force Java 5 libraries, to ensure compatibility with mac 2010-03-10 15:05:08 +00:00
benfry a8c24df7da old build files, no longer in use 2010-03-10 14:54:30 +00:00
benfry 79af68f64a fix CDATA problem 2010-03-09 20:26:31 +00:00
benfry 9ce2f3acf1 updating for 2010 2010-03-09 20:26:21 +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