Commit Graph

1062 Commits

Author SHA1 Message Date
Ben Fry
4ed878f912 more props work 2013-04-20 15:35:55 -04:00
Ben Fry
3583213403 properties file for Android Mode 2013-04-20 13:24:47 -04:00
Ben Fry
1a6387a539 finding a new home (and build process) for Android Mode 2013-04-20 13:12:27 -04:00
Ben Fry
fef259524c add get/setContent() for XML 2013-04-20 07:57:31 -04:00
Ben Fry
8f7a8b0e95 more notes 2013-04-19 16:35:33 -04:00
Ben Fry
6cb824b54a ignore the jar file for the mode 2013-04-19 16:24:57 -04:00
Ben Fry
2ca44554b0 more work for Android mode 2013-04-19 16:21:45 -04:00
Ben Fry
075a9d587a more work on standalone Android mode 2013-04-19 16:21:34 -04:00
Ben Fry
145e8d2796 removing old cruft from app build, starting android build.xml 2013-04-19 12:34:09 -04:00
Ben Fry
6fbef971a0 moving android fully to its own subdirectory 2013-04-19 11:52:45 -04:00
codeanticode
8cc9a6b16f cap/joins fix in android as well 2013-04-18 18:15:59 -04:00
codeanticode
908a72ff59 android update 2013-04-18 17:19:59 -04:00
Daniel Shiffman
2979f1c28a Merge pull request #1723 from ybakos/p5_web_45_examples_SmokeParticleSystem
Examples patch (7 of 9)
2013-04-07 10:39:58 -07:00
Yong Bakos
d1e3a60d5e Deprecating Random.nextGaussian() in lieu of randomGaussian.
This change brings the Android example in-line with the Java
example.
References processing/processing_web#45
2013-04-05 12:31:40 -06:00
Yong Bakos
e42b4dcb3c Improving header comment to set user expectation.
Cleaning up setOffset() such that it has one job: setting the offset.
References processing/processing_web#45
2013-04-05 12:17:12 -06:00
codeanticode
959bd68c87 Merge branch 'master' of https://github.com/processing/processing.git 2013-02-25 17:17:44 -05:00
codeanticode
cd33fb908e Fixes #1661 2013-02-25 17:13:38 -05:00
Ben Fry
e001644485 starting 0217 (beta 9?) 2013-02-24 09:33:56 -05:00
codeanticode
d3d453d4e9 canDraw() in PApplet to better control GL draw requests 2013-02-23 16:45:42 -05:00
codeanticode
4db1ab3c89 stroke path uses color information, fixes #1196 2013-02-22 17:43:30 -05:00
codeanticode
4ff80b42ee Fixes #1641 2013-02-22 15:22:30 -05:00
codeanticode
ed0db3e4be check number of max number of samples in addition to availability of
multisampling extension to make sure that no MSAA renderbuffer is
created, fixes #1644
2013-02-21 20:46:29 -05:00
codeanticode
8f52195715 changed visibility of some variables in FontTexture 2013-02-20 18:38:26 -05:00
Ben Fry
d57b4c8cf0 updates to the todo lists 2013-02-20 16:29:27 -05:00
codeanticode
2967de1b4b updated Ribbons example on android 2013-02-20 16:26:30 -05:00
codeanticode
fe67ae627f added gl thread check on resource deletion to android 2013-02-20 16:26:07 -05:00
codeanticode
39a8ac7a04 getVertexCount() updates tessellation if needed 2013-02-20 11:27:01 -05:00
codeanticode
22290d299b android sync 2013-02-19 11:04:44 -05:00
codeanticode
f44ca59df9 some comments explaining the use of direct buffers on android 2013-02-18 14:18:54 -05:00
codeanticode
5f95bc3908 ported last changes to android, fixed indexing bug 2013-02-18 12:26:07 -05:00
codeanticode
831b147c1e update GroupPShape example on android 2013-02-18 10:47:25 -05:00
codeanticode
251d6f1e38 android sync 2013-02-18 10:43:47 -05:00
Yong Bakos
4ff94a3f16 Replacing heading2D with heading for all general examples. Issue #1627 2013-02-14 15:11:33 -07:00
codeanticode
6675f2b1f5 a few more example updates 2013-02-13 11:14:25 -05:00
codeanticode
f39e24e4f8 Updated PShape android examples to use the latest API 2013-02-13 11:13:43 -05:00
codeanticode
d0f8e1a206 added color initialization to PGL android 2013-02-13 10:37:05 -05:00
codeanticode
6b38091424 Updated shader examples on Android 2013-02-10 08:59:04 -05:00
codeanticode
92f62c45ce Android sync 2013-02-10 00:13:32 -05:00
Ben Fry
253a53acbe remove bad Eclipse project files 2013-02-05 14:15:20 -05:00
Ben Fry
eee6123135 adding ignore files 2013-01-27 10:52:36 -05:00
benfry
3cffa8efe6 add TAU as alias for TWO_PI (issue #1488) 2013-01-22 02:55:43 +00:00
benfry
91972d0e9d fix XML indentation and Android issues (issue #1512) 2012-12-22 16:35:51 +00:00
benfry
cf05993ab4 doing battle with XML and format() 2012-12-22 16:17:26 +00:00
codeanticode
65ffc3ff4a Fixes issue #1495 2012-12-21 15:22:41 +00:00
codeanticode
a6138f2326 solves transparency issue with multisample offscreen buffers 2012-12-21 01:11:30 +00:00
benfry
26b08fb8aa add createXML() 2012-12-19 23:20:41 +00:00
benfry
7792e36fde fix categorical data bug 2012-12-19 22:34:47 +00:00
benfry
509a1943f0 add note about certs 2012-12-19 21:25:00 +00:00
codeanticode
e64de19d42 copy projection and modelview matrices to opengl 2012-12-19 15:55:22 +00:00
codeanticode
2791300413 changed visibility 2012-12-18 00:39:47 +00:00