aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/mimesh/libg3d-0.0.8/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/mimesh/libg3d-0.0.8/ChangeLog')
-rw-r--r--src/others/mimesh/libg3d-0.0.8/ChangeLog59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/ChangeLog b/src/others/mimesh/libg3d-0.0.8/ChangeLog
new file mode 100644
index 0000000..aff1b17
--- /dev/null
+++ b/src/others/mimesh/libg3d-0.0.8/ChangeLog
@@ -0,0 +1,59 @@
1Changes since version 0.0.7:
2 * imp_dae: build fix for !HAVE_LIBGSF case
3 * general: LGPL boilerplates and copyright years updated
4 * doc: API documentation updated
5
6Changes since version 0.0.6:
7 * doc: API documentation updated
8 * plugins: converted to G3DStream interface
9 * plugins: the models loaded by some plugins are rotated to fit
10 a common coordinate system (y axis pointing up)
11 * img_bmp: fixed wrong colors
12 * imp_flt: some improvements
13 * imp_ldraw: LDraw plugin, usable
14 * imp_dae: COLLADA plugin, mostly usable
15 * imp_dxf: mostly rewritten, now supports POLYLINE entries
16 * imp_kmz: G**gle Earth plugin, mostly usable
17 * imp_acf: experimental X-Plane 6/7 plugin, usable to some degree
18 * imp_blend: experimental Blender plugin, not really usable
19 * imp_3dm: experimental OpenNURBS plugin, not really usable
20 * imp_c4d: experimental Cinema 4D plugin, not usable
21 * imp_skp: experimental SketchUp plugin, not usable
22 * imp_vrml2: experimental VRML 97 plugin w/o using flex, not usable
23 * general: the usual bug fixes and minor improvements
24 * general: endianess fixes, tested on 64-bit big endian target
25 * build: no more weak linking, now works on Cygwin
26
27Changes since version 0.0.5:
28 * plugins: try to detect file type with libmagic if available
29 * general: there are some minor API changes which require the
30 reconfiguration and recompilation of programs using libg3d
31 * imp_flt: very basic model support for OpenFlight
32 * imp_r4: basic support for Reflections/Monzoom models
33 * imp_glb: texture support
34 * doc: a little bit more API documentation
35
36(Version 0.0.4 was not released)
37
38Changes since version 0.0.3:
39 * imp_3ds: reorganization
40 * imp_3ds: better texture support
41 * imp_iob: better material support
42 * general: more cleanup on exit
43 * general: usual bugfixes
44 * imp_ar: new Racer (ar, dof) plugin
45 * imp_joe: new VDrift (joe, car) plugin
46 * imp_glb: new UltimateStunts (glb) plugin
47 * API: extended G3DImage structure:
48 - introduced tex_env parameter to let texture image request
49 a special handling
50 - recompilation of existing applications is required
51 * plugins: some plugins now only compile if --enable-experimental
52 is added to ./configure
53
54Changes since version 0.0.2:
55 * plugins: support (partly) for object trees
56 * imp_ac3d: hierarchical object support
57 * bugfixes
58
59Changes before 0.0.1: see G3DViewer ChangeLog