Commit Graph

3884 Commits

Author SHA1 Message Date
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
benfry 10ffb3e6bc fix linux permissions (issue #343), plus other tweaks to make linux less ugly 2010-08-30 04:33:24 +00:00
benfry a97619168c anti-aliased fonts pref for the prefs window 2010-08-30 04:25:15 +00:00
lonnen 41f86737ab Got the JDT running, but not doing anything useful because of config issues. 2010-08-30 02:07:37 +00:00
benfry f8af3491e4 trying to fix directory location 2010-08-29 19:59:15 +00:00
benfry 5ad32747ba working on linux permissions issues with tar 2010-08-29 19:52:23 +00:00
codeanticode a303ed573e Some notes and code for FBO fallback mechanism 2010-08-28 21:53:09 +00:00
codeanticode 9a36c1b715 Removed some test code in A3D 2010-08-28 20:53:15 +00:00
codeanticode 318c83edaa Text in A3D is correctly rendered in 3D. This solves issue 358 2010-08-28 18:13:30 +00:00
codeanticode 8c44deba87 Fixed issue 368 2010-08-28 14:58:47 +00:00
benfry dcc2800673 reset for 0191 2010-08-27 23:57:29 +00:00
benfry 280344c603 skip null entries with trim(String[]) 2010-08-27 23:56:58 +00:00
benfry 3f1668b187 add an extra flush for good measure 2010-08-27 23:56:05 +00:00
benfry d884f30966 skip null data in trim(String[]) 2010-08-27 23:54:41 +00:00