Commit Graph

5775 Commits

Author SHA1 Message Date
codeanticode 866aae5d8e slightly reworked the logic for screen FBO in android 2012-07-29 18:22:00 +00:00
benfry 7b97dd4921 lots more in the todo list 2012-07-29 17:37:49 +00:00
benfry cf7a7c2d86 lots of cleaning in the todo list 2012-07-29 17:14:02 +00:00
codeanticode b31816f511 Added processing.opengl.* to list of core imports in android 2012-07-29 16:21:18 +00:00
benfry 429efa2df4 todo items, plus disallow underscores starting sketch name (issue #1047), also fix nasty overwrite bug 2012-07-29 16:12:33 +00:00
benfry 3aaf19256d todo items, whitespace weirdness 2012-07-29 16:11:34 +00:00
benfry ef165716b8 fix main() so that it handles args, also allows direct launch 2012-07-29 15:02:27 +00:00
codeanticode 362e6bf811 Updated to OpenGL examples in Java mode 2012-07-29 00:41:34 +00:00
codeanticode 905c143afc Updated OpenGL examples on Android 2012-07-29 00:40:36 +00:00
codeanticode 3e4b2c0aae Removed PShader.FILTER constant, added loadShader(String) to PGraphics in Android 2012-07-29 00:10:26 +00:00
codeanticode 205b67a529 better condition to catch offscreen-within-offscreen drawing 2012-07-28 22:57:12 +00:00
codeanticode e187335bdc force loadPixels() in PGraphicsOpenGL.initCache(), otherwise textures are not initialized properly in android 2012-07-28 22:10:42 +00:00
codeanticode 14526420f6 added loadShape() to PGraphicsAndroid2D 2012-07-28 20:37:00 +00:00
benfry 1e77dbcdd0 change how folders are handled on android sdk 2012-07-28 20:18:26 +00:00
benfry 16a25d4f6c todo notes 2012-07-28 19:34:46 +00:00
benfry 53dff0de63 several XML fixes 2012-07-28 19:30:43 +00:00
benfry 162cbf69d0 use new file choosers, and swap what is used on Linux (issue #1014) 2012-07-28 18:45:52 +00:00
benfry 1a8d38267c fix up the selectXxxx functions (issue #173 and others) 2012-07-28 18:44:49 +00:00
benfry 0f2dc3102e suppress XInitThreads message on Linux with JOGL 2012-07-28 15:30:46 +00:00
benfry e9f13f99ba get Android working again with latest SDK 2012-07-28 15:23:40 +00:00
benfry 9be93a219d missing method from desktop version 2012-07-28 14:59:36 +00:00
codeanticode 46f4ba5f51 upgrading jogl 2012-07-28 00:36:15 +00:00
codeanticode c9a6dcebf6 screenX/Y calls in Esfera example are redundant 2012-07-27 17:49:44 +00:00
codeanticode ee5169d3dd Removed unused imports 2012-07-27 15:17:42 +00:00
codeanticode 511780e6e1 on android as well 2012-07-27 15:16:05 +00:00
codeanticode a8a8b7188f index splitting algorithm w/out Set and ArrayList objects 2012-07-27 15:10:45 +00:00
codeanticode c3b8401f5e some corrections to the index splitting algorithm 2012-07-27 04:32:54 +00:00
shiffman 1ebb4814cd updates to PShape examples 2012-07-27 02:37:34 +00:00
shiffman 7d764ef717 updates to PShape examples 2012-07-27 02:34:05 +00:00
codeanticode 638a04ab1f android sync 2012-07-26 19:51:58 +00:00
codeanticode b63028d699 Updated some examples 2012-07-26 19:24:19 +00:00
codeanticode 31a062041c Calling defaultSettings() after beginOnscreen/Offscreen draw 2012-07-26 19:23:59 +00:00
codeanticode 003ea07a51 id of bound texture is stored in client side (PGL) 2012-07-26 14:46:33 +00:00
codeanticode 61e13ecc07 binding/unbinding textures more carefully 2012-07-25 22:22:13 +00:00
codeanticode 87d07557dd Texture.bind()/unbind() call the gl functions irrespective of the value of the bound flag 2012-07-25 17:12:59 +00:00
codeanticode 7ffc0c29bf using correct scale factor in line shader depending on type of projection 2012-07-24 22:45:11 +00:00
codeanticode 70db6fc1d5 added setVertex(int, PVector) to PShape 2012-07-24 20:31:39 +00:00
codeanticode c9c7dbc4db PApplet gets updated too 2012-07-24 20:22:04 +00:00
codeanticode d022a591e3 Updated filter examples 2012-07-24 20:20:12 +00:00
codeanticode 08cc864b1a put loadShader(String fragFilename) back in 2012-07-24 20:19:19 +00:00
codeanticode c867cd712c primary surface is used as key object when setting the cache for font textures 2012-07-24 19:49:36 +00:00
benfry 4ec94261c8 more missing files with Linux 2012-07-24 14:54:02 +00:00
benfry 84a2b3f7c7 command line starting to work again 2012-07-24 10:45:08 +00:00
benfry 80c873bc7f detect mode and library example folders for recent menu 2012-07-24 03:05:06 +00:00
benfry 60e801be85 attempt to fix windows line endings for revisions.txt 2012-07-24 01:32:50 +00:00
benfry d6b6535fe9 more work on recent 2012-07-24 00:05:45 +00:00
benfry 5dd60c1343 finish recent sketches menu, remove confusing new/open behavior 2012-07-23 19:14:35 +00:00
benfry 5c91ac32ce remove main() method to avoid confusion 2012-07-23 19:13:41 +00:00
benfry f015b9e72e minor cleanups 2012-07-23 19:13:24 +00:00
codeanticode 1efef5e4cd Updated Create Shapes examples to only use P2D 2012-07-23 17:35:54 +00:00