Donate Share

lib3ds

File Release Notes and Changelog

Release Name: 1.3.0

Notes:


Changes: 2007-06-20 Jan Eric Kyprianidis <www.kyprianidis.com> * Fixed loading of files without NODE_ID * Updated Xcode projects * Updated project files to improve doxygen output 2007-06-15 Jan Eric Kyprianidis <www.kyprianidis.com> * Removed float.c/float.h to avoid conflicts with ISO header * Removed LIB3DS_EXPORT define from files 2007-06-14 Jan Eric Kyprianidis <www.kyprianidis.com> * Added support for object flags in meshes, cameras and lights * Fixed bug #1240026: 3dsplay can't display files without keyframer section * Fixed node eval if no scale track is present * Fixed bug# 1231343: basketball assert * Added lib3ds_file_bounding_box_of_objects/of_nodes to fix bug #1160806 * Replaced lib3ds_matrix_mul by lib3ds_matrix_mult * Updated Copyright information in files * Created new Visual Studio 8 project files * Renamed player.c to 3dsplay.c * Removed out-dated examples (3ds2rib, 3ds2m) * Revised configure.in and Makefile.am files Added support for shared and static libs via libtool. Removed support to build 3dsplay to simplify configuration * Fixed bug #1691746: io.c has one more strict aliasing violation * Fixed bug #1077795: incorrect orientation matrices * Fixed bug #1581774: Lib3dsTextureMapFlags * Fixed bug #1726844: memory leak in lib3ds_file_load * Applied patch 1550343: Possible memory leak in lib3ds_file_free() * Fixed bug #998502: automake parameters missed in autogen.sh * Fixed bug #1433032: lib3ds on 64 bit platforms * Use size_t for lib3ds_io_read/write * Fixed type conversion warnings (Visual Studio 8) * Removed Lib3dsFile::num_meshes * Removed DMALLOC support 2005-05-07 Reed Hedges <reed@interreality.org> * Prerelease 1.3.0-pre1. This release adds 'player' in the installation as '3dsplayer' 2004-11-20 Edward Falk <efalk@sourceforge.net> * Fixed bugs in matrix.c and vector.c relating to degenerate cases. * Added lots of doxygen comments to several files. * Incorporated SELF_ILPCT patch by Lee Butler (Patch #787678) * Incorporated texture matching patch by Gernot Ziegler * Fixed mesh interpolation bug (first approximation) * Major enhancements throughout player.c * Added more dump functions. * Added lib3ds_object_bounding_box() * Added "rpm" target to Makefie.am * Bumped to version 1.3.0 2004-06-04 Reed Hedges <reed@interreality.org> * Some fixes contributed by Stephane Denis were previously applied * Added IDE project files for MSVC7 and XCode contributed by Stephane Denis.