aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update source code for GPLv2 licenseKevin Rushforth2008-02-28472-1174/+9571
* Fixed issue 569: ImageComponent.ALLOW_IMAGE_READ is falseKevin Rushforth2008-02-191-1/+1
* Issue number: #560 - Use D3DCREATE_FPU_PRESERVE flag on D3D pipelineAlessandro Borges2008-02-151-14/+36
* Issue number: 561Kevin Rushforth2008-02-122-4/+31
* Fixed a harmless typo in MasterControl.Chien Yang2008-02-121-1/+1
* Fixed issue 562: Error occurs when Canvas3D removed from ViewKevin Rushforth2008-01-311-4/+11
* Issue number: 563Chien Yang2008-01-311-0/+2
* Issue number: #513Alessandro Borges2008-01-241-31/+33
* Issue number: #513Alessandro Borges2008-01-241-30/+85
* Issue number: #513Alessandro Borges2008-01-241-9/+10
* Issue number: #513Alessandro Borges2008-01-241-15/+51
* Issue number: #513Alessandro Borges2008-01-241-0/+2
* Issue number: 544Chien Yang2007-12-124-135/+182
* Issue number: 548Alessandro Borges2007-12-064-1354/+1583
* Issue number: 555Chien Yang2007-12-051-4/+7
* Fix to Issue 514 : NPE in Wonderland : triggered in cached bounds computationChien Yang2007-12-046-11/+21
* 1) Completed the fix to issue 540.Chien Yang2007-11-281-7/+12
* Issue #541 Bound.closest_point() method creates unused Matrix3dAlessandro Borges2007-11-141-56/+56
* Fix for issue 540, ArrayIndexOutOfBoundsExceptionpaulby2007-11-141-0/+6
* Fixed issue 534: ClassNotFoundException when running applet if Java 3D instal...Kevin Rushforth2007-10-091-6/+26
* Fixed Issue 519 : IntersectionInfo.getGeometry return null for IndexedArrayGe...Chien Yang2007-10-082-26/+28
* Add generated sources to nbproject file so NB6 will find them.Kevin Rushforth2007-08-011-0/+2
* Bump version number to 1.5.2Kevin Rushforth2007-07-171-2/+2
* Fixed version number (per Legal)Kevin Rushforth2007-06-251-1/+1
* Fix issue 496: Big performance hit in VirtualUniverse.getNodeIdKevin Rushforth2007-06-181-2/+4
* Fixed issue 494: Group.moveto(null) throws a NullPointerExceptionKevin Rushforth2007-06-051-1/+3
* Finalized name of JNLPAppletLauncher class and propertyKevin Rushforth2007-05-312-3/+3
* Run signing script from "dist-common" target for milestone buildsKevin Rushforth2007-05-291-1/+11
* Issue 257: added hooks for JNLPAppletLauncher, a new still-to-be-defined gene...Kevin Rushforth2007-05-293-84/+110
* Final changes for issue 491: Refactor platform-specific classes to use non-ov...Kevin Rushforth2007-05-231-10/+26
* Fixed to issue 492 : ImageComponent2D.setSubImage throws IllegalArgumentExcep...Chien Yang2007-05-231-7/+8
* Source code changes for issue 491: Refactor platform-specific classes to use ...Kevin Rushforth2007-05-1613-120/+349
* Fixed issue 489: AutoOffScreenCanvas3D: postSwap() is called twiceKevin Rushforth2007-05-151-17/+21
* Fixed to Issue 488 : ImageComponent3D bug with by-reference imagesChien Yang2007-05-151-2/+3
* Fix to Issse 486 : Java 3D hangs on some Windows Vista systemsChien Yang2007-04-304-12/+12
* Fixed issue 485: ClassCastException when switching shaders in PhongShadingGLS...Kevin Rushforth2007-04-273-17/+18
* Fixed Issue 314 : Issue with Stenciled Transparent ObjectsChien Yang2007-04-263-18/+22
* Fix for issue 480.paulby2007-04-231-6/+14
* Remove a wrong assert testChien Yang2007-04-201-3/+0
* Fixed to Issue 412 : Exception when updating Y_UP BY_REFERENCE imageChien Yang2007-04-202-1/+14
* Issue 480. Cache getBounds() resultspaulby2007-04-2010-88/+251
* install-debug target should use debug vecmath.jarKevin Rushforth2007-04-171-1/+1
* Fixed SecurityException when running applets & Web Start applications causedKevin Rushforth2007-04-171-14/+33
* Fixed issue 362: dynamic assignment of Canvas3D to View makes content disappearKevin Rushforth2007-04-161-3/+7
* Fixed to Issue 396 : Off-screen Canvas3D / D3D: Resizing crashes VMChien Yang2007-04-133-20/+17
* Fixed issue 479: JOGL: Screen door transparency renders incorrectly on JoglPi...Kevin Rushforth2007-04-131-2/+2
* Add install-opt targetpaulby2007-04-131-0/+10
* Stats logger for total execution time of users Behaviorspaulby2007-04-121-0/+4
* As part of the work for issue 293 (better error logging), I changed allKevin Rushforth2007-04-12101-1072/+1073
* Fix to Issue 226 submitted by aces.Chien Yang2007-04-125-221/+239