Commit Graph

3914 Commits

Author SHA1 Message Date
benfry ae7971228a major work on how libraries and natives are handled 2010-10-05 16:57:47 +00:00
benfry 0ede628578 additional notes 2010-10-05 16:57:23 +00:00
benfry e2e3770572 updates i guess? 2010-10-05 16:13:32 +00:00
benfry 627b1faaa8 fix for issue #399, xml regression 2010-10-05 16:12:53 +00:00
benfry 34b73e96c3 fix for issue #399, xml regression 2010-10-05 16:12:40 +00:00
lonnen 2a9feffebe Pushing v1.2.3 to update site. Removed all minimum version requirements from dependencies. 2010-10-04 16:25:06 +00:00
lonnen 29df1b004f Pushing v1.2.2 to the update site. Dependency cleanup and unused code removal. 2010-10-04 15:56:51 +00:00
codeanticode a7c100e91b Fixed many problems with perspective and orthographic projections 2010-10-04 08:30:56 +00:00
codeanticode 3f0ee3ccb9 Added new recorder API to PShape3D/PGraphicsAndroid3D/PApplet 2010-10-03 16:33:50 +00:00
codeanticode 7054542dd9 color depth, depth and stencil bits are now set to the best values supoported by the device 2010-10-02 22:16:34 +00:00
benfry d3730fb62c fix android to use target=1.5 so that it runs on Java 5 2010-10-02 20:57:32 +00:00
benfry 9eb52fba95 working on library issues 2010-10-02 20:14:17 +00:00
benfry 1497c8a846 starting rev 0192 2010-10-01 01:44:46 +00:00
benfry f393a7758d lots of bug fixes for 0191 2010-09-30 21:59:44 +00:00
benfry 95b8e339fc bug fixes for size() and android mode, also clean up library export dupes 2010-09-30 21:52:38 +00:00
lonnen 9a089b079d File copying and resource refreshing added to export wizard. 2010-09-30 04:18:27 +00:00
codeanticode efddeb28db Fixed small index error in the assignemnt of specular color for directional lights 2010-09-29 10:13:14 +00:00
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