Changes for version 20060520
New VRML97/X3D Classic parser
Saving files saves all inlines and images into separate directory
Compressed files loaded with transformations (like X3D) no longer need a separate decompression stage (faster)
Ability for users to add XML transformations (XSLT) to import other file formats
Update to Qt 4.1.2
Added a bookmark manager
Main window and bookmark manager window save window positions and sizes
Better handling of international characters in filenames
Linux: Switch back to autotools build system
Linux: Return of command line conversion utility
Linux: Command line conversion utility now supports inlines, images, and remote files
Mac: Universal binary (Runs on both older PPC based Macs and newer Intel based ones)
Bugfix: Saving of empty node names fixed
Bugfix: Saving of Viewpoints now adds name if none supplied on VRML import
Changes for version 20051013
Errors in files now show up as a button in the status bar
Information window on the worlds has been moved to the view menu
Animated gif support added to image textures
Added support for libxslt to convert files instead of using Java
Added open recent menu option
Added basic help system
Bugfix: Commas in vrml files are handled better
Bugfix: Saving of some values in preferences fixed
Changes for version 20050927
Added Avatar node for xVRML and VRML, load and export
Added PointLight node for xVRML and VRML, load and export
Added SpotLight node for xVRML and VRML, load and export
Added Anchor node for xVRML and VRML, load and export
Removal of plugin architecture, work on Carina will now be xVRML specific
Merging of preferences
Made save file window have Mac look on Macs
Compression check box removed on save dialog, replaced by a file type choice
Large amount of code cleanup and simplification
Added world title to titlebar
Added solid attribute to primitives, recent edition to the schema
Added fieldOfView attribute to Viewpoint node
Support for X3D classic encoding
Support for X3D xml encoding using java and xml transformations
Original images are deleted from memory once converted to GL format
Fly navigation implemented
Fullscreen ability
Added test for Java
Removed navigation node according to new xvrml specification
Implemented visibilityLimit in World/NavigationInfo node
Implemented speed in Avatar/NavigationInfo Node
Preliminary VRML 1.0 support
ImageTextures no longer need to be powers of 2
Various rendering speedups
Bugfix: Fixed memory leaks on file close
Bugfix: Fixed incorrect identifier in Viewpoint
Bugfix: Fix bug where spheres change the orientation of future sibling nodes
Bugfix: Cylinder bottom was top and top was bottom
Bugfix: Downloaded of inline and image files only downloaded once now, increasing load speed and decreasing of memory usage
Bugfix: Fixed ambient color calculation for lights
Bugfix: Material shininess attribute used properly
Bugfix: Fixed lighting issues on reloading
Bugfix: World/NavigationInfo nodes no longer use an available light if they are inlined
Bugfix: Fix Viewpoint rotation bug that breaks navigation
Bugfix Mac: Fixed multiple file drag+drop on Carina causes crash
Changes for version 20050419
Added Viewpoint node for xVRML and VRML, load and export
Added backface culling
Support solid and ccw attributes in IndexedFaceSet
Use texture objects, images stored video ram when possible and speeds rendering of textured scenes
Preferences look much better and are much more user friendly
Bugfix: Fixed NavigationInfo to parse and save type attribute tokens properly
Bugfix: Export of IndexedFaceSet now schema compliant
Bugfix: Export of IndexedLineSet now schema compliant
Bugfix: Export of PointSet now schema compliant
Changes for version 20050412
Added ability to replace a Texture with Use
Cleaning of VRML97 parser and merging appropriate parts with the xVRML parser
Fix parser to catch more errors
Added debug output for entering data values of the wrong types
Bugfix: Fixed WorldInfo and NavigationInfo exporting in the wrong order
Changes for version 20050405
Added center and scaleOrientation to Transform nodes
Added PointSet node for xVRML and VRML, load and export
Added IndexedLineSet node for xVRML and VRML, load and export
Added color and colorIndex to IndexedFaceSet nodes
Added PixelTexture node for xVRML and VRML, load and export, but does not support transparency
Image handling now has only one GL formatted image per image loaded
Bugfix: Fixed default material colors when loading VRML files
Bugfix: Fixed minor normal issue in IndexedFaceSet nodes
Bugfix: Fixed export bug where all inlined files were exported with filenames of all underscores
Bugfix: Fixed export crash when inlined worlds did not load originally
Changes for version 20050329
Added export of texture nodes and textures to disk
Support for VRML ImageTexture node
Support for VRML TextureTransform node
Finished support for the xVRML Texture node
Cleaned up box drawing code, simpler, 100 bytes less memory per box, and should be faster
Set default height to 1.6 meters
Basic preferences system implemented
Added preference to auto-reload file on change
Added editing grid preferences to xVRML plugin
Bugfix: Fixed warnings that were generated by the parser even though the node is supported
Bugfix: Fixed possible overwrite of files when exporting files loaded locally that have the same name
Bugfix: Fix Cylinder positioning
Bugfix Linux: Fixed warning from an attempt to load a file as a plugin that wasn't a plugin
Changes for version 20050322
Added debug window with debug events
Added debug events for improperly placed nodes and incorrect attributes in xVRML files
Added basic texture support for ImageTexture nodes
Changes for version 20050315
Added Inline node
File manager handles multiple file requests, without duplication of file downloads
World info shows data for all worlds loaded
Added hotkeys (shortcuts) for menu functions
Build fix: Fixed header to include math.h when not included automatically on some systems
Changes for version 20050215
Added ability to save images being displayed
Switched to buffering data instead of copying files when uncompressing, increase file load speed
Linux: Command line accepts filename
Load and save files with USE
Load files with a URL off the net, supports http and anonymous ftp
Event system in place for handling and notifying of asynchronous events
Added drag and drop for Mac Safari and Mozilla brower links
Bugfix: Fixed duplication of Navigation nodes on export
Bugfix: Loading of compressed files works, always failed before
Bugfix: Lights default to white instead of black if colour node with no attributes found
Bugfix: Fix missing deletion of certain objects on shutdown
Bugfix: Parsing of VRML MFStrings parses lists without comma separators
Changes for version 20050201
Internal plugin changes to make library interface simpler
Compression and decompression of files available
Directional Light node implemented
Added an "All supported types" option to the open file dialog box
Use a default navigation node if none found
Loads normals and normal indicies for VRML and xVRML for Indexed face sets
Exporting of Indexed Face Set basic data types, coord, coordIndex, normal, and normalIndex
Bugfix: Headlight now works properly and doesn't get lost
Bugfix: Movement type loads correctly in xVRML
Bugfix: Closing some files doesn't cause crash
Changes for version 20050119
New plugin based system
Common library to hold utility classes and functions
About box
Command line conversion utility for source downloaders
Export as xVrml option