Commit Graph

9679 Commits

Author SHA1 Message Date
codeanticode
fcff028cf3 check if attribute is active 2015-03-31 15:39:46 -04:00
codeanticode
8ac36534d6 fixed index argument 2015-03-31 15:19:47 -04:00
codeanticode
c226badf22 added bind and unbind to VertexAttribute class 2015-03-31 15:09:22 -04:00
codeanticode
9eddc337ad implemented setAttrib() methods 2015-03-31 12:14:52 -04:00
codeanticode
4e7f76ceb3 more work in PShape, same renaming 2015-03-31 12:04:33 -04:00
codeanticode
828cafa44a attrib bits in PShape 2015-03-31 11:45:51 -04:00
Ben Fry
853df4a40c maybe that's backwards 2015-03-31 11:18:17 -04:00
Ben Fry
0ee7f77ccc let me know what is going on 2015-03-31 11:16:19 -04:00
Ben Fry
5a1abc5f02 oh come on 2015-03-31 11:09:12 -04:00
Ben Fry
4ad5c2a048 a more general approach 2015-03-31 11:08:11 -04:00
Ben Fry
f681c10e7f working to integrate the new JRE downloader 2015-03-31 11:00:54 -04:00
Ben Fry
f2aa66e06f add a note about purpose here 2015-03-31 11:00:39 -04:00
codeanticode
c95f64df26 init attrib arrays 2015-03-30 22:27:00 -04:00
codeanticode
c16161d68e added attrib to PShape 2015-03-30 22:16:22 -04:00
codeanticode
fd00bfdc73 added geometric transformations 2015-03-30 22:12:57 -04:00
codeanticode
efdbc0ae52 some attrib tweaks 2015-03-30 21:56:28 -04:00
codeanticode
c3b0b69eda attrib functionality (theoretically) done 2015-03-30 21:27:06 -04:00
Ben Fry
b0540627dc Merge branch 'master' of github.com:processing/processing 2015-03-30 19:08:52 -04:00
Ben Fry
ed31c791ca add init(III) method that went missing, breaking video, fixes #3114 2015-03-30 19:08:48 -04:00
Ben Fry
e0a8f411fb Merge pull request #3155 from joelmoniz/feature-autoInstallLibs
Automatically install libraries that a user imports, if not already installed
2015-03-30 18:50:13 -04:00
Ben Fry
31c2f2bcca fixes #3092 window collapse when dragging 2015-03-30 18:42:28 -04:00
Ben Fry
1eb6552fd9 the new phonebooks are here! the new phonebooks are here! 2015-03-30 18:41:58 -04:00
Joel Moniz
ec5e699977 i18n and formatting of code related to import lib auto-install 2015-03-31 03:42:28 +05:30
Joel Moniz
95632fa96f Adding dialog to ask if user wants to install imported libs 2015-03-31 02:58:32 +05:30
Joel Moniz
cc6a3feaa9 Imported Libraries install successfully 2015-03-31 02:58:32 +05:30
Joel Moniz
5b5a331604 List of contribs to be installed due to import now obtained 2015-03-31 02:46:40 +05:30
Joel Moniz
07a87e8461 Adding hashmap to get library from import header 2015-03-31 02:46:40 +05:30
Joel Moniz
80c983503b Added new headers property 2015-03-31 02:46:39 +05:30
Joel Moniz
88f4232a35 Library import detection successful 2015-03-31 02:46:37 +05:30
Ben Fry
ea89e61e51 follow more redirects 2015-03-30 16:45:37 -04:00
Ben Fry
a4498c6416 clearing up the list for recent edits 2015-03-30 14:47:19 -04:00
Ben Fry
185875bed4 fix #3129 via parts of #3162, plus lerpColor() done correctly 2015-03-30 14:42:29 -04:00
Ben Fry
2d351aced3 Merge pull request #3161 from Plastix/master
Display download percentage when fetching library info
2015-03-30 13:53:43 -04:00
Ben Fry
303545bb3e Merge pull request #3138 from Akarshit/bugfix-CutCopyNotWorking
Cut and Copy are now working .
2015-03-30 12:10:51 -04:00
Ben Fry
9b493da2b7 oh that Andres snuck the attrib() function in there 2015-03-30 12:01:21 -04:00
Ben Fry
6a8b102054 Merge pull request #3146 from Akarshit/bugfix-lerpColor
use default colorMode() with lerpColor() outside setup()
2015-03-30 11:57:22 -04:00
Ben Fry
f62aead618 cleanup of some contrib code, refactoring a bit 2015-03-30 11:33:15 -04:00
Ben Fry
e4485d4e45 Merge pull request #3132 from joelmoniz/bugfix-brokenContribHampersManager
Contrib Manager does not stop parsing contribs.txt if an error exists
2015-03-30 11:12:29 -04:00
Plastix
e53992b761 Display download percentage when fetching library info 2015-03-29 00:21:32 -04:00
codeanticode
f35bb56851 expand vertex array in tessellator 2015-03-23 18:22:32 -04:00
codeanticode
0ae7be5f6f handling attributes in tessellator 2015-03-18 16:05:58 -04:00
codeanticode
42f018e02a use local copies of attribute hashmap 2015-03-18 15:16:59 -04:00
codeanticode
f46b123ee2 added COLOR attribute 2015-03-18 14:35:37 -04:00
codeanticode
c6834915ec attribute logic in InGeometry 2015-03-18 14:18:54 -04:00
codeanticode
c8034a37d8 implemented VertexAttribute class 2015-03-17 15:39:20 -04:00
codeanticode
d1056eaa32 started with attribs 2015-03-16 16:52:23 -04:00
Daniel Shiffman
c2f22e2c6e just fixing a quick line break here 2015-03-12 13:45:30 +00:00
Akarshit Wal
cf3ed46ff9 lerpColor() not giving NPE when called outside setup 2015-03-11 15:49:46 +05:30
Ben Fry
00fbc65f6f fix up HTML export handling 2015-03-07 22:49:50 -05:00
Ben Fry
fdf24efc4b let's get pedantic with this HTML export, shall we? 2015-03-07 09:09:06 -05:00