Share

Axiom 3D Engine

File Release Notes and Changelog

Release Name: v0.7.1.0 RC2

Notes:


Changes: Revision: 939 Author: borrillis Date: 8:39:38 PM, Tuesday, December 05, 2006 Message: - Fixed Materials for Water Demo - Fixed Materials for ParticleFX Demos - Minor math optimizations - Added new constructor to AxiomException to include original Exception - Merged Many changes from trunk - Added NameValuePairList - Added ResourceGroupManager - Split RenderPriorityGroup and RenderQueueGroup into own files - Updated ParticleSystems and Billboards - Added ParticleSystemRenderer and ParticleSystemRendererFactory - Added ParticleVisualData ---- Revision: 912 Author: jendave Date: 12:08:08 PM, Wednesday, September 27, 2006 Message: update to latest prebuild ---- Revision: 911 Author: borrillis Date: 11:23:44 PM, Tuesday, September 26, 2006 Message: - Added support for building the documentation with Sandcastle. - Added SharpDevelop 2.x solution batch ---- Revision: 908 Author: c0d3g33k Date: 3:59:46 PM, Friday, September 22, 2006 Message: Intermediate build system changes. NOTE: These are transitory changes so don't reflect the permanent state of things. Everything still works, but build files and build support files will continue to change and move around until the build revamp is complete. Current changes: - pull unused targets out of main build - pull framework support targets into an include file for eventual use by other builds. - modifications to main build file and demos build file. ----