benfry
|
ce09fda5ea
|
test for example moving
|
2012-04-08 15:45:29 +00:00 |
|
fjenett
|
7c5ea232f4
|
missed to comment out debug println()
|
2012-04-08 07:45:17 +00:00 |
|
fjenett
|
fd732b0938
|
fixed uncommenting for prefixes other than java/js in editor
|
2012-04-08 07:38:58 +00:00 |
|
fjenett
|
660abab758
|
again, making js mode easier to be extended
|
2012-04-07 22:58:34 +00:00 |
|
fjenett
|
c83a3e24f9
|
more js mode improvements for becoming more extendible
|
2012-04-07 22:05:12 +00:00 |
|
fjenett
|
96a9bbe524
|
additional improvement to loading keywords in js mode to make extending it easier (think coffeescript mode)
|
2012-04-07 20:22:32 +00:00 |
|
fjenett
|
cc0fae9ed9
|
improvements to js mode syntax coloring
|
2012-04-07 20:02:21 +00:00 |
|
benfry
|
bb760a1969
|
fix listener add/remove issue
|
2012-04-05 20:10:42 +00:00 |
|
benfry
|
e849ab8ee5
|
tweaks for listeners
|
2012-04-05 04:19:20 +00:00 |
|
benfry
|
96dc18d877
|
and let's think a little different
|
2012-04-05 04:17:30 +00:00 |
|
benfry
|
d926adab56
|
moving forward with recent sketches menu, almost working and cleaning up other demons
|
2012-04-05 03:56:23 +00:00 |
|
benfry
|
41c2c49b22
|
fixing parameter names with Casey
|
2012-04-03 23:23:26 +00:00 |
|
benfry
|
68e5c87617
|
more normalizing parameters, remove textX/Y/Z, remove text(x, y, w, h) with z-coordinate
|
2012-04-03 22:43:19 +00:00 |
|
benfry
|
003b57e66f
|
fix variable naming, cleaning up constants
|
2012-04-03 22:21:19 +00:00 |
|
benfry
|
acaca34812
|
update parameter naming for reference sync
|
2012-04-03 21:05:27 +00:00 |
|
benfry
|
db4ef45714
|
adding createGraphics() without renderer params
|
2012-04-03 16:16:53 +00:00 |
|
benfry
|
f0c2ef79b6
|
new size() parsing, change how P2D/P3D are handled, onward...
|
2012-04-03 14:57:13 +00:00 |
|
benfry
|
0a560a2226
|
changing screenWidth/Height to displayWidth/Height
|
2012-04-03 04:25:50 +00:00 |
|
benfry
|
03de74c7da
|
moving package, adding Table to Android, other data fixes
|
2012-04-03 00:33:01 +00:00 |
|
benfry
|
fc6d4d49c7
|
move XML and Table to processing.data, update preproc
|
2012-04-03 00:26:26 +00:00 |
|
benfry
|
3c1da90edd
|
moving into data package
|
2012-04-02 21:57:12 +00:00 |
|
benfry
|
681f063a07
|
fix up xml todo items and copy the new class over to Android
|
2012-04-02 21:51:13 +00:00 |
|
benfry
|
aae83cef59
|
fix whitespace issues in new XML lib, also add methods (issue #904)
|
2012-04-02 21:46:09 +00:00 |
|
benfry
|
4b3d7d14d6
|
formatting updates and todo notes
|
2012-04-02 21:03:08 +00:00 |
|
codeanticode
|
22cd976a12
|
Correct width/height calculation in updateTexture()
|
2012-04-02 13:18:54 +00:00 |
|
codeanticode
|
ce64c2e5ff
|
Fixed context and edge init in PShape3D
|
2012-03-31 19:42:16 +00:00 |
|
codeanticode
|
d49a72aba7
|
All ceometry transformations applied to PShape3D object that the shape is ended, and update tessellation if needed.
|
2012-03-31 19:01:22 +00:00 |
|
codeanticode
|
5e76cb4b01
|
Fixed popMatrix condition in PShape3D.draw()
|
2012-03-31 18:48:11 +00:00 |
|
codeanticode
|
b3e1894109
|
Can use TRIANGLE and QUAD in createShape(type)
|
2012-03-31 18:41:32 +00:00 |
|
codeanticode
|
84f790266d
|
Added new OpenGL examples for android
|
2012-03-31 18:30:04 +00:00 |
|
codeanticode
|
ba51f5715b
|
Added new OpenGL examples for desktop
|
2012-03-31 18:28:33 +00:00 |
|
codeanticode
|
67c0d5e9e4
|
Using short indices on android and desktop
|
2012-03-31 15:16:27 +00:00 |
|
codeanticode
|
1a05916a50
|
Sync android and desktop versions of P3D.
|
2012-03-30 21:40:58 +00:00 |
|
codeanticode
|
f90faeb184
|
Using protected versions of invTranslate, invRotate and invScale.
|
2012-03-30 21:21:19 +00:00 |
|
codeanticode
|
2d778a9bbb
|
Fixed issue 1041, renamed screenOp to pixelsOp.
|
2012-03-30 14:27:02 +00:00 |
|
codeanticode
|
1384da730b
|
Boundary checking in updatePixelsImpl()
|
2012-03-29 21:15:48 +00:00 |
|
codeanticode
|
82478d06cb
|
Cleaned up pixel set/get logic
|
2012-03-29 21:14:39 +00:00 |
|
codeanticode
|
bfd10fc995
|
Fixed invocation of updatePixelsImpl() in PImage
|
2012-03-29 19:32:39 +00:00 |
|
codeanticode
|
1df01edee5
|
Pixel get/set working for offscreen PGraphics objects as well.
|
2012-03-29 17:49:02 +00:00 |
|
codeanticode
|
c47839ca35
|
Overriding shape() methods in PGraphicsOpenGL
|
2012-03-29 05:30:56 +00:00 |
|
codeanticode
|
7fac90bf9b
|
Added precision preprocessor ifdefs to the source code of the fragment shaders
|
2012-03-29 05:12:56 +00:00 |
|
codeanticode
|
bdfcd8e16e
|
Faster pixel get/set in P3D
|
2012-03-29 05:05:07 +00:00 |
|
fjenett
|
1edda6d771
|
js mode: html5 audio example, removing export folder
|
2012-03-28 06:18:29 +00:00 |
|
fjenett
|
ab0758c6d9
|
js mode: tiny server fix and html5 audio api example
|
2012-03-28 06:17:22 +00:00 |
|
codeanticode
|
61f00b3bd1
|
Added precision to source of rectangle shader on Android
|
2012-03-27 21:03:28 +00:00 |
|
codeanticode
|
edf64a99fb
|
Added drawRectangle() to PGL, reimplemented set(x, y, color) method.
|
2012-03-27 20:52:13 +00:00 |
|
benfry
|
410bf3dd91
|
fix problems with native lib copy and better errors msgs for full screen problems
|
2012-03-27 17:08:04 +00:00 |
|
benfry
|
3f8e1cf218
|
remove debugging messages, oops
|
2012-03-27 16:54:59 +00:00 |
|
codeanticode
|
f7b301ace9
|
Better capabilities setting, using GL2ES2 interface, removed stencil bits hack
|
2012-03-27 15:04:06 +00:00 |
|
benfry
|
6eea3ec46e
|
trying to debug window focus issue
|
2012-03-27 14:27:58 +00:00 |
|