aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number to 1.5.2Kevin Rushforth2007-07-171-12/+4
| | | | | | | Back out errant changes from pepe git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@865 ba19aa83-45c5-6ac9-afd3-db810772062c
* Part of update to java3d 1.5.1pepe2007-07-171-3/+11
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@864 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated release notesKevin Rushforth2007-06-281-8/+458
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@863 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bump buildnumKevin Rushforth2007-06-281-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@862 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed version number (per Legal)Kevin Rushforth2007-06-252-2/+2
| | | | | | | Fixed dist-common target for fcs builds git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@859 ba19aa83-45c5-6ac9-afd3-db810772062c
* License files for Java 3D 1.5.1Kevin Rushforth2007-06-253-0/+516
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@858 ba19aa83-45c5-6ac9-afd3-db810772062c
* Release notes for 1.5.1Kevin Rushforth2007-06-202-0/+2178
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@857 ba19aa83-45c5-6ac9-afd3-db810772062c
* Release info for 1.5.1Kevin Rushforth2007-06-204-0/+418
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@856 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix issue 496: Big performance hit in VirtualUniverse.getNodeIdKevin Rushforth2007-06-181-2/+4
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@855 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 494: Group.moveto(null) throws a NullPointerExceptionKevin Rushforth2007-06-051-1/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@854 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bumped buildnumKevin Rushforth2007-06-041-2/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@853 ba19aa83-45c5-6ac9-afd3-db810772062c
* /beta1/beta2/Kevin Rushforth2007-06-041-10/+10
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@851 ba19aa83-45c5-6ac9-afd3-db810772062c
* Finalized name of JNLPAppletLauncher class and propertyKevin Rushforth2007-05-312-3/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@850 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bump buildstr to beta2Kevin Rushforth2007-05-311-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@849 ba19aa83-45c5-6ac9-afd3-db810772062c
* Release notes for 1.5.1-beta2Kevin Rushforth2007-05-312-12/+618
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@848 ba19aa83-45c5-6ac9-afd3-db810772062c
* Run signing script from "dist-common" target for milestone buildsKevin Rushforth2007-05-291-1/+11
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@847 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue 257: added hooks for JNLPAppletLauncher, a new still-to-be-defined ↵Kevin Rushforth2007-05-293-84/+110
| | | | | | generalization of JOGLAppletLauncher git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@846 ba19aa83-45c5-6ac9-afd3-db810772062c
* Final changes for issue 491: Refactor platform-specific classes to use ↵Kevin Rushforth2007-05-232-39/+107
| | | | | | | | | non-overlapping class names We now build a common j3dcore.jar file for all platforms. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@845 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed to issue 492 : ImageComponent2D.setSubImage throws ↵Chien Yang2007-05-231-7/+8
| | | | | | IllegalArgumentException when it should not git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@844 ba19aa83-45c5-6ac9-afd3-db810772062c
* Minor change to Mac OS X build related to issue 491.Kevin Rushforth2007-05-161-2/+0
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@843 ba19aa83-45c5-6ac9-afd3-db810772062c
* Source code changes for issue 491: Refactor platform-specific classes to use ↵Kevin Rushforth2007-05-1613-120/+349
| | | | | | non-overlapping class names git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@842 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 489: AutoOffScreenCanvas3D: postSwap() is called twiceKevin Rushforth2007-05-151-17/+21
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@841 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed to Issue 488 : ImageComponent3D bug with by-reference imagesChien Yang2007-05-151-2/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@840 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bumped buildnum to 5Kevin Rushforth2007-05-011-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@839 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update release notes to indicate fix for issue 486Kevin Rushforth2007-04-301-0/+5
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@837 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix to Issse 486 : Java 3D hangs on some Windows Vista systemsChien Yang2007-04-304-12/+12
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@836 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated release notesKevin Rushforth2007-04-272-0/+10
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@835 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 485: ClassCastException when switching shaders in ↵Kevin Rushforth2007-04-273-17/+18
| | | | | | PhongShadingGLSL example git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@834 ba19aa83-45c5-6ac9-afd3-db810772062c
* Updated release notes for 1.5.1-beta1Kevin Rushforth2007-04-262-11/+485
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@833 ba19aa83-45c5-6ac9-afd3-db810772062c
* Initial version of 1.5.1-beta1 release notesKevin Rushforth2007-04-261-0/+507
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@832 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed Issue 314 : Issue with Stenciled Transparent ObjectsChien Yang2007-04-263-18/+22
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@831 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix for issue 480.paulby2007-04-231-6/+14
| | | | | | | The bounds were being cached after being transformed, which is not what getBounds expects. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@830 ba19aa83-45c5-6ac9-afd3-db810772062c
* Remove a wrong assert testChien Yang2007-04-201-3/+0
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@829 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed to Issue 412 : Exception when updating Y_UP BY_REFERENCE imageChien Yang2007-04-202-1/+14
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@828 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bumped buildnum to 4Kevin Rushforth2007-04-201-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@827 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue 480. Cache getBounds() resultspaulby2007-04-2010-88/+251
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@825 ba19aa83-45c5-6ac9-afd3-db810772062c
* install-debug target should use debug vecmath.jarKevin Rushforth2007-04-171-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@824 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed SecurityException when running applets & Web Start applications causedKevin Rushforth2007-04-171-14/+33
| | | | | | | by the fix for issue 293. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@823 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 362: dynamic assignment of Canvas3D to View makes content disappearKevin Rushforth2007-04-161-3/+7
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@822 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed to Issue 396 : Off-screen Canvas3D / D3D: Resizing crashes VMChien Yang2007-04-133-20/+17
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@821 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 479: JOGL: Screen door transparency renders incorrectly on ↵Kevin Rushforth2007-04-131-2/+2
| | | | | | JoglPipeline git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@820 ba19aa83-45c5-6ac9-afd3-db810772062c
* Add install-opt targetpaulby2007-04-132-0/+14
| | | | | | | | | | Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@819 ba19aa83-45c5-6ac9-afd3-db810772062c
* Stats logger for total execution time of users Behaviorspaulby2007-04-121-0/+4
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@818 ba19aa83-45c5-6ac9-afd3-db810772062c
* As part of the work for issue 293 (better error logging), I changed allKevin Rushforth2007-04-12101-1072/+1073
| | | | | | | | occurrences of System.out.* to System.err.* Many of these should eventually be changed to use the logging system git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@817 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix to Issue 226 submitted by aces.Chien Yang2007-04-125-221/+239
| | | | | | | Issue 226 - D3D : fail on stress test for the creation and destruction of Canvases git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@816 ba19aa83-45c5-6ac9-afd3-db810772062c
* Framework for issue 293: Need better logging for j3d error, warning, ↵Kevin Rushforth2007-04-1212-323/+411
| | | | | | | | | assertion messages. Added logging capability for some error messages and for rendering stats git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@815 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 347: OffScreen Canvas3D always reloads textures, display listsKevin Rushforth2007-04-115-67/+147
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@814 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added developer logger system.paulby2007-04-113-2/+83
| | | | | | | | | | | Added ImageComponent checks for some copy cases Issue number: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@813 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed the following issues:Kevin Rushforth2007-04-105-59/+154
| | | | | | | | 348: Programmable shaders do not work for OffScreen Canvas3D 378: Shaders are not rendered when Canvas3D is created and destroyed git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@812 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bump buildnumKevin Rushforth2007-04-061-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@811 ba19aa83-45c5-6ac9-afd3-db810772062c