List of changes in Chisel 2.1.4 (HVRC Edition) - 20130507 ============================================== No changes to the software itself hence no version number change as this is just a refresh of the installer. Updated the installer to run on Mac Intel under Mac OS 10.8. Replaced bundled Java version with 1.6.0_43. List of changes in Chisel 2.1.4 (HVRC Edition) - 20101012 ============================================== Updated bundled Java version to 1.6.0_21 Fixed bugs: Bug 329: DEF-ed Inlines containing one child which is also DEF-ed resulted in a syntax error. List of changes in Chisel 2.1.3 (HVRC Edition) - 20080403 ============================================== Updated bundled Java version to 1.6 Fixed bugs: Bug 328: Join shapes by color does not preserve texture coordinates (fix contributed by D.G. van der Laan) List of changes in Chisel 2.1.2 (HVRC Edition) - 20060515 ============================================== Fixed bugs: Bug 168: serialized files not cleaned up on exit if more than one Bug 276: Chisel HTML report has bad html Bug 316: temp ser_files not removed on exit if multiple files opened [same as #168] List of changes in Chisel 2.1.1 (HVRC Edition) - 20060109 ============================================== Updated X3D version string to 3.1 for X3D output and added schema attributes. List of changes in Chisel 2.1 (HVRC Edition) - 20050104 ============================================ Added "Simplify DEF names" Chisel. Implemented name simplifier in a naive manner where "bad" characters are replaced by underscores. A bad character is the first character if it is not a letter, and any subsequent letter is not a letter or a number as defined by the unicode standard. Added extra space before "Data reduction" label to ensure that it is painted correctedly. Fixed a potential null pointer dereference in the main optimize routine. Added explicit error reporting for thread handling exceptions. Fixed a bug where a null value was dereferenced when handling a request (This could happen if a request was queued that was no longer a valid request). Added additional default extension filters for Fetch action: x3d, x3dv, aif, aiff, au, mp3 Fixed X3dSaveAsAction() as it was calling gzipSave() rather than x3dSave() and was therefore exporting VRML97 code rather than attempting to export X3D data. Adjusted version reported. Corrected filename generation in generateSaveAsName() and generateX3dSaveAsName for situations where a filename contains more than one period/fullstop. Removed Mutator Chisels: Origami, Cubist, Triangulate, and Flatten. Removed most of the Mutator chisels, leaving only the conversions to point sets and wireframes. The rational for this is that the flatten Chisel generates corrupt VRML code if done in more than one axis at a time, and the other Chisels were not particularly useful. Modified menus. Options -> Options... Save X3D removed and Save X3D As... replaced by Export X3D with a separator before it. Added setResizable(false) to prevent resizing of Fetch dialog. Lists more file extensions that are now recognised. Added setResizable(false) to prevent user from resizing Options dialog window. Adjusted colour of toolbar area. Adjusted contents and appearance of About Dialog. Removed license key code/classes as they are no longer needed. Now uses correct X3D header. Fixed problem with String-type attribute values being written as """" which is not correct XML. New Swing L&F-style icons. --- MLo 20130507