aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* file README.txt was added on branch dev-1_6 on 2008-06-30 20:24:45 +0000Kevin Rushforth2008-05-281-24/+0
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@908 ba19aa83-45c5-6ac9-afd3-db810772062c
* file README-unzip.html was added on branch dev-1_6 on 2008-06-30 20:24:45 +0000Kevin Rushforth2008-05-281-204/+0
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@907 ba19aa83-45c5-6ac9-afd3-db810772062c
* file README-download.html was added on branch dev-1_6 on 2008-06-30 20:24:45 ↵Kevin Rushforth2008-05-281-79/+0
| | | | | | +0000 git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@906 ba19aa83-45c5-6ac9-afd3-db810772062c
* This commit was manufactured by cvs2svn to create branch 'dev-1_6'.cvs2svn2008-05-283-0/+307
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@905 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1. Fixed issue 543 (see below)Kevin Rushforth2008-05-225-19/+414
| | | | | | | | | | | | | | | 2. Added release notes for 1.5.2-beta2 release Issue number: 543 Obtained from: pepe Submitted by: kcr Reviewed by: kcr Fixed issue 543: J3DClock does not adjust to clock skew Use "-Dj3d.adjustClockSkew=true" to enable clock skew adjustment git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@899 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 583: A disposed Graphics2D remains in Canvas3D after removal and ↵Kevin Rushforth2008-05-152-1/+11
| | | | | | | | | | | | addtion Issue number: 583 Obtained from: paasiala Submitted by: kcr Reviewed by: kcr git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@898 ba19aa83-45c5-6ac9-afd3-db810772062c
* Clarify that the GPL v2 license used by this project includes the CLASSPATH ↵Kevin Rushforth2008-05-131-0/+6
| | | | | | exception git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@897 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 578Alessandro Borges2008-04-041-1/+5
| | | | | | | | | | | Submitted by: Aces Reviewed by: Kevin Fix Issue #578 - "Fail to Reset() D3D device with 0 dimension" . D3D do not handle device with zero dimension. This fix reset the invalid window size to 1x1 window. It allows recovery of 3D components after a resize, drag or other operation which may set it as zero dimension. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@896 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bumped buildnumKevin Rushforth2008-03-051-2/+2
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@895 ba19aa83-45c5-6ac9-afd3-db810772062c
* Added release notes for 1.5.2-beta releaseKevin Rushforth2008-02-281-0/+325
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@893 ba19aa83-45c5-6ac9-afd3-db810772062c
* Update source code for GPLv2 licenseKevin Rushforth2008-02-28499-2605/+11137
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@892 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 569: ImageComponent.ALLOW_IMAGE_READ is falseKevin Rushforth2008-02-191-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@890 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #560 - Use D3DCREATE_FPU_PRESERVE flag on D3D pipelineAlessandro Borges2008-02-151-14/+36
| | | | | | | | Submitted by: aces Reviewed by: Chien git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@889 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 561Kevin Rushforth2008-02-122-4/+31
| | | | | | | | | | | Obtained from: paasiala Submitted by: kcr Reviewed by: kcr Fixed issue 561: Decrease memory footprint of BoundingBox git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@888 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed a harmless typo in MasterControl.Chien Yang2008-02-121-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@887 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 562: Error occurs when Canvas3D removed from ViewKevin Rushforth2008-01-311-4/+11
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@886 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 563Chien Yang2008-01-311-0/+2
| | | | | | | | | | Obtained from: mcneillk Submitted by: mcneillk Reviewed by: jada Fix to fix 563 - Background cloneNode() fails with Background geometry git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@885 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #513Alessandro Borges2008-01-241-31/+33
| | | | | | | | Submitted by: Aces Comments : added two D3dErrorMessage strings git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@884 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #513Alessandro Borges2008-01-241-30/+85
| | | | | | | | | Submitted by: Aces Comments : Fix crash on unknow devices, increase vendor list, added Windows Server 2008/Vista strings, Vendor #0 is assigned as RDP - Remote Desktop git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@883 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #513Alessandro Borges2008-01-241-9/+10
| | | | | | | | Submitted by: Aces Comments : fix debug output git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@882 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #513Alessandro Borges2008-01-241-15/+51
| | | | | | | | | Submitted by: Aces Comments : Better error and warning messages, changed exit() call to warning messages, more debug output. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@881 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: #513Alessandro Borges2008-01-241-0/+2
| | | | | | | | Submitted by: Aces Comments : define two D3dErrorMessage id git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@880 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 544Chien Yang2007-12-124-135/+182
| | | | | | | | | | | | Obtained from: mcneillk Submitted by: mcneillk Reviewed by: jada 1) Integated suggested enhancement. 2) Formated code in modified methods to improve code readability. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@879 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 548Alessandro Borges2007-12-064-1354/+1583
| | | | | | | | Submitted by: aces Fix issue 548 - Disable GeomLock.getLock() / unLock() calls on non-live geometry git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@878 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue number: 555Chien Yang2007-12-051-4/+7
| | | | | | | | | | | Obtained from: dutchiedave Submitted by: dutchiedave Reviewed by: jada Fix to issue 555 - Muting a PointSound causes a ClassCastException git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@877 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix to Issue 514 : NPE in Wonderland : triggered in cached bounds computationChien Yang2007-12-046-11/+21
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@876 ba19aa83-45c5-6ac9-afd3-db810772062c
* 1) Completed the fix to issue 540.Chien Yang2007-11-281-7/+12
| | | | | | | 2) Minor cleanup. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@875 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bumped build numberKevin Rushforth2007-11-201-1/+1
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@874 ba19aa83-45c5-6ac9-afd3-db810772062c
* Issue #541 Bound.closest_point() method creates unused Matrix3dAlessandro Borges2007-11-141-56/+56
| | | | | | | Line was moved from line 251 to line 446 git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@872 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fix for issue 540, ArrayIndexOutOfBoundsExceptionpaulby2007-11-141-0/+6
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@871 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed issue 534: ClassNotFoundException when running applet if Java 3D ↵Kevin Rushforth2007-10-091-6/+26
| | | | | | installed into JRE git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@870 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed Issue 519 : IntersectionInfo.getGeometry return null for ↵Chien Yang2007-10-082-26/+28
| | | | | | | | | IndexedArrayGeometry. This fix is submitted by jeromerobert. Removed unuse import and local variables. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@869 ba19aa83-45c5-6ac9-afd3-db810772062c
* Fixed the way we add generated sources to nbproject file.Kevin Rushforth2007-08-291-1/+11
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@868 ba19aa83-45c5-6ac9-afd3-db810772062c
* Add generated sources to nbproject file so NB6 will find them.Kevin Rushforth2007-08-012-1/+3
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@867 ba19aa83-45c5-6ac9-afd3-db810772062c
* Bump version number to 1.5.2Kevin Rushforth2007-07-176-569/+43
| | | | git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@866 ba19aa83-45c5-6ac9-afd3-db810772062c
* 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