Commit Graph

1299 Commits

Author SHA1 Message Date
Scott Murray
7b60e43550 Adding a couple related reference links for Table methods 2013-05-25 21:14:42 -07:00
Scott Murray
951978f549 Added reference for Table methods getRowCount(), getColumnCount(), getStringColumn(), trim(), removeTokens() 2013-05-25 21:02:21 -07:00
Scott Murray
53d681b089 Revising PImage @instanceName for processing/processing-web#153 2013-05-25 20:20:39 -07:00
Scott Murray
f2609bd9d5 Clarified img.set() param description, re: processing/processing-web#153 2013-05-25 19:44:18 -07:00
Scott Murray
2a3999eb49 Added reference for Table getInt(), getFloat(), getString(), setInt(), setFloat(), setString() 2013-05-25 17:24:16 -07:00
Scott Murray
229869829e Added reference for Table rows(), findRow(), findRows(), matchRow(), matchRows() 2013-05-25 16:05:26 -07:00
codeanticode
1a20adae8c updateTessellation() removed PShapeOpenGL.getVertexCount() 2013-05-25 10:00:13 -04:00
codeanticode
36f92607c3 Removed some commented-out code 2013-05-25 02:24:11 -04:00
codeanticode
de9cbc0dbd markForTessellation shouldn't be public 2013-05-25 02:11:49 -04:00
codeanticode
cce3972900 Don't recreate VBOs in PShapeOpenGL, unless there is a new GL context 2013-05-25 02:10:28 -04:00
REAS
b9ab4107f4 Reference additions for IntDict 2013-05-23 23:17:35 -07:00
Scott Murray
32bd3b3b82 Merge branch 'master' of https://github.com/processing/processing 2013-05-23 16:42:19 -07:00
Scott Murray
ba10293273 Added Table reference for removeColumn(), removeRow(), getRow(), and clearRows() 2013-05-23 16:42:05 -07:00
codeanticode
482c8ea2e9 Improved the logic that sets the size of the font textures 2013-05-23 19:10:23 -04:00
codeanticode
a2ac452e98 Merge pull request #1775 from OffenesFELD/master
Fixed: PGraphicsOpenGL would allocate humongous textures for each font instance
2013-05-23 15:31:15 -07:00
Scott Murray
b91258399f Updated PVector mult() and div() reference 2013-05-23 14:46:23 -07:00
codeanticode
8ed4286657 Remove uv clamping 2013-05-23 17:37:29 -04:00
codeanticode
8a0fc976b7 Formatting, fixing some implementations in PGL 2013-05-23 16:52:14 -04:00
codeanticode
978c70b814 Merge branch 'master' of https://github.com/processing/processing.git 2013-05-23 11:47:02 -04:00
codeanticode
566fd7e539 Added missing GLES 2.0 functions and constants to PGL interface 2013-05-23 11:46:08 -04:00
Scott Murray
6a7b7723f9 Merge branch 'master' of https://github.com/processing/processing 2013-05-22 17:58:19 -07:00
Scott Murray
06d0812fc0 Added reference for Table addColumn() and removeColumn() 2013-05-22 17:57:52 -07:00
REAS
a88296abb7 Add wheelMouse() to reference 2013-05-22 15:56:15 -07:00
REAS
543388c8eb Add getChildCount() to PShape reference 2013-05-22 15:28:43 -07:00
REAS
e4da46ffb4 Merge branch 'master' of github.com:processing/processing 2013-05-22 12:45:02 -07:00
REAS
a66f844d8b Removing two Typography examples from the web 2013-05-22 12:44:36 -07:00
codeanticode
4b1724b566 Merge branch 'master' of https://github.com/processing/processing.git 2013-05-22 14:48:47 -04:00
codeanticode
c5017babaa Fixes issues #1805 and #1806 2013-05-22 14:48:01 -04:00
Scott Murray
423e59e934 Fixes processing/processing-web#138 2013-05-22 10:58:55 -07:00
codeanticode
dea8e9dd16 Smaller displacement for lines (issue #1790) 2013-05-22 11:04:30 -04:00
codeanticode
97801ac575 Merge branch 'master' of https://github.com/processing/processing.git 2013-05-20 10:22:08 -04:00
REAS
59e39a9b18 Changes to Dict and List classes for reference 2013-05-19 23:50:35 -07:00
REAS
eb326b7125 Modifications to Data classes for Reference entries 2013-05-18 22:01:26 -07:00
codeanticode
113883293a clean up code in PShader 2013-05-18 20:14:16 -04:00
codeanticode
7c82286fe8 Fixes issue #1771 2013-05-18 19:45:34 -04:00
codeanticode
8394c632fc more clear messages for incorrect shader type 2013-05-18 08:54:47 -04:00
codeanticode
2ed2a3c199 takes care of log messages of size = 0 2013-05-18 08:54:02 -04:00
codeanticode
2d3db38cb8 Address issue #1758 2013-05-18 06:49:54 -04:00
codeanticode
7a7b49af6b Fix issue #1760 2013-05-17 23:21:31 -04:00
codeanticode
35e9876214 Merge branch 'master' of https://github.com/processing/processing.git 2013-05-17 21:29:25 -04:00
codeanticode
8f32e1f5ab Fix issue #1761 2013-05-17 21:20:51 -04:00
Benjamin Maus
bdbc77a6cb Fixed: When using the PGraphicsOpenGL renderer Processing would allocate a texture with the maximum allowed width (e.g. 8192x512 pixels for a 10px font) for each font. This lead to severe GPU memory problems, especially when using multiple fonts. Merge doubled code. 2013-05-17 23:38:25 +02:00
Scott Murray
6a1892c53b Removed web ref for PVector div() and mult() 2013-05-16 13:33:40 -07:00
Ben Fry
41b5926996 fix for null values in removeValues() 2013-05-15 18:22:56 -04:00
Daniel Shiffman
93fd9649ce removing div() and mult() by vectors #1544 2013-05-14 18:55:09 -04:00
Ben Fry
9ba6ddc265 add warning notes to two classes 2013-05-14 11:58:31 -04:00
Ben Fry
cc2ef1a10e todo notes and fix for copy() method in Dict classes 2013-05-14 11:07:17 -04:00
Ben Fry
987474faf6 mult() instead of mul() 2013-05-10 15:46:01 -04:00
Daniel Shiffman
d0f6159681 fixing problem where PVector.angleBetween() returns NaN 2013-05-10 11:44:05 -04:00
codeanticode
ce7e4a36d0 Fixes fps cap (issue #1742) 2013-05-07 12:07:12 -04:00