lonnen
|
d563e0e1af
|
New version for the update site.
|
2010-09-29 02:03:02 +00:00 |
|
codeanticode
|
cc9e601066
|
enableLights/disableLights renamed to glEnableLights/glDisableLights
|
2010-09-27 12:23:35 +00:00 |
|
codeanticode
|
abe4524a8f
|
Ambient light sets diffuse color to zero. This solves issue 294.
|
2010-09-27 11:24:50 +00:00 |
|
codeanticode
|
73a8a43ef7
|
Added setColor method in PShape3D to color all the vertices at once
|
2010-09-27 08:13:30 +00:00 |
|
codeanticode
|
13da4bbaa7
|
Fixed some issues in the texturing of shapes created with beginShape/endShape
|
2010-09-26 14:35:26 +00:00 |
|
lonnen
|
616e60a069
|
Fix the build process to handle code folder entries correctly. Also, some updates for exporting.
|
2010-09-23 18:57:21 +00:00 |
|
lonnen
|
d76aa79f03
|
Changed missing sketchName.pde from warning to error. Finished all exporter UI stuff.
|
2010-09-22 22:46:50 +00:00 |
|
lonnen
|
ca67c06121
|
Added a warning if the sketch is missing sketchName.pde and some more exporter stuff.
|
2010-09-22 19:44:12 +00:00 |
|
lonnen
|
651b26e7e3
|
Fix to add the data folder to the build path if it contains stuff.
|
2010-09-20 19:20:50 +00:00 |
|
lonnen
|
62864a71bc
|
More export wizard UI. Added a warning when running a sketch fails because the editor is in the wrong perspective.
|
2010-09-20 18:58:39 +00:00 |
|
codeanticode
|
05b94676d1
|
Taking care of glBlendEquation in 2.1
|
2010-09-19 07:34:06 +00:00 |
|
codeanticode
|
85319837bc
|
Implemented a few blending modes more: lightest, darkest and difference
|
2010-09-18 09:57:23 +00:00 |
|
codeanticode
|
b67e6537a4
|
Reverted inadvertendly change in classpath file
|
2010-09-18 02:24:22 +00:00 |
|
codeanticode
|
e2c4e85a9f
|
Fixed some issues in get/set, working fine now
|
2010-09-18 02:23:00 +00:00 |
|
codeanticode
|
06dbeebeef
|
Finished with the implementation of get/set methods in PGraphicsAndroid3D. Some minor refactoring
|
2010-09-18 00:06:15 +00:00 |
|
lonnen
|
f42f65c8ce
|
Added some UI for the export wizard. Still non-functioning.
|
2010-09-17 20:40:46 +00:00 |
|
Casey Reas
|
50d82ee7ae
|
Updated keywords for screenWidth, screenHeight
|
2010-09-17 00:30:17 +00:00 |
|
lonnen
|
85ae458a00
|
Doc updates and builder changes. Halved the time it takes for a sketch to build and open.
|
2010-09-16 16:25:06 +00:00 |
|
jdf
|
545098e54c
|
make "finished" thread-safe
|
2010-09-16 15:05:26 +00:00 |
|
codeanticode
|
8baacdbe3d
|
Removed BufferUtils class
|
2010-09-16 08:27:56 +00:00 |
|
jdf
|
f092794ce1
|
Give PVector equals(), hashCode(), and serializable
|
2010-09-16 02:59:45 +00:00 |
|
codeanticode
|
182bb146b6
|
Added new loadImage methods to PApplet to allow enabling mipmaps. Fixed minor color format error in mipmap generation.
|
2010-09-15 08:24:15 +00:00 |
|
codeanticode
|
13099fc7bb
|
Implemented fallback mipmap generation when the GL_generate_mipmap extension is not available
|
2010-09-15 07:54:00 +00:00 |
|
lonnen
|
85c3f606cf
|
Updated Core Preferences to remove depreciated code.
|
2010-09-14 16:10:34 +00:00 |
|
lonnen
|
81437ae387
|
Cleaned up launcher for readability.
|
2010-09-13 13:17:56 +00:00 |
|
lonnen
|
418615d248
|
Added export wizard. not functional, yet, so it hasn't been pushed to the update site.
|
2010-09-11 01:19:39 +00:00 |
|
lonnen
|
5037980c2e
|
Implemented a resource navigator that hides generated files and non-processing projects, both with the option to disable. This let me remove the single line of depreciated code in the editor perspective. Also, run sketch is enabled in the context menu for skech files/projects in the navigator. Included a full feature build for the update site.
|
2010-09-08 20:29:59 +00:00 |
|
lonnen
|
5a6232ab7d
|
Minor bug fixes in new sketch template and perspective.
|
2010-09-08 07:34:37 +00:00 |
|
lonnen
|
5e3bcac3cc
|
Full feature build.
|
2010-09-08 05:34:21 +00:00 |
|
lonnen
|
0cad81a603
|
Perspective added but incomplete. See TODO in ui.perspective.Sketching for notes.
|
2010-09-08 04:39:12 +00:00 |
|
lonnen
|
e542a07356
|
Added licesnse info, fixed core doc, started adding Sketch perspective stuff
|
2010-09-07 20:45:41 +00:00 |
|
lonnen
|
22b04f0c3d
|
Added sketch launching. Clicking the run button with an open sketch or a sketch folder / file highlighted in the navigator runs an applet just like the PDE, without saving any config. If there are errors, the applet won't load, and errors are reported in the console and Problems view.
|
2010-09-05 22:40:50 +00:00 |
|
benfry
|
323fca77ae
|
fix a special case causing NaN in PVector.angleBetween() (issue #340)
|
2010-09-04 14:00:42 +00:00 |
|
codeanticode
|
54b3811894
|
Max line and point size are retreived using GL_ALIASED_LINE_WIDTH_RANGE and GL_ALIASED_POINT_SIZE_RANGE
|
2010-09-04 06:06:04 +00:00 |
|
lonnen
|
d73a770b05
|
Added a preference page so the sketchbook location can be be changed.
|
2010-09-03 20:19:34 +00:00 |
|
lonnen
|
63f80a5138
|
Cleanup of sketch project build chain. Stopping point for the night.
|
2010-09-03 07:07:53 +00:00 |
|
lonnen
|
9499618c8a
|
JavaCore ignores all warnings now, which keeps it from poestering the user about the derived files.
|
2010-09-03 05:11:37 +00:00 |
|
lonnen
|
1336356686
|
Fixed the folder creation and management. Still having classpath issues. New sketches have incorrect build orders.
|
2010-09-03 01:46:06 +00:00 |
|
lonnen
|
1fb465046b
|
Better sketch folder management. JDT is still recursively copying the sketch folder back into its own output folder. The processing.app classpath stuff seems to be responsible.
|
2010-09-02 20:40:27 +00:00 |
|
lonnen
|
633f54993f
|
New sketch wizard creates a better default sketch, updated to try to pull sketchbook folder from preferences.
|
2010-09-02 18:33:48 +00:00 |
|
codeanticode
|
fa18d82481
|
Texture get/set without FBOs is also working.
|
2010-09-02 17:56:50 +00:00 |
|
codeanticode
|
8d3fdf33ef
|
Offscreen rendering without FBOs is working.
|
2010-09-02 17:22:27 +00:00 |
|
codeanticode
|
ab419d0c4b
|
Fixed small bug where the client states after line rendering weren't disabled.
|
2010-09-02 17:04:19 +00:00 |
|
codeanticode
|
32f54eb247
|
Implemented fallback offscreen rendering mechanism when FBO extension is missing. Not fully debugged yet.
|
2010-09-02 16:52:56 +00:00 |
|
lonnen
|
0989d502b3
|
Fixed Processing library detection and added an error when the library cannot be found. Multiple missing libraries results in multiple errors. Still encountering classpath errors, and introduced a bug that copies the directory into itself again. Hate to check in a bug, but I have to stop for the night and sleep.
|
2010-09-02 07:34:03 +00:00 |
|
benfry
|
56445cb6a3
|
updating todo items based on email msgs, deal with undo/redo options
|
2010-09-01 01:33:18 +00:00 |
|
lonnen
|
702c1a7785
|
Forgot to add some files that were only stored locally.
|
2010-08-31 05:46:21 +00:00 |
|
lonnen
|
66fedada5d
|
Added core.jar to the compile chain.
|
2010-08-30 18:34:29 +00:00 |
|
lonnen
|
8be34dae81
|
Fixed some JDT config issues, but libraries are still not supported.
|
2010-08-30 18:20:44 +00:00 |
|
benfry
|
a194ce17e5
|
that's a wrap
|
2010-08-30 04:35:37 +00:00 |
|