Crystal Space Changelog

What's new in Crystal Space 1.4.0

Jan 26, 2010
  • Animesh:
  • Animesh is a new mesh object for animated meshes, integrating vertex based animation with skeletal animation. Skeletal animations are blended together using an extensible and flexible blending tree allowing different parts of the skeleton to be influenced by different animation sequences in a controlled manner. Animesh utilizes volume preserving dual quaternion skinning to give high quality meshes.
  • Terrain2:
  • Building on the work done in the old bruteblock terrain engine "terrain2" improves rendering and handling of large outdoor areas by providing an unified framework for efficient data loading, rendering and collision detection.
  • Speex:
  • The Crystal Space Speex plugin brings support for the playback of Speex compressed audio streams. The FOSS Speex codec is optimised for voice compression and brings disk space and memory savings over other codecs (e.g. ogg vorbis) while maintaining acceptable sound quality.
  • Collections:
  • Collections are a reimplementation of the old Regions concept. They provide a simple way to group related game resources and easily handle memory management for the developer.
  • Collections provide a solution for the problem of keeping relationships between resources and also for making it easier to remove an object or groups of related objects. When you load a group of related resources (such as a map) you can provide a Collection to keep this grouping information. When you are finished with a map and wish to unload it, you simply destroy the Collection. Unneeded objects are automatically removed and objects that are still in use somewhere else are kept. Collections also provide search functionality for improved lookup time vs searching in the engine lists.
  • Translations:
  • A new translation plugin makes it easier to add internationalization support to your game or application.
  • OpenAL:
  • Also new in 1.4 is the OpenAL sound renderer plugin for 3D sound using the OpenAL library.

New in Crystal Space 1.2.1 (Dec 6, 2008)

  • Bugfixes